public class InlineSignedIntegerURIHandler extends InlineURIHandler
namespaceIV
Constructor and Description |
---|
InlineSignedIntegerURIHandler(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.
|
protected AbstractLiteralIV |
createInlineIV(String localName)
Concrete subclasses are responsible for actually creating the inline
literal IV for the localName.
|
createInlineIV, getLocalNameFromDelegate, getNamespace, init
public InlineSignedIntegerURIHandler(String namespace)
protected AbstractLiteralIV createInlineIV(String localName)
InlineURIHandler
createInlineIV
in class InlineURIHandler
public static AbstractLiteralIV createInlineIV(BigInteger value)
public static AbstractLiteralIV createInlineIV(long value)
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.