Package de.learnlib.example
Interface PassiveLearningExample<I,D>
-
- All Known Subinterfaces:
PassiveLearningExample.DFAPassiveLearningExample<I>
,PassiveLearningExample.MealyPassiveLearningExample<I,O>
,PassiveLearningExample.MoorePassiveLearningExample<I,O>
,PassiveLearningExample.SSTPassiveLearningExample<I,O>
- All Known Implementing Classes:
DefaultPassiveLearningExample
,DefaultPassiveLearningExample.DefaultDFAPassiveLearningExample
,DefaultPassiveLearningExample.DefaultMealyPassiveLearningExample
,DefaultPassiveLearningExample.DefaultMoorePassiveLearningExample
,DefaultPassiveLearningExample.DefaultSSTPassiveLearningExample
public interface PassiveLearningExample<I,D>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
PassiveLearningExample.DFAPassiveLearningExample<I>
static interface
PassiveLearningExample.MealyPassiveLearningExample<I,O>
static interface
PassiveLearningExample.MoorePassiveLearningExample<I,O>
static interface
PassiveLearningExample.SSTPassiveLearningExample<I,O>
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<DefaultQuery<I,D>>
getSamples()
-
-
-
Method Detail
-
getSamples
Collection<DefaultQuery<I,D>> getSamples()
-
-