org.jscience.ml.sbml.math
Class MathMLExpression.NoVarTree

java.lang.Object
  extended by org.jscience.ml.sbml.math.MathMLExpression.NoVarTree
Enclosing class:
MathMLExpression

protected class MathMLExpression.NoVarTree
extends java.lang.Object

Used as a return value in removeVar from tree. varWasHere is true if var was found in the tree and removed. treeWithoutVar is the tree without the variable (the variable was removed if it existed).


Constructor Summary
protected MathMLExpression.NoVarTree()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MathMLExpression.NoVarTree

protected MathMLExpression.NoVarTree()