Package org.drools.core.base
Class RuleNameMatchesAgendaFilter
java.lang.Object
org.drools.core.base.RuleNameMatchesAgendaFilter
- All Implemented Interfaces:
Serializable,AgendaFilter
Filters activations based on a specified regular expression.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRuleNameMatchesAgendaFilter(String regexp) RuleNameMatchesAgendaFilter(String regexp, boolean accept) -
Method Summary
-
Constructor Details
-
RuleNameMatchesAgendaFilter
public RuleNameMatchesAgendaFilter() -
RuleNameMatchesAgendaFilter
-
RuleNameMatchesAgendaFilter
-
-
Method Details
-
getPattern
-
isAccept
public boolean isAccept() -
accept
- Specified by:
acceptin interfaceAgendaFilter
-