uk.ac.man.cs.img.owl.test
Class OWLTestVocabularyAdapter

java.lang.Object
  |
  +--uk.ac.man.cs.img.owl.test.OWLTestVocabularyAdapter

public class OWLTestVocabularyAdapter
extends Object

Vocabulary of the OWL/RDF test specification as of 03/02/03.

Since:
04.02.2003

Field Summary
static OWLTestVocabularyAdapter INSTANCE
           
protected static String OTEST
           
protected static String OWL
          Namespaces.
protected static String RDF
           
protected static String RDFS
           
protected static String RTEST
           
 
Constructor Summary
OWLTestVocabularyAdapter()
           
 
Method Summary
 String getConclusionDocument()
           
 String getConsistencyTest()
           
 String getDescription()
           
 Set getDocumentTypes()
           
 String getImportedPremiseDocument()
           
 String getImportEntailmentTest()
           
 String getImportLevelTest()
           
 String getInconsistencyTest()
           
 String getInputDocument()
           
 String getLevel()
           
 String getNegativeEntailmentTest()
           
 String getNotOwlFeatureTest()
           
 String getNotSupportedDatatype()
           
 String getOWLDL()
           
 String getOWLforOWLTest()
           
 String getOWLFull()
           
 String getOWLLite()
           
 String getPositiveEntailmentTest()
           
 String getPremiseDocument()
           
 String getRDFType()
           
 String getRDFXMLDocument()
           
 String getStatus()
           
 String getSupportedDatatype()
           
 Set getTestTypes()
           
 String getTrueTest()
           
 String getUsedDatatype()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final OWLTestVocabularyAdapter INSTANCE

OWL

protected static final String OWL
Namespaces.

See Also:
Constant Field Values

RDF

protected static final String RDF
See Also:
Constant Field Values

RDFS

protected static final String RDFS
See Also:
Constant Field Values

RTEST

protected static final String RTEST
See Also:
Constant Field Values

OTEST

protected static final String OTEST
See Also:
Constant Field Values
Constructor Detail

OWLTestVocabularyAdapter

public OWLTestVocabularyAdapter()
Method Detail

getRDFXMLDocument

public String getRDFXMLDocument()

getRDFType

public String getRDFType()

getLevel

public String getLevel()

getStatus

public String getStatus()

getOWLLite

public String getOWLLite()

getOWLDL

public String getOWLDL()

getOWLFull

public String getOWLFull()

getNotOwlFeatureTest

public String getNotOwlFeatureTest()

getPositiveEntailmentTest

public String getPositiveEntailmentTest()

getNegativeEntailmentTest

public String getNegativeEntailmentTest()

getTrueTest

public String getTrueTest()

getOWLforOWLTest

public String getOWLforOWLTest()

getConsistencyTest

public String getConsistencyTest()

getInconsistencyTest

public String getInconsistencyTest()

getImportEntailmentTest

public String getImportEntailmentTest()

getImportLevelTest

public String getImportLevelTest()

getInputDocument

public String getInputDocument()

getPremiseDocument

public String getPremiseDocument()

getConclusionDocument

public String getConclusionDocument()

getDescription

public String getDescription()

getImportedPremiseDocument

public String getImportedPremiseDocument()

getUsedDatatype

public String getUsedDatatype()

getSupportedDatatype

public String getSupportedDatatype()

getNotSupportedDatatype

public String getNotSupportedDatatype()

getTestTypes

public Set getTestTypes()

getDocumentTypes

public Set getDocumentTypes()


WonderWeb