uk.ac.man.cs.img.owl.test
Class OWLTest
java.lang.Object
|
+--uk.ac.man.cs.img.owl.test.OWLTest
- public class OWLTest
- extends Object
Simple data structure that represents some of the information in an
OWL Test. This isn't intended to capture everything, but should be
enough to automate some simple unit testing of parsers and
validators.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OWLTest
public OWLTest()
getURI
public String getURI()
setURI
public void setURI(String uri)
getType
public String getType()
setType
public void setType(String type)
getStatus
public String getStatus()
setStatus
public void setStatus(String status)
getDocuments
public Set getDocuments()
getDatatypes
public Set getDatatypes()
getDocumentRoles
public Map getDocumentRoles()
getDocumentLevels
public Map getDocumentLevels()
getDescriptions
public Map getDescriptions()
WonderWeb