|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mindswap.pellet.jena.OWLSpecies
public class OWLSpecies
Containf the OWL species information along with a detailed species report.
Field Summary | |
---|---|
static boolean |
DEBUG
|
static int |
DL
|
static int |
FULL
|
static java.lang.String[] |
LEVELS
|
static int |
LITE
|
com.hp.hpl.jena.rdf.model.Model |
missingTriples
Triples that need to be added to the original document in order to make it OWL DL. |
static int |
WARNING
|
Constructor Summary | |
---|---|
OWLSpecies(OWLSpeciesReport report)
|
|
OWLSpecies(OWLSpeciesReport report,
com.hp.hpl.jena.rdf.model.Model missingTriples)
|
Method Summary | |
---|---|
int |
getLevel()
Return the level of the document as one of the constants defined here LITE, DL or FULL. |
OWLSpeciesReport |
getReport()
Get the detailed species report. |
java.lang.String |
toString()
Return the string representation of the level, i.e. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static boolean DEBUG
public static final java.lang.String[] LEVELS
public static final int LITE
public static final int DL
public static final int FULL
public static final int WARNING
public com.hp.hpl.jena.rdf.model.Model missingTriples
Constructor Detail |
---|
public OWLSpecies(OWLSpeciesReport report)
public OWLSpecies(OWLSpeciesReport report, com.hp.hpl.jena.rdf.model.Model missingTriples)
Method Detail |
---|
public int getLevel()
public OWLSpeciesReport getReport()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |