org.eclipse.xsd
Interface XSDParticle.DFA.Transition
- All Known Implementing Classes:
- XSDParticleImpl.XSDNFA.TransitionImpl
- Enclosing class:
- XSDParticle.DFA
- public static interface XSDParticle.DFA.Transition
A transition of a deterministic finite state automaton.
getParticle
public XSDParticle getParticle()
- Returns the particle associated with this transition.
- Returns:
- the particle associated with this transition.
getState
public XSDParticle.DFA.State getState()
- Returns the target state of this transition.
- Returns:
- the target state of this transition.