
public abstract class CompoundCondition extends Condition
| Constructor and Description |
|---|
CompoundCondition(Condition... conditions) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract String |
getBinaryOperator() |
Conditions |
getConditions() |
Set<String> |
getRequiredProperties()
Returns the set of property names that the Condition requires in order to
be evaluated.
|
String |
toSource()
Returns the Java source String to runtime check the condition being encapsulated here.
|
doEval, getEvalAfterMessage, getEvalBeforeMessage, isTruepublic CompoundCondition(Condition... conditions)
public Conditions getConditions()
public Set<String> getRequiredProperties()
ConditiongetRequiredProperties in class Conditionpublic String toSource()
Conditionprotected abstract String getBinaryOperator()
Copyright © 2018. All rights reserved.