Module de.learnlib.algorithm.lstar
Package de.learnlib.algorithm.malerpnueli
-
Class Summary Class Description MalerPnueliDFA<I> ADFA
-based specialization of the L* learner which uses the counterexample analysis strategy proposed by Maler & Pnueli.MalerPnueliDFABuilder<I> A builder for constructingMalerPnueliDFA
instances.MalerPnueliMealy<I,O> AMealyMachine
-based specialization of the L* learner which uses the counterexample analysis strategy proposed by Maler & Pnueli.MalerPnueliMealyBuilder<I,O> A builder for constructingMalerPnueliMealy
instances.MalerPnueliMoore<I,O> AMooreMachine
-based specialization of the L* learner which uses the counterexample analysis strategy proposed by Maler & Pnueli.MalerPnueliMooreBuilder<I,O> A builder for constructingMalerPnueliMoore
instances.