| Package | Description |
|---|---|
| com.clarkparsia.pellet.rules.rete |
| Modifier and Type | Class and Description |
|---|---|
class |
AlphaDiffFromNode |
class |
AlphaEdgeNode |
class |
AlphaFixedEdgeNode |
class |
AlphaFixedObjectEdgeNode |
class |
AlphaFixedSubjectEdgeNode |
class |
AlphaNoVarEdgeNode |
class |
AlphaReflexiveEdgeNode |
class |
AlphaTypeNode |
| Modifier and Type | Method and Description |
|---|---|
AlphaNode |
AlphaNetwork.addNode(RuleAtom atom) |
AlphaNode |
BetaMemoryNode.getAlphaNode() |
AlphaNode |
BetaTopNode.getAlphaNode() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<AlphaNode> |
AlphaNetwork.iterator() |
| Modifier and Type | Method and Description |
|---|---|
abstract Iterator<WME> |
BetaMemoryIndex.getWMEs(Token token,
AlphaNode alpha) |
| Constructor and Description |
|---|
BetaMemoryNode(AlphaNode alpha,
List<FilterCondition> conditions) |
BetaTopNode(AlphaNode alpha) |
Copyright © 2019. All rights reserved.