Interface Rule

All Superinterfaces:
RuleExpression

public interface Rule extends RuleExpression
A Rule wraps a rule definition (RuleBaseValues) and exposes it as a RuleExpression. 'Rule' is defined as an interface to make the contract in the system clear and independent of implementation.
Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
  • Method Details

    • getDefinition

      RuleContract getDefinition()
      Returns:
      the rule definition this rule is associated with