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 TypeClassDescriptionclassCustomization of the generic rule inference graph for RDFS inference.Methods in org.apache.jena.reasoner.rulesys with parameters of type FBRuleInfGraphModifier and TypeMethodDescriptionbooleanRulePreprocessHook.needsRerun(FBRuleInfGraph infGraph, Triple t) Validate a triple add to see if it should reinvoke the hook.voidRulePreprocessHook.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 TypeMethodDescriptionbooleanOWLExptRuleTranslationHook.needsRerun(FBRuleInfGraph infGraph, Triple t) Validate a triple add to see if it should reinvoke the hook.booleanOWLRuleTranslationHook.needsRerun(FBRuleInfGraph infGraph, Triple t) Validate a triple add to see if it should reinvoke the hook.booleanRDFSCMPPreprocessHook.needsRerun(FBRuleInfGraph infGraph, Triple t) Validate a triple add to see if it should reinvoke the hook.voidOWLExptRuleTranslationHook.run(FBRuleInfGraph infGraph, Finder dataFind, Graph inserts) Invoke the preprocessing hook.voidOWLRuleTranslationHook.run(FBRuleInfGraph infGraph, Finder dataFind, Graph inserts) Invoke the preprocessing hook.voidRDFSCMPPreprocessHook.run(FBRuleInfGraph infGraph, Finder dataFind, Graph inserts) Invoke the preprocessing hook.