Class ModelGraphFactory


  • public class ModelGraphFactory
    extends Object
    • Method Detail

      • createModelGraph

        public ModelGraph createModelGraph​(org.eclipse.emf.ecore.EObject model)
        Considering the given EObject the root of an EMF model, creates a ModelGraph representing that model.
        Parameters:
        model - root of an EMF model
        Returns:
        a ModelGraph representing the EMF model