org.drools.core.base
Class RuleNameMatchesAgendaFilter
java.lang.Object
org.drools.core.base.RuleNameMatchesAgendaFilter
- All Implemented Interfaces:
- org.kie.api.runtime.rule.AgendaFilter
public class RuleNameMatchesAgendaFilter
- extends Object
- implements org.kie.api.runtime.rule.AgendaFilter
Filters activations based on a specified regular expression.
|
Method Summary |
boolean |
accept(org.kie.api.runtime.rule.Match activation)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RuleNameMatchesAgendaFilter
public RuleNameMatchesAgendaFilter(String regexp)
RuleNameMatchesAgendaFilter
public RuleNameMatchesAgendaFilter(String regexp,
boolean accept)
accept
public boolean accept(org.kie.api.runtime.rule.Match activation)
- Specified by:
accept in interface org.kie.api.runtime.rule.AgendaFilter
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.