public class OWLZipClosureIRIMapper extends Object implements OWLOntologyIRIMapper
jar:
IRIs. This enables access to zipped imports closures.Constructor and Description |
---|
OWLZipClosureIRIMapper(File f) |
Modifier and Type | Method and Description |
---|---|
IRI |
getDocumentIRI(IRI ontologyIRI)
Given an ontology IRI, this method maps the ontology IRI to a document
IRI.
|
Stream<Map.Entry<IRI,IRI>> |
mappedEntries() |
Stream<IRI> |
roots() |
public OWLZipClosureIRIMapper(File f) throws IOException
f
- zip fileIOException
- thrown if access to the file is impossible@Nullable public IRI getDocumentIRI(IRI ontologyIRI)
OWLOntologyIRIMapper
getDocumentIRI
in interface OWLOntologyIRIMapper
ontologyIRI
- The ontology IRI to be mapped.null
if the mapper doesn't have mapping
for the specified ontology IRI.Copyright © 2020 The University of Manchester. All rights reserved.