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 |
getActions()
Get the executable actions contained in this Executable.
|
TransitionTarget |
getParent()
Get the TransitionTarget parent.
|
void |
setParent(TransitionTarget parent)
Set the TransitionTarget parent.
|
public final List getActions()
public final void addAction(Action action)
action
- The action to add.public final TransitionTarget getParent()
public final void setParent(TransitionTarget parent)
parent
- The parent to set.Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.