java.lang.Object
org.apache.jena.reasoner.rulesys.FBRuleReasoner
org.apache.jena.reasoner.rulesys.RDFSFBRuleReasoner
- All Implemented Interfaces:
Reasoner,RuleReasoner
A backward chaining implementation of the RDFS closure rules
based upon the basic backward rule interpreter.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Return the RDFS rule set, loading it in if necessaryMethods inherited from class org.apache.jena.reasoner.rulesys.FBRuleReasoner
addDescription, addRules, bind, bindSchema, bindSchema, getBoundSchema, getReasonerCapabilities, getRules, isTraceOn, loadRules, setDerivationLogging, setParameter, setRules, setTraceOn, supportsProperty, tablePredicate
-
Field Details
-
RULE_FILE
The location of the OWL rule definitions on the class path- See Also:
-
-
Constructor Details
-
RDFSFBRuleReasoner
Constructor
-
-
Method Details
-
loadRules
Return the RDFS rule set, loading it in if necessary -
getGraphCapabilities
Deprecated.Return the Jena Graph Capabilities that the inference graphs generated by this reasoner are expected to conform to.- Specified by:
getGraphCapabilitiesin interfaceReasoner- Overrides:
getGraphCapabilitiesin classFBRuleReasoner
-