java.lang.Object
com.hartmath.mapping.SFunctionEvaluator
com.hartmath.initial.EReplaceAll
- All Implemented Interfaces:
- com.hartmath.mapping.FunctionEvaluator, com.hartmath.mapping.FunctionOpEvaluator
- class EReplaceAll
- extends com.hartmath.mapping.SFunctionEvaluator
- implements com.hartmath.mapping.FunctionOpEvaluator
|
Constructor Summary |
EReplaceAll()
Constructor for the EReplaceAll object |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EReplaceAll
public EReplaceAll()
- Constructor for the EReplaceAll object
evaluate
public com.hartmath.expression.HObject evaluate(com.hartmath.expression.HFunction vect,
com.hartmath.lib.Session session)
- Description copied from class:
com.hartmath.mapping.SFunctionEvaluator
- Evaluate the given function if possible.
toOpString
public java.lang.String toOpString(com.hartmath.expression.HFunction fun,
com.hartmath.lib.Session session)
- Method Declaration.
- Specified by:
toOpString in interface com.hartmath.mapping.FunctionOpEvaluator
precedence
public int precedence()
- Method Declaration.
- Specified by:
precedence in interface com.hartmath.mapping.FunctionOpEvaluator
useRule
com.hartmath.expression.HObject useRule(com.hartmath.expression.HObject a0,
com.hartmath.expression.HFunction f,
com.hartmath.lib.Session session)
- Method Declaration.