Uses of Interface
de.learnlib.testsupport.example.LearningExample.SPMMLearningExample
-
Packages that use LearningExample.SPMMLearningExample Package Description de.learnlib.testsupport.example de.learnlib.testsupport.example.spmm de.learnlib.testsupport.it.learner -
-
Uses of LearningExample.SPMMLearningExample in de.learnlib.testsupport.example
Classes in de.learnlib.testsupport.example that implement LearningExample.SPMMLearningExample Modifier and Type Class Description static class
DefaultLearningExample.DefaultSPMMLearningExample<I,O>
Methods in de.learnlib.testsupport.example that return types with arguments of type LearningExample.SPMMLearningExample Modifier and Type Method Description static List<LearningExample.SPMMLearningExample<?,?>>
LearningExamples. createSPMMExamples()
-
Uses of LearningExample.SPMMLearningExample in de.learnlib.testsupport.example.spmm
Classes in de.learnlib.testsupport.example.spmm that implement LearningExample.SPMMLearningExample Modifier and Type Class Description class
ExamplePalindrome
class
ExampleRandomSPMM<I,O>
-
Uses of LearningExample.SPMMLearningExample in de.learnlib.testsupport.it.learner
Methods in de.learnlib.testsupport.it.learner with parameters of type LearningExample.SPMMLearningExample Modifier and Type Method Description static <I,O>
List<SPMMLearnerITCase<I,O>>LearnerITUtil. createExampleITCases(LearningExample.SPMMLearningExample<I,O> example, LearnerVariantListImpl.SPMMLearnerVariantListImpl<I,O> variants, EquivalenceOracle<net.automatalib.automaton.procedural.SPMM<?,I,?,O>,I,net.automatalib.word.Word<O>> eqOracle)
Creates a list of per-example test cases for all learner variants.
-