Interface ReconfigurationrulePackage.Literals
-
- Enclosing interface:
- ReconfigurationrulePackage
public static interface ReconfigurationrulePackage.Literals
Defines literals for the meta objects that represent- each class,
- each feature of each class,
- each operation of each class,
- each enum,
- and each data type
- Generated class or method.
-
-
Field Summary
Fields Modifier and Type Field Description static EClass
MODEL_TRANSFORMATION
The meta object literal for the 'Model Transformation
' class.static EReference
MODEL_TRANSFORMATION__MODEL_TRANSFORMATION
The meta object literal for the 'Model Transformation' reference feature.static EClass
NAMED_ELEMENT
The meta object literal for the 'Named Element
' class.static EAttribute
NAMED_ELEMENT__NAME
The meta object literal for the 'Name' attribute feature.static EClass
RECONFIGURATION
The meta object literal for the 'Reconfiguration
' class.static EReference
RECONFIGURATION__STRATEGIES
The meta object literal for the 'Strategies' containment reference list feature.static EClass
STRATEGY
The meta object literal for the 'Strategy
' class.static EReference
STRATEGY__SLOS
The meta object literal for the 'Slos' reference feature.static EReference
STRATEGY__TACTICS
The meta object literal for the 'Tactics' containment reference list feature.static EClass
TACTIC
The meta object literal for the 'Tactic
' class.static EReference
TACTIC__ACTION
The meta object literal for the 'Action' containment reference list feature.static EReference
TACTIC__CONDITION
The meta object literal for the 'Condition' containment reference list feature.static EAttribute
TACTIC__PRIORITY
The meta object literal for the 'Priority' attribute feature.
-
-
-
Field Detail
-
MODEL_TRANSFORMATION
static final EClass MODEL_TRANSFORMATION
The meta object literal for the 'Model Transformation
' class.- See Also:
ModelTransformationImpl
,ReconfigurationrulePackageImpl.getModelTransformation()
- Generated class or method.
-
MODEL_TRANSFORMATION__MODEL_TRANSFORMATION
static final EReference MODEL_TRANSFORMATION__MODEL_TRANSFORMATION
The meta object literal for the 'Model Transformation' reference feature.- Generated class or method.
-
RECONFIGURATION
static final EClass RECONFIGURATION
The meta object literal for the 'Reconfiguration
' class.- See Also:
ReconfigurationImpl
,ReconfigurationrulePackageImpl.getReconfiguration()
- Generated class or method.
-
RECONFIGURATION__STRATEGIES
static final EReference RECONFIGURATION__STRATEGIES
The meta object literal for the 'Strategies' containment reference list feature.- Generated class or method.
-
TACTIC
static final EClass TACTIC
The meta object literal for the 'Tactic
' class.- See Also:
TacticImpl
,ReconfigurationrulePackageImpl.getTactic()
- Generated class or method.
-
TACTIC__PRIORITY
static final EAttribute TACTIC__PRIORITY
The meta object literal for the 'Priority' attribute feature.- Generated class or method.
-
TACTIC__CONDITION
static final EReference TACTIC__CONDITION
The meta object literal for the 'Condition' containment reference list feature.- Generated class or method.
-
TACTIC__ACTION
static final EReference TACTIC__ACTION
The meta object literal for the 'Action' containment reference list feature.- Generated class or method.
-
STRATEGY
static final EClass STRATEGY
The meta object literal for the 'Strategy
' class.- See Also:
StrategyImpl
,ReconfigurationrulePackageImpl.getStrategy()
- Generated class or method.
-
STRATEGY__SLOS
static final EReference STRATEGY__SLOS
The meta object literal for the 'Slos' reference feature.- Generated class or method.
-
STRATEGY__TACTICS
static final EReference STRATEGY__TACTICS
The meta object literal for the 'Tactics' containment reference list feature.- Generated class or method.
-
NAMED_ELEMENT
static final EClass NAMED_ELEMENT
The meta object literal for the 'Named Element
' class.- See Also:
NamedElementImpl
,ReconfigurationrulePackageImpl.getNamedElement()
- Generated class or method.
-
NAMED_ELEMENT__NAME
static final EAttribute NAMED_ELEMENT__NAME
The meta object literal for the 'Name' attribute feature.- Generated class or method.
-
-