org.semanticweb.owlapi.util
Interface OWLEntityURIConverterStrategy

All Known Implementing Classes:
OWLEntityTinyURIConversionStrategy, OWLEntityURIUnderscores2CamelBackConverterStrategy

public interface OWLEntityURIConverterStrategy

Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 25-Nov-2007

An interface for customisation of entity URI conversions.


Method Summary
 IRI getConvertedIRI(OWLEntity entity)
           
 

Method Detail

getConvertedIRI

IRI getConvertedIRI(OWLEntity entity)