Package | Description |
---|---|
org.eclipse.rdf4j.model.impl |
Default implementations of the RDF model interfaces
|
org.eclipse.rdf4j.sail.memory.model | |
org.eclipse.rdf4j.sail.nativerdf.model |
Modifier and Type | Class and Description |
---|---|
class |
BooleanLiteral
An extension of
SimpleLiteral that stores a boolean value to avoid parsing. |
class |
BooleanLiteralImpl
Deprecated.
since 2.0. Use
BooleanLiteral instead. |
class |
CalendarLiteral
An extension of
SimpleLiteral that stores a calendar value to avoid parsing. |
class |
DecimalLiteral
An extension of
SimpleLiteral that stores an integer value using a BigDecimal object. |
class |
IntegerLiteral
An extension of
SimpleLiteral that stores an integer value using a BigInteger object. |
class |
LiteralImpl
Deprecated.
since 2.0. Use
SimpleLiteral for extending, and instantiate using a ValueFactory . |
class |
NumericLiteral
An extension of
SimpleLiteral that stores a numeric value to avoid parsing. |
class |
SimpleLiteral
A simple default implementation of the
Literal interface. |
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 © 2015-2022 Eclipse Foundation. All Rights Reserved.