| Package | Description |
|---|---|
| com.bigdata.rdf.internal.impl.literal |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractLiteralIV<V extends BigdataLiteral,T>
Abstract base class for RDF datatype literals adds primitive data type
value access methods.
|
class |
FullyInlineTypedLiteralIV<V extends BigdataLiteral>
Implementation for inline
Literals. |
class |
IPv4AddrIV<V extends BigdataLiteral>
Internal value representing an inline IP address.
|
class |
LiteralArrayIV
An inline literal IV composed of an array of other inline literal IVs.
|
class |
LiteralExtensionIV<V extends BigdataLiteral>
Class provides support for datatype
Literals for which an
IExtension was registered. |
class |
MockedValueIV
Internally used IV representing a mocked value.
|
class |
NumericIV<V extends BigdataLiteral,T>
|
class |
PackedLongIV<V extends BigdataLiteral>
Internal value representing a packed long in the range [0;72057594037927935L].
|
class |
UUIDLiteralIV<V extends BigdataLiteral>
Implementation for inline
UUIDs (there is no corresponding XML
Schema Datatype). |
class |
XSDBooleanIV<V extends BigdataLiteral>
Implementation for inline
xsd:boolean. |
class |
XSDDecimalIV<V extends BigdataLiteral>
Implementation for inline
xsd:decimal. |
class |
XSDIntegerIV<V extends BigdataLiteral>
Implementation for inline
xsd:integer. |
class |
XSDNumericIV<V extends BigdataLiteral>
Implementation for inline
xsd:byte, xsd:short,
xsd:int, xsd:long, xsd:float,
xsd:decimal. |
class |
XSDUnsignedByteIV<V extends BigdataLiteral>
Implementation for inline
xsd:unsignedByte. |
class |
XSDUnsignedIntIV<V extends BigdataLiteral>
Implementation for inline
xsd:unsignedInt. |
class |
XSDUnsignedLongIV<V extends BigdataLiteral>
Implementation for inline
xsd:unsignedLong. |
class |
XSDUnsignedShortIV<V extends BigdataLiteral>
Implementation for inline
xsd:unsignedShort. |
| Modifier and Type | Method and Description |
|---|---|
InlineLiteralIV<?,?>[] |
LiteralArrayIV.getIVs() |
| Constructor and Description |
|---|
LiteralArrayIV(InlineLiteralIV<?,?>... ivs)
Construct an instance using the supplied inline literal IVs.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.