org.semanticweb.owlapi.model
Interface OWLOntologyIRIMapper
- All Known Implementing Classes:
- AutoIRIMapper, CommonBaseIRIMapper, NonMappingOntologyIRIMapper, OWLOntologyIRIMapperImpl, SimpleIRIMapper
public interface OWLOntologyIRIMapper
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 25-Oct-2006
The interface to an object that is capable of mapping
onology URIs (sometimes referred to a logical URIs) to
physical URIs.
Method Summary |
java.net.URI |
getPhysicalURI(IRI ontologyIRI)
Given an ontology URI, this method maps the ontology URI
to a physical URI that points to some concrete representation
of the ontology. |
getPhysicalURI
java.net.URI getPhysicalURI(IRI ontologyIRI)
- Given an ontology URI, this method maps the ontology URI
to a physical URI that points to some concrete representation
of the ontology.
- Parameters:
ontologyIRI
- The ontology IRI to be mapped.
- Returns:
- The physical URI of the ontology, or
null
if the mapper doesn't have mapping for the specified ontology URI.