static <S,I,T,O,A extends MutableMooreMachine<S,? super I,T,? super O>> MooreBuilder<S,I,T,O,A> |
AutomatonBuilders.forMoore(A moore) |
|
static <I,O> MooreBuilder<Integer,I,Integer,O,CompactMoore<I,O>> |
AutomatonBuilders.newMoore(Alphabet<I> alphabet) |
|
MooreBuilder<S,I,T,O,A> |
MooreBuilder.MooreBuilder5.withOutput(Object stateId,
O output) |
Associates with the given state the given output symbol.
|
MooreBuilder<S,I,T,O,A> |
MooreBuilder.withOutput(Object stateId,
O output) |
Associates with the given state the given output symbol.
|