Package org.semanticweb.owlapi.io
Class IRIDocumentSource
java.lang.Object
org.semanticweb.owlapi.io.OWLOntologyDocumentSourceBase
org.semanticweb.owlapi.io.IRIDocumentSource
- All Implemented Interfaces:
OWLOntologyDocumentSource
- Since:
- 2.0.0
- Author:
- Matthew Horridge, The University Of Manchester, Bio-Health Informatics Group
-
Constructor Summary
ConstructorsConstructorDescriptionIRIDocumentSource
(IRI documentIRI) IRIDocumentSource
(IRI documentIRI, OWLDocumentFormat format, String mime) -
Method Summary
Methods inherited from class org.semanticweb.owlapi.io.OWLOntologyDocumentSourceBase
getAcceptHeaders, getDocumentIRI, getFormat, getMIMEType, hasAlredyFailedOnIRIResolution, hasAlredyFailedOnStreams, setAcceptHeaders, setIRIResolutionFailed
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.semanticweb.owlapi.io.OWLOntologyDocumentSource
getInputStream, getReader
-
Constructor Details
-
IRIDocumentSource
- Parameters:
documentIRI
- the source document IRI
-
IRIDocumentSource
public IRIDocumentSource(IRI documentIRI, @Nullable OWLDocumentFormat format, @Nullable String mime) - Parameters:
documentIRI
- the source document IRIformat
- ontology formatmime
- mime type
-