org.semanticweb.owlapi.util
Class SimpleIRIShortFormProvider

java.lang.Object
  extended by org.semanticweb.owlapi.util.SimpleIRIShortFormProvider
All Implemented Interfaces:
IRIShortFormProvider

public class SimpleIRIShortFormProvider
extends java.lang.Object
implements IRIShortFormProvider

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

A URI short form provider that generates short forms from the URI fragment if there is one, followed by the URI last path component if there is one.


Constructor Summary
SimpleIRIShortFormProvider()
           
 
Method Summary
 java.lang.String getShortForm(IRI iri)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleIRIShortFormProvider

public SimpleIRIShortFormProvider()
Method Detail

getShortForm

public java.lang.String getShortForm(IRI iri)
Specified by:
getShortForm in interface IRIShortFormProvider