org.semanticweb.owlapi.util
Interface IRIShortFormProvider

All Known Implementing Classes:
DefaultPrefixManager, OntologyIRIShortFormProvider, SimpleIRIShortFormProvider

public interface IRIShortFormProvider

Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 18-Dec-2007

A short form provider that produces short forms for URIs.


Method Summary
 java.lang.String getShortForm(IRI uri)
           
 

Method Detail

getShortForm

java.lang.String getShortForm(IRI uri)