public interface ModelContentAnalyser
Method Summary | |
---|---|
ModelContentAnalysis |
analyze(java.io.InputStream inputStream,
org.eclipse.emf.common.util.URI uri)
Analyze the input stream and return an analyssis if the inputStream corresponds to a valid model content. |
Method Detail |
---|
ModelContentAnalysis analyze(java.io.InputStream inputStream, org.eclipse.emf.common.util.URI uri)
inputStream
- to be analyseduri
- from which this input stream derived