Package de.learnlib.example.mealy
Class ExampleRandomStateLocalInputMealy<I,O>
- java.lang.Object
-
- de.learnlib.example.mealy.ExampleRandomStateLocalInputMealy<I,O>
-
- All Implemented Interfaces:
LearningExample<I,StateLocalInputMealyMachine<?,I,?,O>>
,LearningExample.StateLocalInputMealyLearningExample<I,O>
,LearningExample.UniversalDeterministicLearningExample<I,StateLocalInputMealyMachine<?,I,?,O>>
public class ExampleRandomStateLocalInputMealy<I,O> extends Object implements LearningExample.StateLocalInputMealyLearningExample<I,O>
-
-
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 Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static <I,O>
ExampleRandomStateLocalInputMealy<I,O>createExample(Random random, Alphabet<I> alphabet, int size, O undefinedOutput, O... outputs)
Alphabet<I>
getAlphabet()
StateLocalInputMealyMachine<?,I,?,O>
getReferenceAutomaton()
O
getUndefinedOutput()
-
-
-
Method Detail
-
createExample
@SafeVarargs public static <I,O> ExampleRandomStateLocalInputMealy<I,O> createExample(Random random, Alphabet<I> alphabet, int size, O undefinedOutput, O... outputs)
-
getReferenceAutomaton
public StateLocalInputMealyMachine<?,I,?,O> getReferenceAutomaton()
- Specified by:
getReferenceAutomaton
in interfaceLearningExample<I,O>
-
getAlphabet
public Alphabet<I> getAlphabet()
- Specified by:
getAlphabet
in interfaceLearningExample<I,O>
-
getUndefinedOutput
public O getUndefinedOutput()
- Specified by:
getUndefinedOutput
in interfaceLearningExample.StateLocalInputMealyLearningExample<I,O>
-
-