| Package | Description |
|---|---|
| com.github.oxo42.stateless4j |
| Modifier and Type | Method and Description |
|---|---|
StateRepresentation<TState,TTrigger> |
StateMachineConfig.getRepresentation(TState state)
Return StateRepresentation for the specified state.
|
StateRepresentation<S,T> |
StateRepresentation.getSuperstate() |
| Modifier and Type | Method and Description |
|---|---|
void |
StateRepresentation.addSubstate(StateRepresentation<S,T> substate) |
void |
StateRepresentation.setSuperstate(StateRepresentation<S,T> value) |
| Constructor and Description |
|---|
StateConfiguration(StateRepresentation<S,T> representation,
Func2<S,StateRepresentation<S,T>> lookup) |
| Constructor and Description |
|---|
StateConfiguration(StateRepresentation<S,T> representation,
Func2<S,StateRepresentation<S,T>> lookup) |
Copyright © 2014. All Rights Reserved.