Module net.automatalib.util
Class MooreBuilder.MooreBuilder4
- java.lang.Object
-
- net.automatalib.util.automaton.builder.MooreBuilder.MooreBuilder4
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MooreBuilder.MooreBuilder6
loop()
Sets the target state(s) of the current transition definition(s) by looping back to the respective source state(s).MooreBuilder.MooreBuilder6
to(Object stateId)
Sets the target state of the current transition definition(s).
-
-
-
Method Detail
-
loop
public MooreBuilder.MooreBuilder6 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
public MooreBuilder.MooreBuilder6 to(Object stateId)
Sets the target state of the current transition definition(s).- Parameters:
stateId
- the object to identify the state- Returns:
- the next fluent state
-
-