Modifier and Type | Method and Description |
---|---|
LinkedList<LogicalDependency> |
DefaultKnowledgeHelper.getpreviousJustified() |
Modifier and Type | Class and Description |
---|---|
class |
JTMSBeliefSetImpl |
Modifier and Type | Class and Description |
---|---|
class |
SimpleBeliefSet |
Modifier and Type | Class and Description |
---|---|
class |
EqualityKey
Upon instantiation the EqualityKey caches the first Object's hashCode
this can never change.
|
Modifier and Type | Method and Description |
---|---|
LinkedList<LogicalDependency> |
ScheduledAgendaItem.getBlocked() |
LinkedList<LogicalDependency> |
AgendaItem.getBlocked() |
LinkedList<LogicalDependency> |
AgendaItemImpl.getBlocked() |
LinkedList<LinkedListEntry<LogicalDependency>> |
ScheduledAgendaItem.getBlockers() |
LinkedList<LinkedListEntry<LogicalDependency>> |
AgendaItem.getBlockers() |
LinkedList<LinkedListEntry<LogicalDependency>> |
AgendaItemImpl.getBlockers() |
LinkedList<ActivationGroupNode> |
ActivationGroupImpl.getList() |
LinkedList<LogicalDependency> |
ScheduledAgendaItem.getLogicalDependencies() |
LinkedList<LogicalDependency> |
AgendaItem.getLogicalDependencies() |
LinkedList<LogicalDependency> |
AgendaItemImpl.getLogicalDependencies() |
LinkedList<ScheduledAgendaItem> |
DefaultAgenda.getScheduledActivationsLinkedList() |
LinkedList<ScheduledAgendaItem> |
InternalAgenda.getScheduledActivationsLinkedList() |
Modifier and Type | Method and Description |
---|---|
void |
ScheduledAgendaItem.setBlocked(LinkedList<LogicalDependency> justified) |
void |
AgendaItem.setBlocked(LinkedList<LogicalDependency> justified) |
void |
AgendaItemImpl.setBlocked(LinkedList<LogicalDependency> justified) |
void |
ScheduledAgendaItem.setLogicalDependencies(LinkedList<LogicalDependency> justified) |
void |
AgendaItem.setLogicalDependencies(LinkedList<LogicalDependency> justified) |
void |
AgendaItemImpl.setLogicalDependencies(LinkedList<LogicalDependency> justified) |
Modifier and Type | Method and Description |
---|---|
static void |
PhreakQueryTerminalNode.checkAndTriggerQueryReevaluation(InternalWorkingMemory wm,
LinkedList<StackEntry> stack,
LeftTuple rootEntry,
DroolsQuery dquery) |
void |
PhreakQueryTerminalNode.doLeftDeletes(QueryTerminalNode qtnNode,
InternalWorkingMemory wm,
LeftTupleSets srcLeftTuples,
LinkedList<StackEntry> stack) |
void |
PhreakQueryTerminalNode.doLeftInserts(QueryTerminalNode qtnNode,
InternalWorkingMemory wm,
LeftTupleSets srcLeftTuples,
LinkedList<StackEntry> stack) |
void |
PhreakQueryTerminalNode.doLeftUpdates(QueryTerminalNode qtnNode,
InternalWorkingMemory wm,
LeftTupleSets srcLeftTuples,
LinkedList<StackEntry> stack) |
void |
PhreakQueryTerminalNode.doNode(QueryTerminalNode qtnNode,
InternalWorkingMemory wm,
LeftTupleSets srcLeftTuples,
LinkedList<StackEntry> stack) |
void |
RuleNetworkEvaluator.evalStackEntry(StackEntry entry,
LinkedList<StackEntry> stack,
LinkedList<StackEntry> outerStack,
RuleExecutor executor,
InternalWorkingMemory wm) |
void |
RuleNetworkEvaluator.evalStackEntry(StackEntry entry,
LinkedList<StackEntry> stack,
LinkedList<StackEntry> outerStack,
RuleExecutor executor,
InternalWorkingMemory wm) |
void |
RuleNetworkEvaluator.evaluateNetwork(PathMemory pmem,
LinkedList<StackEntry> outerStack,
RuleExecutor executor,
InternalWorkingMemory wm) |
void |
RuleExecutor.fire(InternalWorkingMemory wm,
LinkedList<StackEntry> outerStack) |
void |
RuleNetworkEvaluator.innerEval(LeftInputAdapterNode liaNode,
PathMemory pmem,
NetworkNode node,
long bit,
Memory nodeMem,
SegmentMemory[] smems,
int smemIndex,
LeftTupleSets trgTuples,
InternalWorkingMemory wm,
LinkedList<StackEntry> stack,
LinkedList<StackEntry> outerStack,
Set<String> visitedRules,
boolean processRian,
RuleExecutor executor) |
void |
RuleNetworkEvaluator.innerEval(LeftInputAdapterNode liaNode,
PathMemory pmem,
NetworkNode node,
long bit,
Memory nodeMem,
SegmentMemory[] smems,
int smemIndex,
LeftTupleSets trgTuples,
InternalWorkingMemory wm,
LinkedList<StackEntry> stack,
LinkedList<StackEntry> outerStack,
Set<String> visitedRules,
boolean processRian,
RuleExecutor executor) |
static boolean |
PhreakQueryTerminalNode.isAdded(LinkedList<StackEntry> stack,
StackEntry stackEntry) |
void |
RuleNetworkEvaluator.outerEval(LeftInputAdapterNode liaNode,
PathMemory pmem,
NetworkNode node,
long bit,
Memory nodeMem,
SegmentMemory[] smems,
int smemIndex,
LeftTupleSets trgTuples,
InternalWorkingMemory wm,
LinkedList<StackEntry> stack,
LinkedList<StackEntry> outerStack,
Set<String> visitedRules,
boolean processRian,
RuleExecutor executor) |
void |
RuleNetworkEvaluator.outerEval(LeftInputAdapterNode liaNode,
PathMemory pmem,
NetworkNode node,
long bit,
Memory nodeMem,
SegmentMemory[] smems,
int smemIndex,
LeftTupleSets trgTuples,
InternalWorkingMemory wm,
LinkedList<StackEntry> stack,
LinkedList<StackEntry> outerStack,
Set<String> visitedRules,
boolean processRian,
RuleExecutor executor) |
void |
RuleExecutor.reEvaluateNetwork(InternalWorkingMemory wm,
LinkedList<StackEntry> outerStack,
boolean fireUntilHalt) |
Modifier and Type | Class and Description |
---|---|
class |
SegmentMemory |
Modifier and Type | Method and Description |
---|---|
LinkedList<LogicalDependency> |
RuleTerminalNodeLeftTuple.getBlocked() |
LinkedList<LinkedListEntry<LogicalDependency>> |
RuleTerminalNodeLeftTuple.getBlockers() |
LinkedList<LogicalDependency> |
RuleTerminalNodeLeftTuple.getLogicalDependencies() |
LinkedList<Memory> |
SegmentMemory.getNodeMemories() |
Modifier and Type | Method and Description |
---|---|
void |
RuleTerminalNodeLeftTuple.setBlocked(LinkedList<LogicalDependency> justified) |
void |
RuleTerminalNodeLeftTuple.setLogicalDependencies(LinkedList<LogicalDependency> justified) |
Modifier and Type | Method and Description |
---|---|
LinkedList<LogicalDependency> |
Activation.getBlocked() |
LinkedList<LinkedListEntry<LogicalDependency>> |
Activation.getBlockers() |
LinkedList<ActivationGroupNode> |
ActivationGroup.getList() |
LinkedList<LogicalDependency> |
Activation.getLogicalDependencies() |
Modifier and Type | Method and Description |
---|---|
void |
Activation.setBlocked(LinkedList<LogicalDependency> justified) |
void |
Activation.setLogicalDependencies(LinkedList<LogicalDependency> justified) |
Modifier and Type | Method and Description |
---|---|
void |
LinkedList.LinkedListIterator.reset(LinkedList<T> list) |
Constructor and Description |
---|
LinkedList.JavaUtilIterator(LinkedList<T> list) |
LinkedList.JavaUtilIterator(LinkedList<T> list,
boolean immutable) |
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.