S
- the type of stateE
- the type of eventpublic interface StateMachineComponentResolver<S,E>
Modifier and Type | Method and Description |
---|---|
Action<S,E> |
resolveAction(java.lang.String id)
Resolve action.
|
Guard<S,E> |
resolveGuard(java.lang.String id)
Resolve guard.
|