uk.ac.manchester.cs.owl.dlsyntax
Class DLSyntaxHTMLOntologyStorer

java.lang.Object
  extended by org.semanticweb.owl.util.AbstractOWLOntologyStorer
      extended by uk.ac.manchester.cs.owl.dlsyntax.DLSyntaxOntologyStorerBase
          extended by uk.ac.manchester.cs.owl.dlsyntax.DLSyntaxHTMLOntologyStorer
All Implemented Interfaces:
OWLOntologyStorer

public class DLSyntaxHTMLOntologyStorer
extends DLSyntaxOntologyStorerBase

Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 10-Feb-2008


Constructor Summary
DLSyntaxHTMLOntologyStorer()
           
 
Method Summary
 boolean canStoreOntology(OWLOntologyFormat ontologyFormat)
          Determines if this storer can store an ontology in the specified ontology format.
 
Methods inherited from class org.semanticweb.owl.util.AbstractOWLOntologyStorer
storeOntology, storeOntology
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DLSyntaxHTMLOntologyStorer

public DLSyntaxHTMLOntologyStorer()
Method Detail

canStoreOntology

public boolean canStoreOntology(OWLOntologyFormat ontologyFormat)
Description copied from interface: OWLOntologyStorer
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.