convert.xml.infer
Class ChoiceParticle

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

public class ChoiceParticle
extends BinaryParticle


Constructor Summary
ChoiceParticle(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

ChoiceParticle

public ChoiceParticle(Particle p1,
                      Particle p2)
Method Detail

accept

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