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.


Constructor Summary
OWLTestParser()
           
 
Method Summary
static void main(String[] args)
           
 OWLTest parseTest(String base, Reader reader)
           
 OWLTest parseTest(URI uri)
          Returns a collection of documents, indexed according to their level.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OWLTestParser

public OWLTestParser()
Method Detail

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