public class ExamplePaulAndMary extends DefaultLearningExample.DefaultDFALearningExample<Symbol>
DefaultLearningExample.DefaultDFALearningExample<I>, DefaultLearningExample.DefaultMealyLearningExample<I,D>LearningExample.DFALearningExample<I>, LearningExample.MealyLearningExample<I,O>| Modifier and Type | Field and Description |
|---|---|
static Symbol |
IN_LOVES |
static Symbol |
IN_MARY |
static Symbol |
IN_PAUL |
| Constructor and Description |
|---|
ExamplePaulAndMary() |
| Modifier and Type | Method and Description |
|---|---|
static CompactDFA<Symbol> |
constructMachine()
Construct and return a machine representation of this example
|
static <A extends MutableDFA<S,? super Symbol>,S> |
constructMachine(A dfa) |
static ExamplePaulAndMary |
createExample() |
static Alphabet<Symbol> |
createInputAlphabet() |
getAlphabet, getReferenceAutomatonclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAlphabet, getReferenceAutomatonpublic static final Symbol IN_PAUL
public static final Symbol IN_LOVES
public static final Symbol IN_MARY
public static CompactDFA<Symbol> constructMachine()
public static <A extends MutableDFA<S,? super Symbol>,S> A constructMachine(A dfa)
public static ExamplePaulAndMary createExample()
Copyright © 2015. All rights reserved.