org.semanticweb.owl.io
Class WriterOutputTarget
java.lang.Object
  
org.semanticweb.owl.io.WriterOutputTarget
- All Implemented Interfaces: 
 - OWLOntologyOutputTarget
 
public class WriterOutputTarget
- extends java.lang.Object
- implements OWLOntologyOutputTarget
  
Author: Matthew Horridge
 The University Of Manchester
 Bio-Health Informatics Group
 Date: 25-Jan-2008
 
 
| Methods inherited from class java.lang.Object | 
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
WriterOutputTarget
public WriterOutputTarget(java.io.Writer writer)
isWriterAvailable
public boolean isWriterAvailable()
- Specified by:
 isWriterAvailable in interface OWLOntologyOutputTarget
 
 
getWriter
public java.io.Writer getWriter()
- Specified by:
 getWriter in interface OWLOntologyOutputTarget
 
 
isOutputStreamAvailable
public boolean isOutputStreamAvailable()
- Specified by:
 isOutputStreamAvailable in interface OWLOntologyOutputTarget
 
 
getOutputStream
public java.io.OutputStream getOutputStream()
- Specified by:
 getOutputStream in interface OWLOntologyOutputTarget
 
 
isPhysicalURIAvailable
public boolean isPhysicalURIAvailable()
- Specified by:
 isPhysicalURIAvailable in interface OWLOntologyOutputTarget
 
 
getPhysicalURI
public java.net.URI getPhysicalURI()
- Specified by:
 getPhysicalURI in interface OWLOntologyOutputTarget