Package | Description |
---|---|
com.bigdata.rdf.internal |
This package provides an internal representation of RDF Values.
|
com.bigdata.rdf.internal.encoder | |
com.bigdata.rdf.internal.impl.extensions |
Modifier and Type | Method and Description |
---|---|
LiteralExtensionIV |
ColorsEnumExtension.createIV(org.openrdf.model.Value value)
Attempts to convert the supplied RDF value into a colors enum
representation.
|
LiteralExtensionIV |
EpochExtension.createIV(org.openrdf.model.Value value)
Attempts to convert the supplied value into an epoch representation.
|
LiteralExtensionIV |
IExtension.createIV(org.openrdf.model.Value value)
Create an
LiteralExtensionIV from an RDF value. |
Modifier and Type | Method and Description |
---|---|
V |
ILexiconConfiguration.asValue(LiteralExtensionIV<?> iv)
Create an RDF value from an
AbstractInlineExtensionIV . |
V |
LexiconConfiguration.asValue(LiteralExtensionIV<?> iv) |
V |
ColorsEnumExtension.asValue(LiteralExtensionIV iv,
BigdataValueFactory vf)
Attempt to convert the
AbstractLiteralIV.byteValue() back into
a ColorsEnumExtension.Color , and then use the string value of the ColorsEnumExtension.Color to
create an RDF literal. |
V |
EpochExtension.asValue(LiteralExtensionIV iv,
BigdataValueFactory vf)
Use the string value of the
LiteralExtensionIV (which defers to the
string value of the native type) to create a literal with the epoch
datatype. |
V |
IExtension.asValue(LiteralExtensionIV iv,
BigdataValueFactory vf)
Create an RDF value from an
LiteralExtensionIV . |
Modifier and Type | Field and Description |
---|---|
protected LiteralExtensionIV<BigdataLiteral> |
AbstractBindingSetEncoderTestCase.literalExtensionIV |
Modifier and Type | Method and Description |
---|---|
LiteralExtensionIV |
DateTimeExtension.createIV(long timestamp,
org.openrdf.model.URI dt) |
LiteralExtensionIV |
GeoSpatialLiteralExtension.createIV(Object[] components)
Create an IV from a given value (where the value must be a Literal).
|
LiteralExtensionIV |
USDFloatExtension.createIV(org.openrdf.model.Value value)
Attempts to convert the supplied value into an internal representation
using BigInteger.
|
LiteralExtensionIV |
CompressedTimestampExtension.createIV(org.openrdf.model.Value value)
Convert the supplied value into an internal representation as PackedLongIV.
|
LiteralExtensionIV |
DerivedNumericsExtension.createIV(org.openrdf.model.Value value)
Attempts to convert the supplied value into an internal representation
using BigInteger.
|
LiteralExtensionIV |
XSDStringExtension.createIV(org.openrdf.model.Value value) |
LiteralExtensionIV |
GeoSpatialLiteralExtension.createIV(org.openrdf.model.Value value)
Create an IV from a given value (where the value must be a Literal).
|
LiteralExtensionIV |
DateTimeExtension.createIV(org.openrdf.model.Value value)
Attempts to convert the supplied value into an epoch representation.
|
LiteralExtensionIV |
GeoSpatialLiteralExtension.createIVFromZOrderByteArray(byte[] zOrderByteArray)
Create an IV from a two's complement byte array
Implements transformation E->F
|
Modifier and Type | Method and Description |
---|---|
long[] |
GeoSpatialLiteralExtension.asLongArray(LiteralExtensionIV iv)
Decodes an xsd:integer into the long values of the z-order components
represented through the xsd:integer.
|
V |
USDFloatExtension.asValue(LiteralExtensionIV iv,
BigdataValueFactory vf) |
V |
CompressedTimestampExtension.asValue(LiteralExtensionIV iv,
BigdataValueFactory vf) |
V |
DerivedNumericsExtension.asValue(LiteralExtensionIV iv,
BigdataValueFactory vf)
Use the BigInteger value of the
XSDIntegerIV delegate to create a
datatype literal value with the appropriate datatype. |
V |
XSDStringExtension.asValue(LiteralExtensionIV iv,
BigdataValueFactory vf) |
V |
GeoSpatialLiteralExtension.asValue(LiteralExtensionIV iv,
BigdataValueFactory vf)
Decodes an xsd:integer into an n-dimensional string of the form
|
V |
DateTimeExtension.asValue(LiteralExtensionIV iv,
BigdataValueFactory vf)
Use the long value of the
XSDLongIV delegate (which represents
milliseconds since the epoch) to create a an XMLGregorianCalendar
object (GMT timezone). |
Object[] |
GeoSpatialLiteralExtension.toComponentArray(LiteralExtensionIV iv)
Conversion of a an IV into its component array.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.