|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.hp.hpl.jena.reasoner.ValidityReport.Report
public static class ValidityReport.Report
| Field Summary | |
|---|---|
String |
description
A textual description of the error or warning. |
Object |
extension
Some reasoner dependent data structure giving more information on the problem. |
boolean |
isError
True if the report is a error, false if it is just a warning. |
String |
type
The type of the error discovered, the range of errors types is reasoner-dependent. |
| Constructor Summary | |
|---|---|
ValidityReport.Report(boolean error,
String type,
String description)
Constructor. |
|
ValidityReport.Report(boolean error,
String type,
String description,
Object extension)
Constructor |
|
| Method Summary | |
|---|---|
String |
getDescription()
|
Object |
getExtension()
|
String |
getType()
|
boolean |
isError()
|
String |
toString()
Printable form of the report |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public String type
public boolean isError
public String description
public Object extension
| Constructor Detail |
|---|
public ValidityReport.Report(boolean error,
String type,
String description)
error - true if the report is an error, false if it is just a warningtype - a string giving a reasoner-dependent classification for the reportdescription - a textual description of the problem
public ValidityReport.Report(boolean error,
String type,
String description,
Object extension)
error - true if the report is an error, false if it is just a warningtype - a string giving a reasoner-dependent classification for the reportdescription - a textual description of the problemextension - a reasoner dependent data structure giving more information
on the problem.| Method Detail |
|---|
public String getDescription()
public Object getExtension()
public boolean isError()
public String getType()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||