public abstract class Executable extends Object implements Serializable
Constructor and Description |
---|
Executable()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
addAction(Action action)
Add an Action to the list of executable actions contained in
this Executable.
|
List<Action> |
getActions()
Get the executable actions contained in this Executable.
|
EnterableState |
getParent()
Get the EnterableState parent.
|
protected void |
setParent(EnterableState parent)
Set the EnterableState parent.
|
public Executable()
public final List<Action> getActions()
public final void addAction(Action action)
action
- The action to add.public EnterableState getParent()
protected void setParent(EnterableState parent)
parent
- The parent to set.Copyright © 2005–2015 The Apache Software Foundation. All rights reserved.