Class FunctionalSyntaxStorer
java.lang.Object
org.semanticweb.owlapi.util.AbstractOWLStorer
org.semanticweb.owlapi.functional.renderer.FunctionalSyntaxStorer
- All Implemented Interfaces:
Serializable
,OWLStorer
- Since:
- 2.0.0
- Author:
- Matthew Horridge, The University Of Manchester, Bio-Health Informatics Group
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
canStoreOntology
(OWLDocumentFormat ontologyFormat) Determines if this storer can store an ontology in the specified ontology format.Methods inherited from class org.semanticweb.owlapi.util.AbstractOWLStorer
storeOntology, storeOntology
-
Constructor Details
-
FunctionalSyntaxStorer
public FunctionalSyntaxStorer()
-
-
Method Details
-
canStoreOntology
Description copied from interface:OWLStorer
Determines if this storer can store an ontology in the specified ontology format.- Parameters:
ontologyFormat
- The desired ontology format.- Returns:
true
if this storer can store an ontology in the desired format.
-