Interface CompositeRule

All Superinterfaces:
Condition, Operation, Rule
All Known Implementing Classes:
RuleBuilder

public interface CompositeRule extends Rule
Defines a composite Rule, which can return other Rule instances contained within.
Author:
Lincoln Baxter, III
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns a list of Rule instances contained by this CompositeRule.

    Methods inherited from interface org.ocpsoft.rewrite.config.Condition

    evaluate

    Methods inherited from interface org.ocpsoft.rewrite.config.Operation

    perform

    Methods inherited from interface org.ocpsoft.rewrite.config.Rule

    getId