public class CatalogXmlIRIMapper extends Object implements org.semanticweb.owlapi.model.OWLOntologyIRIMapper
OWLOntologyIRIMapper
using the mappings from a catalog.xml file.Constructor and Description |
---|
CatalogXmlIRIMapper(File catalogFile)
Create an CatalogXmlIRIMapper from the given catalog.xml file.
|
CatalogXmlIRIMapper(File catalogFile,
File parentFolder)
Create an CatalogXmlIRIMapper from the given catalog.xml file.
|
CatalogXmlIRIMapper(String catalogFile)
Create an CatalogXmlIRIMapper from the given catalog.xml file.
|
CatalogXmlIRIMapper(URL catalogURL)
Create an CatalogXmlIRIMapper from the given catalog URL.
|
CatalogXmlIRIMapper(URL catalogURL,
File parentFolder)
Create an CatalogXmlIRIMapper from the given catalog URL.
|
Modifier and Type | Method and Description |
---|---|
org.semanticweb.owlapi.model.IRI |
getDocumentIRI(org.semanticweb.owlapi.model.IRI ontologyIRI) |
Map<org.semanticweb.owlapi.model.IRI,org.semanticweb.owlapi.model.IRI> |
getMappings() |
public CatalogXmlIRIMapper(String catalogFile) throws IOException
catalogFile
- IOException
public CatalogXmlIRIMapper(File catalogFile) throws IOException
catalogFile
- IOException
public CatalogXmlIRIMapper(File catalogFile, File parentFolder) throws IOException
catalogFile
- parentFolder
- IOException
public CatalogXmlIRIMapper(URL catalogURL) throws IOException
catalogURL
- IOException
public CatalogXmlIRIMapper(URL catalogURL, File parentFolder) throws IOException
catalogURL
- parentFolder
- IOException
public org.semanticweb.owlapi.model.IRI getDocumentIRI(org.semanticweb.owlapi.model.IRI ontologyIRI)
getDocumentIRI
in interface org.semanticweb.owlapi.model.OWLOntologyIRIMapper
public Map<org.semanticweb.owlapi.model.IRI,org.semanticweb.owlapi.model.IRI> getMappings()
Copyright © 2010–2015. All rights reserved.