org.semanticweb.owlapi.util
Class SimpleIRIMapper

java.lang.Object
  extended by org.semanticweb.owlapi.util.SimpleIRIMapper
All Implemented Interfaces:
OWLOntologyIRIMapper

public class SimpleIRIMapper
extends java.lang.Object
implements OWLOntologyIRIMapper

Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 12-Dec-2006


Constructor Summary
SimpleIRIMapper(IRI ontologyIRI, java.net.URI physicalURI)
           
SimpleIRIMapper(java.net.URI ontologyURI, java.net.URI physicalURI)
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleIRIMapper

public SimpleIRIMapper(IRI ontologyIRI,
                       java.net.URI physicalURI)

SimpleIRIMapper

public SimpleIRIMapper(java.net.URI ontologyURI,
                       java.net.URI physicalURI)
Method Detail

getPhysicalURI

public java.net.URI getPhysicalURI(IRI ontologyIRI)
Description copied from interface: OWLOntologyIRIMapper
Given an ontology URI, this method maps the ontology URI to a physical URI that points to some concrete representation of the ontology.

Specified by:
getPhysicalURI in interface OWLOntologyIRIMapper
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.