|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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).
| Nested Class Summary | |
|---|---|
static class |
ValidityReport.Report
|
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
boolean isValid()
boolean isClean()
Iterator<ValidityReport.Report> getReports()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||