Interface AgendaFilterCreationStrategy
- All Known Implementing Classes:
CustomAgendaFilterCreationStrategy,DefaultRuleAndRuleGroupTrackingAgendaFilterCreationStrategy
public interface AgendaFilterCreationStrategy
The AgendaFilterCreationStrategy is used in the
DefaultAgendaFilterFactory 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 registered with a drools session)
-