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