Interface ReconfigurationrulePackage

    • Field Detail

      • 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__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__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__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__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.
      • getReconfiguration

        EClass getReconfiguration()
        Returns the meta object for class 'Reconfiguration'.
        Returns:
        the meta object for class 'Reconfiguration'.
        See Also:
        Reconfiguration
        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_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_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.
      • 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.