public class SubflowStateModel extends AbstractTransitionableStateModel
Constructor and Description |
---|
SubflowStateModel(String id,
String subflow)
Create a subflow state model
|
Modifier and Type | Method and Description |
---|---|
Model |
createCopy()
Create a deep copy of this model.
|
LinkedList |
getInputs() |
LinkedList |
getOutputs() |
String |
getSubflow() |
String |
getSubflowAttributeMapper() |
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 |
setInputs(LinkedList inputs) |
void |
setOutputs(LinkedList outputs) |
void |
setSubflow(String subflow) |
void |
setSubflowAttributeMapper(String subflowAttributeMapper) |
getOnExitActions, getTransitions, setOnExitActions, setTransitions
getAttributes, getExceptionHandlers, getId, getOnEntryActions, getParent, getSecured, setAttributes, setExceptionHandlers, setId, setOnEntryActions, setParent, setSecured
public 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 String getSubflow()
public void setSubflow(String subflow)
subflow
- the subflow to setpublic String getSubflowAttributeMapper()
public void setSubflowAttributeMapper(String subflowAttributeMapper)
subflowAttributeMapper
- the subflow attribute mapper to setpublic LinkedList getInputs()
public void setInputs(LinkedList inputs)
inputs
- the input mappings to setpublic LinkedList getOutputs()
public void setOutputs(LinkedList outputs)
outputs
- the output mappings to set