Interface AgendaFilterFactory

  • All Known Implementing Classes:
    DefaultAgendaFilterFactory

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

      • 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)