Uses of Class
de.learnlib.testsupport.it.learner.PassiveLearnerVariantListImpl
-
Packages that use PassiveLearnerVariantListImpl Package Description de.learnlib.testsupport.it.learner -
-
Uses of PassiveLearnerVariantListImpl in de.learnlib.testsupport.it.learner
Subclasses of PassiveLearnerVariantListImpl in de.learnlib.testsupport.it.learner Modifier and Type Class Description static class
PassiveLearnerVariantListImpl.DFAPassiveLearnerVariantListImpl<I>
static class
PassiveLearnerVariantListImpl.MealyLearnerVariantListImpl<I,O>
static class
PassiveLearnerVariantListImpl.MooreLearnerVariantListImpl<I,O>
static class
PassiveLearnerVariantListImpl.SSTLearnerVariantListImpl<I,O>
Methods in de.learnlib.testsupport.it.learner with parameters of type PassiveLearnerVariantListImpl Modifier and Type Method Description static <I,D,A extends net.automatalib.automaton.concept.SuffixOutput<I,D>>
List<PassiveLearnerVariantITCase<I,D,A>>LearnerITUtil. createPassiveExampleITCases(PassiveLearningExample<I,D> example, PassiveLearnerVariantListImpl<A,I,D> variants)
Creates a list of per-example test cases for all learner variants (passive version).
-