Module net.automatalib.util
Class MooreBuilder.MooreBuilder1
java.lang.Object
net.automatalib.util.automaton.builder.MooreBuilder.MooreBuilder1
A state (-class) of the enclosing fluent interface.
-
Method Summary
Modifier and TypeMethodDescriptionSets the input symbol of the current transition definition(s).final MooreBuilder<S,I, T, O, A>.MooreBuilder3 Sets multiple input symbols of the current transition definition(s).
-
Method Details
-
on
Sets the input symbol of the current transition definition(s).- Parameters:
input- the input symbol- Returns:
- the next fluent state
-
on
Sets multiple input symbols of the current transition definition(s).- Parameters:
firstInput- the mandatory first input symbolotherInputs- the optional additional input symbols- Returns:
- the next fluent state
-