public class OBOFormatOWLAPIParser extends Object implements OWLParser, Serializable
| Constructor and Description |
|---|
OBOFormatOWLAPIParser() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
OWLDocumentFormatFactory |
getSupportedFormat() |
OWLDocumentFormat |
parse(OWLOntologyDocumentSource source,
OWLOntology in,
OWLOntologyLoaderConfiguration config)
Parses the ontology with a concrete representation in
documentSource and adds its
axioms to ontology. |
public OWLDocumentFormat parse(OWLOntologyDocumentSource source, OWLOntology in, OWLOntologyLoaderConfiguration config)
OWLParserdocumentSource and adds its
axioms to ontology. Implementors of this method should load imported ontologies
through
makeLoadImportRequest().public String getName()
public OWLDocumentFormatFactory getSupportedFormat()
getSupportedFormat in interface OWLParserCopyright © 2019 The University of Manchester. All rights reserved.