| Package | Description |
|---|---|
| com.clarkparsia.pellet.rules.rete |
| Modifier and Type | Field and Description |
|---|---|
BetaNode |
RuleNode.betaNode |
| Modifier and Type | Field and Description |
|---|---|
List<BetaNode> |
BetaNode.parents |
| Modifier and Type | Method and Description |
|---|---|
Collection<BetaNode> |
Node.getBetas()
Return any directly dependent beta nodes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Node.add(BetaNode beta)
Add a directly dependent beta node.
|
Copyright © 2013. All Rights Reserved.