Package com.thaiopensource.xml.infer
Class BinaryParticle
- java.lang.Object
-
- com.thaiopensource.xml.infer.Particle
-
- com.thaiopensource.xml.infer.BinaryParticle
-
- Direct Known Subclasses:
ChoiceParticle,SequenceParticle
public abstract class BinaryParticle extends Particle
-
-
Constructor Summary
Constructors Constructor Description BinaryParticle(Particle p1, Particle p2)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ParticlegetChild1()ParticlegetChild2()
-