org.apache.uima.internal.util
Class BinaryTree

java.lang.Object
  extended by org.apache.uima.internal.util.BinaryTree

public class BinaryTree
extends java.lang.Object

Simple binary tree class.


Constructor Summary
BinaryTree()
           
 
Method Summary
 BinaryTree getLeftDtr()
           
 BinaryTree getMother()
           
 BinaryTree getRightDtr()
           
 java.lang.Object getValue()
           
 BinaryTree newLeftDtr()
           
 BinaryTree newRightDtr()
           
 void setValue(java.lang.Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BinaryTree

public BinaryTree()
Method Detail

setValue

public void setValue(java.lang.Object value)

newLeftDtr

public BinaryTree newLeftDtr()

newRightDtr

public BinaryTree newRightDtr()

getLeftDtr

public BinaryTree getLeftDtr()

getRightDtr

public BinaryTree getRightDtr()

getMother

public BinaryTree getMother()

getValue

public java.lang.Object getValue()


Copyright © 2013. All Rights Reserved.