Class RuleNameEndsWithAgendaFilter

java.lang.Object
org.drools.core.base.RuleNameEndsWithAgendaFilter
All Implemented Interfaces:
Serializable, AgendaFilter

public class RuleNameEndsWithAgendaFilter extends Object implements AgendaFilter, Serializable
Filters activations based on a specified rule name suffix.
See Also:
  • Constructor Details

    • RuleNameEndsWithAgendaFilter

      public RuleNameEndsWithAgendaFilter()
    • RuleNameEndsWithAgendaFilter

      public RuleNameEndsWithAgendaFilter(String suffix)
    • RuleNameEndsWithAgendaFilter

      public RuleNameEndsWithAgendaFilter(String suffix, boolean accept)
  • Method Details

    • getSuffix

      public String getSuffix()
    • isAccept

      public boolean isAccept()
    • setSuffix

      public void setSuffix(String suffix)
    • setAccept

      public void setAccept(boolean accept)
    • accept

      public boolean accept(Match activation)
      Specified by:
      accept in interface AgendaFilter