Package | Description |
---|---|
org.openrdf.model.impl |
Default implementations of the RDF model interfaces.
|
org.openrdf.sail.memory.model |
Classes implementing the storage model of the MemoryStore.
|
org.openrdf.sail.nativerdf.model |
Modifier and Type | Class and Description |
---|---|
class |
BooleanLiteralImpl
An extension of
LiteralImpl that stores a boolean value to avoid
parsing. |
class |
CalendarLiteralImpl
An extension of
LiteralImpl that stores a calendar value to avoid
parsing. |
class |
DecimalLiteralImpl
An extension of
LiteralImpl that stores an integer value using a
BigDecimal object. |
class |
IntegerLiteralImpl
An extension of
LiteralImpl that stores an integer value using a
BigInteger object. |
class |
NumericLiteralImpl
An extension of
LiteralImpl that stores a numeric value to avoid
parsing. |
Modifier and Type | Class and Description |
---|---|
class |
BooleanMemLiteral
An extension of MemLiteral that stores a boolean value to avoid parsing.
|
class |
CalendarMemLiteral
An extension of MemLiteral that stores a Calendar value to avoid parsing.
|
class |
DecimalMemLiteral
An extension of MemLiteral that stores a decimal value to avoid parsing.
|
class |
IntegerMemLiteral
An extension of MemLiteral that stores an integer value to avoid parsing.
|
class |
MemLiteral
A MemoryStore-specific extension of Literal giving it node properties.
|
class |
NumericMemLiteral
An extension of MemLiteral that stores a numeric value to avoid parsing.
|
Modifier and Type | Class and Description |
---|---|
class |
NativeLiteral |
Copyright © 2001-2016 Aduna. All Rights Reserved.