Interface RuleExecutableAction

All Known Implementing Classes:
AbstractRAOActionAware, DefaultRuleExecutableAction

public interface RuleExecutableAction
Interface for all actions, supported by rule engine
  • Method Details

    • executeAction

      void executeAction(RuleActionContext context, Map<String,Object> parameters)
      execute rule consequence
      Parameters:
      context - - instance of RuleActionContext
      parameters - - map of rule facts