Interface AgendaFilterFactory

All Known Implementing Classes:
DefaultAgendaFilterFactory

public interface AgendaFilterFactory
The AgendaFilterFactory provides a factory to create AgendaFilters.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.kie.api.runtime.rule.AgendaFilter
    creates an AgendaFilter based on the given rule engine context.
  • Method Details

    • createAgendaFilter

      org.kie.api.runtime.rule.AgendaFilter createAgendaFilter(AbstractRuleEngineContextModel context)
      creates an AgendaFilter based on the given rule engine context.
      Parameters:
      context - the rule engine context
      Returns:
      an AgendaFilter (to be applied during rule evaluation)