Uses of Interface
org.drools.runtime.conf.SingleValueKnowledgeSessionOption

Packages that use SingleValueKnowledgeSessionOption
org.drools.runtime.conf   
 

Uses of SingleValueKnowledgeSessionOption in org.drools.runtime.conf
 

Classes in org.drools.runtime.conf that implement SingleValueKnowledgeSessionOption
 class BeliefSystemTypeOption
          A class for the belief system configuration.
 class ClockTypeOption
          A class for the session clock configuration.
 class KeepReferenceOption
          Option to configure if the knowledge base should retain a reference to the knowledge session or not.
 class QueryListenerOption
          An enum to configure the session query listener configuration.
 class TimerJobFactoryOption
          A class for the timer job factory manager configuration.
 

Methods in org.drools.runtime.conf with type parameters of type SingleValueKnowledgeSessionOption
<T extends SingleValueKnowledgeSessionOption>
T
KnowledgeSessionOptionsConfiguration.getOption(Class<T> option)
          Gets an option value
 



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