public static class DefaultLearningExample.DefaultMealyLearningExample<I,D> extends DefaultLearningExample<I,Word<D>,MealyMachine<?,I,?,D>> implements LearningExample.MealyLearningExample<I,D>
DefaultLearningExample.DefaultDFALearningExample<I>, DefaultLearningExample.DefaultMealyLearningExample<I,D>LearningExample.DFALearningExample<I>, LearningExample.MealyLearningExample<I,O>, LearningExample.StateLocalInputMealyLearningExample<I,O>| Constructor and Description |
|---|
DefaultMealyLearningExample(A automaton) |
DefaultMealyLearningExample(Alphabet<I> alphabet,
MealyMachine<?,I,?,D> referenceAutomaton) |
getAlphabet, getReferenceAutomatonclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAlphabet, getReferenceAutomatonpublic DefaultMealyLearningExample(A automaton)
public DefaultMealyLearningExample(Alphabet<I> alphabet, MealyMachine<?,I,?,D> referenceAutomaton)
Copyright © 2019. All rights reserved.