| Package | Description |
|---|---|
| com.clarkparsia.pellet.rules.rete |
| Modifier and Type | Class and Description |
|---|---|
static class |
WME.BuiltinWME |
static class |
WME.DiffFrom |
static class |
WME.EdgeWME |
static class |
WME.SameAs |
static class |
WME.TypeWME |
| Modifier and Type | Field and Description |
|---|---|
protected static Iterator<WME> |
AlphaNode.NO_MATCH |
| Modifier and Type | Method and Description |
|---|---|
static WME |
WME.createBuiltin(Literal[] literals,
DependencySet ds) |
static WME |
WME.createEdge(Edge edge) |
protected WME |
AlphaEdgeNode.createEdge(Edge edge,
WME.EdgeDirection dir) |
static WME |
WME.createEdge(Edge edge,
WME.EdgeDirection dir) |
abstract WME |
Token.get(int index) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<WME> |
AlphaNoVarEdgeNode.getMatches() |
Iterator<WME> |
AlphaEdgeNode.getMatches() |
Iterator<WME> |
AlphaDiffFromNode.getMatches() |
Iterator<WME> |
AlphaTypeNode.getMatches() |
Iterator<WME> |
AlphaReflexiveEdgeNode.getMatches() |
Iterator<WME> |
AlphaFixedObjectEdgeNode.getMatches() |
Iterator<WME> |
AlphaFixedSubjectEdgeNode.getMatches() |
abstract Iterator<WME> |
AlphaNode.getMatches() |
protected Iterator<WME> |
AlphaEdgeNode.getMatches(Individual s,
Role r,
Node o) |
Iterator<WME> |
AlphaNoVarEdgeNode.getMatches(int argIndex,
Node arg) |
Iterator<WME> |
AlphaEdgeNode.getMatches(int argIndex,
Node arg) |
Iterator<WME> |
AlphaDiffFromNode.getMatches(int argIndex,
Node arg) |
Iterator<WME> |
AlphaTypeNode.getMatches(int argIndex,
Node arg) |
Iterator<WME> |
AlphaReflexiveEdgeNode.getMatches(int argIndex,
Node arg) |
Iterator<WME> |
AlphaFixedObjectEdgeNode.getMatches(int argIndex,
Node arg) |
Iterator<WME> |
AlphaFixedSubjectEdgeNode.getMatches(int argIndex,
Node arg) |
abstract Iterator<WME> |
AlphaNode.getMatches(int argIndex,
Node arg) |
abstract Iterator<WME> |
BetaMemoryIndex.getWMEs(Token token,
AlphaNode alpha) |
protected Iterator<WME> |
AlphaEdgeNode.toWMEs(EdgeList edges,
WME.EdgeDirection dir) |
| Modifier and Type | Method and Description |
|---|---|
void |
BetaBuiltinNode.activate(WME wme) |
void |
BetaMemoryNode.activate(WME wme) |
void |
BetaTopNode.activate(WME wme) |
void |
ProductionNode.activate(WME wme) |
abstract void |
BetaNode.activate(WME wme) |
protected void |
AlphaNode.activate(WME wme) |
protected void |
BetaNode.activateChildren(WME wme,
Token token) |
static Token |
Token.create(WME wme,
Token token) |
abstract Node |
NodeProvider.getNode(WME wme,
Token token) |
Node |
NodeProvider.ConstantNodeProvider.getNode(WME wme,
Token token) |
Node |
NodeProvider.TokenNodeProvider.getNode(WME wme,
Token token) |
Node |
NodeProvider.WMENodeProvider.getNode(WME wme,
Token token) |
abstract Iterator<Token> |
BetaMemoryIndex.getTokens(WME wme) |
boolean |
FilterCondition.test(WME wme,
Token token) |
boolean |
BuiltInCondition.test(WME wme,
Token token) |
boolean |
JoinCondition.test(WME wme,
Token token) |
Copyright © 2019. All rights reserved.