Uses of Interface
de.learnlib.testsupport.example.LearningExample.UniversalDeterministicLearningExample
-
-
Uses of LearningExample.UniversalDeterministicLearningExample in de.learnlib.testsupport.example
Subinterfaces of LearningExample.UniversalDeterministicLearningExample in de.learnlib.testsupport.example Modifier and Type Interface Description static interfaceLearningExample.DFALearningExample<I>static interfaceLearningExample.MealyLearningExample<I,O>static interfaceLearningExample.MooreLearningExample<I,O>static interfaceLearningExample.SSTLearningExample<I,O>static interfaceLearningExample.StateLocalInputMealyLearningExample<I,O>ALearningExamplerefinement forStateLocalInputMealyMachine.Classes in de.learnlib.testsupport.example that implement LearningExample.UniversalDeterministicLearningExample Modifier and Type Class Description static classDefaultLearningExample.DefaultDFALearningExample<I>static classDefaultLearningExample.DefaultMealyLearningExample<I,D>static classDefaultLearningExample.DefaultMooreLearningExample<I,D>static classDefaultLearningExample.DefaultSSTLearningExample<I,D> -
Uses of LearningExample.UniversalDeterministicLearningExample in de.learnlib.testsupport.example.dfa
Classes in de.learnlib.testsupport.example.dfa that implement LearningExample.UniversalDeterministicLearningExample Modifier and Type Class Description classExampleAngluinThis class provides the example used in the paper ''Learning Regular Sets from Queries and Counterexamples'' by Dana Angluin that consists of an automaton that accepts ''all strings over {0,1} with an even number of 0's and an even number of 1's''.classExampleKeylockclassExamplePaulAndMaryThis class implements a sad love story - DFA style.classExampleRandomDFAclassExampleTinyDFATiny DFA with language (ab)*. -
Uses of LearningExample.UniversalDeterministicLearningExample in de.learnlib.testsupport.example.mealy
Classes in de.learnlib.testsupport.example.mealy that implement LearningExample.UniversalDeterministicLearningExample Modifier and Type Class Description classExampleCoffeeMachineThis example represents the Coffee Machine example from Steffen et al.classExampleGridThis class generates a Mealy machine consisting of a two-dimensional grid of states.classExampleRandomMealy<I,O>classExampleRandomStateLocalInputMealy<I,O>classExampleShahbazGrozThis class provides the example used in the paper ''Inferring Mealy Machines'' by Muzammil Shahbaz and Roland Groz (see Figure 1).classExampleStackThis example encodes a small stack with a capacity of three elements and "push" and "pop" operations as Mealy machine.classExampleTinyMealyTiny machine with the language (a1a2)^*. -
Uses of LearningExample.UniversalDeterministicLearningExample in de.learnlib.testsupport.example.moore
Classes in de.learnlib.testsupport.example.moore that implement LearningExample.UniversalDeterministicLearningExample Modifier and Type Class Description classExampleRandomMoore<I,O> -
Uses of LearningExample.UniversalDeterministicLearningExample in de.learnlib.testsupport.example.sst
Classes in de.learnlib.testsupport.example.sst that implement LearningExample.UniversalDeterministicLearningExample Modifier and Type Class Description classExampleRandomSST<I,O>
-