All Downloads are FREE. Search and download functionalities are using the official Maven repository.

javax.jmi.xmi.XmiReader Maven / Gradle / Ivy

There is a newer version: 2.18.10
Show newest version
package javax.jmi.xmi;

import java.io.InputStream;
import java.io.IOException;
import java.util.Collection;
import javax.jmi.reflect.RefPackage;

@SuppressWarnings("rawtypes")
public interface XmiReader {
    public Collection read(InputStream stream, String URI, RefPackage extent) 
        throws IOException, MalformedXMIException;
    public Collection read(String URI, RefPackage extent) 
        throws IOException, MalformedXMIException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy