|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.semanticweb.owlapi.io.StringDocumentTarget
public class StringDocumentTarget
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 23-Mar-2008
| Constructor Summary | |
|---|---|
StringDocumentTarget()
|
|
| Method Summary | |
|---|---|
IRI |
getDocumentIRI()
Gets an IRI that points to an ontology document. |
java.io.OutputStream |
getOutputStream()
Gets an OutputStream that can be used to write an ontology to an ontology document. |
java.io.Writer |
getWriter()
Gets a Writer that can be used to write an ontology to an ontology document. |
boolean |
isDocumentIRIAvailable()
Determines if an IRI that points to an ontology document is available. |
boolean |
isOutputStreamAvailable()
Determines if this document target can be pointed to by an OutputStream. |
boolean |
isWriterAvailable()
Determines if this document target can be pointed to by a Writer. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public StringDocumentTarget()
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean isWriterAvailable()
OWLOntologyDocumentTargetWriter.
isWriterAvailable in interface OWLOntologyDocumentTargettrue if a Writer can be obtained from this document target.public java.io.Writer getWriter()
OWLOntologyDocumentTargetWriter that can be used to write an ontology to an ontology document.
getWriter in interface OWLOntologyDocumentTargetpublic boolean isOutputStreamAvailable()
OWLOntologyDocumentTargetOutputStream.
isOutputStreamAvailable in interface OWLOntologyDocumentTargettrue if an OutputStream can be obtained from this document target.public java.io.OutputStream getOutputStream()
OWLOntologyDocumentTargetOutputStream that can be used to write an ontology to an ontology document.
getOutputStream in interface OWLOntologyDocumentTargetpublic boolean isDocumentIRIAvailable()
OWLOntologyDocumentTarget
isDocumentIRIAvailable in interface OWLOntologyDocumentTargettrue if an IRI is available, otherwise false.public IRI getDocumentIRI()
OWLOntologyDocumentTarget
getDocumentIRI in interface OWLOntologyDocumentTarget
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||