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.5 $ on $Date: 2003/05/08 15:08:16 $
Author:
Dave Reynolds

Nested Class Summary
static class ValidityReport.Report
           
 
Method Summary
 java.util.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

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


getReports

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



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