Uses of Interface
org.apache.jena.reasoner.rulesys.RulePreprocessHook
Packages that use RulePreprocessHook
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 RulePreprocessHook in org.apache.jena.reasoner.rulesys
Methods in org.apache.jena.reasoner.rulesys with parameters of type RulePreprocessHookModifier and TypeMethodDescriptionvoidFBRuleInfGraph.addPreprocessingHook(RulePreprocessHook hook) Add a new preprocessing hook defining an operation that should be run when the preparation phase is underway.voidGenericRuleReasoner.addPreprocessingHook(RulePreprocessHook hook) Add a new preprocessing hook defining an operation that should be run when the inference graph is being prepared.voidGenericRuleReasoner.removePreprocessingHook(RulePreprocessHook hook) Remove a preprocessing hook. defining an operation that -
Uses of RulePreprocessHook in org.apache.jena.reasoner.rulesys.impl
Classes in org.apache.jena.reasoner.rulesys.impl that implement RulePreprocessHookModifier and TypeClassDescriptionclassExperimental change to OWL translation hook that doesn't handle translation of restrictions to functors.classA rule preprocessor that scans the data looking for intersection definitions and augments the rule base by translations of the intersection statement.classA rule preprocessor that scans all supplied data looking for instances of container membership properties and adds those to the deductions set.