Interface Model

  • All Superinterfaces:
    EObject, Notifier
    All Known Implementing Classes:
    ModelImpl

    public interface Model
    extends EObject
    A representation of the model object 'Model'.

    The following features are supported:

    See Also:
    DSLPackage.getModel()
    Generated class or method.
    EMF model class or method.
    • Method Detail

      • getElements

        EList<AbstractElement> getElements()
        Returns the value of the 'Elements' containment reference list. The list contents are of type AbstractElement.
        Returns:
        the value of the 'Elements' containment reference list.
        See Also:
        DSLPackage.getModel_Elements()
        Generated class or method.
        EMF model class or method.
        containment="true"