Package org.semanticweb.owlapi.oboformat
Class OBOFormatOWLAPIParser
java.lang.Object
org.semanticweb.owlapi.oboformat.OBOFormatOWLAPIParser
- All Implemented Interfaces:
Serializable
,OWLParser
OBOformat parser.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()
parse
(OWLOntologyDocumentSource source, OWLOntology in, OWLOntologyLoaderConfiguration config) Parses the ontology with a concrete representation indocumentSource
and adds its axioms toontology
.
-
Constructor Details
-
OBOFormatOWLAPIParser
public OBOFormatOWLAPIParser()
-
-
Method Details
-
parse
public OWLDocumentFormat parse(OWLOntologyDocumentSource source, OWLOntology in, OWLOntologyLoaderConfiguration config) Description copied from interface:OWLParser
Parses the ontology with a concrete representation indocumentSource
and adds its axioms toontology
. Implementors of this method should load imported ontologies throughmakeLoadImportRequest()
. -
getName
-
getSupportedFormat
- Specified by:
getSupportedFormat
in interfaceOWLParser
- Returns:
- The supported format for this parser.
-