public class BasicStateMachineModel extends Object implements StateMachineModel
| Constructor and Description |
|---|
BasicStateMachineModel(State rootState) |
| Modifier and Type | Method and Description |
|---|---|
BindingType |
getBindingType() |
ExMode |
getExMode() |
Logger |
getLogger() |
String |
getName() |
String |
getNamespace() |
State |
getRootState() |
Script |
getScript() |
BigDecimal |
getVersion() |
void |
setBindingType(BindingType bindingType) |
void |
setExMode(ExMode exMode) |
void |
setLogger(Logger logger) |
void |
setName(String name) |
void |
setNamespace(String namespace) |
void |
setScript(Script script) |
void |
setVersion(BigDecimal version) |
public BasicStateMachineModel(State rootState)
public State getRootState()
getRootState in interface StateMachineModelpublic Logger getLogger()
public void setLogger(Logger logger)
public String getName()
getName in interface StateMachineModelpublic void setName(String name)
setName in interface StateMachineModelpublic String getNamespace()
getNamespace in interface StateMachineModelpublic void setNamespace(String namespace)
setNamespace in interface StateMachineModelpublic BigDecimal getVersion()
getVersion in interface StateMachineModelpublic void setVersion(BigDecimal version)
setVersion in interface StateMachineModelpublic BindingType getBindingType()
getBindingType in interface StateMachineModelpublic void setBindingType(BindingType bindingType)
setBindingType in interface StateMachineModelpublic ExMode getExMode()
getExMode in interface StateMachineModelpublic void setExMode(ExMode exMode)
setExMode in interface StateMachineModelpublic Script getScript()
getScript in interface StateMachineModelpublic void setScript(Script script)
setScript in interface StateMachineModelCopyright © 2015. All rights reserved.