Class OWLFunctionalSyntaxOWLParser
java.lang.Object
org.semanticweb.owlapi.io.AbstractOWLParser
org.semanticweb.owlapi.functional.parser.OWLFunctionalSyntaxOWLParser
- All Implemented Interfaces:
Serializable
,OWLParser
- Since:
- 2.0.0
- Author:
- Matthew Horridge, The University Of Manchester, Bio-Health Informatics Group
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionparse
(OWLOntologyDocumentSource source, OWLOntology ontology, OWLOntologyLoaderConfiguration config) Parses the ontology with a concrete representation indocumentSource
and adds its axioms toontology
.
-
Constructor Details
-
OWLFunctionalSyntaxOWLParser
public OWLFunctionalSyntaxOWLParser()
-
-
Method Details
-
getSupportedFormat
- Returns:
- The supported format for this parser.
-
parse
public OWLDocumentFormat parse(OWLOntologyDocumentSource source, OWLOntology ontology, 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()
.- Parameters:
source
- the source of a concrete representation of the document to parseontology
- the ontology to which the parsed axioms are addedconfig
- parsing options for the parser- Returns:
- the format of the parsed ontology
-