|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IExpression
An expression used to evaluate the "tests" in signal rules.
ISignalRule| Method Summary | |
|---|---|
BigDecimal |
eval()
Evaluate the expression which does not reference any variables. |
BigDecimal |
eval(Map<String,BigDecimal> variables)
Evaluate the expression with the given set of values. |
| Method Detail |
|---|
BigDecimal eval(Map<String,BigDecimal> variables)
variables - the values to use in the expression.
BigDecimal eval()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||