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, IRI documentIRI)
           
 IRI getDocumentIRI(IRI ontologyIRI)
          Given an ontology IRI, this method maps the ontology IRI to a document 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

getDocumentIRI

public IRI getDocumentIRI(IRI ontologyIRI)
Description copied from interface: OWLOntologyIRIMapper
Given an ontology IRI, this method maps the ontology IRI to a document IRI.

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

addMapping

public void addMapping(IRI ontologyIRI,
                       IRI documentIRI)