Uses of Class
org.eclipse.rdf4j.model.base.AbstractLiteral
Package
Description
Default implementations of the RDF model interfaces
-
Uses of AbstractLiteral 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.class
An extension ofAbstractLiteral
that stores a numeric value to avoid parsing.class
A simple default implementation of theLiteral
interface. -
Uses of AbstractLiteral in org.eclipse.rdf4j.sail.lmdb.model
-
Uses of AbstractLiteral 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 AbstractLiteral in org.eclipse.rdf4j.sail.nativerdf.model