public interface IConditionalAction extends ISimpleAction
IConstraint, holds true, the "then"
actions are executed, else the "else" actions are executed.NEWLINE| Modifier and Type | Method and Description |
|---|---|
ICompoundAction |
getElse()
Return the actions to execute if the condition does not hold.
|
IConstraint |
getIf()
Returns the condition.
|
ICompoundAction |
getThen()
Return the actions to execute if the condition holds.
|
accept, dump, getColumn, getLine, getUserData, setUserDataIConstraint getIf()
ICompoundAction getThen()
ICompoundAction getElse()
Copyright © 2006-2013. All Rights Reserved.