public abstract class NumericPredicateOperator extends ExpressionOperator
Constructor and Description |
---|
NumericPredicateOperator(String symbol) |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
evaluate(double left,
double right) |
Object |
evaluate(Iterator<Object> operands,
ExpressionVariables variables)
Evaluates the operator
|
getParameterInfo
public NumericPredicateOperator(String symbol)
public Object evaluate(Iterator<Object> operands, ExpressionVariables variables)
ExpressionOperator
evaluate
in class ExpressionOperator
operands
- the operands (contains booleans)variables
- the evaluation contextpublic abstract boolean evaluate(double left, double right)
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.