uk.ac.man.cs.img.owl.test
Class OWLTestParser
java.lang.Object
|
+--uk.ac.man.cs.img.owl.test.OWLTestParser
- public class OWLTestParser
- extends Object
A simple RDF parser that will parse OWL Test Manifest files and
create OWLTest objects.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OWLTestParser
public OWLTestParser()
parseTest
public OWLTest parseTest(URI uri)
throws ParserException
- Returns a collection of documents, indexed according to their level.
ParserException
parseTest
public OWLTest parseTest(String base,
Reader reader)
throws ParserException
ParserException
main
public static void main(String[] args)
WonderWeb