org.semanticweb.owl.util
Class SimpleURIShortFormProvider

java.lang.Object
  extended by org.semanticweb.owl.util.SimpleURIShortFormProvider
All Implemented Interfaces:
URIShortFormProvider

public class SimpleURIShortFormProvider
extends java.lang.Object
implements URIShortFormProvider

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
SimpleURIShortFormProvider()
           
 
Method Summary
 java.lang.String getShortForm(java.net.URI uri)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleURIShortFormProvider

public SimpleURIShortFormProvider()
Method Detail

getShortForm

public java.lang.String getShortForm(java.net.URI uri)
Specified by:
getShortForm in interface URIShortFormProvider