com.hp.hpl.jena.reasoner
Interface ValidityReport

All Known Implementing Classes:
StandardValidityReport

public interface ValidityReport

Data structure used to report the results of validation or consistency checking operations. It is an array of reports, each of which has a severity, a type (string) and a description (string).

Version:
$Revision: 1.8 $ on $Date: 2004/12/07 09:56:29 $
Author:
Dave Reynolds

Nested Class Summary
static class ValidityReport.Report
           
 
Method Summary
 Iterator getReports()
          Return an iterator over the separate ValidityReport.Report records.
 boolean isValid()
          Return true if there are no problems reported by the validation.
 

Method Detail

isValid

boolean isValid()
Return true if there are no problems reported by the validation. There may still be warnings genererate.


getReports

Iterator getReports()
Return an iterator over the separate ValidityReport.Report records.



Copyright © 2000, 2001, 2002, 2003, 2004 Hewlett-Packard Development Company, LP