public class NoInlineURIFactory extends Object implements IInlineURIFactory
| Constructor and Description |
|---|
NoInlineURIFactory() |
| Modifier and Type | Method and Description |
|---|---|
URIExtensionIV |
createInlineURIIV(org.openrdf.model.URI uri)
Create an inline URIExtensionIV for the supplied URI.
|
String |
getLocalNameFromDelegate(org.openrdf.model.URI namespace,
AbstractLiteralIV<BigdataLiteral,?> delegate)
Inflate the localName portion of an inline URI using its storage delegate.
|
void |
init(Vocabulary vocab)
Give the handlers a chance to look up the vocab IV for their namespace
prefixes.
|
public void init(Vocabulary vocab)
IInlineURIFactoryinit in interface IInlineURIFactorypublic URIExtensionIV createInlineURIIV(org.openrdf.model.URI uri)
IInlineURIFactorycreateInlineURIIV in interface IInlineURIFactorypublic String getLocalNameFromDelegate(org.openrdf.model.URI namespace, AbstractLiteralIV<BigdataLiteral,?> delegate)
IInlineURIFactorygetLocalNameFromDelegate in interface IInlineURIFactorynamespace - the uris's prefixdelegate - the storage delegateCopyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.