uk.ac.manchester.cs.owl.owlapi
Class OWLOntologyIRIMapperImpl

java.lang.Object
  extended by uk.ac.manchester.cs.owl.owlapi.OWLOntologyIRIMapperImpl
All Implemented Interfaces:
OWLOntologyIRIMapper

public class OWLOntologyIRIMapperImpl
extends java.lang.Object
implements OWLOntologyIRIMapper

Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 14-Nov-2006


Constructor Summary
OWLOntologyIRIMapperImpl()
           
 
Method Summary
 void addMapping(IRI ontologyIRI, java.net.URI physicalURI)
           
 java.net.URI getPhysicalURI(IRI ontologyIRI)
          Gets the physical IRI of an ontology given an ontology IRI.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OWLOntologyIRIMapperImpl

public OWLOntologyIRIMapperImpl()
Method Detail

getPhysicalURI

public java.net.URI getPhysicalURI(IRI ontologyIRI)
Gets the physical IRI of an ontology given an ontology IRI. If no mapping is found, then the ontology IRI is returned.

Specified by:
getPhysicalURI in interface OWLOntologyIRIMapper
Parameters:
ontologyIRI -
Returns:
The physical URI of the ontology, or null if the mapper doesn't have mapping for the specified ontology URI.

addMapping

public void addMapping(IRI ontologyIRI,
                       java.net.URI physicalURI)