fern.network.sbml
Class MathTree.Node

java.lang.Object
  extended by fern.network.sbml.MathTree.Node
Direct Known Subclasses:
MathTree.ConstLeaf, MathTree.GlobalLeaf, MathTree.InnerNode, MathTree.VarLeaf
Enclosing class:
MathTree

public abstract static class MathTree.Node
extends Object


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

Constructor Detail

MathTree.Node

public MathTree.Node()