Package de.learnlib.example
Interface LearningExample.StateLocalInputMealyLearningExample<I,O>
-
- All Superinterfaces:
LearningExample<I,StateLocalInputMealyMachine<?,I,?,O>>,LearningExample.UniversalDeterministicLearningExample<I,StateLocalInputMealyMachine<?,I,?,O>>
- All Known Implementing Classes:
ExampleRandomStateLocalInputMealy
- Enclosing interface:
- LearningExample<I,A>
public static interface LearningExample.StateLocalInputMealyLearningExample<I,O> extends LearningExample.UniversalDeterministicLearningExample<I,StateLocalInputMealyMachine<?,I,?,O>>
ALearningExamplerefinement forStateLocalInputMealyMachine.Note that while
StateLocalInputMealyMachines can return information about theirlocal inputsand are therefore in general partially defined, the examples are totalMealyMachines in order to be usable with the existing integration-test infrastructure of (total)MealyMachines. The 'undefined' transitions are answered withgetUndefinedOutput().
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface de.learnlib.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 UniversalAutomaton<?,I,?,?,?>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OgetUndefinedOutput()-
Methods inherited from interface de.learnlib.example.LearningExample
getAlphabet, getReferenceAutomaton
-
-
-
-
Method Detail
-
getUndefinedOutput
O getUndefinedOutput()
-
-