Interface ModelPackage

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:
ModelPackageImpl

public interface ModelPackage
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 enum,
  • and each data type
See Also:
ModelFactory
  • Field Details

    • eNAME

      static final java.lang.String eNAME
      The package name.
      See Also:
      Constant Field Values
    • eNS_URI

      static final java.lang.String eNS_URI
      The package namespace URI.
      See Also:
      Constant Field Values
    • eNS_PREFIX

      static final java.lang.String eNS_PREFIX
      The package namespace name.
      See Also:
      Constant Field Values
    • eINSTANCE

      static final ModelPackage eINSTANCE
      The singleton instance of the package.
    • LINKED_OBJECT

      static final int LINKED_OBJECT
      The meta object id for the 'Linked Object' class.
      See Also:
      LinkedObjectImpl, ModelPackageImpl.getLinkedObject(), Constant Field Values
    • LINKED_OBJECT__LINKED_ELEMENT

      static final int LINKED_OBJECT__LINKED_ELEMENT
      The feature id for the 'Linked Element' reference.
      See Also:
      Constant Field Values
    • LINKED_OBJECT__OBJECT

      static final int LINKED_OBJECT__OBJECT
      The feature id for the 'Object' attribute.
      See Also:
      Constant Field Values
    • LINKED_OBJECT_FEATURE_COUNT

      static final int LINKED_OBJECT_FEATURE_COUNT
      The number of structural features of the 'Linked Object' class.
      See Also:
      Constant Field Values
    • NODE

      static final int NODE
      The meta object id for the 'Node' class.
      See Also:
      NodeImpl, ModelPackageImpl.getNode(), Constant Field Values
    • NODE__LINKED_ELEMENT

      static final int NODE__LINKED_ELEMENT
      The feature id for the 'Linked Element' reference.
      See Also:
      Constant Field Values
    • NODE__OBJECT

      static final int NODE__OBJECT
      The feature id for the 'Object' attribute.
      See Also:
      Constant Field Values
    • NODE__LOCATION

      static final int NODE__LOCATION
      The feature id for the 'Location' attribute.
      See Also:
      Constant Field Values
    • NODE__WIDTH

      static final int NODE__WIDTH
      The feature id for the 'Width' attribute.
      See Also:
      Constant Field Values
    • NODE__HEIGHT

      static final int NODE__HEIGHT
      The feature id for the 'Height' attribute.
      See Also:
      Constant Field Values
    • NODE__INCOMING_CONNECTIONS

      static final int NODE__INCOMING_CONNECTIONS
      The feature id for the 'Incoming Connections' reference list.
      See Also:
      Constant Field Values
    • NODE__OUTGOING_CONNECTIONS

      static final int NODE__OUTGOING_CONNECTIONS
      The feature id for the 'Outgoing Connections' containment reference list.
      See Also:
      Constant Field Values
    • NODE__READ_ONLY

      static final int NODE__READ_ONLY
      The feature id for the 'Read Only' attribute.
      See Also:
      Constant Field Values
    • NODE_FEATURE_COUNT

      static final int NODE_FEATURE_COUNT
      The number of structural features of the 'Node' class.
      See Also:
      Constant Field Values
    • NODE_CONTAINER

      static final int NODE_CONTAINER
      The meta object id for the 'Node Container' class.
      See Also:
      NodeContainerImpl, ModelPackageImpl.getNodeContainer(), Constant Field Values
    • NODE_CONTAINER__LINKED_ELEMENT

      static final int NODE_CONTAINER__LINKED_ELEMENT
      The feature id for the 'Linked Element' reference.
      See Also:
      Constant Field Values
    • NODE_CONTAINER__OBJECT

      static final int NODE_CONTAINER__OBJECT
      The feature id for the 'Object' attribute.
      See Also:
      Constant Field Values
    • NODE_CONTAINER__LOCATION

      static final int NODE_CONTAINER__LOCATION
      The feature id for the 'Location' attribute.
      See Also:
      Constant Field Values
    • NODE_CONTAINER__WIDTH

      static final int NODE_CONTAINER__WIDTH
      The feature id for the 'Width' attribute.
      See Also:
      Constant Field Values
    • NODE_CONTAINER__HEIGHT

      static final int NODE_CONTAINER__HEIGHT
      The feature id for the 'Height' attribute.
      See Also:
      Constant Field Values
    • NODE_CONTAINER__INCOMING_CONNECTIONS

      static final int NODE_CONTAINER__INCOMING_CONNECTIONS
      The feature id for the 'Incoming Connections' reference list.
      See Also:
      Constant Field Values
    • NODE_CONTAINER__OUTGOING_CONNECTIONS

      static final int NODE_CONTAINER__OUTGOING_CONNECTIONS
      The feature id for the 'Outgoing Connections' containment reference list.
      See Also:
      Constant Field Values
    • NODE_CONTAINER__READ_ONLY

      static final int NODE_CONTAINER__READ_ONLY
      The feature id for the 'Read Only' attribute.
      See Also:
      Constant Field Values
    • NODE_CONTAINER__NODES

      static final int NODE_CONTAINER__NODES
      The feature id for the 'Nodes' containment reference list.
      See Also:
      Constant Field Values
    • NODE_CONTAINER_FEATURE_COUNT

      static final int NODE_CONTAINER_FEATURE_COUNT
      The number of structural features of the 'Node Container' class.
      See Also:
      Constant Field Values
    • DIAGRAM

      static final int DIAGRAM
      The meta object id for the 'Diagram' class.
      See Also:
      DiagramImpl, ModelPackageImpl.getDiagram(), Constant Field Values
    • DIAGRAM__LINKED_ELEMENT

      static final int DIAGRAM__LINKED_ELEMENT
      The feature id for the 'Linked Element' reference.
      See Also:
      Constant Field Values
    • DIAGRAM__OBJECT

      static final int DIAGRAM__OBJECT
      The feature id for the 'Object' attribute.
      See Also:
      Constant Field Values
    • DIAGRAM__LOCATION

      static final int DIAGRAM__LOCATION
      The feature id for the 'Location' attribute.
      See Also:
      Constant Field Values
    • DIAGRAM__WIDTH

      static final int DIAGRAM__WIDTH
      The feature id for the 'Width' attribute.
      See Also:
      Constant Field Values
    • DIAGRAM__HEIGHT

      static final int DIAGRAM__HEIGHT
      The feature id for the 'Height' attribute.
      See Also:
      Constant Field Values
    • DIAGRAM__INCOMING_CONNECTIONS

      static final int DIAGRAM__INCOMING_CONNECTIONS
      The feature id for the 'Incoming Connections' reference list.
      See Also:
      Constant Field Values
    • DIAGRAM__OUTGOING_CONNECTIONS

      static final int DIAGRAM__OUTGOING_CONNECTIONS
      The feature id for the 'Outgoing Connections' containment reference list.
      See Also:
      Constant Field Values
    • DIAGRAM__READ_ONLY

      static final int DIAGRAM__READ_ONLY
      The feature id for the 'Read Only' attribute.
      See Also:
      Constant Field Values
    • DIAGRAM__NODES

      static final int DIAGRAM__NODES
      The feature id for the 'Nodes' containment reference list.
      See Also:
      Constant Field Values
    • DIAGRAM_FEATURE_COUNT

      static final int DIAGRAM_FEATURE_COUNT
      The number of structural features of the 'Diagram' class.
      See Also:
      Constant Field Values
    • NAMED_NODE

      static final int NAMED_NODE
      The meta object id for the 'Named Node' class.
      See Also:
      NamedNodeImpl, ModelPackageImpl.getNamedNode(), Constant Field Values
    • NAMED_NODE__LINKED_ELEMENT

      static final int NAMED_NODE__LINKED_ELEMENT
      The feature id for the 'Linked Element' reference.
      See Also:
      Constant Field Values
    • NAMED_NODE__OBJECT

      static final int NAMED_NODE__OBJECT
      The feature id for the 'Object' attribute.
      See Also:
      Constant Field Values
    • NAMED_NODE__LOCATION

      static final int NAMED_NODE__LOCATION
      The feature id for the 'Location' attribute.
      See Also:
      Constant Field Values
    • NAMED_NODE__WIDTH

      static final int NAMED_NODE__WIDTH
      The feature id for the 'Width' attribute.
      See Also:
      Constant Field Values
    • NAMED_NODE__HEIGHT

      static final int NAMED_NODE__HEIGHT
      The feature id for the 'Height' attribute.
      See Also:
      Constant Field Values
    • NAMED_NODE__INCOMING_CONNECTIONS

      static final int NAMED_NODE__INCOMING_CONNECTIONS
      The feature id for the 'Incoming Connections' reference list.
      See Also:
      Constant Field Values
    • NAMED_NODE__OUTGOING_CONNECTIONS

      static final int NAMED_NODE__OUTGOING_CONNECTIONS
      The feature id for the 'Outgoing Connections' containment reference list.
      See Also:
      Constant Field Values
    • NAMED_NODE__READ_ONLY

      static final int NAMED_NODE__READ_ONLY
      The feature id for the 'Read Only' attribute.
      See Also:
      Constant Field Values
    • NAMED_NODE__NAME

      static final int NAMED_NODE__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • NAMED_NODE_FEATURE_COUNT

      static final int NAMED_NODE_FEATURE_COUNT
      The number of structural features of the 'Named Node' class.
      See Also:
      Constant Field Values
    • ACTIVITY_DIAGRAM

      static final int ACTIVITY_DIAGRAM
      The meta object id for the 'Activity Diagram' class.
      See Also:
      ActivityDiagramImpl, ModelPackageImpl.getActivityDiagram(), Constant Field Values
    • ACTIVITY_DIAGRAM__LINKED_ELEMENT

      static final int ACTIVITY_DIAGRAM__LINKED_ELEMENT
      The feature id for the 'Linked Element' reference.
      See Also:
      Constant Field Values
    • ACTIVITY_DIAGRAM__OBJECT

      static final int ACTIVITY_DIAGRAM__OBJECT
      The feature id for the 'Object' attribute.
      See Also:
      Constant Field Values
    • ACTIVITY_DIAGRAM__LOCATION

      static final int ACTIVITY_DIAGRAM__LOCATION
      The feature id for the 'Location' attribute.
      See Also:
      Constant Field Values
    • ACTIVITY_DIAGRAM__WIDTH

      static final int ACTIVITY_DIAGRAM__WIDTH
      The feature id for the 'Width' attribute.
      See Also:
      Constant Field Values
    • ACTIVITY_DIAGRAM__HEIGHT

      static final int ACTIVITY_DIAGRAM__HEIGHT
      The feature id for the 'Height' attribute.
      See Also:
      Constant Field Values
    • ACTIVITY_DIAGRAM__INCOMING_CONNECTIONS

      static final int ACTIVITY_DIAGRAM__INCOMING_CONNECTIONS
      The feature id for the 'Incoming Connections' reference list.
      See Also:
      Constant Field Values
    • ACTIVITY_DIAGRAM__OUTGOING_CONNECTIONS

      static final int ACTIVITY_DIAGRAM__OUTGOING_CONNECTIONS
      The feature id for the 'Outgoing Connections' containment reference list.
      See Also:
      Constant Field Values
    • ACTIVITY_DIAGRAM__READ_ONLY

      static final int ACTIVITY_DIAGRAM__READ_ONLY
      The feature id for the 'Read Only' attribute.
      See Also:
      Constant Field Values
    • ACTIVITY_DIAGRAM__NODES

      static final int ACTIVITY_DIAGRAM__NODES
      The feature id for the 'Nodes' containment reference list.
      See Also:
      Constant Field Values
    • ACTIVITY_DIAGRAM_FEATURE_COUNT

      static final int ACTIVITY_DIAGRAM_FEATURE_COUNT
      The number of structural features of the 'Activity Diagram' class.
      See Also:
      Constant Field Values
    • TYPED_NODE

      static final int TYPED_NODE
      The meta object id for the 'Typed Node' class.
      See Also:
      TypedNodeImpl, ModelPackageImpl.getTypedNode(), Constant Field Values
    • TYPED_NODE__LINKED_ELEMENT

      static final int TYPED_NODE__LINKED_ELEMENT
      The feature id for the 'Linked Element' reference.
      See Also:
      Constant Field Values
    • TYPED_NODE__OBJECT

      static final int TYPED_NODE__OBJECT
      The feature id for the 'Object' attribute.
      See Also:
      Constant Field Values
    • TYPED_NODE__LOCATION

      static final int TYPED_NODE__LOCATION
      The feature id for the 'Location' attribute.
      See Also:
      Constant Field Values
    • TYPED_NODE__WIDTH

      static final int TYPED_NODE__WIDTH
      The feature id for the 'Width' attribute.
      See Also:
      Constant Field Values
    • TYPED_NODE__HEIGHT

      static final int TYPED_NODE__HEIGHT
      The feature id for the 'Height' attribute.
      See Also:
      Constant Field Values
    • TYPED_NODE__INCOMING_CONNECTIONS

      static final int TYPED_NODE__INCOMING_CONNECTIONS
      The feature id for the 'Incoming Connections' reference list.
      See Also:
      Constant Field Values
    • TYPED_NODE__OUTGOING_CONNECTIONS

      static final int TYPED_NODE__OUTGOING_CONNECTIONS
      The feature id for the 'Outgoing Connections' containment reference list.
      See Also:
      Constant Field Values
    • TYPED_NODE__READ_ONLY

      static final int TYPED_NODE__READ_ONLY
      The feature id for the 'Read Only' attribute.
      See Also:
      Constant Field Values
    • TYPED_NODE__TYPE

      static final int TYPED_NODE__TYPE
      The feature id for the 'Type' attribute.
      See Also:
      Constant Field Values
    • TYPED_NODE_FEATURE_COUNT

      static final int TYPED_NODE_FEATURE_COUNT
      The number of structural features of the 'Typed Node' class.
      See Also:
      Constant Field Values
    • WORK_PRODUCT_DEPENDENCY_DIAGRAM

      static final int WORK_PRODUCT_DEPENDENCY_DIAGRAM
      The meta object id for the 'Work Product Dependency Diagram' class.
      See Also:
      WorkProductDependencyDiagramImpl, ModelPackageImpl.getWorkProductDependencyDiagram(), Constant Field Values
    • WORK_PRODUCT_DEPENDENCY_DIAGRAM__LINKED_ELEMENT

      static final int WORK_PRODUCT_DEPENDENCY_DIAGRAM__LINKED_ELEMENT
      The feature id for the 'Linked Element' reference.
      See Also:
      Constant Field Values
    • WORK_PRODUCT_DEPENDENCY_DIAGRAM__OBJECT

      static final int WORK_PRODUCT_DEPENDENCY_DIAGRAM__OBJECT
      The feature id for the 'Object' attribute.
      See Also:
      Constant Field Values
    • WORK_PRODUCT_DEPENDENCY_DIAGRAM__LOCATION

      static final int WORK_PRODUCT_DEPENDENCY_DIAGRAM__LOCATION
      The feature id for the 'Location' attribute.
      See Also:
      Constant Field Values
    • WORK_PRODUCT_DEPENDENCY_DIAGRAM__WIDTH

      static final int WORK_PRODUCT_DEPENDENCY_DIAGRAM__WIDTH
      The feature id for the 'Width' attribute.
      See Also:
      Constant Field Values
    • WORK_PRODUCT_DEPENDENCY_DIAGRAM__HEIGHT

      static final int WORK_PRODUCT_DEPENDENCY_DIAGRAM__HEIGHT
      The feature id for the 'Height' attribute.
      See Also:
      Constant Field Values
    • WORK_PRODUCT_DEPENDENCY_DIAGRAM__INCOMING_CONNECTIONS

      static final int WORK_PRODUCT_DEPENDENCY_DIAGRAM__INCOMING_CONNECTIONS
      The feature id for the 'Incoming Connections' reference list.
      See Also:
      Constant Field Values
    • WORK_PRODUCT_DEPENDENCY_DIAGRAM__OUTGOING_CONNECTIONS

      static final int WORK_PRODUCT_DEPENDENCY_DIAGRAM__OUTGOING_CONNECTIONS
      The feature id for the 'Outgoing Connections' containment reference list.
      See Also:
      Constant Field Values
    • WORK_PRODUCT_DEPENDENCY_DIAGRAM__READ_ONLY

      static final int WORK_PRODUCT_DEPENDENCY_DIAGRAM__READ_ONLY
      The feature id for the 'Read Only' attribute.
      See Also:
      Constant Field Values
    • WORK_PRODUCT_DEPENDENCY_DIAGRAM__NODES

      static final int WORK_PRODUCT_DEPENDENCY_DIAGRAM__NODES
      The feature id for the 'Nodes' containment reference list.
      See Also:
      Constant Field Values
    • WORK_PRODUCT_DEPENDENCY_DIAGRAM_FEATURE_COUNT

      static final int WORK_PRODUCT_DEPENDENCY_DIAGRAM_FEATURE_COUNT
      The number of structural features of the 'Work Product Dependency Diagram' class.
      See Also:
      Constant Field Values
    • WORK_PRODUCT_NODE

      static final int WORK_PRODUCT_NODE
      The meta object id for the 'Work Product Node' class.
      See Also:
      WorkProductNodeImpl, ModelPackageImpl.getWorkProductNode(), Constant Field Values
    • WORK_PRODUCT_NODE__LINKED_ELEMENT

      static final int WORK_PRODUCT_NODE__LINKED_ELEMENT
      The feature id for the 'Linked Element' reference.
      See Also:
      Constant Field Values
    • WORK_PRODUCT_NODE__OBJECT

      static final int WORK_PRODUCT_NODE__OBJECT
      The feature id for the 'Object' attribute.
      See Also:
      Constant Field Values
    • WORK_PRODUCT_NODE__LOCATION

      static final int WORK_PRODUCT_NODE__LOCATION
      The feature id for the 'Location' attribute.
      See Also:
      Constant Field Values
    • WORK_PRODUCT_NODE__WIDTH

      static final int WORK_PRODUCT_NODE__WIDTH
      The feature id for the 'Width' attribute.
      See Also:
      Constant Field Values
    • WORK_PRODUCT_NODE__HEIGHT

      static final int WORK_PRODUCT_NODE__HEIGHT
      The feature id for the 'Height' attribute.
      See Also:
      Constant Field Values
    • WORK_PRODUCT_NODE__INCOMING_CONNECTIONS

      static final int WORK_PRODUCT_NODE__INCOMING_CONNECTIONS
      The feature id for the 'Incoming Connections' reference list.
      See Also:
      Constant Field Values
    • WORK_PRODUCT_NODE__OUTGOING_CONNECTIONS

      static final int WORK_PRODUCT_NODE__OUTGOING_CONNECTIONS
      The feature id for the 'Outgoing Connections' containment reference list.
      See Also:
      Constant Field Values
    • WORK_PRODUCT_NODE__READ_ONLY

      static final int WORK_PRODUCT_NODE__READ_ONLY
      The feature id for the 'Read Only' attribute.
      See Also:
      Constant Field Values
    • WORK_PRODUCT_NODE__NAME

      static final int WORK_PRODUCT_NODE__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • WORK_PRODUCT_NODE__TYPE

      static final int WORK_PRODUCT_NODE__TYPE
      The feature id for the 'Type' attribute.
      See Also:
      Constant Field Values
    • WORK_PRODUCT_NODE_FEATURE_COUNT

      static final int WORK_PRODUCT_NODE_FEATURE_COUNT
      The number of structural features of the 'Work Product Node' class.
      See Also:
      Constant Field Values
    • ACTIVITY_DETAIL_DIAGRAM

      static final int ACTIVITY_DETAIL_DIAGRAM
      The meta object id for the 'Activity Detail Diagram' class.
      See Also:
      ActivityDetailDiagramImpl, ModelPackageImpl.getActivityDetailDiagram(), Constant Field Values
    • ACTIVITY_DETAIL_DIAGRAM__LINKED_ELEMENT

      static final int ACTIVITY_DETAIL_DIAGRAM__LINKED_ELEMENT
      The feature id for the 'Linked Element' reference.
      See Also:
      Constant Field Values
    • ACTIVITY_DETAIL_DIAGRAM__OBJECT

      static final int ACTIVITY_DETAIL_DIAGRAM__OBJECT
      The feature id for the 'Object' attribute.
      See Also:
      Constant Field Values
    • ACTIVITY_DETAIL_DIAGRAM__LOCATION

      static final int ACTIVITY_DETAIL_DIAGRAM__LOCATION
      The feature id for the 'Location' attribute.
      See Also:
      Constant Field Values
    • ACTIVITY_DETAIL_DIAGRAM__WIDTH

      static final int ACTIVITY_DETAIL_DIAGRAM__WIDTH
      The feature id for the 'Width' attribute.
      See Also:
      Constant Field Values
    • ACTIVITY_DETAIL_DIAGRAM__HEIGHT

      static final int ACTIVITY_DETAIL_DIAGRAM__HEIGHT
      The feature id for the 'Height' attribute.
      See Also:
      Constant Field Values
    • ACTIVITY_DETAIL_DIAGRAM__INCOMING_CONNECTIONS

      static final int ACTIVITY_DETAIL_DIAGRAM__INCOMING_CONNECTIONS
      The feature id for the 'Incoming Connections' reference list.
      See Also:
      Constant Field Values
    • ACTIVITY_DETAIL_DIAGRAM__OUTGOING_CONNECTIONS

      static final int ACTIVITY_DETAIL_DIAGRAM__OUTGOING_CONNECTIONS
      The feature id for the 'Outgoing Connections' containment reference list.
      See Also:
      Constant Field Values
    • ACTIVITY_DETAIL_DIAGRAM__READ_ONLY

      static final int ACTIVITY_DETAIL_DIAGRAM__READ_ONLY
      The feature id for the 'Read Only' attribute.
      See Also:
      Constant Field Values
    • ACTIVITY_DETAIL_DIAGRAM__NODES

      static final int ACTIVITY_DETAIL_DIAGRAM__NODES
      The feature id for the 'Nodes' containment reference list.
      See Also:
      Constant Field Values
    • ACTIVITY_DETAIL_DIAGRAM__AUTO_LAYOUT

      static final int ACTIVITY_DETAIL_DIAGRAM__AUTO_LAYOUT
      The feature id for the 'Auto Layout' attribute.
      See Also:
      Constant Field Values
    • ACTIVITY_DETAIL_DIAGRAM_FEATURE_COUNT

      static final int ACTIVITY_DETAIL_DIAGRAM_FEATURE_COUNT
      The number of structural features of the 'Activity Detail Diagram' class.
      See Also:
      Constant Field Values
    • ROLE_NODE

      static final int ROLE_NODE
      The meta object id for the 'Role Node' class.
      See Also:
      RoleNodeImpl, ModelPackageImpl.getRoleNode(), Constant Field Values
    • ROLE_NODE__LINKED_ELEMENT

      static final int ROLE_NODE__LINKED_ELEMENT
      The feature id for the 'Linked Element' reference.
      See Also:
      Constant Field Values
    • ROLE_NODE__OBJECT

      static final int ROLE_NODE__OBJECT
      The feature id for the 'Object' attribute.
      See Also:
      Constant Field Values
    • ROLE_NODE__LOCATION

      static final int ROLE_NODE__LOCATION
      The feature id for the 'Location' attribute.
      See Also:
      Constant Field Values
    • ROLE_NODE__WIDTH

      static final int ROLE_NODE__WIDTH
      The feature id for the 'Width' attribute.
      See Also:
      Constant Field Values
    • ROLE_NODE__HEIGHT

      static final int ROLE_NODE__HEIGHT
      The feature id for the 'Height' attribute.
      See Also:
      Constant Field Values
    • ROLE_NODE__INCOMING_CONNECTIONS

      static final int ROLE_NODE__INCOMING_CONNECTIONS
      The feature id for the 'Incoming Connections' reference list.
      See Also:
      Constant Field Values
    • ROLE_NODE__OUTGOING_CONNECTIONS

      static final int ROLE_NODE__OUTGOING_CONNECTIONS
      The feature id for the 'Outgoing Connections' containment reference list.
      See Also:
      Constant Field Values
    • ROLE_NODE__READ_ONLY

      static final int ROLE_NODE__READ_ONLY
      The feature id for the 'Read Only' attribute.
      See Also:
      Constant Field Values
    • ROLE_NODE__NAME

      static final int ROLE_NODE__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • ROLE_NODE_FEATURE_COUNT

      static final int ROLE_NODE_FEATURE_COUNT
      The number of structural features of the 'Role Node' class.
      See Also:
      Constant Field Values
    • ROLE_TASK_COMPOSITE

      static final int ROLE_TASK_COMPOSITE
      The meta object id for the 'Role Task Composite' class.
      See Also:
      RoleTaskCompositeImpl, ModelPackageImpl.getRoleTaskComposite(), Constant Field Values
    • ROLE_TASK_COMPOSITE__LINKED_ELEMENT

      static final int ROLE_TASK_COMPOSITE__LINKED_ELEMENT
      The feature id for the 'Linked Element' reference.
      See Also:
      Constant Field Values
    • ROLE_TASK_COMPOSITE__OBJECT

      static final int ROLE_TASK_COMPOSITE__OBJECT
      The feature id for the 'Object' attribute.
      See Also:
      Constant Field Values
    • ROLE_TASK_COMPOSITE__LOCATION

      static final int ROLE_TASK_COMPOSITE__LOCATION
      The feature id for the 'Location' attribute.
      See Also:
      Constant Field Values
    • ROLE_TASK_COMPOSITE__WIDTH

      static final int ROLE_TASK_COMPOSITE__WIDTH
      The feature id for the 'Width' attribute.
      See Also:
      Constant Field Values
    • ROLE_TASK_COMPOSITE__HEIGHT

      static final int ROLE_TASK_COMPOSITE__HEIGHT
      The feature id for the 'Height' attribute.
      See Also:
      Constant Field Values
    • ROLE_TASK_COMPOSITE__INCOMING_CONNECTIONS

      static final int ROLE_TASK_COMPOSITE__INCOMING_CONNECTIONS
      The feature id for the 'Incoming Connections' reference list.
      See Also:
      Constant Field Values
    • ROLE_TASK_COMPOSITE__OUTGOING_CONNECTIONS

      static final int ROLE_TASK_COMPOSITE__OUTGOING_CONNECTIONS
      The feature id for the 'Outgoing Connections' containment reference list.
      See Also:
      Constant Field Values
    • ROLE_TASK_COMPOSITE__READ_ONLY

      static final int ROLE_TASK_COMPOSITE__READ_ONLY
      The feature id for the 'Read Only' attribute.
      See Also:
      Constant Field Values
    • ROLE_TASK_COMPOSITE__NODES

      static final int ROLE_TASK_COMPOSITE__NODES
      The feature id for the 'Nodes' containment reference list.
      See Also:
      Constant Field Values
    • ROLE_TASK_COMPOSITE__ROW_INDEX

      static final int ROLE_TASK_COMPOSITE__ROW_INDEX
      The feature id for the 'Row Index' attribute.
      See Also:
      Constant Field Values
    • ROLE_TASK_COMPOSITE_FEATURE_COUNT

      static final int ROLE_TASK_COMPOSITE_FEATURE_COUNT
      The number of structural features of the 'Role Task Composite' class.
      See Also:
      Constant Field Values
    • TASK_NODE

      static final int TASK_NODE
      The meta object id for the 'Task Node' class.
      See Also:
      TaskNodeImpl, ModelPackageImpl.getTaskNode(), Constant Field Values
    • TASK_NODE__LINKED_ELEMENT

      static final int TASK_NODE__LINKED_ELEMENT
      The feature id for the 'Linked Element' reference.
      See Also:
      Constant Field Values
    • TASK_NODE__OBJECT

      static final int TASK_NODE__OBJECT
      The feature id for the 'Object' attribute.
      See Also:
      Constant Field Values
    • TASK_NODE__LOCATION

      static final int TASK_NODE__LOCATION
      The feature id for the 'Location' attribute.
      See Also:
      Constant Field Values
    • TASK_NODE__WIDTH

      static final int TASK_NODE__WIDTH
      The feature id for the 'Width' attribute.
      See Also:
      Constant Field Values
    • TASK_NODE__HEIGHT

      static final int TASK_NODE__HEIGHT
      The feature id for the 'Height' attribute.
      See Also:
      Constant Field Values
    • TASK_NODE__INCOMING_CONNECTIONS

      static final int TASK_NODE__INCOMING_CONNECTIONS
      The feature id for the 'Incoming Connections' reference list.
      See Also:
      Constant Field Values
    • TASK_NODE__OUTGOING_CONNECTIONS

      static final int TASK_NODE__OUTGOING_CONNECTIONS
      The feature id for the 'Outgoing Connections' containment reference list.
      See Also:
      Constant Field Values
    • TASK_NODE__READ_ONLY

      static final int TASK_NODE__READ_ONLY
      The feature id for the 'Read Only' attribute.
      See Also:
      Constant Field Values
    • TASK_NODE__NAME

      static final int TASK_NODE__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • TASK_NODE__INDEX

      static final int TASK_NODE__INDEX
      The feature id for the 'Index' attribute.
      See Also:
      Constant Field Values
    • TASK_NODE_FEATURE_COUNT

      static final int TASK_NODE_FEATURE_COUNT
      The number of structural features of the 'Task Node' class.
      See Also:
      Constant Field Values
    • WORK_PRODUCT_DESCRIPTOR_NODE

      static final int WORK_PRODUCT_DESCRIPTOR_NODE
      The meta object id for the 'Work Product Descriptor Node' class.
      See Also:
      WorkProductDescriptorNodeImpl, ModelPackageImpl.getWorkProductDescriptorNode(), Constant Field Values
    • WORK_PRODUCT_DESCRIPTOR_NODE__LINKED_ELEMENT

      static final int WORK_PRODUCT_DESCRIPTOR_NODE__LINKED_ELEMENT
      The feature id for the 'Linked Element' reference.
      See Also:
      Constant Field Values
    • WORK_PRODUCT_DESCRIPTOR_NODE__OBJECT

      static final int WORK_PRODUCT_DESCRIPTOR_NODE__OBJECT
      The feature id for the 'Object' attribute.
      See Also:
      Constant Field Values
    • WORK_PRODUCT_DESCRIPTOR_NODE__LOCATION

      static final int WORK_PRODUCT_DESCRIPTOR_NODE__LOCATION
      The feature id for the 'Location' attribute.
      See Also:
      Constant Field Values
    • WORK_PRODUCT_DESCRIPTOR_NODE__WIDTH

      static final int WORK_PRODUCT_DESCRIPTOR_NODE__WIDTH
      The feature id for the 'Width' attribute.
      See Also:
      Constant Field Values
    • WORK_PRODUCT_DESCRIPTOR_NODE__HEIGHT

      static final int WORK_PRODUCT_DESCRIPTOR_NODE__HEIGHT
      The feature id for the 'Height' attribute.
      See Also:
      Constant Field Values
    • WORK_PRODUCT_DESCRIPTOR_NODE__INCOMING_CONNECTIONS

      static final int WORK_PRODUCT_DESCRIPTOR_NODE__INCOMING_CONNECTIONS
      The feature id for the 'Incoming Connections' reference list.
      See Also:
      Constant Field Values
    • WORK_PRODUCT_DESCRIPTOR_NODE__OUTGOING_CONNECTIONS

      static final int WORK_PRODUCT_DESCRIPTOR_NODE__OUTGOING_CONNECTIONS
      The feature id for the 'Outgoing Connections' containment reference list.
      See Also:
      Constant Field Values
    • WORK_PRODUCT_DESCRIPTOR_NODE__READ_ONLY

      static final int WORK_PRODUCT_DESCRIPTOR_NODE__READ_ONLY
      The feature id for the 'Read Only' attribute.
      See Also:
      Constant Field Values
    • WORK_PRODUCT_DESCRIPTOR_NODE__NAME

      static final int WORK_PRODUCT_DESCRIPTOR_NODE__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • WORK_PRODUCT_DESCRIPTOR_NODE_FEATURE_COUNT

      static final int WORK_PRODUCT_DESCRIPTOR_NODE_FEATURE_COUNT
      The number of structural features of the 'Work Product Descriptor Node' class.
      See Also:
      Constant Field Values
    • WORK_BREAKDOWN_ELEMENT_NODE

      static final int WORK_BREAKDOWN_ELEMENT_NODE
      The meta object id for the 'Work Breakdown Element Node' class.
      See Also:
      WorkBreakdownElementNodeImpl, ModelPackageImpl.getWorkBreakdownElementNode(), Constant Field Values
    • WORK_BREAKDOWN_ELEMENT_NODE__LINKED_ELEMENT

      static final int WORK_BREAKDOWN_ELEMENT_NODE__LINKED_ELEMENT
      The feature id for the 'Linked Element' reference.
      See Also:
      Constant Field Values
    • WORK_BREAKDOWN_ELEMENT_NODE__OBJECT

      static final int WORK_BREAKDOWN_ELEMENT_NODE__OBJECT
      The feature id for the 'Object' attribute.
      See Also:
      Constant Field Values
    • WORK_BREAKDOWN_ELEMENT_NODE__LOCATION

      static final int WORK_BREAKDOWN_ELEMENT_NODE__LOCATION
      The feature id for the 'Location' attribute.
      See Also:
      Constant Field Values
    • WORK_BREAKDOWN_ELEMENT_NODE__WIDTH

      static final int WORK_BREAKDOWN_ELEMENT_NODE__WIDTH
      The feature id for the 'Width' attribute.
      See Also:
      Constant Field Values
    • WORK_BREAKDOWN_ELEMENT_NODE__HEIGHT

      static final int WORK_BREAKDOWN_ELEMENT_NODE__HEIGHT
      The feature id for the 'Height' attribute.
      See Also:
      Constant Field Values
    • WORK_BREAKDOWN_ELEMENT_NODE__INCOMING_CONNECTIONS

      static final int WORK_BREAKDOWN_ELEMENT_NODE__INCOMING_CONNECTIONS
      The feature id for the 'Incoming Connections' reference list.
      See Also:
      Constant Field Values
    • WORK_BREAKDOWN_ELEMENT_NODE__OUTGOING_CONNECTIONS

      static final int WORK_BREAKDOWN_ELEMENT_NODE__OUTGOING_CONNECTIONS
      The feature id for the 'Outgoing Connections' containment reference list.
      See Also:
      Constant Field Values
    • WORK_BREAKDOWN_ELEMENT_NODE__READ_ONLY

      static final int WORK_BREAKDOWN_ELEMENT_NODE__READ_ONLY
      The feature id for the 'Read Only' attribute.
      See Also:
      Constant Field Values
    • WORK_BREAKDOWN_ELEMENT_NODE__NAME

      static final int WORK_BREAKDOWN_ELEMENT_NODE__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • WORK_BREAKDOWN_ELEMENT_NODE_FEATURE_COUNT

      static final int WORK_BREAKDOWN_ELEMENT_NODE_FEATURE_COUNT
      The number of structural features of the 'Work Breakdown Element Node' class.
      See Also:
      Constant Field Values
    • WORK_PRODUCT_COMPOSITE

      static final int WORK_PRODUCT_COMPOSITE
      The meta object id for the 'Work Product Composite' class.
      See Also:
      WorkProductCompositeImpl, ModelPackageImpl.getWorkProductComposite(), Constant Field Values
    • WORK_PRODUCT_COMPOSITE__LINKED_ELEMENT

      static final int WORK_PRODUCT_COMPOSITE__LINKED_ELEMENT
      The feature id for the 'Linked Element' reference.
      See Also:
      Constant Field Values
    • WORK_PRODUCT_COMPOSITE__OBJECT

      static final int WORK_PRODUCT_COMPOSITE__OBJECT
      The feature id for the 'Object' attribute.
      See Also:
      Constant Field Values
    • WORK_PRODUCT_COMPOSITE__LOCATION

      static final int WORK_PRODUCT_COMPOSITE__LOCATION
      The feature id for the 'Location' attribute.
      See Also:
      Constant Field Values
    • WORK_PRODUCT_COMPOSITE__WIDTH

      static final int WORK_PRODUCT_COMPOSITE__WIDTH
      The feature id for the 'Width' attribute.
      See Also:
      Constant Field Values
    • WORK_PRODUCT_COMPOSITE__HEIGHT

      static final int WORK_PRODUCT_COMPOSITE__HEIGHT
      The feature id for the 'Height' attribute.
      See Also:
      Constant Field Values
    • WORK_PRODUCT_COMPOSITE__INCOMING_CONNECTIONS

      static final int WORK_PRODUCT_COMPOSITE__INCOMING_CONNECTIONS
      The feature id for the 'Incoming Connections' reference list.
      See Also:
      Constant Field Values
    • WORK_PRODUCT_COMPOSITE__OUTGOING_CONNECTIONS

      static final int WORK_PRODUCT_COMPOSITE__OUTGOING_CONNECTIONS
      The feature id for the 'Outgoing Connections' containment reference list.
      See Also:
      Constant Field Values
    • WORK_PRODUCT_COMPOSITE__READ_ONLY

      static final int WORK_PRODUCT_COMPOSITE__READ_ONLY
      The feature id for the 'Read Only' attribute.
      See Also:
      Constant Field Values
    • WORK_PRODUCT_COMPOSITE__NODES

      static final int WORK_PRODUCT_COMPOSITE__NODES
      The feature id for the 'Nodes' containment reference list.
      See Also:
      Constant Field Values
    • WORK_PRODUCT_COMPOSITE__TYPE

      static final int WORK_PRODUCT_COMPOSITE__TYPE
      The feature id for the 'Type' attribute.
      See Also:
      Constant Field Values
    • WORK_PRODUCT_COMPOSITE_FEATURE_COUNT

      static final int WORK_PRODUCT_COMPOSITE_FEATURE_COUNT
      The number of structural features of the 'Work Product Composite' class.
      See Also:
      Constant Field Values
    • ABSOLUTE_BENDPOINT

      static final int ABSOLUTE_BENDPOINT
      The meta object id for the 'Absolute Bendpoint' data type.
      See Also:
      AbsoluteBendpoint, ModelPackageImpl.getAbsoluteBendpoint(), Constant Field Values
    • POINT

      static final int POINT
      The meta object id for the 'Point' data type.
      See Also:
      Point, ModelPackageImpl.getPoint(), Constant Field Values
    • ROLE_DESCRIPTOR

      static final int ROLE_DESCRIPTOR
      The meta object id for the 'Role Descriptor' data type.
      See Also:
      RoleDescriptor, ModelPackageImpl.getRoleDescriptor(), Constant Field Values
  • Method Details

    • getDiagram

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

      org.eclipse.emf.ecore.EClass getLink()
      Returns the meta object for class 'Link'.
      Returns:
      the meta object for class 'Link'.
      See Also:
      Link
    • getLinkedObject

      org.eclipse.emf.ecore.EClass getLinkedObject()
      Returns the meta object for class 'Linked Object'.
      Returns:
      the meta object for class 'Linked Object'.
      See Also:
      LinkedObject
    • getLinkedObject_LinkedElement

      org.eclipse.emf.ecore.EReference getLinkedObject_LinkedElement()
      Returns the meta object for the reference 'Linked Element'.
      Returns:
      the meta object for the reference 'Linked Element'.
      See Also:
      LinkedObject.getLinkedElement(), getLinkedObject()
    • getLinkedObject_Object

      org.eclipse.emf.ecore.EAttribute getLinkedObject_Object()
      Returns the meta object for the attribute 'Object'.
      Returns:
      the meta object for the attribute 'Object'.
      See Also:
      LinkedObject.getObject(), getLinkedObject()
    • getNamedNode

      org.eclipse.emf.ecore.EClass getNamedNode()
      Returns the meta object for class 'Named Node'.
      Returns:
      the meta object for class 'Named Node'.
      See Also:
      NamedNode
    • getNamedNode_Name

      org.eclipse.emf.ecore.EAttribute getNamedNode_Name()
      Returns the meta object for the attribute 'Name'.
      Returns:
      the meta object for the attribute 'Name'.
      See Also:
      NamedNode.getName(), getNamedNode()
    • getNode

      org.eclipse.emf.ecore.EClass getNode()
      Returns the meta object for class 'Node'.
      Returns:
      the meta object for class 'Node'.
      See Also:
      Node
    • getNode_Location

      org.eclipse.emf.ecore.EAttribute getNode_Location()
      Returns the meta object for the attribute 'Location'.
      Returns:
      the meta object for the attribute 'Location'.
      See Also:
      Node.getLocation(), getNode()
    • getNode_Width

      org.eclipse.emf.ecore.EAttribute getNode_Width()
      Returns the meta object for the attribute 'Width'.
      Returns:
      the meta object for the attribute 'Width'.
      See Also:
      Node.getWidth(), getNode()
    • getNode_Height

      org.eclipse.emf.ecore.EAttribute getNode_Height()
      Returns the meta object for the attribute 'Height'.
      Returns:
      the meta object for the attribute 'Height'.
      See Also:
      Node.getHeight(), getNode()
    • getNode_IncomingConnections

      org.eclipse.emf.ecore.EReference getNode_IncomingConnections()
      Returns the meta object for the reference list 'Incoming Connections'.
      Returns:
      the meta object for the reference list 'Incoming Connections'.
      See Also:
      Node.getIncomingConnections(), getNode()
    • getNode_OutgoingConnections

      org.eclipse.emf.ecore.EReference getNode_OutgoingConnections()
      Returns the meta object for the containment reference list 'Outgoing Connections'.
      Returns:
      the meta object for the containment reference list 'Outgoing Connections'.
      See Also:
      Node.getOutgoingConnections(), getNode()
    • getNode_ReadOnly

      org.eclipse.emf.ecore.EAttribute getNode_ReadOnly()
      Returns the meta object for the attribute 'Read Only'.
      Returns:
      the meta object for the attribute 'Read Only'.
      See Also:
      Node.isReadOnly(), getNode()
    • getActivityDiagram

      org.eclipse.emf.ecore.EClass getActivityDiagram()
      Returns the meta object for class 'Activity Diagram'.
      Returns:
      the meta object for class 'Activity Diagram'.
      See Also:
      ActivityDiagram
    • getTypedNode

      org.eclipse.emf.ecore.EClass getTypedNode()
      Returns the meta object for class 'Typed Node'.
      Returns:
      the meta object for class 'Typed Node'.
      See Also:
      TypedNode
    • getTypedNode_Type

      org.eclipse.emf.ecore.EAttribute getTypedNode_Type()
      Returns the meta object for the attribute 'Type'.
      Returns:
      the meta object for the attribute 'Type'.
      See Also:
      TypedNode.getType(), getTypedNode()
    • getWorkProductDependencyDiagram

      org.eclipse.emf.ecore.EClass getWorkProductDependencyDiagram()
      Returns the meta object for class 'Work Product Dependency Diagram'.
      Returns:
      the meta object for class 'Work Product Dependency Diagram'.
      See Also:
      WorkProductDependencyDiagram
    • getWorkProductNode

      org.eclipse.emf.ecore.EClass getWorkProductNode()
      Returns the meta object for class 'Work Product Node'.
      Returns:
      the meta object for class 'Work Product Node'.
      See Also:
      WorkProductNode
    • getWorkProductNode_Type

      org.eclipse.emf.ecore.EAttribute getWorkProductNode_Type()
      Returns the meta object for the attribute 'Type'.
      Returns:
      the meta object for the attribute 'Type'.
      See Also:
      WorkProductNode.getType(), getWorkProductNode()
    • getActivityDetailDiagram

      org.eclipse.emf.ecore.EClass getActivityDetailDiagram()
      Returns the meta object for class 'Activity Detail Diagram'.
      Returns:
      the meta object for class 'Activity Detail Diagram'.
      See Also:
      ActivityDetailDiagram
    • getActivityDetailDiagram_AutoLayout

      org.eclipse.emf.ecore.EAttribute getActivityDetailDiagram_AutoLayout()
      Returns the meta object for the attribute 'Auto Layout'.
      Returns:
      the meta object for the attribute 'Auto Layout'.
      See Also:
      ActivityDetailDiagram.isAutoLayout(), getActivityDetailDiagram()
    • getNodeContainer

      org.eclipse.emf.ecore.EClass getNodeContainer()
      Returns the meta object for class 'Node Container'.
      Returns:
      the meta object for class 'Node Container'.
      See Also:
      NodeContainer
    • getNodeContainer_Nodes

      org.eclipse.emf.ecore.EReference getNodeContainer_Nodes()
      Returns the meta object for the containment reference list 'Nodes'.
      Returns:
      the meta object for the containment reference list 'Nodes'.
      See Also:
      NodeContainer.getNodes(), getNodeContainer()
    • getRoleNode

      org.eclipse.emf.ecore.EClass getRoleNode()
      Returns the meta object for class 'Role Node'.
      Returns:
      the meta object for class 'Role Node'.
      See Also:
      RoleNode
    • getRoleTaskComposite

      org.eclipse.emf.ecore.EClass getRoleTaskComposite()
      Returns the meta object for class 'Role Task Composite'.
      Returns:
      the meta object for class 'Role Task Composite'.
      See Also:
      RoleTaskComposite
    • getRoleTaskComposite_RowIndex

      org.eclipse.emf.ecore.EAttribute getRoleTaskComposite_RowIndex()
      Returns the meta object for the attribute 'Row Index'.
      Returns:
      the meta object for the attribute 'Row Index'.
      See Also:
      RoleTaskComposite.getRowIndex(), getRoleTaskComposite()
    • getTaskNode

      org.eclipse.emf.ecore.EClass getTaskNode()
      Returns the meta object for class 'Task Node'.
      Returns:
      the meta object for class 'Task Node'.
      See Also:
      TaskNode
    • getTaskNode_Index

      org.eclipse.emf.ecore.EAttribute getTaskNode_Index()
      Returns the meta object for the attribute 'Index'.
      Returns:
      the meta object for the attribute 'Index'.
      See Also:
      TaskNode.getIndex(), getTaskNode()
    • getWorkProductDescriptorNode

      org.eclipse.emf.ecore.EClass getWorkProductDescriptorNode()
      Returns the meta object for class 'Work Product Descriptor Node'.
      Returns:
      the meta object for class 'Work Product Descriptor Node'.
      See Also:
      WorkProductDescriptorNode
    • getWorkBreakdownElementNode

      org.eclipse.emf.ecore.EClass getWorkBreakdownElementNode()
      Returns the meta object for class 'Work Breakdown Element Node'.
      Returns:
      the meta object for class 'Work Breakdown Element Node'.
      See Also:
      WorkBreakdownElementNode
    • getWorkProductComposite

      org.eclipse.emf.ecore.EClass getWorkProductComposite()
      Returns the meta object for class 'Work Product Composite'.
      Returns:
      the meta object for class 'Work Product Composite'.
      See Also:
      WorkProductComposite
    • getWorkProductComposite_Type

      org.eclipse.emf.ecore.EAttribute getWorkProductComposite_Type()
      Returns the meta object for the attribute 'Type'.
      Returns:
      the meta object for the attribute 'Type'.
      See Also:
      WorkProductComposite.getType(), getWorkProductComposite()
    • getAbsoluteBendpoint

      org.eclipse.emf.ecore.EDataType getAbsoluteBendpoint()
      Returns the meta object for data type 'Absolute Bendpoint'.
      Returns:
      the meta object for data type 'Absolute Bendpoint'.
      See Also:
      AbsoluteBendpoint
    • getPoint

      org.eclipse.emf.ecore.EDataType getPoint()
      Returns the meta object for data type 'Point'.
      Returns:
      the meta object for data type 'Point'.
      See Also:
      Point
    • getRoleDescriptor

      org.eclipse.emf.ecore.EDataType getRoleDescriptor()
      Returns the meta object for data type 'Role Descriptor'.
      Returns:
      the meta object for data type 'Role Descriptor'.
      See Also:
      RoleDescriptor
    • getModelFactory

      ModelFactory getModelFactory()
      Returns the factory that creates the instances of the model.
      Returns:
      the factory that creates the instances of the model.