Uses of Class
org.drools.core.SessionConfiguration
-
Packages that use SessionConfiguration Package Description org.drools.core This is the engine that works off binary RuleBases, you will mostly use WorkingMemory, RuleBase and RuleBaseFactoryorg.drools.core.common org.drools.core.impl org.drools.core.reteoo org.drools.core.time -
-
Uses of SessionConfiguration in org.drools.core
Subclasses of SessionConfiguration in org.drools.core Modifier and Type Class Description classSessionConfigurationImplSessionConfiguration A class to store Session related configuration.Methods in org.drools.core that return SessionConfiguration Modifier and Type Method Description abstract SessionConfigurationSessionConfiguration. addDefaultProperties(Properties properties)static SessionConfigurationSessionConfiguration. newInstance()static SessionConfigurationSessionConfiguration. newInstance(Properties properties) -
Uses of SessionConfiguration in org.drools.core.common
Methods in org.drools.core.common that return SessionConfiguration Modifier and Type Method Description SessionConfigurationReteEvaluator. getSessionConfiguration() -
Uses of SessionConfiguration in org.drools.core.impl
Methods in org.drools.core.impl that return SessionConfiguration Modifier and Type Method Description SessionConfigurationKnowledgeBaseImpl. getSessionConfiguration()SessionConfigurationRuleBase. getSessionConfiguration() -
Uses of SessionConfiguration in org.drools.core.reteoo
Methods in org.drools.core.reteoo with parameters of type SessionConfiguration Modifier and Type Method Description InternalWorkingMemoryRuntimeComponentFactory. createStatefulSession(RuleBase ruleBase, org.kie.api.runtime.Environment environment, SessionConfiguration sessionConfig, boolean fromPool) -
Uses of SessionConfiguration in org.drools.core.time
Methods in org.drools.core.time with parameters of type SessionConfiguration Modifier and Type Method Description static TimerServiceTimerServiceFactory. getTimerService(SessionConfiguration config)
-