Uses of Class
de.learnlib.algorithm.rivestschapire.RivestSchapireDFABuilder
Packages that use RivestSchapireDFABuilder
-
Uses of RivestSchapireDFABuilder in de.learnlib.algorithm.rivestschapire
Methods in de.learnlib.algorithm.rivestschapire that return RivestSchapireDFABuilderModifier and TypeMethodDescriptionRivestSchapireDFABuilder.withAlphabet(Alphabet<I> alphabet) Sets the new value for the parameteralphabetand returnsthisbuilder instance.RivestSchapireDFABuilder.withClosingStrategy(ClosingStrategy<? super I, ? super Boolean> closingStrategy) Sets the new value for the parameterclosingStrategyand returnsthisbuilder instance.RivestSchapireDFABuilder.withInitialSuffixes(List<Word<I>> initialSuffixes) Sets the new value for the parameterinitialSuffixesand returnsthisbuilder instance.RivestSchapireDFABuilder.withOracle(MembershipOracle<I, Boolean> oracle) Sets the new value for the parameteroracleand returnsthisbuilder instance.