convert.xml.infer
Class SequenceParticle

java.lang.Object
  extended by convert.xml.infer.Particle
      extended by convert.xml.infer.BinaryParticle
          extended by convert.xml.infer.SequenceParticle

public class SequenceParticle
extends BinaryParticle


Constructor Summary
SequenceParticle(Particle p1, Particle p2)
           
 
Method Summary
 java.lang.Object accept(ParticleVisitor visitor)
           
 
Methods inherited from class convert.xml.infer.BinaryParticle
getChild1, getChild2
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SequenceParticle

public SequenceParticle(Particle p1,
                        Particle p2)
Method Detail

accept

public java.lang.Object accept(ParticleVisitor visitor)
Specified by:
accept in class Particle