Uses of Class
de.learnlib.algorithm.kv.dfa.KearnsVaziraniDFA
-
Packages that use KearnsVaziraniDFA Package Description de.learnlib.algorithm.kv.dfa de.learnlib.algorithm.procedural.adapter.dfa -
-
Uses of KearnsVaziraniDFA in de.learnlib.algorithm.kv.dfa
Methods in de.learnlib.algorithm.kv.dfa that return KearnsVaziraniDFA Modifier and Type Method Description KearnsVaziraniDFA<I>
KearnsVaziraniDFABuilder. create()
Creates a newKearnsVaziraniDFA
instance with the configured parameters. -
Uses of KearnsVaziraniDFA in de.learnlib.algorithm.procedural.adapter.dfa
Subclasses of KearnsVaziraniDFA in de.learnlib.algorithm.procedural.adapter.dfa Modifier and Type Class Description class
KearnsVaziraniAdapterDFA<I>
Adapter for usingKearnsVaziraniDFA
as a procedural learner.
-