Uses of Interface
org.apache.jena.reasoner.InfGraph
Packages that use InfGraph
Package
Description
A package for creating and manipulating RDF graphs.
This package contains implementations of the interfaces defined
in the .model package, eg ModelCom for Model, ResourceImpl
for Resource, and so on.
The Jena2 reasoner subsystem is designed to allow a range of inference
engines to be plugged into Jena.
Provides a selection of simple rule engines for Jena inference models.
Internal implementation objects used by the rule system interpreters
and compilers.
This package contains a reasoner which supports transitive-reflexive closure
of subPropertyOf and subClassOf relations.
-
Uses of InfGraph in org.apache.jena.rdf.model
Methods in org.apache.jena.rdf.model with parameters of type InfGraphModifier and TypeMethodDescriptionstatic InfModelModelFactory.createInfModel(InfGraph g) Build an inference model from an InfGraph. -
Uses of InfGraph in org.apache.jena.rdf.model.impl
Methods in org.apache.jena.rdf.model.impl that return InfGraphModifier and TypeMethodDescriptionInfModelImpl.getInfGraph()Return the underlying inference graph for this model.Constructors in org.apache.jena.rdf.model.impl with parameters of type InfGraph -
Uses of InfGraph in org.apache.jena.reasoner
Classes in org.apache.jena.reasoner that implement InfGraphModifier and TypeClassDescriptionclassA base level implementation of the InfGraph interface.Methods in org.apache.jena.reasoner that return InfGraph -
Uses of InfGraph in org.apache.jena.reasoner.rulesys
Subinterfaces of InfGraph 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 InfGraphModifier 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.Methods in org.apache.jena.reasoner.rulesys that return InfGraphModifier and TypeMethodDescriptionAttach the reasoner to a set of RDF data to process.Attach the reasoner to a set of RDF data to process.Attach the reasoner to a set of RDF data to process.Attach the reasoner to a set of RDF data to process.Attach the reasoner to a set of RDF data to process.Attach the reasoner to a set of RDF data to process.Attach the reasoner to a set of RDF data to process.Attach the reasoner to a set of RDF data to process.RuleContext.getGraph()Returns the parent inference graph.OWLFBRuleReasoner.getPreload()Get the single static precomputed rule closure.Constructors in org.apache.jena.reasoner.rulesys with parameters of type InfGraph -
Uses of InfGraph in org.apache.jena.reasoner.rulesys.impl
Methods in org.apache.jena.reasoner.rulesys.impl that return InfGraphModifier and TypeMethodDescriptionBBRuleContext.getGraph()BFRuleContext.getGraph()Returns the graph.RETERuleContext.getGraph()Returns the graph.Constructors in org.apache.jena.reasoner.rulesys.impl with parameters of type InfGraph -
Uses of InfGraph in org.apache.jena.reasoner.transitiveReasoner
Classes in org.apache.jena.reasoner.transitiveReasoner that implement InfGraphModifier and TypeClassDescriptionclassImplementation of InfGraph used by the TransitiveReasoner.Methods in org.apache.jena.reasoner.transitiveReasoner that return InfGraph