| Package | Description |
|---|---|
| com.clarkparsia.pellet.rules | |
| com.clarkparsia.pellet.rules.rete |
| Modifier and Type | Method and Description |
|---|---|
TermTuple |
RulesToReteTranslator.translateAtom(RuleAtom atom,
DependencySet ds)
Translates a rule atom into a rete triple.
|
| Modifier and Type | Method and Description |
|---|---|
List<TermTuple> |
RulesToReteTranslator.translateAtoms(Collection<? extends RuleAtom> atoms,
DependencySet ds)
Translates a list of rule atoms into rete triples.
|
| Modifier and Type | Field and Description |
|---|---|
static TermTuple |
Compiler.EMPTY_TUPLE
Empty fact to fire empty bodied rules
|
protected TermTuple |
AlphaNode.pattern |
| Modifier and Type | Field and Description |
|---|---|
List<TermTuple> |
RuleNode.lhs |
List<TermTuple> |
RuleNode.rhs |
| Modifier and Type | Method and Description |
|---|---|
List<TermTuple> |
Rule.getBody() |
List<TermTuple> |
Rule.getHead() |
| Modifier and Type | Method and Description |
|---|---|
AlphaNode |
AlphaIndex.add(TermTuple pattern) |
Set<Fact> |
BetaNode.matchingFacts(TermTuple rhs,
List<Fact> facts) |
| Constructor and Description |
|---|
AlphaNode(TermTuple t) |
Rule(List<TermTuple> body,
TermTuple head) |
| Constructor and Description |
|---|
Rule(List<TermTuple> body,
List<TermTuple> head) |
Rule(List<TermTuple> body,
List<TermTuple> head) |
Rule(List<TermTuple> body,
TermTuple head) |
Copyright © 2013. All Rights Reserved.