Interface NotationPackage

  • All Superinterfaces:
    org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.ENamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.EPackage, org.eclipse.emf.common.notify.Notifier
    All Known Implementing Classes:
    NotationPackageImpl

    public interface NotationPackage
    extends org.eclipse.emf.ecore.EPackage
    The Package for the model. It contains accessors for the meta objects to represent
    • each class,
    • each feature of each class,
    • each operation of each class,
    • each enum,
    • and each data type
    See Also:
    NotationFactory
    • Method Detail

      • getShape

        org.eclipse.emf.ecore.EClass getShape()
        Returns the meta object for class 'Shape'.
        Returns:
        the meta object for class 'Shape'.
        See Also:
        Shape
      • getShape_Position

        org.eclipse.emf.ecore.EReference getShape_Position()
        Returns the meta object for the containment reference 'Position'.
        Returns:
        the meta object for the containment reference 'Position'.
        See Also:
        Shape.getPosition(), getShape()
      • getShape_Size

        org.eclipse.emf.ecore.EReference getShape_Size()
        Returns the meta object for the containment reference 'Size'.
        Returns:
        the meta object for the containment reference 'Size'.
        See Also:
        Shape.getSize(), getShape()
      • getEdge

        org.eclipse.emf.ecore.EClass getEdge()
        Returns the meta object for class 'Edge'.
        Returns:
        the meta object for class 'Edge'.
        See Also:
        Edge
      • getEdge_BendPoints

        org.eclipse.emf.ecore.EReference getEdge_BendPoints()
        Returns the meta object for the containment reference list 'Bend Points'.
        Returns:
        the meta object for the containment reference list 'Bend Points'.
        See Also:
        Edge.getBendPoints(), getEdge()
      • getEdge_Source

        org.eclipse.emf.ecore.EReference getEdge_Source()
        Returns the meta object for the reference 'Source'.
        Returns:
        the meta object for the reference 'Source'.
        See Also:
        Edge.getSource(), getEdge()
      • getEdge_Target

        org.eclipse.emf.ecore.EReference getEdge_Target()
        Returns the meta object for the reference 'Target'.
        Returns:
        the meta object for the reference 'Target'.
        See Also:
        Edge.getTarget(), getEdge()
      • getNotationElement

        org.eclipse.emf.ecore.EClass getNotationElement()
        Returns the meta object for class 'Element'.
        Returns:
        the meta object for class 'Element'.
        See Also:
        NotationElement
      • getDiagram

        org.eclipse.emf.ecore.EClass getDiagram()
        Returns the meta object for class 'Diagram'.
        Returns:
        the meta object for class 'Diagram'.
        See Also:
        Diagram
      • getDiagram_Elements

        org.eclipse.emf.ecore.EReference getDiagram_Elements()
        Returns the meta object for the containment reference list 'Elements'.
        Returns:
        the meta object for the containment reference list 'Elements'.
        See Also:
        Diagram.getElements(), getDiagram()
      • getDiagram_DiagramType

        org.eclipse.emf.ecore.EAttribute getDiagram_DiagramType()
        Returns the meta object for the attribute 'Diagram Type'.
        Returns:
        the meta object for the attribute 'Diagram Type'.
        See Also:
        Diagram.getDiagramType(), getDiagram()
      • getSemanticElementReference

        org.eclipse.emf.ecore.EClass getSemanticElementReference()
        Returns the meta object for class 'Semantic Element Reference'.
        Returns:
        the meta object for class 'Semantic Element Reference'.
        See Also:
        SemanticElementReference
      • getNotationFactory

        NotationFactory getNotationFactory()
        Returns the factory that creates the instances of the model.
        Returns:
        the factory that creates the instances of the model.