com.hp.hpl.jena.ontology.tidy
Class Levels

java.lang.Object
  extended by com.hp.hpl.jena.ontology.tidy.Levels

public class Levels
extends Object

The return values of SyntaxProblem.getLevel().

Author:
Jeremy Carroll

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

Warning

public static final int Warning
The associated SyntaxProblem is a warning. Examples include bad names from the OWL, RDF and XSD namespaces.

See Also:
Constant Field Values

Lite

public static final int Lite
The associated SyntaxProblem is not legel in OWL Lite.

See Also:
Constant Field Values

DL

public static final int DL
The associated SyntaxProblem is not legal in OWL DL.

See Also:
Constant Field Values

Full

public static final int Full
Currently unused.

See Also:
Constant Field Values

Other

public static final int Other
Currently unused.

See Also:
Constant Field Values
Constructor Detail

Levels

public Levels()
Method Detail

toString

public static String toString(int i)
Gives a readable form of one of the Levels.

Parameters:
i - Must be Warning, Lite, DL, Full or Other.
Returns:
The name of the level.


Copyright © 2000, 2001, 2002, 2003, 2004 Hewlett-Packard Development Company, LP