| Package | Description |
|---|---|
| org.apache.jena.reasoner.rulesys |
Provides a selection of simple rule engines for Jena inference models.
|
| org.apache.jena.reasoner.rulesys.impl |
Internal implementation objects used by the rule system interpreters
and compilers.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FBRuleInfGraph
An inference graph that uses a mixture of forward and backward
chaining rules.
|
class |
LPBackwardRuleInfGraph
Inference graph for accessing the LP version of the backward chaining
rule engine.
|
class |
RDFSRuleInfGraph
Customization of the generic rule inference graph for RDFS inference.
|
| Modifier and Type | Method and Description |
|---|---|
BackwardRuleInfGraphI |
LPBRuleEngine.getInfGraph()
Return the parent inference graph associated with this engine
|
| Constructor and Description |
|---|
BBRuleContext(BackwardRuleInfGraphI graph)
Construct an empty context.
|
LPBRuleEngine(BackwardRuleInfGraphI infGraph)
Constructor.
|
LPBRuleEngine(BackwardRuleInfGraphI infGraph,
LPRuleStore rules)
Constructor.
|
Licenced under the Apache License, Version 2.0