public class SimpleIRIConverter extends Object implements IRIConverter
| Modifier and Type | Field and Description |
|---|---|
private boolean |
omitContentInBrackets |
private boolean |
replaceUnderScores |
private org.semanticweb.owlapi.util.IRIShortFormProvider |
sfp |
private boolean |
splitCamelCase |
private boolean |
toLowerCase |
| Constructor and Description |
|---|
SimpleIRIConverter() |
| Modifier and Type | Method and Description |
|---|---|
String |
convert(String iri)
Convert the IRI into natural language.
|
String |
convert(String iri,
boolean dereferenceIRI)
Convert the IRI into a natural language.
|
private String |
normalize(String s) |
private String |
splitCamelCase(String s) |
private org.semanticweb.owlapi.util.IRIShortFormProvider sfp
private boolean splitCamelCase
private boolean replaceUnderScores
private boolean toLowerCase
private boolean omitContentInBrackets
public String convert(String iri)
IRIConverterconvert in interface IRIConverteriri - the IRIpublic String convert(String iri, boolean dereferenceIRI)
IRIConverterconvert in interface IRIConverteriri - the IRI to convertdereferenceIRI - whether to try Linked Data dereferencing of the IRICopyright © 2020. All rights reserved.