Class EMFGModelFactory

  • All Implemented Interfaces:
    GModelFactory
    Direct Known Subclasses:
    EMFNotationGModelFactory

    public abstract class EMFGModelFactory
    extends java.lang.Object
    implements GModelFactory
    A graph model factory produces a graph model from the source model in the model state.
    • Constructor Detail

      • EMFGModelFactory

        public EMFGModelFactory()
    • Method Detail

      • createRootElement

        protected GModelRoot createRootElement()
      • fillRootElement

        protected abstract void fillRootElement​(GModelRoot newRoot)
        Fills the new root element with a graph model derived from the source model.
        Parameters:
        newRoot - new graph model root