org.semanticweb.owlapi.util
Class OWLEntityURIUnderscores2CamelBackConverterStrategy

java.lang.Object
  extended by org.semanticweb.owlapi.util.OWLEntityURIUnderscores2CamelBackConverterStrategy
All Implemented Interfaces:
OWLEntityURIConverterStrategy

public class OWLEntityURIUnderscores2CamelBackConverterStrategy
extends java.lang.Object
implements OWLEntityURIConverterStrategy

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

Converts the entity URI fragment or last path element if the fragment is not present to Camel Case. For example, if the URI is http://another.com/pathA/pathB#has_part then this will be converted to http://another.com/pathA/pathB#hasPart


Constructor Summary
OWLEntityURIUnderscores2CamelBackConverterStrategy()
           
 
Method Summary
 IRI getConvertedIRI(OWLEntity entity)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OWLEntityURIUnderscores2CamelBackConverterStrategy

public OWLEntityURIUnderscores2CamelBackConverterStrategy()
Method Detail

getConvertedIRI

public IRI getConvertedIRI(OWLEntity entity)
Specified by:
getConvertedIRI in interface OWLEntityURIConverterStrategy