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:
    SpaFactory
    Generated class or method.
    EMF model class or method.
    kind="package"
    • Field Detail

      • eINSTANCE

        static final SpaPackage eINSTANCE
        The singleton instance of the package.
        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:
        Constant Field Values
        Generated class or method.
        Ordered collection.
      • PROCESS_BEHAVIOUR__NAME

        static final int PROCESS_BEHAVIOUR__NAME
        The feature id for the 'Name' attribute.
        See Also:
        Constant Field Values
        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:
        Constant Field Values
        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:
        Constant Field Values
        Generated class or method.
        Ordered collection.
      • SPA_MODEL__PROCESSES

        static final int SPA_MODEL__PROCESSES
        The feature id for the 'Processes' containment reference list.
        See Also:
        Constant Field Values
        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:
        Constant Field Values
        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:
        Constant Field Values
        Generated class or method.
        Ordered collection.
    • Method Detail

      • getProcessBehaviour

        EClass getProcessBehaviour()
        Returns the meta object for class 'Process Behaviour'.
        Returns:
        the meta object for class 'Process Behaviour'.
        See Also:
        ProcessBehaviour
        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:
        SPAModel
        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:
        SPAModel.getProcesses(), getSPAModel()
        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:
        SPAModel.getResources(), getSPAModel()
        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.