Package | Description |
---|---|
org.drools.core.base | |
org.drools.core.common | |
org.drools.core.phreak | |
org.drools.core.reteoo |
Modifier and Type | Method and Description |
---|---|
List<PathMemory> |
DroolsQuery.getRuleMemories() |
Constructor and Description |
---|
DroolsQuery(String name,
Object[] params,
InternalViewChangedEventListener resultsCollector,
boolean open,
StackEntry stackEntry,
List<PathMemory> pmems,
LeftTupleSets resultLeftTuples,
QueryElementNode.QueryElementNodeMemory qmem,
LeftTupleSink sink) |
Modifier and Type | Method and Description |
---|---|
RuleAgendaItem |
DefaultAgenda.createRuleAgendaItem(int salience,
PathMemory rs,
TerminalNode rtn) |
RuleAgendaItem |
InternalAgenda.createRuleAgendaItem(int salience,
PathMemory rs,
TerminalNode rtn) |
Modifier and Type | Method and Description |
---|---|
PathMemory |
PhreakTimerNode.TimerNodeJobContext.getPathMemory() |
PathMemory |
RuleExecutor.getPathMemory() |
PathMemory |
StackEntry.getRmem() |
Constructor and Description |
---|
PhreakTimerNode.Executor(PathMemory pmem,
InternalWorkingMemory wm,
LeftTupleSink sink,
TimerNode.TimerNodeMemory tm) |
PhreakTimerNode.TimerNodeJobContext(int timerNodeId,
Trigger trigger,
LeftTuple leftTuple,
TimerNode.TimerNodeMemory tm,
LeftTupleSink sink,
PathMemory pmem,
InternalWorkingMemory wm) |
RuleAgendaItem(long activationNumber,
LeftTuple tuple,
int salience,
PropagationContext context,
PathMemory pmem,
TerminalNode rtn,
boolean declarativeAgendaEnabled,
InternalAgendaGroup agendaGroup) |
RuleExecutor(PathMemory pmem,
RuleAgendaItem ruleAgendaItem,
boolean declarativeAgendaEnabled) |
StackEntry(LeftInputAdapterNode liaNode,
NetworkNode node,
long bit,
LeftTupleSinkNode sink,
PathMemory pmem,
Memory nodeMem,
SegmentMemory[] smems,
int smemIndex,
LeftTupleSets trgTuples,
Set<String> visitedRules,
boolean resumeFromNextNode,
boolean processRian) |
Modifier and Type | Class and Description |
---|---|
class |
RiaPathMemory |
Modifier and Type | Method and Description |
---|---|
List<PathMemory> |
SegmentMemory.getPathMemories() |
Modifier and Type | Method and Description |
---|---|
static void |
AbstractTerminalNode.initPathMemory(PathMemory pmem,
LeftTupleSource tupleSource,
LeftTupleSource startTupleSource,
InternalWorkingMemory wm,
Rule removingRule)
Creates and return the node memory
|
Modifier and Type | Method and Description |
---|---|
DroolsQuery |
QueryElementNode.createDroolsQuery(LeftTuple leftTuple,
InternalFactHandle handle,
StackEntry stackEntry,
List<PathMemory> pmems,
QueryElementNode.QueryElementNodeMemory qmem,
LeftTupleSets trgLeftTuples,
LeftTupleSink sink,
InternalWorkingMemory workingMemory) |
void |
SegmentMemory.setPathMemories(List<PathMemory> ruleSegments) |
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.