Package org.drools.core.base
Class RuleNameMatchesAgendaFilter
- java.lang.Object
-
- org.drools.core.base.RuleNameMatchesAgendaFilter
-
- All Implemented Interfaces:
java.io.Serializable,org.kie.api.runtime.rule.AgendaFilter
public class RuleNameMatchesAgendaFilter extends java.lang.Object implements org.kie.api.runtime.rule.AgendaFilter, java.io.SerializableFilters activations based on a specified regular expression.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RuleNameMatchesAgendaFilter()RuleNameMatchesAgendaFilter(java.lang.String regexp)RuleNameMatchesAgendaFilter(java.lang.String regexp, boolean accept)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanaccept(org.kie.api.runtime.rule.Match activation)java.util.regex.PatterngetPattern()booleanisAccept()
-