|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.semanticweb.owl.util.OWLEntityURIUnderscores2CamelBackConverterStrategy
public class OWLEntityURIUnderscores2CamelBackConverterStrategy
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 | |
|---|---|
java.net.URI |
getConvertedURI(OWLEntity entity)
|
static void |
main(java.lang.String[] args)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OWLEntityURIUnderscores2CamelBackConverterStrategy()
| Method Detail |
|---|
public java.net.URI getConvertedURI(OWLEntity entity)
getConvertedURI in interface OWLEntityURIConverterStrategypublic static void main(java.lang.String[] args)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||