Class MealyBuilder.MealyBuilder0

java.lang.Object
net.automatalib.util.automaton.builder.MealyBuilder.MealyBuilder0
Enclosing class:
MealyBuilder<S,I,T,O,A extends MutableMealyMachine<S,? super I,T,? super O>>

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

    • create

      public A create()
      Returns the constructed automaton.
      Returns:
      the automaton
    • from

      public MealyBuilder<S,I,T,O,A>.MealyBuilder2 from(Object stateId)
      Starts a definition of transition(s) from a given source state.
      Parameters:
      stateId - the object to identify the state
      Returns:
      the next fluent state
    • from

      public MealyBuilder<S,I,T,O,A>.MealyBuilder2 from(Object firstStateId, Object... otherStateIds)
      Starts a definition of transition(s) from multiple given source states.
      Parameters:
      firstStateId - the mandatory object to identify the first state
      otherStateIds - the optional objects to identify additional states
      Returns:
      the next fluent state