public interface Action
| Modifier and Type | Method and Description |
|---|---|
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.String getId()
Copyright © 2021. All rights reserved.