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 -
-
Uses of SessionConfiguration in org.drools.core
Fields in org.drools.core with type parameters of type SessionConfiguration Modifier and Type Field Description static org.kie.api.conf.ConfigurationKey<SessionConfiguration>SessionConfiguration. KEYMethods in org.drools.core that return SessionConfiguration Modifier and Type Method Description SessionConfigurationSessionConfiguration. addDefaultProperties(java.util.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() -
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(org.drools.base.RuleBase ruleBase, org.kie.api.runtime.Environment environment, SessionConfiguration sessionConfig, boolean fromPool)AgendaFactoryRuntimeComponentFactory. getAgendaFactory(SessionConfiguration config)
-