KearnsVaziraniMealyBuilder<I,O> |
KearnsVaziraniMealyBuilder.withAlphabet(net.automatalib.alphabet.Alphabet<I> alphabet) |
Sets the new value for the parameter alphabet and returns this builder instance.
|
KearnsVaziraniMealyBuilder<I,O> |
KearnsVaziraniMealyBuilder.withCounterexampleAnalyzer(AcexAnalyzer counterexampleAnalyzer) |
Sets the new value for the parameter counterexampleAnalyzer and returns this builder instance.
|
KearnsVaziraniMealyBuilder<I,O> |
KearnsVaziraniMealyBuilder.withOracle(MembershipOracle<I,net.automatalib.word.Word<O>> oracle) |
Sets the new value for the parameter oracle and returns this builder instance.
|
KearnsVaziraniMealyBuilder<I,O> |
KearnsVaziraniMealyBuilder.withRepeatedCounterexampleEvaluation(boolean repeatedCounterexampleEvaluation) |
Sets the new value for the parameter repeatedCounterexampleEvaluation and returns this builder instance.
|