| Package | Description |
|---|---|
| com.clarkparsia.pellet.rules.rete |
| Modifier and Type | Class and Description |
|---|---|
class |
BetaBuiltinNode |
class |
BetaMemoryNode |
class |
BetaTopNode |
class |
ProductionNode |
static class |
ProductionNode.DiffFrom |
static class |
ProductionNode.Edge |
static class |
ProductionNode.Inconsistency |
static class |
ProductionNode.ProduceBinding |
static class |
ProductionNode.SameAs |
static class |
ProductionNode.Type |
| Modifier and Type | Method and Description |
|---|---|
Collection<BetaNode> |
Node.getBetas()
Return any directly dependent beta nodes.
|
Collection<BetaNode> |
ReteNode.getBetas()
Return any directly dependent nodes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Node.add(BetaNode beta)
Add a directly dependent beta node.
|
void |
ReteNode.addChild(BetaNode beta)
Add a directly dependent node.
|
Copyright © 2019. All rights reserved.