Uses of Interface
com.hp.hpl.jena.reasoner.ValidityReport

Packages that use ValidityReport
com.hp.hpl.jena.rdf.model A package for creating and manipulating RDF graphs. 
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 ValidityReport in com.hp.hpl.jena.rdf.model
 

Methods in com.hp.hpl.jena.rdf.model that return ValidityReport
 ValidityReport InfModel.validate()
          Test the consistency of the underlying data.
 

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

Classes in com.hp.hpl.jena.reasoner that implement ValidityReport
 class StandardValidityReport
          Default implementation of ValidityReport which simply stores a list of precomputed Report records.
 

Methods in com.hp.hpl.jena.reasoner that return ValidityReport
 ValidityReport BaseInfGraph.validate()
          Test the consistency of the bound data.
 ValidityReport InfGraph.validate()
          Test the consistency of the bound data.
 

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

Methods in com.hp.hpl.jena.reasoner.rulesys that return ValidityReport
 ValidityReport FBRuleInfGraph.validate()
          Test the consistency of the bound data.
 ValidityReport RDFSRuleInfGraph.validate()
          Test the consistency of the bound data.
 



Licenced under the Apache License, Version 2.0