| Modifier and Type | Interface and Description |
|---|---|
interface |
GenericStateMachine |
| Modifier and Type | Method and Description |
|---|---|
static <S,E,T,M extends SimpleStateMachine<S,E,T>> |
StateMachineBuilder.create(Class<M> iface)
Creates a new builder that builds state machines from an interface
definition.
|
| Modifier and Type | Method and Description |
|---|---|
static <S,E> StateMachineBuilder<S,E,E,Void,SimpleStateMachine<S,E,E>> |
StateMachineBuilder.create(Class<S> states,
Class<E> events)
Creates a new Builder that builds simple state machines.
|
static <S,E,T> StateMachineBuilder<S,E,T,Void,SimpleStateMachine<S,E,T>> |
StateMachineBuilder.create(Class<S> states,
Class<E> events,
Class<T> eventTypes)
Creates a new builder that builds state machines with a distinct event
type.
|
Copyright © 2015. All rights reserved.