agentland.drug
Class DrugTreeNode

java.lang.Object
  |
  +--agentland.drug.DrugTreeNode

public class DrugTreeNode
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
DrugTreeNode(DrugTreeNode parent, String in, Drug drug)
           
 
Method Summary
 void addChild(DrugTreeNode child, String out)
           
 DrugTreeNode getChild(int i)
           
 Drug getDrug()
           
 String getIn()
           
 String getOut(int i)
           
 int getSize()
           
 String toString()
           
 String toString(String pref)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DrugTreeNode

public DrugTreeNode(DrugTreeNode parent,
                    String in,
                    Drug drug)
Method Detail

addChild

public void addChild(DrugTreeNode child,
                     String out)

getChild

public DrugTreeNode getChild(int i)

getOut

public String getOut(int i)

getSize

public int getSize()

getDrug

public Drug getDrug()

getIn

public String getIn()

toString

public String toString(String pref)

toString

public String toString()
Overrides:
toString in class Object