Interface AllocationPackage

All Superinterfaces:
EModelElement, ENamedElement, EObject, EPackage, Notifier
All Known Implementing Classes:
AllocationPackageImpl

public interface AllocationPackage extends 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
All PCM entities related to model allocation
See Also:
Generated class or method.
EMF model class or method.
kind="package" annotation="http://www.eclipse.org/emf/2002/Ecore validationDelegates='http://www.eclipse.org/emf/2002/Ecore/OCL/LPG'"
  • Field Details

    • eNAME

      static final String eNAME
      The package name.
      See Also:
      Generated class or method.
    • eNS_URI

      static final String eNS_URI
      The package namespace URI.
      See Also:
      Generated class or method.
    • eNS_PREFIX

      static final String eNS_PREFIX
      The package namespace name.
      See Also:
      Generated class or method.
    • eINSTANCE

      static final AllocationPackage eINSTANCE
      The singleton instance of the package.
      Generated class or method.
    • ALLOCATION_CONTEXT

      static final int ALLOCATION_CONTEXT
      The meta object id for the 'Context' class.
      See Also:
      Generated class or method.
    • ALLOCATION_CONTEXT__ID

      static final int ALLOCATION_CONTEXT__ID
      The feature id for the 'Id' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • ALLOCATION_CONTEXT__ENTITY_NAME

      static final int ALLOCATION_CONTEXT__ENTITY_NAME
      The feature id for the 'Entity Name' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • ALLOCATION_CONTEXT__RESOURCE_CONTAINER_ALLOCATION_CONTEXT

      static final int ALLOCATION_CONTEXT__RESOURCE_CONTAINER_ALLOCATION_CONTEXT
      The feature id for the 'Resource Container Allocation Context' reference.
      See Also:
      Generated class or method.
      Ordered collection.
    • ALLOCATION_CONTEXT__ASSEMBLY_CONTEXT_ALLOCATION_CONTEXT

      static final int ALLOCATION_CONTEXT__ASSEMBLY_CONTEXT_ALLOCATION_CONTEXT
      The feature id for the 'Assembly Context Allocation Context' reference.
      See Also:
      Generated class or method.
      Ordered collection.
    • ALLOCATION_CONTEXT__ALLOCATION_ALLOCATION_CONTEXT

      static final int ALLOCATION_CONTEXT__ALLOCATION_ALLOCATION_CONTEXT
      The feature id for the 'Allocation Allocation Context' container reference.
      See Also:
      Generated class or method.
      Ordered collection.
    • ALLOCATION_CONTEXT__EVENT_CHANNEL_ALLOCATION_CONTEXT

      static final int ALLOCATION_CONTEXT__EVENT_CHANNEL_ALLOCATION_CONTEXT
      The feature id for the 'Event Channel Allocation Context' reference.
      See Also:
      Generated class or method.
      Ordered collection.
    • ALLOCATION_CONTEXT_FEATURE_COUNT

      static final int ALLOCATION_CONTEXT_FEATURE_COUNT
      The number of structural features of the 'Context' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • ALLOCATION

      static final int ALLOCATION
      The meta object id for the 'Allocation' class.
      See Also:
      Generated class or method.
    • ALLOCATION__ID

      static final int ALLOCATION__ID
      The feature id for the 'Id' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • ALLOCATION__ENTITY_NAME

      static final int ALLOCATION__ENTITY_NAME
      The feature id for the 'Entity Name' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • ALLOCATION__TARGET_RESOURCE_ENVIRONMENT_ALLOCATION

      static final int ALLOCATION__TARGET_RESOURCE_ENVIRONMENT_ALLOCATION
      The feature id for the 'Target Resource Environment Allocation' reference.
      See Also:
      Generated class or method.
      Ordered collection.
    • ALLOCATION__SYSTEM_ALLOCATION

      static final int ALLOCATION__SYSTEM_ALLOCATION
      The feature id for the 'System Allocation' reference.
      See Also:
      Generated class or method.
      Ordered collection.
    • ALLOCATION__ALLOCATION_CONTEXTS_ALLOCATION

      static final int ALLOCATION__ALLOCATION_CONTEXTS_ALLOCATION
      The feature id for the 'Allocation Contexts Allocation' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • ALLOCATION_FEATURE_COUNT

      static final int ALLOCATION_FEATURE_COUNT
      The number of structural features of the 'Allocation' class.
      See Also:
      Generated class or method.
      Ordered collection.
  • Method Details