Package | Description |
---|---|
org.drools.core.common | |
org.drools.core.impl | |
org.drools.core.reteoo | |
org.drools.core.reteoo.builder |
Modifier and Type | Field and Description |
---|---|
protected EntryPointNode |
NamedEntryPoint.entryPointNode |
Modifier and Type | Method and Description |
---|---|
EntryPointNode |
AbstractWorkingMemory.getEntryPointNode() |
EntryPointNode |
NamedEntryPoint.getEntryPointNode() |
EntryPointNode |
InternalWorkingMemoryEntryPoint.getEntryPointNode() |
EntryPointNode |
InternalWorkingMemory.getEntryPointNode() |
Modifier and Type | Method and Description |
---|---|
Set<EntryPointNode> |
InternalRuleBase.getAddedEntryNodeCache() |
Set<EntryPointNode> |
InternalRuleBase.getRemovedEntryNodeCache() |
Modifier and Type | Method and Description |
---|---|
void |
InternalRuleBase.registerAddedEntryNodeCache(EntryPointNode node) |
void |
InternalRuleBase.registeRremovedEntryNodeCache(EntryPointNode node) |
Constructor and Description |
---|
NamedEntryPoint(EntryPointId entryPoint,
EntryPointNode entryPointNode,
AbstractWorkingMemory wm) |
NamedEntryPoint(EntryPointId entryPoint,
EntryPointNode entryPointNode,
AbstractWorkingMemory wm,
ReentrantLock lock) |
Modifier and Type | Method and Description |
---|---|
EntryPointNode |
StatefulKnowledgeSessionImpl.getEntryPointNode() |
Modifier and Type | Field and Description |
---|---|
Set<EntryPointNode> |
ReteooRuleBase.addedEntryNodeCache |
Set<EntryPointNode> |
ReteooRuleBase.removedEntryNodeCache |
Modifier and Type | Method and Description |
---|---|
EntryPointNode |
DisposedReteooWorkingMemory.getEntryPointNode() |
EntryPointNode |
Rete.getEntryPointNode(EntryPointId entryPoint) |
Modifier and Type | Method and Description |
---|---|
Set<EntryPointNode> |
ReteooRuleBase.getAddedEntryNodeCache() |
Map<EntryPointId,EntryPointNode> |
Rete.getEntryPointNodes() |
Set<EntryPointNode> |
ReteooRuleBase.getRemovedEntryNodeCache() |
Modifier and Type | Method and Description |
---|---|
void |
ReteooRuleBase.registerAddedEntryNodeCache(EntryPointNode node) |
void |
ReteooRuleBase.registeRremovedEntryNodeCache(EntryPointNode node) |
Constructor and Description |
---|
ModifyPreviousTuples(LeftTuple leftTuple,
RightTuple rightTuple,
EntryPointNode epNode) |
ObjectTypeNode(int id,
EntryPointNode source,
ObjectType objectType,
BuildContext context)
Construct given a semantic
ObjectType and the provided
unique id. |
ReteObjectTypeNode(int id,
EntryPointNode source,
ObjectType objectType,
BuildContext context) |
TraitObjectTypeNode(int id,
EntryPointNode source,
ObjectType objectType,
BuildContext context) |
TraitProxyObjectTypeNode(int id,
EntryPointNode source,
ObjectType objectType,
BuildContext context) |
Modifier and Type | Method and Description |
---|---|
EntryPointNode |
PhreakNodeFactory.buildEntryPointNode(int id,
ObjectSource objectSource,
BuildContext context) |
EntryPointNode |
NodeFactory.buildEntryPointNode(int id,
ObjectSource objectSource,
BuildContext context) |
EntryPointNode |
PhreakNodeFactory.buildEntryPointNode(int id,
RuleBasePartitionId partitionId,
boolean partitionsEnabled,
ObjectSource objectSource,
EntryPointId entryPoint) |
EntryPointNode |
NodeFactory.buildEntryPointNode(int id,
RuleBasePartitionId partitionId,
boolean partitionsEnabled,
ObjectSource objectSource,
EntryPointId entryPoint) |
Modifier and Type | Method and Description |
---|---|
ObjectTypeNode |
PhreakNodeFactory.buildObjectTypeNode(int id,
EntryPointNode objectSource,
ObjectType objectType,
BuildContext context) |
ObjectTypeNode |
NodeFactory.buildObjectTypeNode(int id,
EntryPointNode objectSource,
ObjectType objectType,
BuildContext context) |
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.