public class OBOFormatOWLAPIParser extends Object implements org.semanticweb.owlapi.io.OWLParser, Serializable
| Constructor and Description |
|---|
OBOFormatOWLAPIParser() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
org.semanticweb.owlapi.model.OWLDocumentFormatFactory |
getSupportedFormat() |
org.semanticweb.owlapi.model.OWLDocumentFormat |
parse(org.semanticweb.owlapi.model.IRI documentIRI,
org.semanticweb.owlapi.model.OWLOntology ontology) |
org.semanticweb.owlapi.model.OWLDocumentFormat |
parse(org.semanticweb.owlapi.io.OWLOntologyDocumentSource documentSource,
org.semanticweb.owlapi.model.OWLOntology ontology,
org.semanticweb.owlapi.model.OWLOntologyLoaderConfiguration configuration) |
@Nonnull public org.semanticweb.owlapi.model.OWLDocumentFormat parse(org.semanticweb.owlapi.model.IRI documentIRI, @Nonnull org.semanticweb.owlapi.model.OWLOntology ontology) throws IOException
parse in interface org.semanticweb.owlapi.io.OWLParserIOException@Nonnull public org.semanticweb.owlapi.model.OWLDocumentFormat parse(@Nonnull org.semanticweb.owlapi.io.OWLOntologyDocumentSource documentSource, @Nonnull org.semanticweb.owlapi.model.OWLOntology ontology, org.semanticweb.owlapi.model.OWLOntologyLoaderConfiguration configuration) throws IOException
parse in interface org.semanticweb.owlapi.io.OWLParserIOException@Nonnull public String getName()
getName in interface org.semanticweb.owlapi.io.OWLParser@Nonnull public org.semanticweb.owlapi.model.OWLDocumentFormatFactory getSupportedFormat()
getSupportedFormat in interface org.semanticweb.owlapi.io.OWLParserCopyright © 2010–2018 The University of Manchester. All rights reserved.