Modifier and Type | Field and Description |
---|---|
static Constant |
DoubleEvaluator.E
A constant that represents e (2.718281...)
|
static Constant |
DoubleEvaluator.PI
A constant that represents pi (3.14159...)
|
Modifier and Type | Method and Description |
---|---|
Collection<Constant> |
Parameters.getConstants()
Gets the supported constants.
|
Collection<Constant> |
AbstractEvaluator.getConstants()
Gets the constants supported by this evaluator.
|
Modifier and Type | Method and Description |
---|---|
void |
Parameters.add(Constant constant)
Adds a constant to the supported ones.
|
protected Double |
DoubleEvaluator.evaluate(Constant constant,
Object evaluationContext) |
protected T |
AbstractEvaluator.evaluate(Constant constant,
Object evaluationContext)
Evaluates a constant.
|
void |
Parameters.setTranslation(Constant constant,
String translatedName)
Sets the translated term for a constant.
|
Modifier and Type | Method and Description |
---|---|
void |
Parameters.addConstants(Collection<Constant> constants)
Adds constants to the supported ones.
|
Copyright © 2014. All Rights Reserved.