public class ExampleTinyDFA extends DefaultLearningExample.DefaultDFALearningExample<Character>
DefaultLearningExample.DefaultDFALearningExample<I>, DefaultLearningExample.DefaultMealyLearningExample<I,D>LearningExample.DFALearningExample<I>, LearningExample.MealyLearningExample<I,O>, LearningExample.StateLocalInputMealyLearningExample<I,O>| Constructor and Description |
|---|
ExampleTinyDFA() |
| Modifier and Type | Method and Description |
|---|---|
static CompactDFA<Character> |
constructMachine()
Construct and return a machine representation of this example.
|
static ExampleTinyDFA |
createExample() |
getAlphabet, getReferenceAutomatonclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAlphabet, getReferenceAutomatonpublic static CompactDFA<Character> constructMachine()
public static ExampleTinyDFA createExample()
Copyright © 2020. All rights reserved.