Package org.kie.api.runtime.rule
Interface AgendaFilter
public interface AgendaFilter
-
Method Summary
-
Method Details
-
accept
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.
-