|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.drools.spi.RuleNameStartsWithAgendaFilter
Filters activations based on a specified rule name prefix.
Constructor Summary | |
RuleNameStartsWithAgendaFilter(java.lang.String prefix)
|
|
RuleNameStartsWithAgendaFilter(java.lang.String prefix,
boolean accept)
|
Method Summary | |
boolean |
accept(Activation activation)
Determine if a given activation should be fired. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RuleNameStartsWithAgendaFilter(java.lang.String prefix)
public RuleNameStartsWithAgendaFilter(java.lang.String prefix, boolean accept)
Method Detail |
public boolean accept(Activation activation)
AgendaFilter
accept
in interface AgendaFilter
activation
- The activation to fire.
true
if the activation should be fired; otherwise
false
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |