Uses of Interface
org.eclipse.xsd.XSDParticle.DFA.State

Packages that use XSDParticle.DFA.State
org.eclipse.xsd This provides an API for the XML Schema Standard Part 1 and Part 2; for differences between the current version of the API and the previous version of the API, please see the Appendix.  
org.eclipse.xsd.impl This provides an implementation of the API for XML Schema; it is considered internal and the Javadoc is incomplete. 
 

Uses of XSDParticle.DFA.State in org.eclipse.xsd
 

Methods in org.eclipse.xsd that return XSDParticle.DFA.State
 XSDParticle.DFA.State XSDParticle.DFA.getInitialState()
          Returns the initial state of this automaton.
 XSDParticle.DFA.State XSDParticle.DFA.Transition.getState()
          Returns the target state of this transition.
 

Uses of XSDParticle.DFA.State in org.eclipse.xsd.impl
 

Classes in org.eclipse.xsd.impl that implement XSDParticle.DFA.State
static class XSDParticleImpl.XSDNFA.StateImpl
           
 

Fields in org.eclipse.xsd.impl declared as XSDParticle.DFA.State
protected  XSDParticle.DFA.State XSDParticleImpl.XSDNFA.TransitionImpl.state
           
 

Methods in org.eclipse.xsd.impl that return XSDParticle.DFA.State
 XSDParticle.DFA.State XSDParticleImpl.XSDNFA.TransitionImpl.getState()
           
 XSDParticle.DFA.State XSDParticleImpl.XSDNFA.getInitialState()
           
 XSDParticle.DFA.State XSDParticleImpl.XSDNFA.getFinalState()
           
 XSDParticle.DFA.State XSDParticleImpl.XSDNFA.getCurrentState()
           
 

Methods in org.eclipse.xsd.impl with parameters of type XSDParticle.DFA.State
 void XSDParticleImpl.XSDNFA.TransitionImpl.setState(XSDParticle.DFA.State state)
           
 boolean XSDParticleImpl.XSDNFA.isEquivalent(XSDParticle.DFA.State s1, XSDParticle.DFA.State s2)
           
 XSDParticle.DFA.Transition XSDParticleImpl.XSDNFA.StateImpl.createTransition(XSDParticle xsdParticle, XSDParticle.DFA.State state)
           
 

Constructors in org.eclipse.xsd.impl with parameters of type XSDParticle.DFA.State
XSDParticleImpl.XSDNFA.TransitionImpl(XSDParticle xsdParticle, XSDParticle.DFA.State state)
           
 


Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.