Class ExampleRandomStateLocalInputMealy<I,O>

java.lang.Object
de.learnlib.testsupport.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>