Uses of Class
de.learnlib.example.DefaultLearningExample.DefaultMealyLearningExample
-
Packages that use DefaultLearningExample.DefaultMealyLearningExample Package Description de.learnlib.example.mealy -
-
Uses of DefaultLearningExample.DefaultMealyLearningExample in de.learnlib.example.mealy
Subclasses of DefaultLearningExample.DefaultMealyLearningExample in de.learnlib.example.mealy 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>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)^*.
-