Uses of Interface
com.hp.hpl.jena.graph.Reifier

Packages that use Reifier
com.hp.hpl.jena.graph This package defines the Graph and Node family of classes, which form the underlying datatypes of the Jena system. 
com.hp.hpl.jena.graph.compose This package defines simple composite graphs - union, intersection, difference, and update-tracking. 
com.hp.hpl.jena.reasoner The Jena2 reasoner subsystem is designed to allow a range of inference engines to be plugged into Jena. 
com.hp.hpl.jena.reasoner.rulesys Provides a selection of simple rule engines for Jena inference models. 
 

Uses of Reifier in com.hp.hpl.jena.graph
 

Methods in com.hp.hpl.jena.graph that return Reifier
 Reifier Graph.getReifier()
          returns this Graph's reifier.
 

Uses of Reifier in com.hp.hpl.jena.graph.compose
 

Methods in com.hp.hpl.jena.graph.compose that return Reifier
 Reifier MultiUnion.getReifier()
          Unions share the reifiers of their base graphs.
 

Uses of Reifier in com.hp.hpl.jena.reasoner
 

Methods in com.hp.hpl.jena.reasoner that return Reifier
 Reifier BaseInfGraph.constructReifier()
          Inference graphs share the reifiers of their underlying raw graphs.
 

Uses of Reifier in com.hp.hpl.jena.reasoner.rulesys
 

Classes in com.hp.hpl.jena.reasoner.rulesys that implement Reifier
 class BasicFBReifier
           
 

Methods in com.hp.hpl.jena.reasoner.rulesys that return Reifier
 Reifier BasicForwardRuleInfGraph.constructReifier()
           
 

Constructors in com.hp.hpl.jena.reasoner.rulesys with parameters of type Reifier
BasicFBReifier(BasicForwardRuleInfGraph parent, Reifier base, com.hp.hpl.jena.reasoner.rulesys.BasicFBReifier.GetReifier deductions, ReificationStyle style)
           
 



Licenced under the Apache License, Version 2.0