Package org.semanticweb.owlapi.util
Class SimpleIRIMapper
java.lang.Object
org.semanticweb.owlapi.util.SimpleIRIMapper
- All Implemented Interfaces:
Serializable
,OWLOntologyIRIMapper
- Since:
- 2.0.0
- Author:
- Matthew Horridge, The University Of Manchester, Bio-Health Informatics Group
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDocumentIRI
(IRI ontologyIRI) Given an ontology IRI, this method maps the ontology IRI to a document IRI.
-
Constructor Details
-
SimpleIRIMapper
- Parameters:
ontologyIRI
- ontology IRIdocumentIRI
- document IRI
-
-
Method Details
-
getDocumentIRI
Description copied from interface:OWLOntologyIRIMapper
Given an ontology IRI, this method maps the ontology IRI to a document IRI.- Specified by:
getDocumentIRI
in interfaceOWLOntologyIRIMapper
- Parameters:
ontologyIRI
- The ontology IRI to be mapped.- Returns:
- The document IRI of the ontology, or
null
if the mapper doesn't have mapping for the specified ontology IRI.
-