Uses of Class
edu.vt.middleware.dictionary.TernaryNode

Packages that use TernaryNode
edu.vt.middleware.dictionary   
 

Uses of TernaryNode in edu.vt.middleware.dictionary
 

Methods in edu.vt.middleware.dictionary that return TernaryNode
 TernaryNode TernaryNode.getEqkid()
          This returns the eqkid of this TernaryNode.
 TernaryNode TernaryNode.getHikid()
          This returns the hikid of this TernaryNode.
 TernaryNode TernaryNode.getLokid()
          This returns the lokid of this TernaryNode.
 

Methods in edu.vt.middleware.dictionary with parameters of type TernaryNode
 void TernaryNode.setEqkid(TernaryNode node)
          This sets the eqkid of this TernaryNode.
 void TernaryNode.setHikid(TernaryNode node)
          This sets the hikid of this TernaryNode.
 void TernaryNode.setLokid(TernaryNode node)
          This sets the lokid of this TernaryNode.
 



Copyright © 2003-2010 Virginia Tech. All Rights Reserved.