Modifier and Type | Method and Description |
---|---|
LinkedList<LogicalDependency<T>> |
DefaultKnowledgeHelper.getpreviousJustified() |
Modifier and Type | Class and Description |
---|---|
class |
JTMSBeliefSetImpl<M extends JTMSMode<M>> |
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 |
---|---|
void |
VisitedAgendaGroup.setBlocked(LinkedList justified) |
void |
ScheduledAgendaItem.setBlocked(LinkedList<LogicalDependency<SimpleMode>> justified) |
void |
AgendaItem.setBlocked(LinkedList<LogicalDependency<SimpleMode>> justified) |
void |
AgendaItemImpl.setBlocked(LinkedList<LogicalDependency<SimpleMode>> justified) |
void |
VisitedAgendaGroup.setLogicalDependencies(LinkedList justified) |
void |
ScheduledAgendaItem.setLogicalDependencies(LinkedList<LogicalDependency<T>> justified) |
void |
AgendaItem.setLogicalDependencies(LinkedList<LogicalDependency<T>> justified) |
void |
AgendaItemImpl.setLogicalDependencies(LinkedList<LogicalDependency<T>> 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) |
LeftTupleSets |
RuleNetworkEvaluator.evalNode(LeftInputAdapterNode liaNode,
PathMemory pmem,
NetworkNode node,
long bit,
Memory nodeMem,
SegmentMemory[] smems,
int smemIndex,
InternalWorkingMemory wm,
LinkedList<StackEntry> stack,
boolean processRian,
RuleExecutor executor,
LeftTupleSets srcTuples,
SegmentMemory smem,
LeftTupleSets stagedLeftTuples,
LeftTupleSinkNode sink) |
void |
RuleNetworkEvaluator.evalStackEntry(StackEntry entry,
LinkedList<StackEntry> stack,
RuleExecutor executor,
InternalWorkingMemory wm) |
void |
RuleNetworkEvaluator.innerEval(LeftInputAdapterNode liaNode,
PathMemory pmem,
NetworkNode node,
long bit,
Memory nodeMem,
SegmentMemory[] smems,
int smemIndex,
LeftTupleSets trgTuples,
InternalWorkingMemory wm,
LinkedList<StackEntry> stack,
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,
boolean processRian,
RuleExecutor executor) |
Modifier and Type | Class and Description |
---|---|
class |
SegmentMemory |
Modifier and Type | Method and Description |
---|---|
LinkedList<LogicalDependency<SimpleMode>> |
RuleTerminalNodeLeftTuple.getBlocked() |
LinkedList<SimpleMode> |
RuleTerminalNodeLeftTuple.getBlockers() |
LinkedList<LogicalDependency<T>> |
RuleTerminalNodeLeftTuple.getLogicalDependencies() |
LinkedList<Memory> |
SegmentMemory.getNodeMemories() |
Modifier and Type | Method and Description |
---|---|
void |
RuleTerminalNodeLeftTuple.setBlocked(LinkedList<LogicalDependency<SimpleMode>> justified) |
void |
RuleTerminalNodeLeftTuple.setLogicalDependencies(LinkedList<LogicalDependency<T>> justified) |
Modifier and Type | Method and Description |
---|---|
LinkedList<LogicalDependency<SimpleMode>> |
Activation.getBlocked() |
LinkedList<SimpleMode> |
Activation.getBlockers() |
LinkedList<ActivationGroupNode> |
InternalActivationGroup.getList() |
LinkedList<LogicalDependency<T>> |
Activation.getLogicalDependencies() |
Modifier and Type | Method and Description |
---|---|
void |
Activation.setBlocked(LinkedList<LogicalDependency<SimpleMode>> justified) |
void |
Activation.setLogicalDependencies(LinkedList<LogicalDependency<T>> 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-2015 JBoss by Red Hat. All Rights Reserved.