|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object fr.expression4j.core.predefine.AbstractFunction fr.expression4j.core.predefine.SqrtFunction
public class SqrtFunction
Constructor Summary | |
---|---|
SqrtFunction()
|
Method Summary | |
---|---|
MathematicalElement |
evaluate(OperatorManager operatorManager,
Parameters parameters)
Evaluate the value of the expression. |
MathematicalElement |
evaluate(Parameters parameters)
Evaluate the value of the expression with the default operator manager. |
Catalog |
getCatalog()
return the catalog of the expression. |
java.lang.String |
getName()
Get the name of the function. |
java.util.List |
getParameters()
Get the parameter list associated to the function. |
Methods inherited from class fr.expression4j.core.predefine.AbstractFunction |
---|
getExpressionModel, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SqrtFunction()
Method Detail |
---|
public Catalog getCatalog()
Expression
null
if no catalog is needed of define.public MathematicalElement evaluate(OperatorManager operatorManager, Parameters parameters) throws EvalException
Expression
operatorManager
- operator manager to use to evaluate expression.parameters
- parameters values for evaluating expression.
EvalException
- when error occurd (parameter not found ...)public java.util.List getParameters()
Expression
public java.lang.String getName()
Expression
public MathematicalElement evaluate(Parameters parameters) throws EvalException
Expression
parameters
- parameters values for evaluating expression.
EvalException
- when error occurd (parameter not found ...)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |