Package | Description |
---|---|
com.bigdata.rdf.internal |
This package provides an internal representation of RDF Values.
|
com.bigdata.rdf.internal.impl | |
com.bigdata.rdf.internal.impl.bnode | |
com.bigdata.rdf.internal.impl.literal | |
com.bigdata.rdf.internal.impl.uri |
Modifier and Type | Interface and Description |
---|---|
interface |
InlineLiteralIV<V extends BigdataLiteral,T>
Common root interface for AbstractLiteralIV and LiteralExtensionIV, the two
inline literal IV class roots.
|
interface |
IV<V extends BigdataValue,T>
Interface for the internal representation of an RDF
Value (the
representation which is encoded within the statement indices). |
Modifier and Type | Class and Description |
---|---|
class |
AbstractInlineExtensionIV<V extends BigdataValue,T>
Abstract base class for fully inline
IExtensionIV s. |
class |
AbstractInlineIV<V extends BigdataValue,T>
Abstract base class for inline RDF values (literals, blank nodes, and
statement identifiers can be inlined).
|
class |
AbstractIV<V extends BigdataValue,T>
Abstract base class for the inline representation of an RDF Value (the
representation which is encoded in to the keys of the statement indices).
|
class |
AbstractNonInlineExtensionIV<V extends BigdataValue,T>
Abstract base class for non-inline
IV s which use the extension bit
and distinguish themselves by an extension byte
following the flags byte. |
class |
AbstractNonInlineExtensionIVWithDelegateIV<V extends BigdataValue,T>
Class always has the extension bit set but is NOT
100% "inline".
|
class |
AbstractNonInlineIV<V extends BigdataValue,T>
Abstract base class for
IV s which CAN NOT be fully materialized
from their inline representation. |
class |
BlobIV<V extends BigdataValue>
Implementation for any kind of RDF
Value when the value is not being
inlined, but primarily used with large RDF Value s. |
class |
TermId<V extends BigdataValue>
Implementation for any kind of RDF
Value when the values is not being
inlined. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractBNodeIV<V extends BigdataBNode,T>
Class for inline RDF blank nodes.
|
class |
FullyInlineUnicodeBNodeIV<V extends BigdataBNode>
Class for inline RDF blank nodes.
|
class |
NumericBNodeIV<V extends BigdataBNode>
Class for inline RDF blank nodes.
|
class |
SidIV<V extends BigdataBNode>
Internal value representing an inline statement identifier.
|
class |
UUIDBNodeIV<V extends BigdataBNode>
Class for inline RDF blank nodes.
|
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
Literal s. |
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
Literal s 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 |
PartlyInlineTypedLiteralIV<V extends BigdataLiteral>
|
class |
UUIDLiteralIV<V extends BigdataLiteral>
Implementation for inline
UUID s (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 | Class and Description |
---|---|
class |
FullyInlineURIIV<V extends BigdataURI>
Implementation for inline
URI s. |
class |
PartlyInlineURIIV<V extends BigdataURI>
|
class |
URIExtensionIV<V extends BigdataURI>
Class provides support for fully inline
URI s for which a
Vocabulary item was registered for the URI namespace
. |
class |
VocabURIByteIV<V extends BigdataURI>
A fully inlined representation of a URI based on a
byte code. |
class |
VocabURIShortIV<V extends BigdataURI>
A fully inlined representation of a URI based on a
short code. |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.