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.


Field Summary
 int hi
           
 int id
           
 BubbleTree.Bubble ldn
           
 int lo
           
 BubbleTree.Bubble lup
           
 BubbleTree.Bubble rdn
           
 BubbleTree.Bubble rup
           
 IntSet set
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Method Detail

toString

public String toString()
Overrides:
toString in class Object