Class ModelGraphFactory
- java.lang.Object
-
- de.uni_marburg.mdo_over.model.modelgraph.ModelGraphFactory
-
public class ModelGraphFactory extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ModelGraph
createModelGraph(org.eclipse.emf.ecore.EObject model)
Considering the given EObject the root of an EMF model, creates aModelGraph
representing that model.static ModelGraphFactory
getInstance()
-
-
-
Method Detail
-
getInstance
public static ModelGraphFactory getInstance()
-
createModelGraph
public ModelGraph createModelGraph(org.eclipse.emf.ecore.EObject model)
Considering the given EObject the root of an EMF model, creates aModelGraph
representing that model.- Parameters:
model
- root of an EMF model- Returns:
- a
ModelGraph
representing the EMF model
-
-