Interface ModelPackage.Literals

Enclosing interface:
ModelPackage

public static interface ModelPackage.Literals
Defines literals for the meta objects that represent
  • each class,
  • each feature of each class,
  • each enum,
  • and each data type
  • Field Summary

    Fields
    Modifier and Type Field Description
    static org.eclipse.emf.ecore.EDataType ABSOLUTE_BENDPOINT
    The meta object literal for the 'Absolute Bendpoint' data type.
    static org.eclipse.emf.ecore.EClass ACTIVITY_DETAIL_DIAGRAM
    The meta object literal for the 'Activity Detail Diagram' class.
    static org.eclipse.emf.ecore.EAttribute ACTIVITY_DETAIL_DIAGRAM__AUTO_LAYOUT
    The meta object literal for the 'Auto Layout' attribute feature.
    static org.eclipse.emf.ecore.EClass ACTIVITY_DIAGRAM
    The meta object literal for the 'Activity Diagram' class.
    static org.eclipse.emf.ecore.EClass DIAGRAM
    The meta object literal for the 'Diagram' class.
    static org.eclipse.emf.ecore.EClass LINK
    The meta object literal for the 'Link' class.
    static org.eclipse.emf.ecore.EAttribute LINK__BENDPOINTS
    The meta object literal for the 'Bendpoints' attribute list feature.
    static org.eclipse.emf.ecore.EAttribute LINK__NAME
    The meta object literal for the 'Name' attribute feature.
    static org.eclipse.emf.ecore.EReference LINK__SOURCE
    The meta object literal for the 'Source' container reference feature.
    static org.eclipse.emf.ecore.EAttribute LINK__SOURCE_END_POINT
    The meta object literal for the 'Source End Point' attribute feature.
    static org.eclipse.emf.ecore.EReference LINK__TARGET
    The meta object literal for the 'Target' reference feature.
    static org.eclipse.emf.ecore.EAttribute LINK__TARGET_END_POINT
    The meta object literal for the 'Target End Point' attribute feature.
    static org.eclipse.emf.ecore.EClass LINKED_OBJECT
    The meta object literal for the 'Linked Object' class.
    static org.eclipse.emf.ecore.EReference LINKED_OBJECT__LINKED_ELEMENT
    The meta object literal for the 'Linked Element' reference feature.
    static org.eclipse.emf.ecore.EAttribute LINKED_OBJECT__OBJECT
    The meta object literal for the 'Object' attribute feature.
    static org.eclipse.emf.ecore.EClass NAMED_NODE
    The meta object literal for the 'Named Node' class.
    static org.eclipse.emf.ecore.EAttribute NAMED_NODE__NAME
    The meta object literal for the 'Name' attribute feature.
    static org.eclipse.emf.ecore.EClass NODE
    The meta object literal for the 'Node' class.
    static org.eclipse.emf.ecore.EAttribute NODE__HEIGHT
    The meta object literal for the 'Height' attribute feature.
    static org.eclipse.emf.ecore.EReference NODE__INCOMING_CONNECTIONS
    The meta object literal for the 'Incoming Connections' reference list feature.
    static org.eclipse.emf.ecore.EAttribute NODE__LOCATION
    The meta object literal for the 'Location' attribute feature.
    static org.eclipse.emf.ecore.EReference NODE__OUTGOING_CONNECTIONS
    The meta object literal for the 'Outgoing Connections' containment reference list feature.
    static org.eclipse.emf.ecore.EAttribute NODE__READ_ONLY
    The meta object literal for the 'Read Only' attribute feature.
    static org.eclipse.emf.ecore.EAttribute NODE__WIDTH
    The meta object literal for the 'Width' attribute feature.
    static org.eclipse.emf.ecore.EClass NODE_CONTAINER
    The meta object literal for the 'Node Container' class.
    static org.eclipse.emf.ecore.EReference NODE_CONTAINER__NODES
    The meta object literal for the 'Nodes' containment reference list feature.
    static org.eclipse.emf.ecore.EDataType POINT
    The meta object literal for the 'Point' data type.
    static org.eclipse.emf.ecore.EDataType ROLE_DESCRIPTOR
    The meta object literal for the 'Role Descriptor' data type.
    static org.eclipse.emf.ecore.EClass ROLE_NODE
    The meta object literal for the 'Role Node' class.
    static org.eclipse.emf.ecore.EClass ROLE_TASK_COMPOSITE
    The meta object literal for the 'Role Task Composite' class.
    static org.eclipse.emf.ecore.EAttribute ROLE_TASK_COMPOSITE__ROW_INDEX
    The meta object literal for the 'Row Index' attribute feature.
    static org.eclipse.emf.ecore.EClass TASK_NODE
    The meta object literal for the 'Task Node' class.
    static org.eclipse.emf.ecore.EAttribute TASK_NODE__INDEX
    The meta object literal for the 'Index' attribute feature.
    static org.eclipse.emf.ecore.EClass TYPED_NODE
    The meta object literal for the 'Typed Node' class.
    static org.eclipse.emf.ecore.EAttribute TYPED_NODE__TYPE
    The meta object literal for the 'Type' attribute feature.
    static org.eclipse.emf.ecore.EClass WORK_BREAKDOWN_ELEMENT_NODE
    The meta object literal for the 'Work Breakdown Element Node' class.
    static org.eclipse.emf.ecore.EClass WORK_PRODUCT_COMPOSITE
    The meta object literal for the 'Work Product Composite' class.
    static org.eclipse.emf.ecore.EAttribute WORK_PRODUCT_COMPOSITE__TYPE
    The meta object literal for the 'Type' attribute feature.
    static org.eclipse.emf.ecore.EClass WORK_PRODUCT_DEPENDENCY_DIAGRAM
    The meta object literal for the 'Work Product Dependency Diagram' class.
    static org.eclipse.emf.ecore.EClass WORK_PRODUCT_DESCRIPTOR_NODE
    The meta object literal for the 'Work Product Descriptor Node' class.
    static org.eclipse.emf.ecore.EClass WORK_PRODUCT_NODE
    The meta object literal for the 'Work Product Node' class.
    static org.eclipse.emf.ecore.EAttribute WORK_PRODUCT_NODE__TYPE
    The meta object literal for the 'Type' attribute feature.
  • Field Details

    • DIAGRAM

      static final org.eclipse.emf.ecore.EClass DIAGRAM
      The meta object literal for the 'Diagram' class.
      See Also:
      DiagramImpl, ModelPackageImpl.getDiagram()
    • LINKED_OBJECT

      static final org.eclipse.emf.ecore.EClass LINKED_OBJECT
      The meta object literal for the 'Linked Object' class.
      See Also:
      LinkedObjectImpl, ModelPackageImpl.getLinkedObject()
    • LINKED_OBJECT__LINKED_ELEMENT

      static final org.eclipse.emf.ecore.EReference LINKED_OBJECT__LINKED_ELEMENT
      The meta object literal for the 'Linked Element' reference feature.
    • LINKED_OBJECT__OBJECT

      static final org.eclipse.emf.ecore.EAttribute LINKED_OBJECT__OBJECT
      The meta object literal for the 'Object' attribute feature.
    • NAMED_NODE

      static final org.eclipse.emf.ecore.EClass NAMED_NODE
      The meta object literal for the 'Named Node' class.
      See Also:
      NamedNodeImpl, ModelPackageImpl.getNamedNode()
    • NAMED_NODE__NAME

      static final org.eclipse.emf.ecore.EAttribute NAMED_NODE__NAME
      The meta object literal for the 'Name' attribute feature.
    • NODE

      static final org.eclipse.emf.ecore.EClass NODE
      The meta object literal for the 'Node' class.
      See Also:
      NodeImpl, ModelPackageImpl.getNode()
    • NODE__LOCATION

      static final org.eclipse.emf.ecore.EAttribute NODE__LOCATION
      The meta object literal for the 'Location' attribute feature.
    • NODE__WIDTH

      static final org.eclipse.emf.ecore.EAttribute NODE__WIDTH
      The meta object literal for the 'Width' attribute feature.
    • NODE__HEIGHT

      static final org.eclipse.emf.ecore.EAttribute NODE__HEIGHT
      The meta object literal for the 'Height' attribute feature.
    • NODE__INCOMING_CONNECTIONS

      static final org.eclipse.emf.ecore.EReference NODE__INCOMING_CONNECTIONS
      The meta object literal for the 'Incoming Connections' reference list feature.
    • NODE__OUTGOING_CONNECTIONS

      static final org.eclipse.emf.ecore.EReference NODE__OUTGOING_CONNECTIONS
      The meta object literal for the 'Outgoing Connections' containment reference list feature.
    • NODE__READ_ONLY

      static final org.eclipse.emf.ecore.EAttribute NODE__READ_ONLY
      The meta object literal for the 'Read Only' attribute feature.
    • ACTIVITY_DIAGRAM

      static final org.eclipse.emf.ecore.EClass ACTIVITY_DIAGRAM
      The meta object literal for the 'Activity Diagram' class.
      See Also:
      ActivityDiagramImpl, ModelPackageImpl.getActivityDiagram()
    • TYPED_NODE

      static final org.eclipse.emf.ecore.EClass TYPED_NODE
      The meta object literal for the 'Typed Node' class.
      See Also:
      TypedNodeImpl, ModelPackageImpl.getTypedNode()
    • TYPED_NODE__TYPE

      static final org.eclipse.emf.ecore.EAttribute TYPED_NODE__TYPE
      The meta object literal for the 'Type' attribute feature.
    • WORK_PRODUCT_DEPENDENCY_DIAGRAM

      static final org.eclipse.emf.ecore.EClass WORK_PRODUCT_DEPENDENCY_DIAGRAM
      The meta object literal for the 'Work Product Dependency Diagram' class.
      See Also:
      WorkProductDependencyDiagramImpl, ModelPackageImpl.getWorkProductDependencyDiagram()
    • WORK_PRODUCT_NODE

      static final org.eclipse.emf.ecore.EClass WORK_PRODUCT_NODE
      The meta object literal for the 'Work Product Node' class.
      See Also:
      WorkProductNodeImpl, ModelPackageImpl.getWorkProductNode()
    • WORK_PRODUCT_NODE__TYPE

      static final org.eclipse.emf.ecore.EAttribute WORK_PRODUCT_NODE__TYPE
      The meta object literal for the 'Type' attribute feature.
    • ACTIVITY_DETAIL_DIAGRAM

      static final org.eclipse.emf.ecore.EClass ACTIVITY_DETAIL_DIAGRAM
      The meta object literal for the 'Activity Detail Diagram' class.
      See Also:
      ActivityDetailDiagramImpl, ModelPackageImpl.getActivityDetailDiagram()
    • ACTIVITY_DETAIL_DIAGRAM__AUTO_LAYOUT

      static final org.eclipse.emf.ecore.EAttribute ACTIVITY_DETAIL_DIAGRAM__AUTO_LAYOUT
      The meta object literal for the 'Auto Layout' attribute feature.
    • NODE_CONTAINER

      static final org.eclipse.emf.ecore.EClass NODE_CONTAINER
      The meta object literal for the 'Node Container' class.
      See Also:
      NodeContainerImpl, ModelPackageImpl.getNodeContainer()
    • NODE_CONTAINER__NODES

      static final org.eclipse.emf.ecore.EReference NODE_CONTAINER__NODES
      The meta object literal for the 'Nodes' containment reference list feature.
    • ROLE_NODE

      static final org.eclipse.emf.ecore.EClass ROLE_NODE
      The meta object literal for the 'Role Node' class.
      See Also:
      RoleNodeImpl, ModelPackageImpl.getRoleNode()
    • ROLE_TASK_COMPOSITE

      static final org.eclipse.emf.ecore.EClass ROLE_TASK_COMPOSITE
      The meta object literal for the 'Role Task Composite' class.
      See Also:
      RoleTaskCompositeImpl, ModelPackageImpl.getRoleTaskComposite()
    • ROLE_TASK_COMPOSITE__ROW_INDEX

      static final org.eclipse.emf.ecore.EAttribute ROLE_TASK_COMPOSITE__ROW_INDEX
      The meta object literal for the 'Row Index' attribute feature.
    • TASK_NODE

      static final org.eclipse.emf.ecore.EClass TASK_NODE
      The meta object literal for the 'Task Node' class.
      See Also:
      TaskNodeImpl, ModelPackageImpl.getTaskNode()
    • TASK_NODE__INDEX

      static final org.eclipse.emf.ecore.EAttribute TASK_NODE__INDEX
      The meta object literal for the 'Index' attribute feature.
    • WORK_PRODUCT_DESCRIPTOR_NODE

      static final org.eclipse.emf.ecore.EClass WORK_PRODUCT_DESCRIPTOR_NODE
      The meta object literal for the 'Work Product Descriptor Node' class.
      See Also:
      WorkProductDescriptorNodeImpl, ModelPackageImpl.getWorkProductDescriptorNode()
    • WORK_BREAKDOWN_ELEMENT_NODE

      static final org.eclipse.emf.ecore.EClass WORK_BREAKDOWN_ELEMENT_NODE
      The meta object literal for the 'Work Breakdown Element Node' class.
      See Also:
      WorkBreakdownElementNodeImpl, ModelPackageImpl.getWorkBreakdownElementNode()
    • WORK_PRODUCT_COMPOSITE

      static final org.eclipse.emf.ecore.EClass WORK_PRODUCT_COMPOSITE
      The meta object literal for the 'Work Product Composite' class.
      See Also:
      WorkProductCompositeImpl, ModelPackageImpl.getWorkProductComposite()
    • WORK_PRODUCT_COMPOSITE__TYPE

      static final org.eclipse.emf.ecore.EAttribute WORK_PRODUCT_COMPOSITE__TYPE
      The meta object literal for the 'Type' attribute feature.
    • ABSOLUTE_BENDPOINT

      static final org.eclipse.emf.ecore.EDataType ABSOLUTE_BENDPOINT
      The meta object literal for the 'Absolute Bendpoint' data type.
      See Also:
      AbsoluteBendpoint, ModelPackageImpl.getAbsoluteBendpoint()
    • POINT

      static final org.eclipse.emf.ecore.EDataType POINT
      The meta object literal for the 'Point' data type.
      See Also:
      Point, ModelPackageImpl.getPoint()
    • ROLE_DESCRIPTOR

      static final org.eclipse.emf.ecore.EDataType ROLE_DESCRIPTOR
      The meta object literal for the 'Role Descriptor' data type.
      See Also:
      RoleDescriptor, ModelPackageImpl.getRoleDescriptor()