Package de.learnlib.testsupport.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 interfacePassiveLearningExample.DFAPassiveLearningExample<I>static interfacePassiveLearningExample.MealyPassiveLearningExample<I,O>static interfacePassiveLearningExample.MoorePassiveLearningExample<I,O>static interfacePassiveLearningExample.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()
-
-