Uses of Class
org.apache.jena.reasoner.ValidityReport.Report
Packages that use ValidityReport.Report
Package
Description
The Jena2 reasoner subsystem is designed to allow a range of inference
engines to be plugged into Jena.
Provides a selection of simple rule engines for Jena inference models.
-
Uses of ValidityReport.Report in org.apache.jena.reasoner
Methods in org.apache.jena.reasoner that return types with arguments of type ValidityReport.ReportModifier and TypeMethodDescriptionStandardValidityReport.getReports()
Return an iterator over the separate ValidityReport.Report records.ValidityReport.getReports()
Return an iterator over the separate ValidityReport.Report records.Methods in org.apache.jena.reasoner with parameters of type ValidityReport.ReportModifier and TypeMethodDescriptionvoid
StandardValidityReport.add
(ValidityReport.Report report) Add a new error report -
Uses of ValidityReport.Report in org.apache.jena.reasoner.rulesys
Methods in org.apache.jena.reasoner.rulesys that return ValidityReport.ReportModifier and TypeMethodDescriptionFBRuleInfGraph.checkLiteral
(Node prop, Triple triple) Check a given literal value for a property against the set of known range constraints for it.