Package | Description |
---|---|
org.drools.core |
This is the engine that works off binary RuleBases, you will mostly use WorkingMemory, RuleBase and RuleBaseFactory
|
org.drools.core.common | |
org.drools.core.impl | |
org.drools.core.marshalling.impl | |
org.drools.core.time |
Modifier and Type | Method and Description |
---|---|
static SessionConfiguration |
SessionConfiguration.getDefaultInstance() |
Modifier and Type | Method and Description |
---|---|
SessionConfiguration |
InternalWorkingMemory.getSessionConfiguration() |
Modifier and Type | Method and Description |
---|---|
InternalWorkingMemory |
WorkingMemoryFactory.createWorkingMemory(long id,
InternalKnowledgeBase kBase,
FactHandleFactory handleFactory,
InternalFactHandle initialFactHandle,
long propagationContext,
SessionConfiguration config,
org.kie.api.runtime.Environment environment,
RuleRuntimeEventSupport workingMemoryEventSupport,
AgendaEventSupport agendaEventSupport,
RuleEventListenerSupport ruleEventListenerSupport,
InternalAgenda agenda) |
InternalWorkingMemory |
PhreakWorkingMemoryFactory.createWorkingMemory(long id,
InternalKnowledgeBase kBase,
FactHandleFactory handleFactory,
InternalFactHandle initialFactHandle,
long propagationContext,
SessionConfiguration config,
org.kie.api.runtime.Environment environment,
RuleRuntimeEventSupport workingMemoryEventSupport,
AgendaEventSupport agendaEventSupport,
RuleEventListenerSupport ruleEventListenerSupport,
InternalAgenda agenda) |
InternalWorkingMemory |
WorkingMemoryFactory.createWorkingMemory(long id,
InternalKnowledgeBase kBase,
FactHandleFactory handleFactory,
long propagationContext,
SessionConfiguration config,
InternalAgenda agenda,
org.kie.api.runtime.Environment environment) |
InternalWorkingMemory |
PhreakWorkingMemoryFactory.createWorkingMemory(long id,
InternalKnowledgeBase kBase,
FactHandleFactory handleFactory,
long propagationContext,
SessionConfiguration config,
InternalAgenda agenda,
org.kie.api.runtime.Environment environment) |
InternalWorkingMemory |
WorkingMemoryFactory.createWorkingMemory(long id,
InternalKnowledgeBase kBase,
SessionConfiguration config,
org.kie.api.runtime.Environment environment) |
InternalWorkingMemory |
PhreakWorkingMemoryFactory.createWorkingMemory(long id,
InternalKnowledgeBase kBase,
SessionConfiguration config,
org.kie.api.runtime.Environment environment) |
Modifier and Type | Field and Description |
---|---|
protected SessionConfiguration |
StatefulKnowledgeSessionImpl.config |
Modifier and Type | Method and Description |
---|---|
SessionConfiguration |
StatefulKnowledgeSessionImpl.getSessionConfiguration() |
Modifier and Type | Method and Description |
---|---|
StatefulKnowledgeSessionImpl |
SessionsCache.getCachedSession(SessionConfiguration config) |
StatefulKnowledgeSessionImpl |
InternalKnowledgeBase.getCachedSession(SessionConfiguration config,
org.kie.api.runtime.Environment environment) |
StatefulKnowledgeSessionImpl |
KnowledgeBaseImpl.getCachedSession(SessionConfiguration config,
org.kie.api.runtime.Environment environment) |
StatefulKnowledgeSessionImpl |
KnowledgeBaseImpl.newStatefulSession(InputStream stream,
boolean keepReference,
SessionConfiguration conf) |
StatefulKnowledgeSessionImpl |
KnowledgeBaseImpl.newStatefulSession(SessionConfiguration sessionConfig,
org.kie.api.runtime.Environment environment) |
Constructor and Description |
---|
StatefulKnowledgeSessionImpl(long id,
InternalKnowledgeBase kBase,
boolean initInitFactHandle,
SessionConfiguration config,
org.kie.api.runtime.Environment environment) |
StatefulKnowledgeSessionImpl(long id,
InternalKnowledgeBase kBase,
FactHandleFactory handleFactory,
boolean initInitFactHandle,
long propagationContext,
SessionConfiguration config,
org.kie.api.runtime.Environment environment,
RuleRuntimeEventSupport workingMemoryEventSupport,
AgendaEventSupport agendaEventSupport,
RuleEventListenerSupport ruleEventListenerSupport,
InternalAgenda agenda) |
StatefulKnowledgeSessionImpl(long id,
InternalKnowledgeBase kBase,
FactHandleFactory handleFactory,
long propagationContext,
SessionConfiguration config,
InternalAgenda agenda,
org.kie.api.runtime.Environment environment) |
Modifier and Type | Method and Description |
---|---|
static StatefulKnowledgeSessionImpl |
ProtobufInputMarshaller.readSession(MarshallerReaderContext context,
int id,
org.kie.api.runtime.Environment environment,
SessionConfiguration config) |
Modifier and Type | Method and Description |
---|---|
static TimerService |
TimerServiceFactory.getTimerService(SessionConfiguration config) |
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.