All Classes and Interfaces
Class
Description
The actor abstraction provides an active actor object to process received messages.
A local actor implements the actor contract as a local thread running in the virtual machine.
The actor infrastructure enabler provides asynchronous execution for actors he is in charge.
Provide a subscription handler for multiple suppliers and consumers.
The checker interface defines the contract for all finite state machine syntactic and semantic checkers.
The class implements the interfaces to build a complete finite state machine definition using a fluent DSL - Domain Specific Language -.
The finite state machine dynamic checker verifies the correctness of a state machine description.
The event is an immutable class containing the event with payload sent to the finite state machine.
Domain-specific language fluent interface to build a state machine declaration starting with a state.
Abstract generator to create a human-readable description of a finite state machine description.
Generates an AsciiDoc description of the finite state machine declaration.
The generator creates graphical graph representations of a finite state machine in the graphical language of Graphviz dot language.
The generator creates graphical graph representations of a finite state machine in the graphical language of Graphviz dot language.
THe state machine cat is a nice FSM diagram generator with a few peculiarities.
The state abstraction of a hierarchical finite state machine.
Domain-specific language fluent interface to configure an existing state with new substates.
The finite state machine executing a hierarchical finite state machine description.
The handler observing all the changes in a hierarchical final state machine.
The state machine logger documents all activities performed during the firing of events for a specific finite state machine instance.
The finite state machine static checker verifies the correctness of a state machine description.
Domain specific language fluent interface to configure a new state.
Domain-specific language fluent interface to configure a new transition to another node.
The transition defines a link between two finite machine states.
Domain-specific language fluent interface to configure a new transition.