Package | Description |
---|---|
org.statefulj.framework.core.actions | |
org.statefulj.framework.core.fsm | |
org.statefulj.framework.core.model.impl | |
org.statefulj.fsm |
Constructor and Description |
---|
DomainEntityMethodInvocationAction(String method,
Class<?>[] parameters,
FSM<Object> fsm) |
MethodInvocationAction(String method,
Class<?>[] parameters,
FSM<Object> fsm,
Object controller) |
Modifier and Type | Class and Description |
---|---|
class |
FSM<T,CT>
The Framework FSM.
|
Constructor and Description |
---|
StatefulFSMImpl(FSM<T> fsm,
Class<T> clazz,
Factory<T,?> factory) |
Modifier and Type | Method and Description |
---|---|
FSM<T> |
FSM.FSMBuilder.build()
Build the FSM and all of it's States and Transitions
|
Copyright © 2016. All rights reserved.