public class ExampleAngluin extends DefaultLearningExample.DefaultDFALearningExample<Integer>
DefaultLearningExample.DefaultDFALearningExample<I>, DefaultLearningExample.DefaultMealyLearningExample<I,D>LearningExample.DFALearningExample<I>, LearningExample.MealyLearningExample<I,O>| Constructor and Description |
|---|
ExampleAngluin() |
| Modifier and Type | Method and Description |
|---|---|
static net.automatalib.automata.fsa.impl.compact.CompactDFA<Integer> |
constructMachine() |
static <A extends net.automatalib.automata.fsa.MutableDFA<S,? super Integer>,S> |
constructMachine(A machine) |
static ExampleAngluin |
createExample() |
static net.automatalib.words.Alphabet<Integer> |
createInputAlphabet() |
getAlphabet, getReferenceAutomatonclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAlphabet, getReferenceAutomatonpublic static net.automatalib.automata.fsa.impl.compact.CompactDFA<Integer> constructMachine()
public static <A extends net.automatalib.automata.fsa.MutableDFA<S,? super Integer>,S> A constructMachine(A machine)
public static net.automatalib.words.Alphabet<Integer> createInputAlphabet()
public static ExampleAngluin createExample()
Copyright © 2018. All rights reserved.