Package org.palladiosimulator.solver.spa
Interface SpaPackage.Literals
-
- Enclosing interface:
- SpaPackage
public 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
- Generated class or method.
-
-
Field Summary
Fields Modifier and Type Field Description static EClass
PROCESS_BEHAVIOUR
The meta object literal for the 'Process Behaviour
' class.static EReference
PROCESS_BEHAVIOUR__BEHAVIOUR
The meta object literal for the 'Behaviour' containment reference feature.static EAttribute
PROCESS_BEHAVIOUR__NAME
The meta object literal for the 'Name' attribute feature.static EAttribute
PROCESS_BEHAVIOUR__NUM_REPLICAS
The meta object literal for the 'Num Replicas' attribute feature.static EClass
SPA_MODEL
The meta object literal for the 'SPA Model
' class.static EReference
SPA_MODEL__PROCESSES
The meta object literal for the 'Processes' containment reference list feature.static EReference
SPA_MODEL__RESOURCES
The meta object literal for the 'Resources' containment reference list feature.
-
-
-
Field Detail
-
PROCESS_BEHAVIOUR
static final EClass PROCESS_BEHAVIOUR
The meta object literal for the 'Process Behaviour
' class.- See Also:
ProcessBehaviourImpl
,SpaPackageImpl.getProcessBehaviour()
- Generated class or method.
-
PROCESS_BEHAVIOUR__NUM_REPLICAS
static final EAttribute PROCESS_BEHAVIOUR__NUM_REPLICAS
The meta object literal for the 'Num Replicas' attribute feature.- Generated class or method.
-
PROCESS_BEHAVIOUR__NAME
static final EAttribute PROCESS_BEHAVIOUR__NAME
The meta object literal for the 'Name' attribute feature.- Generated class or method.
-
PROCESS_BEHAVIOUR__BEHAVIOUR
static final EReference PROCESS_BEHAVIOUR__BEHAVIOUR
The meta object literal for the 'Behaviour' containment reference feature.- Generated class or method.
-
SPA_MODEL
static final EClass SPA_MODEL
The meta object literal for the 'SPA Model
' class.- See Also:
SPAModelImpl
,SpaPackageImpl.getSPAModel()
- Generated class or method.
-
SPA_MODEL__PROCESSES
static final EReference SPA_MODEL__PROCESSES
The meta object literal for the 'Processes' containment reference list feature.- Generated class or method.
-
SPA_MODEL__RESOURCES
static final EReference SPA_MODEL__RESOURCES
The meta object literal for the 'Resources' containment reference list feature.- Generated class or method.
-
-