public class RuleNameMatchesAgendaFilter extends Object implements org.kie.api.runtime.rule.AgendaFilter
Constructor and Description |
---|
RuleNameMatchesAgendaFilter(String regexp) |
RuleNameMatchesAgendaFilter(String regexp,
boolean accept) |
Modifier and Type | Method and Description |
---|---|
boolean |
accept(org.kie.api.runtime.rule.Match activation) |
Pattern |
getPattern() |
boolean |
isAccept() |
public RuleNameMatchesAgendaFilter(String regexp)
public RuleNameMatchesAgendaFilter(String regexp, boolean accept)
public Pattern getPattern()
public boolean isAccept()
public boolean accept(org.kie.api.runtime.rule.Match activation)
accept
in interface org.kie.api.runtime.rule.AgendaFilter
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.