Interface Action

    • Method Detail

      • isBeforeCondition

        boolean isBeforeCondition()
        Returns true if this action can be used in a Post-Condition.
        Returns:
        true if use in Post-Conditions is allowed
      • isAfterCondition

        boolean isAfterCondition()
        Returns true if this action can be used in a Pre-Condition.
        Returns:
        true if use in Pre-Conditions is allowed
      • isFinal

        boolean isFinal()
        Returns true if this is a final action in this condition.
        Returns:
        true if this action ends the evaluation of a condition
      • getId

        java.lang.String getId()
        Returns:
        Unique ID of this condition