Package org.palladiosimulator.solver.spa
Interface SpaPackage.Literals
-
- Enclosing interface:
- SpaPackage
public static interface SpaPackage.LiteralsDefines 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 EClassPROCESS_BEHAVIOURThe meta object literal for the 'Process Behaviour' class.static EReferencePROCESS_BEHAVIOUR__BEHAVIOURThe meta object literal for the 'Behaviour' containment reference feature.static EAttributePROCESS_BEHAVIOUR__NAMEThe meta object literal for the 'Name' attribute feature.static EAttributePROCESS_BEHAVIOUR__NUM_REPLICASThe meta object literal for the 'Num Replicas' attribute feature.static EClassSPA_MODELThe meta object literal for the 'SPA Model' class.static EReferenceSPA_MODEL__PROCESSESThe meta object literal for the 'Processes' containment reference list feature.static EReferenceSPA_MODEL__RESOURCESThe 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.
-
-