public static interface XSDParticle.DFA
Modifier and Type | Interface and Description |
---|---|
static interface |
XSDParticle.DFA.State
A state of a deterministic finite state automaton.
|
static interface |
XSDParticle.DFA.Transition
A transition of a deterministic finite state automaton.
|
Modifier and Type | Method and Description |
---|---|
XSDParticle.DFA |
cloneDFA()
Creates a clone of the automaton.
|
XSDParticle.DFA.State |
getInitialState()
Returns the initial state of this automaton.
|
java.util.List<XSDParticle.DFA.State> |
getStates()
Returns the list of states in this automaton.
|
boolean |
isApproximate()
Returns whether this DFA is an approximation of the content model.
|
boolean isApproximate()
true
if this DFA is an approximation of the content model.java.util.List<XSDParticle.DFA.State> getStates()
XSDParticle.DFA.State getInitialState()
XSDParticle.DFA cloneDFA()