public abstract static class DFA.Cell extends Object
DFA.Perform
,
DFA.Shift
Modifier and Type | Class and Description |
---|---|
static class |
DFA.Cell.Kind
Enumerates describing the different kinds
of automata cells
|
Constructor and Description |
---|
Cell() |
Modifier and Type | Method and Description |
---|---|
abstract DFA.Cell.Kind |
getKind() |
abstract boolean |
sanityCheck()
Performs some sanity checks on this automaton cell
|
abstract String |
toString() |
public abstract DFA.Cell.Kind getKind()
kind
of this automaton cellpublic abstract boolean sanityCheck()
true
if the checks are OK