|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A deterministic finite state automaton as described for 'Unique Particle Attribution'.
Nested Class Summary | |
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. |
Method Summary | |
XSDParticle.DFA |
cloneDFA()
Creates a clone of the automaton. |
XSDParticle.DFA.State |
getInitialState()
Returns the initial state of this automaton. |
List |
getStates()
Returns the list of states in this automaton. |
boolean |
isApproximate()
Returns whether this DFA is an approximation of the content model. |
Method Detail |
public boolean isApproximate()
true
if this DFA is an approximation of the content model.public List getStates()
public XSDParticle.DFA.State getInitialState()
public XSDParticle.DFA cloneDFA()
|
Copyright 2001-2006 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |