Class FunctionalSyntaxStorer

java.lang.Object
org.semanticweb.owlapi.util.AbstractOWLStorer
org.semanticweb.owlapi.functional.renderer.FunctionalSyntaxStorer
All Implemented Interfaces:
Serializable, OWLStorer

public class FunctionalSyntaxStorer extends AbstractOWLStorer
Since:
2.0.0
Author:
Matthew Horridge, The University Of Manchester, Bio-Health Informatics Group
See Also:
  • Constructor Details

    • FunctionalSyntaxStorer

      public FunctionalSyntaxStorer()
  • Method Details

    • canStoreOntology

      public boolean canStoreOntology(OWLDocumentFormat ontologyFormat)
      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.