Uses of Class
com.hp.hpl.jena.reasoner.ValidityReport.Report

Packages that use ValidityReport.Report
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.Report in com.hp.hpl.jena.reasoner
 

Methods in com.hp.hpl.jena.reasoner that return types with arguments of type ValidityReport.Report
 java.util.Iterator<ValidityReport.Report> ValidityReport.getReports()
          Return an iterator over the separate ValidityReport.Report records.
 java.util.Iterator<ValidityReport.Report> StandardValidityReport.getReports()
          Return an iterator over the separate ValidityReport.Report records.
 

Methods in com.hp.hpl.jena.reasoner with parameters of type ValidityReport.Report
 void StandardValidityReport.add(ValidityReport.Report report)
          Add a new error report
 

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

Methods in com.hp.hpl.jena.reasoner.rulesys that return ValidityReport.Report
 ValidityReport.Report FBRuleInfGraph.checkLiteral(Node prop, Triple triple)
          Check a given literal value for a property against the set of known range constraints for it.
 



Copyright © 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP