Interface ReconfigurationrulePackage
-
- All Superinterfaces:
EModelElement
,ENamedElement
,EObject
,EPackage
,Notifier
- All Known Implementing Classes:
ReconfigurationrulePackageImpl
public interface ReconfigurationrulePackage extends EPackage
The Package for the model. It contains accessors for the meta objects to represent- each class,
- each feature of each class,
- each operation of each class,
- each enum,
- and each data type
- See Also:
ReconfigurationruleFactory
- Generated class or method.
- EMF model class or method.
- kind="package"
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description 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-
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage
EPackage.Descriptor, EPackage.Registry
-
-
Field Summary
Fields Modifier and Type Field Description static ReconfigurationrulePackage
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
MODEL_TRANSFORMATION
The meta object id for the 'Model Transformation
' class.static int
MODEL_TRANSFORMATION__MODEL_TRANSFORMATION
The feature id for the 'Model Transformation' reference.static int
MODEL_TRANSFORMATION_FEATURE_COUNT
The number of structural features of the 'Model Transformation' class.static int
MODEL_TRANSFORMATION_OPERATION_COUNT
The number of operations of the 'Model Transformation' class.static int
NAMED_ELEMENT
The meta object id for the 'Named Element
' class.static int
NAMED_ELEMENT__NAME
The feature id for the 'Name' attribute.static int
NAMED_ELEMENT_FEATURE_COUNT
The number of structural features of the 'Named Element' class.static int
NAMED_ELEMENT_OPERATION_COUNT
The number of operations of the 'Named Element' class.static int
RECONFIGURATION
The meta object id for the 'Reconfiguration
' class.static int
RECONFIGURATION__NAME
The feature id for the 'Name' attribute.static int
RECONFIGURATION__STRATEGIES
The feature id for the 'Strategies' containment reference list.static int
RECONFIGURATION_FEATURE_COUNT
The number of structural features of the 'Reconfiguration' class.static int
RECONFIGURATION_OPERATION_COUNT
The number of operations of the 'Reconfiguration' class.static int
STRATEGY
The meta object id for the 'Strategy
' class.static int
STRATEGY__NAME
The feature id for the 'Name' attribute.static int
STRATEGY__SLOS
The feature id for the 'Slos' reference.static int
STRATEGY__TACTICS
The feature id for the 'Tactics' containment reference list.static int
STRATEGY_FEATURE_COUNT
The number of structural features of the 'Strategy' class.static int
STRATEGY_OPERATION_COUNT
The number of operations of the 'Strategy' class.static int
TACTIC
The meta object id for the 'Tactic
' class.static int
TACTIC__ACTION
The feature id for the 'Action' containment reference list.static int
TACTIC__CONDITION
The feature id for the 'Condition' containment reference list.static int
TACTIC__NAME
The feature id for the 'Name' attribute.static int
TACTIC__PRIORITY
The feature id for the 'Priority' attribute.static int
TACTIC_FEATURE_COUNT
The number of structural features of the 'Tactic' class.static int
TACTIC_OPERATION_COUNT
The number of operations of the 'Tactic' class.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EClass
getModelTransformation()
Returns the meta object for class 'Model Transformation
'.EReference
getModelTransformation_ModelTransformation()
Returns the meta object for the reference 'Model Transformation
'.EClass
getNamedElement()
Returns the meta object for class 'Named Element
'.EAttribute
getNamedElement_Name()
Returns the meta object for the attribute 'Name
'.EClass
getReconfiguration()
Returns the meta object for class 'Reconfiguration
'.EReference
getReconfiguration_Strategies()
Returns the meta object for the containment reference list 'Strategies
'.ReconfigurationruleFactory
getReconfigurationruleFactory()
Returns the factory that creates the instances of the model.EClass
getStrategy()
Returns the meta object for class 'Strategy
'.EReference
getStrategy_Slos()
Returns the meta object for the reference 'Slos
'.EReference
getStrategy_Tactics()
Returns the meta object for the containment reference list 'Tactics
'.EClass
getTactic()
Returns the meta object for class 'Tactic
'.EReference
getTactic_Action()
Returns the meta object for the containment reference list 'Action
'.EReference
getTactic_Condition()
Returns the meta object for the containment reference list 'Condition
'.EAttribute
getTactic_Priority()
Returns the meta object for the attribute 'Priority
'.-
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
-
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement
getName, setName
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface org.eclipse.emf.ecore.EPackage
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Field Detail
-
eNAME
static final String eNAME
The package name.- See Also:
- Constant Field Values
- Generated class or method.
-
eNS_URI
static final String eNS_URI
The package namespace URI.- See Also:
- Constant Field Values
- Generated class or method.
-
eNS_PREFIX
static final String eNS_PREFIX
The package namespace name.- See Also:
- Constant Field Values
- Generated class or method.
-
eINSTANCE
static final ReconfigurationrulePackage eINSTANCE
The singleton instance of the package.- Generated class or method.
-
MODEL_TRANSFORMATION
static final int MODEL_TRANSFORMATION
The meta object id for the 'Model Transformation
' class.- See Also:
ModelTransformationImpl
,ReconfigurationrulePackageImpl.getModelTransformation()
, Constant Field Values- Generated class or method.
-
MODEL_TRANSFORMATION__MODEL_TRANSFORMATION
static final int MODEL_TRANSFORMATION__MODEL_TRANSFORMATION
The feature id for the 'Model Transformation' reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
MODEL_TRANSFORMATION_FEATURE_COUNT
static final int MODEL_TRANSFORMATION_FEATURE_COUNT
The number of structural features of the 'Model Transformation' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
MODEL_TRANSFORMATION_OPERATION_COUNT
static final int MODEL_TRANSFORMATION_OPERATION_COUNT
The number of operations of the 'Model Transformation' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
NAMED_ELEMENT
static final int NAMED_ELEMENT
The meta object id for the 'Named Element
' class.- See Also:
NamedElementImpl
,ReconfigurationrulePackageImpl.getNamedElement()
, Constant Field Values- Generated class or method.
-
NAMED_ELEMENT__NAME
static final int NAMED_ELEMENT__NAME
The feature id for the 'Name' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
NAMED_ELEMENT_FEATURE_COUNT
static final int NAMED_ELEMENT_FEATURE_COUNT
The number of structural features of the 'Named Element' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
NAMED_ELEMENT_OPERATION_COUNT
static final int NAMED_ELEMENT_OPERATION_COUNT
The number of operations of the 'Named Element' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
RECONFIGURATION
static final int RECONFIGURATION
The meta object id for the 'Reconfiguration
' class.- See Also:
ReconfigurationImpl
,ReconfigurationrulePackageImpl.getReconfiguration()
, Constant Field Values- Generated class or method.
-
RECONFIGURATION__NAME
static final int RECONFIGURATION__NAME
The feature id for the 'Name' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
RECONFIGURATION__STRATEGIES
static final int RECONFIGURATION__STRATEGIES
The feature id for the 'Strategies' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
RECONFIGURATION_FEATURE_COUNT
static final int RECONFIGURATION_FEATURE_COUNT
The number of structural features of the 'Reconfiguration' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
RECONFIGURATION_OPERATION_COUNT
static final int RECONFIGURATION_OPERATION_COUNT
The number of operations of the 'Reconfiguration' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
TACTIC
static final int TACTIC
The meta object id for the 'Tactic
' class.- See Also:
TacticImpl
,ReconfigurationrulePackageImpl.getTactic()
, Constant Field Values- Generated class or method.
-
TACTIC__NAME
static final int TACTIC__NAME
The feature id for the 'Name' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
TACTIC__PRIORITY
static final int TACTIC__PRIORITY
The feature id for the 'Priority' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
TACTIC__CONDITION
static final int TACTIC__CONDITION
The feature id for the 'Condition' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
TACTIC__ACTION
static final int TACTIC__ACTION
The feature id for the 'Action' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
TACTIC_FEATURE_COUNT
static final int TACTIC_FEATURE_COUNT
The number of structural features of the 'Tactic' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
TACTIC_OPERATION_COUNT
static final int TACTIC_OPERATION_COUNT
The number of operations of the 'Tactic' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
STRATEGY
static final int STRATEGY
The meta object id for the 'Strategy
' class.- See Also:
StrategyImpl
,ReconfigurationrulePackageImpl.getStrategy()
, Constant Field Values- Generated class or method.
-
STRATEGY__NAME
static final int STRATEGY__NAME
The feature id for the 'Name' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
STRATEGY__SLOS
static final int STRATEGY__SLOS
The feature id for the 'Slos' reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
STRATEGY__TACTICS
static final int STRATEGY__TACTICS
The feature id for the 'Tactics' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
STRATEGY_FEATURE_COUNT
static final int STRATEGY_FEATURE_COUNT
The number of structural features of the 'Strategy' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
STRATEGY_OPERATION_COUNT
static final int STRATEGY_OPERATION_COUNT
The number of operations of the 'Strategy' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
-
Method Detail
-
getModelTransformation
EClass getModelTransformation()
Returns the meta object for class 'Model Transformation
'.- Returns:
- the meta object for class 'Model Transformation'.
- See Also:
ModelTransformation
- Generated class or method.
-
getModelTransformation_ModelTransformation
EReference getModelTransformation_ModelTransformation()
Returns the meta object for the reference 'Model Transformation
'.- Returns:
- the meta object for the reference 'Model Transformation'.
- See Also:
ModelTransformation.getModelTransformation()
,getModelTransformation()
- Generated class or method.
-
getReconfiguration
EClass getReconfiguration()
Returns the meta object for class 'Reconfiguration
'.- Returns:
- the meta object for class 'Reconfiguration'.
- See Also:
Reconfiguration
- Generated class or method.
-
getReconfiguration_Strategies
EReference getReconfiguration_Strategies()
Returns the meta object for the containment reference list 'Strategies
'.- Returns:
- the meta object for the containment reference list 'Strategies'.
- See Also:
Reconfiguration.getStrategies()
,getReconfiguration()
- Generated class or method.
-
getTactic
EClass getTactic()
Returns the meta object for class 'Tactic
'.- Returns:
- the meta object for class 'Tactic'.
- See Also:
Tactic
- Generated class or method.
-
getTactic_Priority
EAttribute getTactic_Priority()
Returns the meta object for the attribute 'Priority
'.- Returns:
- the meta object for the attribute 'Priority'.
- See Also:
Tactic.getPriority()
,getTactic()
- Generated class or method.
-
getTactic_Condition
EReference getTactic_Condition()
Returns the meta object for the containment reference list 'Condition
'.- Returns:
- the meta object for the containment reference list 'Condition'.
- See Also:
Tactic.getCondition()
,getTactic()
- Generated class or method.
-
getTactic_Action
EReference getTactic_Action()
Returns the meta object for the containment reference list 'Action
'.- Returns:
- the meta object for the containment reference list 'Action'.
- See Also:
Tactic.getAction()
,getTactic()
- Generated class or method.
-
getStrategy
EClass getStrategy()
Returns the meta object for class 'Strategy
'.- Returns:
- the meta object for class 'Strategy'.
- See Also:
Strategy
- Generated class or method.
-
getStrategy_Slos
EReference getStrategy_Slos()
Returns the meta object for the reference 'Slos
'.- Returns:
- the meta object for the reference 'Slos'.
- See Also:
Strategy.getSlos()
,getStrategy()
- Generated class or method.
-
getStrategy_Tactics
EReference getStrategy_Tactics()
Returns the meta object for the containment reference list 'Tactics
'.- Returns:
- the meta object for the containment reference list 'Tactics'.
- See Also:
Strategy.getTactics()
,getStrategy()
- Generated class or method.
-
getNamedElement
EClass getNamedElement()
Returns the meta object for class 'Named Element
'.- Returns:
- the meta object for class 'Named Element'.
- See Also:
NamedElement
- Generated class or method.
-
getNamedElement_Name
EAttribute getNamedElement_Name()
Returns the meta object for the attribute 'Name
'.- Returns:
- the meta object for the attribute 'Name'.
- See Also:
NamedElement.getName()
,getNamedElement()
- Generated class or method.
-
getReconfigurationruleFactory
ReconfigurationruleFactory getReconfigurationruleFactory()
Returns the factory that creates the instances of the model.- Returns:
- the factory that creates the instances of the model.
- Generated class or method.
-
-