public abstract class AbstractTransitionableStateModel extends AbstractStateModel
Constructor and Description |
---|
AbstractTransitionableStateModel(String id) |
Modifier and Type | Method and Description |
---|---|
LinkedList |
getOnExitActions() |
LinkedList |
getTransitions() |
void |
setOnExitActions(LinkedList onExitActions) |
void |
setTransitions(LinkedList transitions) |
getAttributes, getExceptionHandlers, getId, getOnEntryActions, getParent, getSecured, setAttributes, setExceptionHandlers, setId, setOnEntryActions, setParent, setSecured
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createCopy, isMergeableWith, merge
public AbstractTransitionableStateModel(String id)
public LinkedList getTransitions()
public void setTransitions(LinkedList transitions)
transitions
- the transitions to setpublic LinkedList getOnExitActions()
public void setOnExitActions(LinkedList onExitActions)
onExitActions
- the on exit actions to set