public interface Action
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getId() |
boolean |
isAfterCondition()
Returns
true if this action can be used in a Pre-Condition. |
boolean |
isBeforeCondition()
Returns
true if this action can be used in a Post-Condition. |
boolean |
isFinal()
Returns
true if this is a final action in
this condition. |
boolean isBeforeCondition()
true
if this action can be used in a Post-Condition.boolean isAfterCondition()
true
if this action can be used in a Pre-Condition.boolean isFinal()
true
if this is a final action in
this condition.java.lang.String getId()