public class OWLEntityTinyURIConversionStrategy extends Object implements OWLEntityURIConverterStrategy
| Modifier and Type | Field and Description |
|---|---|
static 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(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 String DEFAULT_BASE
public OWLEntityTinyURIConversionStrategy()
public OWLEntityTinyURIConversionStrategy(String base)
base - The base to be used.public IRI getConvertedIRI(OWLEntity entity)
getConvertedIRI in interface OWLEntityURIConverterStrategyentity - the entity to convertCopyright © 2018 The University of Manchester. All rights reserved.