com.inxar.syntacs.util
Class BubbleTree.Bubble
java.lang.Object
|
+--com.inxar.syntacs.util.BubbleTree.Bubble
- Enclosing class:
- BubbleTree
- public static class BubbleTree.Bubble
- extends Object
A Bubble is a single node in a BubbleTree interval tree.
id
public int id
lo
public int lo
hi
public int hi
set
public IntSet set
ldn
public BubbleTree.Bubble ldn
rdn
public BubbleTree.Bubble rdn
lup
public BubbleTree.Bubble lup
rup
public BubbleTree.Bubble rup
toString
public String toString()
- Overrides:
toString
in class Object