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