Drools :: Core 6.2.0.Final

org.drools.core.base
Class RuleNameMatchesAgendaFilter

java.lang.Object
  extended by 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.


Constructor Summary
RuleNameMatchesAgendaFilter(String regexp)
           
RuleNameMatchesAgendaFilter(String regexp, boolean accept)
           
 
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
 

Constructor Detail

RuleNameMatchesAgendaFilter

public RuleNameMatchesAgendaFilter(String regexp)

RuleNameMatchesAgendaFilter

public RuleNameMatchesAgendaFilter(String regexp,
                                   boolean accept)
Method Detail

accept

public boolean accept(org.kie.api.runtime.rule.Match activation)
Specified by:
accept in interface org.kie.api.runtime.rule.AgendaFilter

Drools :: Core 6.2.0.Final

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.