Package org.ocpsoft.rewrite.config
Interface CompositeOperation
- All Superinterfaces:
Operation
- All Known Implementing Classes:
Perform,RuleBuilder,Subset
An
Operation that aggregates one or more operations.- Author:
- Lincoln Baxter, III
-
Method Summary
Modifier and TypeMethodDescriptionReturns allOperationobjects contained within thisCompositeOperation; otherwise, returns an emptyList.
-
Method Details
-
getOperations
Returns allOperationobjects contained within thisCompositeOperation; otherwise, returns an emptyList.
-