Interface Tactic

    • Method Detail

      • getPriority

        int getPriority()
        Returns the value of the 'Priority' attribute. The default value is "-1". Priority of the reconfiguration rule represented as Integer. Values from 0 to n are the priority in a ruleset which determine the order of which a reconfiguration rule is executed. Lower values are higher priority, earlier execution. The value -1 means unspecified priority and is equal to the latest execution within the ruleset. The order in which multiple rules with unspecified priority are executed is non-deterministic.
        Returns:
        the value of the 'Priority' attribute.
        See Also:
        setPriority(int), ReconfigurationrulePackage.getTactic_Priority()
        Generated class or method.
        EMF model class or method.
        default="-1" required="true"
      • setPriority

        void setPriority​(int value)
        Sets the value of the 'Priority' attribute.
        Parameters:
        value - the new value of the 'Priority' attribute.
        See Also:
        getPriority()
        Generated class or method.
      • getCondition

        EList<ModelTransformation<?>> getCondition()
        Returns the value of the 'Condition' containment reference list. The list contents are of type ModelTransformation<?>.

        If the meaning of the 'Condition' containment reference list isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Condition' containment reference list.
        See Also:
        ReconfigurationrulePackage.getTactic_Condition()
        Generated class or method.
        EMF model class or method.
        containment="true" required="true"
      • getAction

        EList<ModelTransformation<?>> getAction()
        Returns the value of the 'Action' containment reference list. The list contents are of type ModelTransformation<?>.

        If the meaning of the 'Action' containment reference list isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Action' containment reference list.
        See Also:
        ReconfigurationrulePackage.getTactic_Action()
        Generated class or method.
        EMF model class or method.
        containment="true" required="true"