Uses of Class
org.apache.jena.reasoner.rulesys.FBRuleInfGraph
Packages that use FBRuleInfGraph
Package
Description
Provides a selection of simple rule engines for Jena inference models.
Internal implementation objects used by the rule system interpreters
and compilers.
-
Uses of FBRuleInfGraph in org.apache.jena.reasoner.rulesys
Subclasses of FBRuleInfGraph in org.apache.jena.reasoner.rulesysModifier and TypeClassDescriptionclass
Customization of the generic rule inference graph for RDFS inference.Methods in org.apache.jena.reasoner.rulesys with parameters of type FBRuleInfGraphModifier and TypeMethodDescriptionboolean
RulePreprocessHook.needsRerun
(FBRuleInfGraph infGraph, Triple t) Validate a triple add to see if it should reinvoke the hook.void
RulePreprocessHook.run
(FBRuleInfGraph infGraph, Finder dataFind, Graph inserts) Invoke the preprocessing hook. -
Uses of FBRuleInfGraph in org.apache.jena.reasoner.rulesys.impl
Methods in org.apache.jena.reasoner.rulesys.impl with parameters of type FBRuleInfGraphModifier and TypeMethodDescriptionboolean
OWLExptRuleTranslationHook.needsRerun
(FBRuleInfGraph infGraph, Triple t) Validate a triple add to see if it should reinvoke the hook.boolean
OWLRuleTranslationHook.needsRerun
(FBRuleInfGraph infGraph, Triple t) Validate a triple add to see if it should reinvoke the hook.boolean
RDFSCMPPreprocessHook.needsRerun
(FBRuleInfGraph infGraph, Triple t) Validate a triple add to see if it should reinvoke the hook.void
OWLExptRuleTranslationHook.run
(FBRuleInfGraph infGraph, Finder dataFind, Graph inserts) Invoke the preprocessing hook.void
OWLRuleTranslationHook.run
(FBRuleInfGraph infGraph, Finder dataFind, Graph inserts) Invoke the preprocessing hook.void
RDFSCMPPreprocessHook.run
(FBRuleInfGraph infGraph, Finder dataFind, Graph inserts) Invoke the preprocessing hook.