public class LocalMirrorIRIMapper extends Object implements org.semanticweb.owlapi.model.OWLOntologyIRIMapper
OWLOntologyIRIMapper
using the mappings to a local directoryConstructor and Description |
---|
LocalMirrorIRIMapper(File mappingFile)
Create an mappingXmlIRIMapper from the given mapping.xml file.
|
LocalMirrorIRIMapper(File mappingFile,
File parentFolder)
Create an mappingXmlIRIMapper from the given mapping.xml file.
|
LocalMirrorIRIMapper(String mappingFile)
Create an instance from the given directory file.
|
LocalMirrorIRIMapper(URL mappingURL)
Create an instance from the given mapping URL.
|
LocalMirrorIRIMapper(URL mappingURL,
File parentFolder)
Create an instance from the given mapping URL.
|
Modifier and Type | Method and Description |
---|---|
org.semanticweb.owlapi.model.IRI |
getDocumentIRI(org.semanticweb.owlapi.model.IRI ontologyIRI) |
public LocalMirrorIRIMapper(String mappingFile) throws IOException
mappingFile
- IOException
public LocalMirrorIRIMapper(File mappingFile) throws IOException
mappingFile
- IOException
public LocalMirrorIRIMapper(File mappingFile, File parentFolder) throws IOException
mappingFile
- parentFolder
- IOException
public LocalMirrorIRIMapper(URL mappingURL) throws IOException
mappingURL
- IOException
public LocalMirrorIRIMapper(URL mappingURL, File parentFolder) throws IOException
mappingURL
- parentFolder
- IOException
Copyright © 2010–2016. All rights reserved.