Class |
Description |
Actions |
Actions interface is extended by all generated FSM specific Actions interfaces
|
Codec |
Encode objects stored as FSM input associated objects to a byte[] form and vice versa.
|
CodecFactory<InputEnum extends Enum<?>> |
The CodecFactory interface used by generated SBBs during codec registration via
the registerCodecFactory(Class<?>, CodecFactory<Enum<?>>) method.
|
Endpoint |
The Endpoint interface is used to provide a JSLEE view of an FSM endpoint.
|
Facilities |
The Facilities provided as an argument to FSM action methods.
|
Fsm |
|
FsmDotGenTask |
Ant task used to generate a GraphViz dot file.
|
FSMExecutionException |
Exception thrown by a generated FSM class which contains the current
status of the FSM.
|
FsmGenTask |
Ant task used to generate an FSM SBB class.
|
FSMInput |
Interface used in generated FSM code to represent an input
|
FSMInputName |
Interface used in generated FSM code to represent an input
|
InputImplCfg |
|
InputRegister<InputType extends FSMInput> |
InputRegister is used in generated FSM classes to represent the scheduled and execution
state of the FSM.
|
InputScheduler<InputType extends FSMInput> |
The InputScheduler is used for scheduling changes to the FSM input register for a future execution of the FSM
|
MakeMultiFsmSbbTask |
Ant task to create an SBB that will host one or more pojo'esque FSMs
|
MultiFsmSbbStateMachine<ReturnCode extends Enum<ReturnCode>> |
Interface for a finite state machine.
|
SbbStateMachine<ReturnCode extends Enum<ReturnCode>> |
Interface for a finite state machine SBB class.
|
SessionTracingConfiguration |
Facility for enabling or disabling session tracing in FSMTool
generated FSM code
|
StateMachine<InputType extends Enum<?>,ReturnCodeType extends Enum<?>> |
Interface for a finite state machine generated POJO class.
|
StateMachineException |
|
StateMachineWrapper |
|
StringTemplateBasedTask |
This class defines common behaviour for tasks that uses a String template group to generate some code
|
WrappedInput |
|