Package de.learnlib.example
Interface PassiveLearningExample.MealyPassiveLearningExample<I,O>
-
- All Superinterfaces:
PassiveLearningExample<I,Word<O>>
- All Known Implementing Classes:
DefaultPassiveLearningExample.DefaultMealyPassiveLearningExample
- Enclosing interface:
- PassiveLearningExample<I,D>
public static interface PassiveLearningExample.MealyPassiveLearningExample<I,O> extends PassiveLearningExample<I,Word<O>>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface de.learnlib.example.PassiveLearningExample
PassiveLearningExample.DFAPassiveLearningExample<I>, PassiveLearningExample.MealyPassiveLearningExample<I,O>, PassiveLearningExample.MoorePassiveLearningExample<I,O>, PassiveLearningExample.SSTPassiveLearningExample<I,O>
-
-
Method Summary
-
Methods inherited from interface de.learnlib.example.PassiveLearningExample
getSamples
-
-