fern.network.sbml
Class MathTree.VarLeaf

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

public static class MathTree.VarLeaf
extends MathTree.Node


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

Field Detail

Index

public int Index
Constructor Detail

MathTree.VarLeaf

public MathTree.VarLeaf(String name,
                        int Index)
Method Detail

toString

public String toString()
Overrides:
toString in class Object