Package | Description |
---|---|
org.eclipse.rdf4j.sail.memory.model |
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 |
NumericMemLiteral
An extension of MemLiteral that stores a numeric value to avoid parsing.
|
Modifier and Type | Method and Description |
---|---|
MemLiteral |
MemValueFactory.getMemLiteral(Literal literal)
See getMemValue() for description.
|
MemLiteral |
MemValueFactory.getOrCreateMemLiteral(Literal literal)
See
MemValueFactory.getOrCreateMemValue(Value) for description. |
Modifier and Type | Method and Description |
---|---|
Set<MemLiteral> |
MemValueFactory.getMemLiterals()
Gets all literals that are managed by this value factory.
|
Copyright © 2015-2022 Eclipse Foundation. All Rights Reserved.