owltools.io
Class ImportClosureSlurper
java.lang.Object
owltools.io.ImportClosureSlurper
public class ImportClosureSlurper
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ImportClosureSlurper
public ImportClosureSlurper(org.semanticweb.owlapi.model.OWLOntology ontology)
save
public void save()
throws org.semanticweb.owlapi.model.OWLOntologyStorageException,
IOException
- Throws:
org.semanticweb.owlapi.model.OWLOntologyStorageException
IOException
save
public void save(String base)
throws org.semanticweb.owlapi.model.OWLOntologyStorageException,
IOException
- Throws:
org.semanticweb.owlapi.model.OWLOntologyStorageException
IOException
save
public void save(String base,
String file)
throws IOException,
org.semanticweb.owlapi.model.OWLOntologyStorageException
- Throws:
IOException
org.semanticweb.owlapi.model.OWLOntologyStorageException
save
public void save(String base,
OutputStream outputStream)
throws IOException,
org.semanticweb.owlapi.model.OWLOntologyStorageException
- Throws:
IOException
org.semanticweb.owlapi.model.OWLOntologyStorageException
save
public void save(String base,
BufferedWriter w)
throws IOException,
org.semanticweb.owlapi.model.OWLOntologyStorageException
- Throws:
IOException
org.semanticweb.owlapi.model.OWLOntologyStorageException
save
public void save(String base,
org.semanticweb.owlapi.model.OWLOntologyFormat fmt,
BufferedWriter w)
throws IOException,
org.semanticweb.owlapi.model.OWLOntologyStorageException
- Throws:
IOException
org.semanticweb.owlapi.model.OWLOntologyStorageException
Copyright © 2010-2012. All Rights Reserved.