Uses of Class
org.eclipse.rdf4j.model.impl.SimpleLiteral
Package
Description
Default implementations of the RDF model interfaces
MemoryStore-specific implementations of the core RDF model objects.
Native implementations of the RDF Model interfaces.
-
Uses of SimpleLiteral in org.eclipse.rdf4j.model.impl
Modifier and TypeClassDescriptionclass
An extension ofSimpleLiteral
that stores a boolean value to avoid parsing.class
An extension ofSimpleLiteral
that stores a calendar value to avoid parsing.class
An extension ofSimpleLiteral
that stores an integer value using aBigDecimal
object.class
An extension ofSimpleLiteral
that stores an integer value using aBigInteger
object. -
Uses of SimpleLiteral in org.eclipse.rdf4j.sail.memory.model
Modifier and TypeClassDescriptionclass
An extension of MemLiteral that stores a boolean value to avoid parsing.class
An extension of MemLiteral that stores a Calendar value to avoid parsing.class
An extension of MemLiteral that stores a decimal value to avoid parsing.class
An extension of MemLiteral that stores an integer value to avoid parsing.class
A MemoryStore-specific extension of Literal giving it node properties.class
An extension of MemLiteral that stores a numeric value to avoid parsing. -
Uses of SimpleLiteral in org.eclipse.rdf4j.sail.nativerdf.model