|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.drools.spi.RuleNameEndsWithAgendaFilter
public class RuleNameEndsWithAgendaFilter
Filters activations based on a specified rule name suffix.
Constructor Summary | |
---|---|
RuleNameEndsWithAgendaFilter(java.lang.String suffix)
|
|
RuleNameEndsWithAgendaFilter(java.lang.String suffix,
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 RuleNameEndsWithAgendaFilter(java.lang.String suffix)
public RuleNameEndsWithAgendaFilter(java.lang.String suffix, 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 |