public interface ValidityReport
Modifier and Type | Interface and Description |
---|---|
static class |
ValidityReport.Report |
Modifier and Type | Method and Description |
---|---|
Iterator<ValidityReport.Report> |
getReports()
Return an iterator over the separate ValidityReport.Report records.
|
boolean |
isClean()
Returns true if the model is both valid (logically consistent) and no
warnings were generated.
|
boolean |
isValid()
Returns true if no logical inconsistencies were detected.
|
boolean isValid()
boolean isClean()
Iterator<ValidityReport.Report> getReports()
Copyright ? 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP