Package | Description |
---|---|
org.drools.core |
This is the engine that works off binary RuleBases, you will mostly use WorkingMemory, RuleBase and RuleBaseFactory
|
org.drools.core.base | |
org.drools.core.common | |
org.drools.core.impl | |
org.drools.core.phreak | |
org.drools.core.reteoo | |
org.drools.core.reteoo.builder |
Modifier and Type | Method and Description |
---|---|
EntryPointNode |
WorkingMemoryEntryPoint.getEntryPointNode() |
Modifier and Type | Method and Description |
---|---|
EntryPointNode |
WrappedStatefulKnowledgeSessionForRHS.getEntryPointNode() |
Modifier and Type | Field and Description |
---|---|
protected EntryPointNode |
NamedEntryPoint.entryPointNode |
Modifier and Type | Method and Description |
---|---|
EntryPointNode |
DisconnectedWorkingMemoryEntryPoint.getEntryPointNode() |
EntryPointNode |
InternalWorkingMemory.getEntryPointNode() |
EntryPointNode |
NamedEntryPoint.getEntryPointNode() |
Constructor and Description |
---|
NamedEntryPoint(EntryPointId entryPoint,
EntryPointNode entryPointNode,
StatefulKnowledgeSessionImpl wm) |
NamedEntryPoint(EntryPointId entryPoint,
EntryPointNode entryPointNode,
StatefulKnowledgeSessionImpl wm,
ReentrantLock lock) |
Modifier and Type | Method and Description |
---|---|
EntryPointNode |
StatefulKnowledgeSessionImpl.getEntryPointNode() |
Modifier and Type | Method and Description |
---|---|
Set<EntryPointNode> |
KnowledgeBaseImpl.getAddedEntryNodeCache() |
Set<EntryPointNode> |
InternalKnowledgeBase.getAddedEntryNodeCache() |
Set<EntryPointNode> |
KnowledgeBaseImpl.getRemovedEntryNodeCache() |
Set<EntryPointNode> |
InternalKnowledgeBase.getRemovedEntryNodeCache() |
Modifier and Type | Method and Description |
---|---|
void |
KnowledgeBaseImpl.registerAddedEntryNodeCache(EntryPointNode node) |
void |
InternalKnowledgeBase.registerAddedEntryNodeCache(EntryPointNode node) |
void |
KnowledgeBaseImpl.registeRremovedEntryNodeCache(EntryPointNode node) |
void |
InternalKnowledgeBase.registeRremovedEntryNodeCache(EntryPointNode node) |
Constructor and Description |
---|
Delete(EntryPointNode epn,
InternalFactHandle handle,
PropagationContext context,
ObjectTypeConf objectTypeConf) |
Modifier and Type | Method and Description |
---|---|
EntryPointNode |
Rete.getEntryPointNode(EntryPointId entryPoint) |
Modifier and Type | Method and Description |
---|---|
Map<EntryPointId,EntryPointNode> |
Rete.getEntryPointNodes() |
Constructor and Description |
---|
MethodCountingObjectTypeNode(int id,
EntryPointNode source,
ObjectType objectType,
BuildContext context) |
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 |
NodeFactory.buildEntryPointNode(int id,
ObjectSource objectSource,
BuildContext context) |
EntryPointNode |
PhreakNodeFactory.buildEntryPointNode(int id,
ObjectSource objectSource,
BuildContext context) |
EntryPointNode |
NodeFactory.buildEntryPointNode(int id,
RuleBasePartitionId partitionId,
boolean partitionsEnabled,
ObjectSource objectSource,
EntryPointId entryPoint) |
EntryPointNode |
PhreakNodeFactory.buildEntryPointNode(int id,
RuleBasePartitionId partitionId,
boolean partitionsEnabled,
ObjectSource objectSource,
EntryPointId entryPoint) |
Modifier and Type | Method and Description |
---|---|
ObjectTypeNode |
NodeFactory.buildObjectTypeNode(int id,
EntryPointNode objectSource,
ObjectType objectType,
BuildContext context) |
ObjectTypeNode |
PhreakNodeFactory.buildObjectTypeNode(int id,
EntryPointNode objectSource,
ObjectType objectType,
BuildContext context) |
ObjectTypeNode |
MethodCountingNodeFactory.buildObjectTypeNode(int id,
EntryPointNode objectSource,
ObjectType objectType,
BuildContext context) |
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.