- 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