org.coode.owlapi.obo.parser
Class OWLOBOParser
java.lang.Object
org.semanticweb.owlapi.io.AbstractOWLParser
org.coode.owlapi.obo.parser.OWLOBOParser
- All Implemented Interfaces:
- org.semanticweb.owlapi.io.OWLParser
public class OWLOBOParser
- extends org.semanticweb.owlapi.io.AbstractOWLParser
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 10-Jan-2007
|
Method Summary |
org.semanticweb.owlapi.model.OWLOntologyFormat |
parse(org.semanticweb.owlapi.io.OWLOntologyDocumentSource documentSource,
org.semanticweb.owlapi.model.OWLOntology ontology)
|
org.semanticweb.owlapi.model.OWLOntologyFormat |
parse(org.semanticweb.owlapi.io.OWLOntologyDocumentSource documentSource,
org.semanticweb.owlapi.model.OWLOntology ontology,
org.semanticweb.owlapi.model.OWLOntologyLoaderConfiguration configuration)
|
| Methods inherited from class org.semanticweb.owlapi.io.AbstractOWLParser |
getInputSource, getInputStream, getOWLOntologyManager, getRequestTypes, parse, setOWLOntologyManager |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OWLOBOParser
public OWLOBOParser()
parse
public org.semanticweb.owlapi.model.OWLOntologyFormat parse(org.semanticweb.owlapi.io.OWLOntologyDocumentSource documentSource,
org.semanticweb.owlapi.model.OWLOntology ontology)
throws org.semanticweb.owlapi.io.OWLParserException,
IOException,
org.semanticweb.owlapi.model.UnloadableImportException
- Throws:
org.semanticweb.owlapi.io.OWLParserException
IOException
org.semanticweb.owlapi.model.UnloadableImportException
parse
public org.semanticweb.owlapi.model.OWLOntologyFormat parse(org.semanticweb.owlapi.io.OWLOntologyDocumentSource documentSource,
org.semanticweb.owlapi.model.OWLOntology ontology,
org.semanticweb.owlapi.model.OWLOntologyLoaderConfiguration configuration)
throws org.semanticweb.owlapi.io.OWLParserException,
IOException,
org.semanticweb.owlapi.model.OWLOntologyChangeException,
org.semanticweb.owlapi.model.UnloadableImportException
- Throws:
org.semanticweb.owlapi.io.OWLParserException
IOException
org.semanticweb.owlapi.model.OWLOntologyChangeException
org.semanticweb.owlapi.model.UnloadableImportException
Copyright © 2012 The University of Manchester. All Rights Reserved.