Uses of Interface
org.apache.jena.reasoner.rulesys.SilentAddI
Packages that use SilentAddI
Package
Description
Provides a selection of simple rule engines for Jena inference models.
-
Uses of SilentAddI in org.apache.jena.reasoner.rulesys
Subinterfaces of SilentAddI in org.apache.jena.reasoner.rulesysModifier and TypeInterfaceDescriptioninterfaceThis interface collects together those operations that the backchaining engine needs to invoke in the parent InfGraph.interfaceThis interface collects together the operations on the InfGraph which are needed to support the forward rule engine.Classes in org.apache.jena.reasoner.rulesys that implement SilentAddIModifier and TypeClassDescriptionclassAn inference graph interface that runs a set of forward chaining rules to conclusion on each added triple and stores the entire result set.classAn inference graph that uses a mixture of forward and backward chaining rules.classInference graph for accessing the LP version of the backward chaining rule engine.classCustomization of the generic rule inference graph for RDFS inference.classRETE implementation of the forward rule inference graph.