|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SpaPackage
The Package for the model. It contains accessors for the meta objects to represent
SpaFactory
Nested Class Summary | |
---|---|
static interface |
SpaPackage.Literals
Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type |
Field Summary | |
---|---|
static SpaPackage |
eINSTANCE
The singleton instance of the package. |
static String |
eNAME
The package name. |
static String |
eNS_PREFIX
The package namespace name. |
static String |
eNS_URI
The package namespace URI. |
static int |
PROCESS_BEHAVIOUR
The meta object id for the ' Process Behaviour ' class. |
static int |
PROCESS_BEHAVIOUR__BEHAVIOUR
The feature id for the 'Behaviour' containment reference. |
static int |
PROCESS_BEHAVIOUR__NAME
The feature id for the 'Name' attribute. |
static int |
PROCESS_BEHAVIOUR__NUM_REPLICAS
The feature id for the 'Num Replicas' attribute. |
static int |
PROCESS_BEHAVIOUR_FEATURE_COUNT
The number of structural features of the 'Process Behaviour' class. |
static int |
SPA_MODEL
The meta object id for the ' SPA Model ' class. |
static int |
SPA_MODEL__PROCESSES
The feature id for the 'Processes' containment reference list. |
static int |
SPA_MODEL__RESOURCES
The feature id for the 'Resources' containment reference list. |
static int |
SPA_MODEL_FEATURE_COUNT
The number of structural features of the 'SPA Model' class. |
Method Summary | |
---|---|
EReference |
getProcessBehaviour_Behaviour()
Returns the meta object for the containment reference ' Behaviour '. |
EAttribute |
getProcessBehaviour_Name()
Returns the meta object for the attribute ' Name '. |
EAttribute |
getProcessBehaviour_NumReplicas()
Returns the meta object for the attribute ' Num Replicas '. |
EClass |
getProcessBehaviour()
Returns the meta object for class ' Process Behaviour '. |
SpaFactory |
getSpaFactory()
Returns the factory that creates the instances of the model. |
EReference |
getSPAModel_Processes()
Returns the meta object for the containment reference list ' Processes '. |
EReference |
getSPAModel_Resources()
Returns the meta object for the containment reference list ' Resources '. |
EClass |
getSPAModel()
Returns the meta object for class ' SPA Model '. |
Field Detail |
---|
static final String eNAME
static final String eNS_URI
static final String eNS_PREFIX
static final SpaPackage eINSTANCE
static final int PROCESS_BEHAVIOUR
Process Behaviour
' class.
ProcessBehaviourImpl
,
SpaPackageImpl.getProcessBehaviour()
,
Constant Field Valuesstatic final int PROCESS_BEHAVIOUR__NUM_REPLICAS
static final int PROCESS_BEHAVIOUR__NAME
static final int PROCESS_BEHAVIOUR__BEHAVIOUR
static final int PROCESS_BEHAVIOUR_FEATURE_COUNT
static final int SPA_MODEL
SPA Model
' class.
SPAModelImpl
,
SpaPackageImpl.getSPAModel()
,
Constant Field Valuesstatic final int SPA_MODEL__PROCESSES
static final int SPA_MODEL__RESOURCES
static final int SPA_MODEL_FEATURE_COUNT
Method Detail |
---|
EClass getProcessBehaviour()
Process Behaviour
'.
ProcessBehaviour
EAttribute getProcessBehaviour_NumReplicas()
Num Replicas
'.
ProcessBehaviour.getNumReplicas()
,
getProcessBehaviour()
EAttribute getProcessBehaviour_Name()
Name
'.
ProcessBehaviour.getName()
,
getProcessBehaviour()
EReference getProcessBehaviour_Behaviour()
Behaviour
'.
ProcessBehaviour.getBehaviour()
,
getProcessBehaviour()
EClass getSPAModel()
SPA Model
'.
SPAModel
EReference getSPAModel_Processes()
Processes
'.
SPAModel.getProcesses()
,
getSPAModel()
EReference getSPAModel_Resources()
Resources
'.
SPAModel.getResources()
,
getSPAModel()
SpaFactory getSpaFactory()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |