fern.network.sbml
Class MathTree.GlobalLeaf

java.lang.Object
  extended by fern.network.sbml.MathTree.Node
      extended by fern.network.sbml.MathTree.GlobalLeaf
Enclosing class:
MathTree

public static class MathTree.GlobalLeaf
extends MathTree.Node


Field Summary
 String Value
           
 
Constructor Summary
MathTree.GlobalLeaf(String Value)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

Value

public String Value
Constructor Detail

MathTree.GlobalLeaf

public MathTree.GlobalLeaf(String Value)
Method Detail

toString

public String toString()
Overrides:
toString in class Object