Package org.drools.core.base
Class RuleNameEndsWithAgendaFilter
java.lang.Object
org.drools.core.base.RuleNameEndsWithAgendaFilter
- All Implemented Interfaces:
Serializable,AgendaFilter
Filters activations based on a specified rule name suffix.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRuleNameEndsWithAgendaFilter(String suffix) RuleNameEndsWithAgendaFilter(String suffix, boolean accept) -
Method Summary
-
Constructor Details
-
RuleNameEndsWithAgendaFilter
public RuleNameEndsWithAgendaFilter() -
RuleNameEndsWithAgendaFilter
-
RuleNameEndsWithAgendaFilter
-
-
Method Details
-
getSuffix
-
isAccept
public boolean isAccept() -
setSuffix
-
setAccept
public void setAccept(boolean accept) -
accept
- Specified by:
acceptin interfaceAgendaFilter
-