public abstract class ExpressionEvaluator extends com.fathzer.soft.javaluator.AbstractEvaluator<Object>
Modifier | Constructor and Description |
---|---|
protected |
ExpressionEvaluator(com.fathzer.soft.javaluator.Parameters parameters)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
test(String expression,
ExpressionVariables variables)
Returns the boolean evaluated expression.
|
protected ExpressionEvaluator(com.fathzer.soft.javaluator.Parameters parameters)
parameters
- The evaluator parameters.
public boolean test(String expression, ExpressionVariables variables)
expression
- the expressionvariables
- set of variables to useCopyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.