- All Known Subinterfaces:
- LearningExample.DFALearningExample<I>, LearningExample.MealyLearningExample<I,O>
- All Known Implementing Classes:
- DefaultLearningExample, DefaultLearningExample.DefaultDFALearningExample, DefaultLearningExample.DefaultMealyLearningExample, ExampleAngluin, ExampleCoffeeMachine, ExampleGrid, ExampleKeylock, ExamplePaulAndMary, ExampleRandomMealy, ExampleShahbazGroz, ExampleStack
public interface LearningExample<I,O,A extends net.automatalib.automata.UniversalAutomaton<?,I,?,?,?> & net.automatalib.automata.concepts.SuffixOutput<I,O>>