nl.bluering
Class MathEngine

java.lang.Object
  |
  +--nl.bluering.MathEngine
All Implemented Interfaces:
Interpreter

public class MathEngine
extends java.lang.Object
implements Interpreter


Constructor Summary
MathEngine()
           
 
Method Summary
 Expression interpret(Expression e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MathEngine

public MathEngine()
Method Detail

interpret

public Expression interpret(Expression e)
                     throws java.lang.Exception
Specified by:
interpret in interface Interpreter