public class InlineUnsignedIntegerURIHandler extends InlineURIHandler
namespaceIV| Constructor and Description |
|---|
InlineUnsignedIntegerURIHandler(String namespace) |
| Modifier and Type | Method and Description |
|---|---|
static AbstractLiteralIV |
createInlineIV(BigInteger value)
Create the smallest AbstractLiteralIV that will fit the provided value.
|
static AbstractLiteralIV |
createInlineIV(long value)
Create the smallest AbstractLiteralIV that will fit the provided
value.Public and static so it can be easily used as a building block for
other InlineURIHandlders.
|
protected AbstractLiteralIV |
createInlineIV(String localName)
Concrete subclasses are responsible for actually creating the inline
literal IV for the localName.
|
createInlineIV, getLocalNameFromDelegate, getNamespace, initpublic InlineUnsignedIntegerURIHandler(String namespace)
protected AbstractLiteralIV createInlineIV(String localName)
InlineURIHandlercreateInlineIV in class InlineURIHandlerpublic static AbstractLiteralIV createInlineIV(BigInteger value)
value - a positive integerpublic static AbstractLiteralIV createInlineIV(long value)
value - a positive integerCopyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.