|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectowltools.io.CatalogXmlIRIMapper
public class CatalogXmlIRIMapper
OWLOntologyIRIMapper
using the mappings from a catalog.xml file.
Constructor Summary | |
---|---|
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. |
Method Summary | |
---|---|
org.semanticweb.owlapi.model.IRI |
getDocumentIRI(org.semanticweb.owlapi.model.IRI ontologyIRI)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
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
Method Detail |
---|
public org.semanticweb.owlapi.model.IRI getDocumentIRI(org.semanticweb.owlapi.model.IRI ontologyIRI)
getDocumentIRI
in interface org.semanticweb.owlapi.model.OWLOntologyIRIMapper
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |