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
Modifier and TypeFieldDescriptionstatic final EClass
The meta object literal for the 'Process Behaviour
' class.static final EReference
The meta object literal for the 'Behaviour' containment reference feature.static final EAttribute
The meta object literal for the 'Name' attribute feature.static final EAttribute
The meta object literal for the 'Num Replicas' attribute feature.static final EClass
The meta object literal for the 'SPA Model
' class.static final EReference
The meta object literal for the 'Processes' containment reference list feature.static final EReference
The meta object literal for the 'Resources' containment reference list feature.
-
Field Details
-
PROCESS_BEHAVIOUR
The meta object literal for the 'Process Behaviour
' class.- See Also:
- Generated class or method.
-
PROCESS_BEHAVIOUR__NUM_REPLICAS
The meta object literal for the 'Num Replicas' attribute feature.- Generated class or method.
-
PROCESS_BEHAVIOUR__NAME
The meta object literal for the 'Name' attribute feature.- Generated class or method.
-
PROCESS_BEHAVIOUR__BEHAVIOUR
The meta object literal for the 'Behaviour' containment reference feature.- Generated class or method.
-
SPA_MODEL
The meta object literal for the 'SPA Model
' class.- See Also:
- Generated class or method.
-
SPA_MODEL__PROCESSES
The meta object literal for the 'Processes' containment reference list feature.- Generated class or method.
-
SPA_MODEL__RESOURCES
The meta object literal for the 'Resources' containment reference list feature.- Generated class or method.
-