public interface CircusGuardedCommand extends CircusCommand
Abstract base class for IfGuardedCommand and DoGuardedCommand
| Modifier and Type | Method and Description |
|---|---|
ActionList |
getActionList()
Returns the ActionList element.
|
GuardedAction |
getGuardedAction(int index) |
CircusActionList |
getGuardedActionList()
This is a convenience method.
|
int |
getNumberOfGuards() |
void |
setActionList(ActionList actionList)
Sets the ActionList element.
|
ActionList getActionList()
void setActionList(ActionList actionList)
actionList - the ActionList element.getActionList()CircusActionList getGuardedActionList()
int getNumberOfGuards()
GuardedAction getGuardedAction(int index)
Copyright © 2003–2016 Community Z Tools Project. All rights reserved.