edu.iastate.metnet.birdseyeview
Class PathwayTreeNode

java.lang.Object
  extended by edu.iastate.metnet.birdseyeview.PathwayTreeNode

 class PathwayTreeNode
extends java.lang.Object

The Panle shows the tree of pathway as a menu for user to choose so that the genes belonging to this pathway will be shown in cell view or other views.

Author:
Lifeng Zhang Created Dec. 05, 2006

Field Summary
(package private)  java.lang.String pathway
           
 
Constructor Summary
PathwayTreeNode(java.lang.String input)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

pathway

java.lang.String pathway
Constructor Detail

PathwayTreeNode

public PathwayTreeNode(java.lang.String input)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object