endrov.util.mathExpr
Class MathExprStdEnvironment

java.lang.Object
  extended by endrov.util.mathExpr.MathExprStdEnvironment
All Implemented Interfaces:
MathExprEnvironment

public abstract class MathExprStdEnvironment
extends java.lang.Object
implements MathExprEnvironment


Constructor Summary
MathExprStdEnvironment()
           
 
Method Summary
 java.lang.Object evaluateFunction(java.lang.String name, java.lang.Object[] arg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface endrov.util.mathExpr.MathExprEnvironment
getSymbolValue
 

Constructor Detail

MathExprStdEnvironment

public MathExprStdEnvironment()
Method Detail

evaluateFunction

public java.lang.Object evaluateFunction(java.lang.String name,
                                         java.lang.Object[] arg)
                                  throws MathExpr.EvalException
Specified by:
evaluateFunction in interface MathExprEnvironment
Throws:
MathExpr.EvalException