Interface IRule

  • All Known Implementing Classes:
    Rule

    public interface IRule
    Interface for rules.
    • Method Detail

      • getName

        java.lang.String getName()
        Get the rule name.
        Returns:
        The rule name.
      • getCondition

        ICondition getCondition()
        Get the condition.
        Returns:
        The condition.
      • getAction

        IAction getAction()
        Get the action.
        Returns:
        The action.
      • getPriorityEvaluator

        IPriorityEvaluator getPriorityEvaluator()
        Get the priority.
        Returns:
        The priority.