org.activemath.exercises.openmath.services
Class CasExpressionEvaluatorWsdl

java.lang.Object
  extended by org.activemath.exercises.openmath.OpenMathService
      extended by org.activemath.exercises.openmath.services.CasExpressionEvaluator
          extended by org.activemath.exercises.openmath.services.CasExpressionEvaluatorWsdl

public class CasExpressionEvaluatorWsdl
extends CasExpressionEvaluator

CAS expression evaluator OpenMath service, using XML-RPC. Evaluates OpenMath expressions using an external Computer Algebra System.

Version:
$Revision: 1.4 $ $Date: 2009/10/25 17:58:02 $

Field Summary
 
Fields inherited from class org.activemath.exercises.openmath.OpenMathService
comparatorCD, comparatorName, context, expressionTransformer, om, xpathError, xpathHint, xpathQuit
 
Constructor Summary
CasExpressionEvaluatorWsdl(String url)
           
 
Method Summary
protected  org.jdom.Element cas(String expression)
           
static void main(String[] args)
           
 
Methods inherited from class org.activemath.exercises.openmath.services.CasExpressionEvaluator
buildCasExpression, evaluate, evaluateEquivalence
 
Methods inherited from class org.activemath.exercises.openmath.OpenMathService
abort, console, selectContext, setComparator, setExpressionTransformer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CasExpressionEvaluatorWsdl

public CasExpressionEvaluatorWsdl(String url)
Method Detail

main

public static void main(String[] args)

cas

protected org.jdom.Element cas(String expression)
Overrides:
cas in class CasExpressionEvaluator