public class MetamodelInspector
extends java.lang.Object
Constructor and Description |
---|
MetamodelInspector(Metamodel metamodel) |
Modifier and Type | Method and Description |
---|---|
java.util.Set<Dependency> |
getReferencedEClassifiers(Metamodel metamodel)
Computes the dependencies of the base metamodel and returns the EClassifiers in the parameter
metamodel on which the base metamodel depends.
|
java.util.Set<Metamodel> |
getReferencedMetamodels()
Computes the dependencies of metamodel and returns the metamodels, on which metamodel
depends.
|
public MetamodelInspector(Metamodel metamodel)
public java.util.Set<Metamodel> getReferencedMetamodels()
public java.util.Set<Dependency> getReferencedEClassifiers(Metamodel metamodel)
metamodel
-