Interface Rule

All Superinterfaces:
Condition, Operation
All Known Subinterfaces:
CompositeRule, ParameterizedRule, RelocatableRule
All Known Implementing Classes:
ConfigurationRuleBuilder, RuleBuilder

public interface Rule extends Condition, Operation
Encapsulates correlated Condition and Operation instances.
Author:
Lincoln Baxter, III
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the ID for this Rule

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

    evaluate

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

    perform
  • Method Details