public class OWLEntityTinyURIConversionStrategy extends java.lang.Object implements OWLEntityURIConverterStrategy
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DEFAULT_BASE
default base
|
Constructor and Description |
---|
OWLEntityTinyURIConversionStrategy()
Constructs an entity URI converter strategy, where the base
of the generated URIs corresponds to the value specified
by the DEFAULT_BASE constant.
|
OWLEntityTinyURIConversionStrategy(java.lang.String base)
Constructs an entity URI converter strategy, where the specified
base is used for the base of the URIs generated by the generator.
|
Modifier and Type | Method and Description |
---|---|
IRI |
getConvertedIRI(OWLEntity entity) |
public static final java.lang.String DEFAULT_BASE
public OWLEntityTinyURIConversionStrategy()
public OWLEntityTinyURIConversionStrategy(java.lang.String base)
base
- The base to be used.public IRI getConvertedIRI(OWLEntity entity)
getConvertedIRI
in interface OWLEntityURIConverterStrategy
entity
- the entity to convert