Uses of Interface
org.semanticweb.owl.model.OWLOntologyURIMapper

Packages that use OWLOntologyURIMapper
org.semanticweb.owl.model   
org.semanticweb.owl.util   
uk.ac.manchester.cs.owl   
 

Uses of OWLOntologyURIMapper in org.semanticweb.owl.model
 

Methods in org.semanticweb.owl.model with parameters of type OWLOntologyURIMapper
 void OWLOntologyManager.addURIMapper(OWLOntologyURIMapper mapper)
          Adds a mapper to this manager.
 void OWLOntologyManager.removeURIMapper(OWLOntologyURIMapper mapper)
          Removes a mapper from this manager.
 

Uses of OWLOntologyURIMapper in org.semanticweb.owl.util
 

Classes in org.semanticweb.owl.util that implement OWLOntologyURIMapper
 class AutoURIMapper
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 26-Apr-2007

A mapper which given a root folder attempts to automatically discover and map files to ontologies.

 class CommonBaseURIMapper
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 07-Feb-2007

An ontology URI mapper that can be used to map ontology URIs to physical URIs which share the same base.

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

An ontology URI mapper that simply returns the ontology URI without performing any mapping operation.
 class SimpleURIMapper
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 12-Dec-2006

 

Uses of OWLOntologyURIMapper in uk.ac.manchester.cs.owl
 

Classes in uk.ac.manchester.cs.owl that implement OWLOntologyURIMapper
 class OWLOntologyURIMapperImpl
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 14-Nov-2006

 

Methods in uk.ac.manchester.cs.owl with parameters of type OWLOntologyURIMapper
 void OWLOntologyManagerImpl.addURIMapper(OWLOntologyURIMapper mapper)
           
 void OWLOntologyManagerImpl.removeURIMapper(OWLOntologyURIMapper mapper)