Package net.tangly.fsm.imp


package net.tangly.fsm.imp

The implementation of the finite state machine interfaces; the classes are package private and are only instantiated through the domain specific language implementing the builder pattern.

  • Classes
    Class
    Description
    DefinitionBuilder<O,S extends Enum<S>,E extends Enum<E>>
    The class implements the interfaces to build a complete finite state machine definition using a fluent DSL - Domain Specific Language -.