Interface AgendaFilterFactory
- All Known Implementing Classes:
DefaultAgendaFilterFactory
public interface AgendaFilterFactory
The AgendaFilterFactory provides a factory to create
AgendaFilters.-
Method Summary
Modifier and TypeMethodDescriptionorg.kie.api.runtime.rule.AgendaFiltercreates an AgendaFilter based on the given rule engine context.
-
Method Details
-
createAgendaFilter
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)
-