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 |
---|---|
LinkedList<LogicalDependency<SimpleMode>> |
VisitedAgendaGroup.getBlocked() |
LinkedList<LogicalDependency<SimpleMode>> |
AgendaItemImpl.getBlocked() |
LinkedList<SimpleMode> |
VisitedAgendaGroup.getBlockers() |
LinkedList<SimpleMode> |
AgendaItemImpl.getBlockers() |
LinkedList<ActivationGroupNode> |
ActivationGroupImpl.getList() |
LinkedList |
VisitedAgendaGroup.getLogicalDependencies() |
LinkedList<LogicalDependency<T>> |
AgendaItemImpl.getLogicalDependencies() |
Modifier and Type | Method and Description |
---|---|
void |
VisitedAgendaGroup.setBlocked(LinkedList justified) |
void |
AgendaItemImpl.setBlocked(LinkedList<LogicalDependency<SimpleMode>> justified) |
void |
VisitedAgendaGroup.setLogicalDependencies(LinkedList justified) |
void |
AgendaItemImpl.setLogicalDependencies(LinkedList<LogicalDependency<T>> justified) |
Modifier and Type | Method and Description |
---|---|
static void |
PhreakQueryTerminalNode.checkAndTriggerQueryReevaluation(InternalAgenda agenda,
LinkedList<StackEntry> stack,
Tuple rootEntry,
DroolsQuery dquery) |
void |
PhreakQueryTerminalNode.doLeftDeletes(QueryTerminalNode qtnNode,
InternalAgenda agenda,
TupleSets<LeftTuple> srcLeftTuples,
LinkedList<StackEntry> stack) |
void |
PhreakQueryTerminalNode.doLeftInserts(QueryTerminalNode qtnNode,
InternalAgenda agenda,
TupleSets<LeftTuple> srcLeftTuples,
LinkedList<StackEntry> stack) |
void |
PhreakQueryTerminalNode.doLeftUpdates(QueryTerminalNode qtnNode,
InternalAgenda agenda,
TupleSets<LeftTuple> srcLeftTuples,
LinkedList<StackEntry> stack) |
void |
PhreakQueryTerminalNode.doNode(QueryTerminalNode qtnNode,
InternalAgenda agenda,
TupleSets<LeftTuple> srcLeftTuples,
LinkedList<StackEntry> stack) |
TupleSets<LeftTuple> |
RuleNetworkEvaluator.evalNode(PathMemory pmem,
NetworkNode node,
long bit,
Memory nodeMem,
SegmentMemory[] smems,
int smemIndex,
InternalAgenda agenda,
LinkedList<StackEntry> stack,
boolean processRian,
RuleExecutor executor,
TupleSets<LeftTuple> srcTuples,
SegmentMemory smem,
TupleSets<LeftTuple> stagedLeftTuples,
LeftTupleSinkNode sink) |
void |
RuleNetworkEvaluator.evalStackEntry(StackEntry entry,
LinkedList<StackEntry> stack,
RuleExecutor executor,
InternalAgenda agenda) |
void |
RuleNetworkEvaluator.innerEval(PathMemory pmem,
NetworkNode node,
long bit,
Memory nodeMem,
SegmentMemory[] smems,
int smemIndex,
TupleSets<LeftTuple> trgTuples,
InternalAgenda agenda,
LinkedList<StackEntry> stack,
boolean processRian,
RuleExecutor executor) |
static boolean |
PhreakQueryTerminalNode.isAdded(LinkedList<StackEntry> stack,
StackEntry stackEntry) |
boolean |
RuleAgendaItem.isInList(LinkedList<RuleAgendaItem> list) |
void |
RuleNetworkEvaluator.outerEval(PathMemory pmem,
NetworkNode node,
long bit,
Memory nodeMem,
SegmentMemory[] smems,
int smemIndex,
TupleSets<LeftTuple> trgTuples,
InternalAgenda agenda,
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 |
---|
JavaUtilIterator(LinkedList<T> list) |
JavaUtilIterator(LinkedList<T> list,
boolean immutable) |
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.