| Package | Description |
|---|---|
| org.drools.core.impl | |
| org.drools.core.reteoo |
| Modifier and Type | Method and Description |
|---|---|
Rete |
KnowledgeBaseImpl.getRete()
Retrieve the Rete-OO network for this
RuleBase. |
Rete |
InternalKnowledgeBase.getRete() |
| Modifier and Type | Method and Description |
|---|---|
Set<BaseNode> |
ReteDumper.collect(Rete rete) |
static Set<BaseNode> |
ReteDumper.collectRete(Rete rete) |
void |
ReteDumper.dump(Rete rete) |
void |
ReteDumper.dumpAssociatedRules(Rete rete) |
static void |
ReteDumper.dumpRete(Rete rete) |
void |
ReteDumper.traverseRete(Rete rete,
BiConsumer<BaseNode,String> consumer) |
void |
MemoryVisitor.visitRete(Rete rete)
Rete visits each of its ObjectTypeNodes.
|
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.