Package | Description |
---|---|
org.semanticweb.owlapi.io |
Ontology parsing and saving classes.
|
Modifier and Type | Class | Description |
---|---|---|
class |
FileDocumentSource |
A convenience class which will prepare an input source from a file.
|
class |
GZipFileDocumentSource |
An ontology document source which can read from a GZIP File.
|
class |
GZipStreamDocumentSource |
An ontology document source which can read from a GZIP stream.
|
class |
IRIDocumentSource |
|
class |
ReaderDocumentSource |
An ontology document source which reads an ontology from a reader.
|
class |
StreamDocumentSource |
An ontology document source which can read from a stream.
|
class |
StreamDocumentSourceBase |
Base class for common utilities among stream, reader and file input sources.
|
class |
StringDocumentSource |
An ontology input source that wraps a string.
|
class |
XZFileDocumentSource |
An ontology document source which can read from a XZ (LZMA) compressed File.
|
class |
XZStreamDocumentSource |
An ontology document source which can read from a XZ stream.
|
Copyright © 2018 The University of Manchester. All rights reserved.