Package de.learnlib.testsupport.example
Class DefaultPassiveLearningExample<I,D>
- java.lang.Object
-
- de.learnlib.testsupport.example.DefaultPassiveLearningExample<I,D>
-
- Type Parameters:
I- input symbol typeD- output domain type
- All Implemented Interfaces:
PassiveLearningExample<I,D>
- Direct Known Subclasses:
DefaultPassiveLearningExample.DefaultDFAPassiveLearningExample,DefaultPassiveLearningExample.DefaultMealyPassiveLearningExample,DefaultPassiveLearningExample.DefaultMoorePassiveLearningExample,DefaultPassiveLearningExample.DefaultSSTPassiveLearningExample
public class DefaultPassiveLearningExample<I,D> extends Object implements PassiveLearningExample<I,D>
Default implementation for a passive learning example.- See Also:
DefaultLearningExample
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDefaultPassiveLearningExample.DefaultDFAPassiveLearningExample<I>static classDefaultPassiveLearningExample.DefaultMealyPassiveLearningExample<I,O>static classDefaultPassiveLearningExample.DefaultMoorePassiveLearningExample<I,O>static classDefaultPassiveLearningExample.DefaultSSTPassiveLearningExample<I,O>-
Nested classes/interfaces inherited from interface de.learnlib.testsupport.example.PassiveLearningExample
PassiveLearningExample.DFAPassiveLearningExample<I>, PassiveLearningExample.MealyPassiveLearningExample<I,O>, PassiveLearningExample.MoorePassiveLearningExample<I,O>, PassiveLearningExample.SSTPassiveLearningExample<I,O>
-
-
Constructor Summary
Constructors Constructor Description DefaultPassiveLearningExample(Collection<DefaultQuery<I,D>> samples)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<DefaultQuery<I,D>>getSamples()
-
-
-
Constructor Detail
-
DefaultPassiveLearningExample
public DefaultPassiveLearningExample(Collection<DefaultQuery<I,D>> samples)
-
-
Method Detail
-
getSamples
public Collection<DefaultQuery<I,D>> getSamples()
- Specified by:
getSamplesin interfacePassiveLearningExample<I,D>
-
-