|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Parse some concrete representation into an OWL data structure. Created: Thu Dec 19 15:55:21 2002
| Method Summary | |
OWLConnection |
getConnection()
Get the connection used to create new ontologies. |
OWLOntology |
parseOntology(Reader reader,
URI physicalURI)
Parse from the given reader and return a new ontology object based on the connection that the parser knows about. |
OWLOntology |
parseOntology(URI uri)
Parse from the given URI and return a new ontology object based on the connection that the parser knows about. |
void |
setConnection(OWLConnection connection)
Set the connection used to create new ontologies. |
| Methods inherited from interface org.semanticweb.owl.io.Options |
getOptions, setOptions |
| Method Detail |
public void setConnection(OWLConnection connection)
public OWLConnection getConnection()
public OWLOntology parseOntology(Reader reader,
URI physicalURI)
throws ParserException
ParserException
public OWLOntology parseOntology(URI uri)
throws ParserException
ParserException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||