Uses of Class
de.learnlib.algorithm.ttt.vpa.TTTLearnerVPABuilder
-
-
Uses of TTTLearnerVPABuilder in de.learnlib.algorithm.ttt.vpa
Methods in de.learnlib.algorithm.ttt.vpa that return TTTLearnerVPABuilder Modifier and Type Method Description TTTLearnerVPABuilder<I>TTTLearnerVPABuilder. withAlphabet(net.automatalib.alphabet.VPAlphabet<I> alphabet)Sets the new value for the parameteralphabetand returnsthisbuilder instance.TTTLearnerVPABuilder<I>TTTLearnerVPABuilder. withAnalyzer(AcexAnalyzer analyzer)Sets the new value for the parameteranalyzerand returnsthisbuilder instance.TTTLearnerVPABuilder<I>TTTLearnerVPABuilder. withOracle(MembershipOracle.DFAMembershipOracle<I> oracle)Sets the new value for the parameteroracleand returnsthisbuilder instance.
-