org.drools.spi
Interface AgendaFilter

All Known Implementing Classes:
RuleNameEndsWithAgendaFilter, RuleNameEqualsAgendaFilter, RuleNameStartsWithAgendaFilter

public interface AgendaFilter


Method Summary
 boolean accept(Activation activation)
          Determine if a given activation should be fired.
 

Method Detail

accept

boolean accept(Activation activation)
Determine if a given activation should be fired.

Parameters:
activation - The activation to fire.
Returns:
true if the activation should be fired; otherwise false