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.rdfsReasoner1 This package contains an example RDFS reasoner.  
 

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 InfGraph.validate()
          Test the consistency of the bound data.
 ValidityReport BaseInfGraph.validate()
          Test the consistency of the bound data.
 

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

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



Copyright © 2001-2003 Hewlett-Packard. All Rights Reserved.