public class DecisionStateModel extends AbstractStateModel
| Constructor and Description |
|---|
DecisionStateModel(java.lang.String id)
Create a decision state model
|
| Modifier and Type | Method and Description |
|---|---|
Model |
createCopy()
Create a deep copy of this model.
|
java.util.LinkedList |
getIfs() |
java.util.LinkedList |
getOnExitActions() |
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 |
setIfs(java.util.LinkedList ifs) |
void |
setOnExitActions(java.util.LinkedList onExitActions) |
fillCopy, getAttributes, getExceptionHandlers, getId, getOnEntryActions, getParent, getSecured, setAttributes, setExceptionHandlers, setId, setOnEntryActions, setParent, setSecuredpublic DecisionStateModel(java.lang.String id)
id - the state identifierpublic boolean isMergeableWith(Model model)
Modelmodel - the model to comparepublic void merge(Model model)
Modelmodel - the model to merge withpublic Model createCopy()
Modelpublic java.util.LinkedList getIfs()
public void setIfs(java.util.LinkedList ifs)
ifs - the ifs to setpublic java.util.LinkedList getOnExitActions()
public void setOnExitActions(java.util.LinkedList onExitActions)
onExitActions - the on exit actions to set