Uses of Interface
de.learnlib.example.LearningExample
-
Packages that use LearningExample Package Description de.learnlib.example This package (including sub-packages) contains example models of various types used in integration-tests.de.learnlib.example.dfa de.learnlib.example.mealy de.learnlib.example.moore de.learnlib.example.sba de.learnlib.example.spa de.learnlib.example.spmm de.learnlib.example.sst de.learnlib.example.vpa -
-
Uses of LearningExample in de.learnlib.example
Subinterfaces of LearningExample in de.learnlib.example Modifier and Type Interface Description static interfaceLearningExample.DFALearningExample<I>static interfaceLearningExample.MealyLearningExample<I,O>static interfaceLearningExample.MooreLearningExample<I,O>static interfaceLearningExample.OneSEVPALearningExample<I>static interfaceLearningExample.SBALearningExample<I>static interfaceLearningExample.SPALearningExample<I>static interfaceLearningExample.SPMMLearningExample<I,O>static interfaceLearningExample.SSTLearningExample<I,O>static interfaceLearningExample.StateLocalInputMealyLearningExample<I,O>ALearningExamplerefinement forStateLocalInputMealyMachine.static interfaceLearningExample.UniversalDeterministicLearningExample<I,A extends UniversalAutomaton<?,I,?,?,?>>Classes in de.learnlib.example that implement LearningExample Modifier and Type Class Description classDefaultLearningExample<I,D,A extends UniversalAutomaton<?,I,?,?,?> & SuffixOutput<I,D>>Alearning examplethat directly stores the alphabet and the reference automaton in its fields.static classDefaultLearningExample.DefaultDFALearningExample<I>static classDefaultLearningExample.DefaultMealyLearningExample<I,D>static classDefaultLearningExample.DefaultMooreLearningExample<I,D>static classDefaultLearningExample.DefaultOneSEVPALearningExample<I>static classDefaultLearningExample.DefaultSBALearningExample<I>static classDefaultLearningExample.DefaultSPALearningExample<I>static classDefaultLearningExample.DefaultSPMMLearningExample<I,O>static classDefaultLearningExample.DefaultSSTLearningExample<I,D> -
Uses of LearningExample in de.learnlib.example.dfa
Classes in de.learnlib.example.dfa that implement LearningExample 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 in de.learnlib.example.mealy
Classes in de.learnlib.example.mealy that implement LearningExample 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 in de.learnlib.example.moore
Classes in de.learnlib.example.moore that implement LearningExample Modifier and Type Class Description classExampleRandomMoore<I,O> -
Uses of LearningExample in de.learnlib.example.sba
Classes in de.learnlib.example.sba that implement LearningExample Modifier and Type Class Description classExamplePalindromeclassExampleRandomSBA<I> -
Uses of LearningExample in de.learnlib.example.spa
Classes in de.learnlib.example.spa that implement LearningExample Modifier and Type Class Description classExamplePalindromeclassExampleRandomSPA<I> -
Uses of LearningExample in de.learnlib.example.spmm
Classes in de.learnlib.example.spmm that implement LearningExample Modifier and Type Class Description classExamplePalindromeclassExampleRandomSPMM<I,O> -
Uses of LearningExample in de.learnlib.example.sst
Classes in de.learnlib.example.sst that implement LearningExample Modifier and Type Class Description classExampleRandomSST<I,O> -
Uses of LearningExample in de.learnlib.example.vpa
Classes in de.learnlib.example.vpa that implement LearningExample Modifier and Type Class Description classExampleRandomOneSEVPA<I>
-