Module net.automatalib.util
Class MooreBuilder.MooreBuilder3
java.lang.Object
net.automatalib.util.automaton.builder.MooreBuilder.MooreBuilder3
A state (-class) of the enclosing fluent interface.
-
Method Summary
Modifier and TypeMethodDescriptionloop()Sets the target state(s) of the current transition definition(s) by looping back to the respective source state(s).Sets the target state of the current transition definition(s).
-
Method Details
-
loop
Sets the target state(s) of the current transition definition(s) by looping back to the respective source state(s).- Returns:
- the next fluent state
-
to
Sets the target state of the current transition definition(s).- Parameters:
stateId- the object to identify the state- Returns:
- the next fluent state
-