org.activemath.exercises.openmath.services
Class CasExpressionEvaluatorFractions

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.CasExpressionEvaluatorProcess
              extended by org.activemath.exercises.openmath.services.CasExpressionEvaluatorFractions

public class CasExpressionEvaluatorFractions
extends CasExpressionEvaluatorProcess


Field Summary
 
Fields inherited from class org.activemath.exercises.openmath.OpenMathService
comparatorCD, comparatorName, context, expressionTransformer, om, xpathError, xpathHint, xpathQuit
 
Constructor Summary
CasExpressionEvaluatorFractions(String exercisesCasCommand)
           
 
Method Summary
 
Methods inherited from class org.activemath.exercises.openmath.services.CasExpressionEvaluatorProcess
cas, main
 
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

CasExpressionEvaluatorFractions

public CasExpressionEvaluatorFractions(String exercisesCasCommand)