public class OBOFormatOWLAPIParser extends AbstractOWLParser implements Serializable
| Constructor and Description |
|---|
OBOFormatOWLAPIParser() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
OWLDocumentFormatFactory |
getSupportedFormat() |
OWLDocumentFormat |
parse(OWLOntologyDocumentSource documentSource,
OWLOntology ontology,
OWLOntologyLoaderConfiguration configuration)
Parses the ontology with a concrete representation in
documentSource and adds its
axioms to ontology. |
parse@Nonnull public OWLDocumentFormat parse(@Nonnull OWLOntologyDocumentSource documentSource, @Nonnull OWLOntology ontology, OWLOntologyLoaderConfiguration configuration) throws IOException
OWLParserdocumentSource and adds its
axioms to ontology. Implementors of this method should load imported ontologies
through
makeLoadImportRequest().parse in interface OWLParserdocumentSource - the source of a concrete representation of the document to parseontology - the ontology to which the parsed axioms are addedconfiguration - parsing options for the parserIOException - if there was an IO problem during parsing.@Nonnull public String getName()
getName in interface OWLParsergetName in class AbstractOWLParser@Nonnull public OWLDocumentFormatFactory getSupportedFormat()
getSupportedFormat in interface OWLParserCopyright © 2021 The University of Manchester. All rights reserved.