|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Provides information about automata model.
| Method Summary | |
StateMachineConfigManager |
getConfigManager(java.lang.String stateMachine)
Returns config manager for state
machine with given name. |
StateMachinePath |
getRootPath()
Returns path to the root state machine. |
StateMachineConfig |
getTopConfig(java.lang.String stateMachine)
Initial config factory method. |
boolean |
isFinal(java.lang.String stateMachine,
StateMachineConfig config)
Determines whether active state defined by the given config is final for state machine with the given name |
| Method Detail |
public StateMachinePath getRootPath()
throws EventProcessorException
EventProcessorException
public StateMachineConfigManager getConfigManager(java.lang.String stateMachine)
throws EventProcessorException
config manager for state
machine with given name.
stateMachine - state machine String representation gotten with a help of CoreContract.encode(StateMachine)
config manager for state machine
EventProcessorException
public StateMachineConfig getTopConfig(java.lang.String stateMachine)
throws EventProcessorException
stateMachine - state machine String representation gotten with a help of CoreContract.encode(StateMachine)
EventProcessorException
public boolean isFinal(java.lang.String stateMachine,
StateMachineConfig config)
throws EventProcessorException
stateMachine - state machine String representation gotten with a help of CoreContract.encode(StateMachine)config - state machine config to test
true iff given config is final for the given state machine
EventProcessorException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||