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 ModelGraphcreateModelGraph(org.eclipse.emf.ecore.EObject model)Considering the given EObject the root of an EMF model, creates aModelGraphrepresenting that model.static ModelGraphFactorygetInstance()
-
-
-
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 aModelGraphrepresenting that model.- Parameters:
model- root of an EMF model- Returns:
- a
ModelGraphrepresenting the EMF model
-
-