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.base | |
org.drools.core.common | |
org.drools.core.reteoo | |
org.drools.core.spi |
Modifier and Type | Method and Description |
---|---|
StatefulSession[] |
RuleBase.getStatefulSessions()
Returns an array of all the referenced StatefulSessions
|
StatefulSession |
RuleBase.newStatefulSession()
Create a new
WorkingMemory session for this
RuleBase . |
StatefulSession |
RuleBase.newStatefulSession(boolean keepReference) |
StatefulSession |
RuleBase.newStatefulSession(InputStream stream) |
StatefulSession |
RuleBase.newStatefulSession(InputStream stream,
boolean keepReference) |
StatefulSession |
RuleBase.newStatefulSession(InputStream stream,
boolean keepReference,
SessionConfiguration conf) |
StatefulSession |
RuleBase.newStatefulSession(SessionConfiguration config,
org.kie.api.runtime.Environment environment)
Create a new
WorkingMemory session for this
RuleBase . |
Modifier and Type | Method and Description |
---|---|
void |
FireAllRulesRuleBaseUpdateListener.setSession(StatefulSession session) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractWorkingMemory
Implementation of
WorkingMemory . |
Modifier and Type | Method and Description |
---|---|
void |
InternalRuleBase.disposeStatefulSession(StatefulSession statefulSession) |
Modifier and Type | Method and Description |
---|---|
StatefulSession[] |
ReteooRuleBase.getStatefulSessions() |
StatefulSession |
ReteooRuleBase.newStatefulSession() |
StatefulSession |
ReteooRuleBase.newStatefulSession(boolean keepReference) |
StatefulSession |
ReteooRuleBase.newStatefulSession(InputStream stream) |
StatefulSession |
ReteooRuleBase.newStatefulSession(InputStream stream,
boolean keepReference) |
StatefulSession |
ReteooRuleBase.newStatefulSession(InputStream stream,
boolean keepReference,
SessionConfiguration conf) |
StatefulSession |
ReteooRuleBase.newStatefulSession(SessionConfiguration sessionConfig,
org.kie.api.runtime.Environment environment) |
Modifier and Type | Method and Description |
---|---|
void |
ReteooRuleBase.addStatefulSession(StatefulSession statefulSession) |
void |
ReteooRuleBase.disposeStatefulSession(StatefulSession statefulSession) |
Modifier and Type | Method and Description |
---|---|
static RuleBaseUpdateListener |
RuleBaseUpdateListenerFactory.createListener(String className,
StatefulSession session) |
void |
RuleBaseUpdateListener.setSession(StatefulSession session) |
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.