Class RuleConfigImpl

  • All Implemented Interfaces:
    org.drools.ruleunits.api.conf.RuleConfig

    public class RuleConfigImpl
    extends java.lang.Object
    implements org.drools.ruleunits.api.conf.RuleConfig
    • Constructor Summary

      Constructors 
      Constructor Description
      RuleConfigImpl()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<org.kie.api.event.rule.AgendaEventListener> getAgendaEventListeners()  
      java.util.List<org.kie.internal.event.rule.RuleEventListener> getRuleEventListeners()  
      java.util.List<org.kie.api.event.rule.RuleRuntimeEventListener> getRuleRuntimeListeners()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RuleConfigImpl

        public RuleConfigImpl()
    • Method Detail

      • getAgendaEventListeners

        public java.util.List<org.kie.api.event.rule.AgendaEventListener> getAgendaEventListeners()
        Specified by:
        getAgendaEventListeners in interface org.drools.ruleunits.api.conf.RuleConfig
      • getRuleRuntimeListeners

        public java.util.List<org.kie.api.event.rule.RuleRuntimeEventListener> getRuleRuntimeListeners()
        Specified by:
        getRuleRuntimeListeners in interface org.drools.ruleunits.api.conf.RuleConfig
      • getRuleEventListeners

        public java.util.List<org.kie.internal.event.rule.RuleEventListener> getRuleEventListeners()
        Specified by:
        getRuleEventListeners in interface org.drools.ruleunits.api.conf.RuleConfig