de.uulm.ecs.ai.owlapi.krssrenderer
Class KRSS2SyntaxOntologyStorer

java.lang.Object
  extended by org.semanticweb.owlapi.util.AbstractOWLOntologyStorer
      extended by de.uulm.ecs.ai.owlapi.krssrenderer.KRSS2SyntaxOntologyStorer
All Implemented Interfaces:
OWLOntologyStorer

public class KRSS2SyntaxOntologyStorer
extends AbstractOWLOntologyStorer

See KRSS2ObjectRenderer for definition/explanation of the syntax. Author: Olaf Noppens
Ulm University
Institute of Artificial Intelligence


Constructor Summary
KRSS2SyntaxOntologyStorer()
           
 
Method Summary
 boolean canStoreOntology(OWLOntologyFormat ontologyFormat)
          Determines if this storer can store an ontology in the specified ontology format.
protected  void storeOntology(OWLOntologyManager manager, OWLOntology ontology, java.io.Writer writer, OWLOntologyFormat format)
           
 
Methods inherited from class org.semanticweb.owlapi.util.AbstractOWLOntologyStorer
storeOntology, storeOntology
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KRSS2SyntaxOntologyStorer

public KRSS2SyntaxOntologyStorer()
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.

storeOntology

protected void storeOntology(OWLOntologyManager manager,
                             OWLOntology ontology,
                             java.io.Writer writer,
                             OWLOntologyFormat format)
                      throws OWLOntologyStorageException
Specified by:
storeOntology in class AbstractOWLOntologyStorer
Throws:
OWLOntologyStorageException