convert.xml.infer
Class BinaryParticle

java.lang.Object
  extended by convert.xml.infer.Particle
      extended by convert.xml.infer.BinaryParticle
Direct Known Subclasses:
ChoiceParticle, SequenceParticle

public abstract class BinaryParticle
extends Particle


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

Constructor Detail

BinaryParticle

public BinaryParticle(Particle p1,
                      Particle p2)
Method Detail

getChild1

public Particle getChild1()

getChild2

public Particle getChild2()