|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.hp.hpl.jena.ontology.tidy.Levels
public class Levels
The return values of SyntaxProblem.getLevel().
| Field Summary | |
|---|---|
static int |
DL
The associated SyntaxProblem is not legal in OWL DL. |
static int |
Full
Currently unused. |
static int |
Lite
The associated SyntaxProblem is not legel in OWL Lite. |
static int |
Other
Currently unused. |
static int |
Warning
The associated SyntaxProblem is a warning. |
| Constructor Summary | |
|---|---|
Levels()
|
|
| Method Summary | |
|---|---|
static String |
toString(int i)
Gives a readable form of one of the Levels. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int Warning
public static final int Lite
public static final int DL
public static final int Full
public static final int Other
| Constructor Detail |
|---|
public Levels()
| Method Detail |
|---|
public static String toString(int i)
i - Must be Warning, Lite, DL, Full or Other.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||