Package org.kie.api.runtime.rule
Interface AgendaFilter
-
public interface AgendaFilter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanaccept(Match match)Determine if a given match should be fired.
-
-
-
Method Detail
-
accept
boolean accept(Match match)
Determine if a given match should be fired.- Parameters:
match- The match that is requested to be fired- Returns:
- boolean value of "true" accepts the match for firing.
-
-