Package org.ocpsoft.rewrite.config
Interface CompositeCondition
- All Superinterfaces:
Condition
- All Known Implementing Classes:
And,Not,Or,RuleBuilder
A
Condition that aggregates one or more conditions.- Author:
- Lincoln Baxter, III
-
Method Summary
Modifier and TypeMethodDescriptionReturns allConditionobjects contained within thisCompositeCondition; otherwise, returns an emptyList.
-
Method Details
-
getConditions
Returns allConditionobjects contained within thisCompositeCondition; otherwise, returns an emptyList.
-