OPLearnerMealyBuilder<I,O> |
OPLearnerMealyBuilder.withAlphabet(net.automatalib.alphabet.Alphabet<I> alphabet) |
Sets the new value for the parameter alphabet and returns this builder instance.
|
OPLearnerMealyBuilder<I,O> |
OPLearnerMealyBuilder.withOracle(MembershipOracle<I,net.automatalib.word.Word<O>> oracle) |
Sets the new value for the parameter oracle and returns this builder instance.
|
OPLearnerMealyBuilder<I,O> |
OPLearnerMealyBuilder.withRepeatedCounterexampleEvaluation(boolean repeatedCounterexampleEvaluation) |
Sets the new value for the parameter repeatedCounterexampleEvaluation and returns this builder instance.
|
OPLearnerMealyBuilder<I,O> |
OPLearnerMealyBuilder.withSuffixFinder(LocalSuffixFinder<? super I,? super net.automatalib.word.Word<O>> suffixFinder) |
Sets the new value for the parameter suffixFinder and returns this builder instance.
|