|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.hp.hpl.jena.ontology.tidy.SyntaxProblem
public class SyntaxProblem
This class encapsulates some problem found during syntax checking.
Method Summary | |
---|---|
int |
getLevel()
The level associated with this problem. |
String |
longDescription()
Everything you ever wanted to know about this problem. |
EnhNode |
problemNode()
An orphan or some other node that is at the centre of this problem. |
Graph |
problemSubGraph()
A (hopefully small) subgraph exhibiting the problem. |
RDFWriter |
setWriter(RDFWriter w)
Sets the writer used for creation of the longDescription() . |
String |
shortDescription()
A line or two characterising this problem. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public RDFWriter setWriter(RDFWriter w)
longDescription()
.
w
-
public String longDescription()
public EnhNode problemNode()
EnhGraph
is always a
Model
, and is intended to be small
but complete (e.g. all triples involving an
orphan node).
public String shortDescription()
public Graph problemSubGraph()
problemNode()
is non-null. If both are non-null then the problemSubGraph()
is the graph underlying the problemNode().
public int getLevel()
Levels
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |