Package org.drools.core.base
Class RuleNameStartsWithAgendaFilter
java.lang.Object
org.drools.core.base.RuleNameStartsWithAgendaFilter
- All Implemented Interfaces:
Serializable,AgendaFilter
Filters activations based on a specified rule name prefix.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRuleNameStartsWithAgendaFilter(String prefix) RuleNameStartsWithAgendaFilter(String prefix, boolean accept) -
Method Summary
-
Constructor Details
-
RuleNameStartsWithAgendaFilter
public RuleNameStartsWithAgendaFilter() -
RuleNameStartsWithAgendaFilter
-
RuleNameStartsWithAgendaFilter
-
-
Method Details
-
getPrefix
-
isAccept
public boolean isAccept() -
accept
- Specified by:
acceptin interfaceAgendaFilter
-