Module net.automatalib.util
Class FSABuilder.FSABuilder1
java.lang.Object
net.automatalib.util.automaton.builder.FSABuilder.FSABuilder1
- Enclosing class:
- FSABuilder<S,
I, A extends MutableFSA<S, ? super I>>
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).Sets the target states 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
-
to
Sets the target states of the current transition definition(s).- Parameters:
firstStateId- the mandatory object to identify the first stateotherStateIds- the optional objects to identify additional states- Returns:
- the next fluent state
-