public class ActionStateModel extends AbstractTransitionableStateModel
Constructor and Description |
---|
ActionStateModel(java.lang.String id)
Create an action state model
|
Modifier and Type | Method and Description |
---|---|
Model |
createCopy()
Create a deep copy of this model.
|
java.util.LinkedList |
getActions() |
boolean |
isMergeableWith(Model model)
Determine if the model is able to be merged into the current model
|
void |
merge(Model model)
Merge the model into the current model
|
void |
setActions(java.util.LinkedList actions) |
fillCopy, getOnExitActions, getTransitions, setOnExitActions, setTransitions
fillCopy, getAttributes, getExceptionHandlers, getId, getOnEntryActions, getParent, getSecured, setAttributes, setExceptionHandlers, setId, setOnEntryActions, setParent, setSecured
public ActionStateModel(java.lang.String id)
id
- the state identifierpublic boolean isMergeableWith(Model model)
Model
model
- the model to comparepublic void merge(Model model)
Model
model
- the model to merge withpublic Model createCopy()
Model
public java.util.LinkedList getActions()
public void setActions(java.util.LinkedList actions)
actions
- the actions to set