|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A deterministic finite state automaton as described for 'Unique Particle Attribution'.
Inner 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. |
java.util.List |
getStates()
Returns the list of states in this automaton. |
Method Detail |
public java.util.List getStates()
public XSDParticle.DFA.State getInitialState()
public XSDParticle.DFA cloneDFA()
|
Copyright 2001-2002 IBM Corporation and others. All Rights Reserved. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |