public class UmlStateMachineModelFactory extends AbstractStateMachineModelFactory<java.lang.String,java.lang.String> implements StateMachineModelFactory<java.lang.String,java.lang.String>
StateMachineModelFactory
which builds StateMachineModel
from
uml representation.Constructor and Description |
---|
UmlStateMachineModelFactory(org.springframework.core.io.Resource resource)
Instantiates a new uml state machine model factory.
|
UmlStateMachineModelFactory(java.lang.String location)
Instantiates a new uml state machine model factory.
|
Modifier and Type | Method and Description |
---|---|
StateMachineModel<java.lang.String,java.lang.String> |
build()
Builds the state machine model.
|
getBeanFactory, getResourceLoader, getStateMachineComponentResolver, registerAction, registerGuard, resolveAction, resolveGuard, setBeanFactory, setResourceLoader, setStateMachineComponentResolver
public UmlStateMachineModelFactory(org.springframework.core.io.Resource resource)
resource
- the resourcepublic UmlStateMachineModelFactory(java.lang.String location)
location
- the resource locationpublic StateMachineModel<java.lang.String,java.lang.String> build()
StateMachineModelFactory
build
in interface StateMachineModelFactory<java.lang.String,java.lang.String>