T - The type of state valuespublic interface FSMEnumMutableBuilderType<T extends Enum<T>>
| Modifier and Type | Method | Description |
|---|---|---|
FSMEnumMutableBuilderType<T> |
addTransition(T from,
T to) |
Add a transition from state
from to state to. |
FSMEnumMutable<T> |
build() |
FSMEnumMutableBuilderType<T> addTransition(T from, T to)
from to state to.from - The starting stateto - The target stateFSMEnumMutable<T> build()
Copyright © 2017 <code@io7m.com> http://io7m.com