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
 Iterator<ValidityReport.Report> ValidityReport.getReports()
          Return an iterator over the separate ValidityReport.Report records.
 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.
 



Licenced under the Apache License, Version 2.0