Class MooreBuilder.MooreBuilder3

java.lang.Object
net.automatalib.util.automaton.builder.MooreBuilder.MooreBuilder3
Enclosing class:
MooreBuilder<S,I,T,O,A extends MutableMooreMachine<S,? super I,T,? super O>>

public final class MooreBuilder.MooreBuilder3 extends Object
A state (-class) of the enclosing fluent interface.
  • Method Details

    • loop

      public MooreBuilder<S,I,T,O,A>.MooreBuilder5 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<S,I,T,O,A>.MooreBuilder5 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