public class ExampleAngluin extends Object
| Constructor and Description |
|---|
ExampleAngluin() |
| Modifier and Type | Method and Description |
|---|---|
static CompactDFA<Integer> |
constructMachine() |
static <A extends MutableDFA<S,? super Integer>,S> |
constructMachine(A machine) |
static Alphabet<Integer> |
getInputAlphabet() |
static DFA<?,Integer> |
getInstance() |
public ExampleAngluin()
public static Alphabet<Integer> getInputAlphabet()
public static DFA<?,Integer> getInstance()
public static <A extends MutableDFA<S,? super Integer>,S> A constructMachine(A machine)
public static CompactDFA<Integer> constructMachine()
Copyright © 2013. All Rights Reserved.