LSharpMealyBuilder<I,O> |
LSharpMealyBuilder.withAlphabet(net.automatalib.alphabet.Alphabet<I> alphabet) |
Sets the new value for the parameter alphabet and returns this builder instance.
|
LSharpMealyBuilder<I,O> |
LSharpMealyBuilder.withOracle(AdaptiveMembershipOracle<I,O> oracle) |
Sets the new value for the parameter oracle and returns this builder instance.
|
LSharpMealyBuilder<I,O> |
LSharpMealyBuilder.withRandom(Random random) |
Sets the new value for the parameter random and returns this builder instance.
|
LSharpMealyBuilder<I,O> |
LSharpMealyBuilder.withRule2(Rule2 rule2) |
Sets the new value for the parameter rule2 and returns this builder instance.
|
LSharpMealyBuilder<I,O> |
LSharpMealyBuilder.withRule3(Rule3 rule3) |
Sets the new value for the parameter rule3 and returns this builder instance.
|
LSharpMealyBuilder<I,O> |
LSharpMealyBuilder.withSinkOutput(O sinkOutput) |
Sets the new value for the parameter sinkOutput and returns this builder instance.
|
LSharpMealyBuilder<I,O> |
LSharpMealyBuilder.withSinkState(net.automatalib.word.Word<I> sinkState) |
Sets the new value for the parameter sinkState and returns this builder instance.
|