fern.network.sbml
Class MathTree.ConstLeaf

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

public static class MathTree.ConstLeaf
extends MathTree.Node


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

Field Detail

Value

public double Value
Constructor Detail

MathTree.ConstLeaf

public MathTree.ConstLeaf(double Value)
Method Detail

toString

public String toString()
Overrides:
toString in class Object