| Modifier and Type | Method and Description |
|---|---|
static <S,E,T,C,M extends StateMachineWithContext<S,E,T,C>> |
StateMachineBuilder.createWithContext(Class<M> iface)
Creates a builder that builds state machines with a distinct event type and
a computational context from an interface definition.
|
| Modifier and Type | Method and Description |
|---|---|
static <S,E,T,C> StateMachineBuilder<S,E,E,C,StateMachineWithContext<S,E,E,C>> |
StateMachineBuilder.createWithContext(Class<S> states,
Class<E> events,
Class<C> context)
Creates a builder that builds state machines with a computational context.
|
static <S,E,T,C> StateMachineBuilder<S,E,T,C,StateMachineWithContext<S,E,T,C>> |
StateMachineBuilder.createWithContext(Class<S> states,
Class<E> events,
Class<T> eventTypes,
Class<C> context)
Creates a builder that builds state machines with a distinct event type and
a computational context.
|
Copyright © 2015. All rights reserved.