Package de.learnlib.testsupport.example
Class DefaultLearningExample.DefaultOneSEVPALearningExample<I>
- java.lang.Object
-
- de.learnlib.testsupport.example.DefaultLearningExample.DefaultOneSEVPALearningExample<I>
-
- All Implemented Interfaces:
LearningExample<I,net.automatalib.automaton.vpa.OneSEVPA<?,I>>
,LearningExample.OneSEVPALearningExample<I>
- Direct Known Subclasses:
ExampleRandomOneSEVPA
- Enclosing class:
- DefaultLearningExample<I,D,A extends net.automatalib.automaton.UniversalAutomaton<?,I,?,?,?> & net.automatalib.automaton.concept.SuffixOutput<I,D>>
public static class DefaultLearningExample.DefaultOneSEVPALearningExample<I> extends Object implements LearningExample.OneSEVPALearningExample<I>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface de.learnlib.testsupport.example.LearningExample
LearningExample.DFALearningExample<I>, LearningExample.MealyLearningExample<I,O>, LearningExample.MooreLearningExample<I,O>, LearningExample.OneSEVPALearningExample<I>, LearningExample.SBALearningExample<I>, LearningExample.SPALearningExample<I>, LearningExample.SPMMLearningExample<I,O>, LearningExample.SSTLearningExample<I,O>, LearningExample.StateLocalInputMealyLearningExample<I,O>, LearningExample.UniversalDeterministicLearningExample<I,A extends net.automatalib.automaton.UniversalAutomaton<?,I,?,?,?>>
-
-
Constructor Summary
Constructors Constructor Description DefaultOneSEVPALearningExample(net.automatalib.alphabet.VPAlphabet<I> alphabet, net.automatalib.automaton.vpa.OneSEVPA<?,I> referenceAutomaton)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description net.automatalib.alphabet.VPAlphabet<I>
getAlphabet()
net.automatalib.automaton.vpa.OneSEVPA<?,I>
getReferenceAutomaton()
-
-
-
Method Detail
-
getReferenceAutomaton
public net.automatalib.automaton.vpa.OneSEVPA<?,I> getReferenceAutomaton()
- Specified by:
getReferenceAutomaton
in interfaceLearningExample<I,net.automatalib.automaton.vpa.OneSEVPA<?,I>>
-
getAlphabet
public net.automatalib.alphabet.VPAlphabet<I> getAlphabet()
- Specified by:
getAlphabet
in interfaceLearningExample<I,net.automatalib.automaton.vpa.OneSEVPA<?,I>>
- Specified by:
getAlphabet
in interfaceLearningExample.OneSEVPALearningExample<I>
-
-