
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) |
Conditions |
getConditions() |
Set<String> |
getRequiredProperties()
Returns the set of property names that the Condition requires in order to
be evaluated.
|
int |
hashCode() |
doEval, getEvalAfterMessage, getEvalBeforeMessage, isTrueprotected final Conditions conditions
public CompoundCondition(Condition... conditions)
public Conditions getConditions()
public Set<String> getRequiredProperties()
ConditiongetRequiredProperties in class ConditionCopyright © 2018. All rights reserved.