Interface SpaPackage

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

public interface SpaPackage 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
See Also:
Generated class or method.
EMF model class or method.
kind="package"
  • 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 SpaPackage eINSTANCE
      The singleton instance of the package.
      Generated class or method.
    • PROCESS_BEHAVIOUR

      static final int PROCESS_BEHAVIOUR
      The meta object id for the 'Process Behaviour' class.
      See Also:
      Generated class or method.
    • PROCESS_BEHAVIOUR__NUM_REPLICAS

      static final int PROCESS_BEHAVIOUR__NUM_REPLICAS
      The feature id for the 'Num Replicas' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • PROCESS_BEHAVIOUR__NAME

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

      static final int PROCESS_BEHAVIOUR__BEHAVIOUR
      The feature id for the 'Behaviour' containment reference.
      See Also:
      Generated class or method.
      Ordered collection.
    • PROCESS_BEHAVIOUR_FEATURE_COUNT

      static final int PROCESS_BEHAVIOUR_FEATURE_COUNT
      The number of structural features of the 'Process Behaviour' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • SPA_MODEL

      static final int SPA_MODEL
      The meta object id for the 'SPA Model' class.
      See Also:
      Generated class or method.
    • SPA_MODEL__PROCESSES

      static final int SPA_MODEL__PROCESSES
      The feature id for the 'Processes' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • SPA_MODEL__RESOURCES

      static final int SPA_MODEL__RESOURCES
      The feature id for the 'Resources' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • SPA_MODEL_FEATURE_COUNT

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

    • getProcessBehaviour

      EClass getProcessBehaviour()
      Returns the meta object for class 'Process Behaviour'.
      Returns:
      the meta object for class 'Process Behaviour'.
      See Also:
      Generated class or method.
    • getProcessBehaviour_NumReplicas

      EAttribute getProcessBehaviour_NumReplicas()
      Returns the meta object for the attribute ' Num Replicas '.
      Returns:
      the meta object for the attribute 'Num Replicas'.
      See Also:
      Generated class or method.
    • getProcessBehaviour_Name

      EAttribute getProcessBehaviour_Name()
      Returns the meta object for the attribute ' Name'.
      Returns:
      the meta object for the attribute 'Name'.
      See Also:
      Generated class or method.
    • getProcessBehaviour_Behaviour

      EReference getProcessBehaviour_Behaviour()
      Returns the meta object for the containment reference ' Behaviour'.
      Returns:
      the meta object for the containment reference 'Behaviour'.
      See Also:
      Generated class or method.
    • getSPAModel

      EClass getSPAModel()
      Returns the meta object for class 'SPA Model'.
      Returns:
      the meta object for class 'SPA Model'.
      See Also:
      Generated class or method.
    • getSPAModel_Processes

      EReference getSPAModel_Processes()
      Returns the meta object for the containment reference list ' Processes'.
      Returns:
      the meta object for the containment reference list 'Processes'.
      See Also:
      Generated class or method.
    • getSPAModel_Resources

      EReference getSPAModel_Resources()
      Returns the meta object for the containment reference list ' Resources'.
      Returns:
      the meta object for the containment reference list 'Resources'.
      See Also:
      Generated class or method.
    • getSpaFactory

      SpaFactory getSpaFactory()
      Returns the factory that creates the instances of the model.
      Returns:
      the factory that creates the instances of the model.
      Generated class or method.