Interface RelocatableRule

All Superinterfaces:
Condition, Operation, Relocatable, Rule, org.ocpsoft.common.pattern.Weighted
All Known Implementing Classes:
RuleBuilder

public interface RelocatableRule extends org.ocpsoft.common.pattern.Weighted, Relocatable, Rule
Defines a Relocatable Rule, which can be moved to a priority position in the compiled rule set that differs from the ConfigurationProvider in which it was created.
Author:
Lincoln Baxter, III
  • Method Summary

    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.Relocatable

    isRelocated

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

    getId

    Methods inherited from interface org.ocpsoft.common.pattern.Weighted

    priority