Uses of Class
org.eclipse.rdf4j.model.base.AbstractLiteral
-
Packages that use AbstractLiteral Package Description org.eclipse.rdf4j.model.impl Default implementations of the RDF model interfacesorg.eclipse.rdf4j.sail.lmdb.model Lmdb implementations of the RDF Model interfaces.org.eclipse.rdf4j.sail.memory.model MemoryStore-specific implementations of the core RDF model objects.org.eclipse.rdf4j.sail.nativerdf.model Native implementations of the RDF Model interfaces. -
-
Uses of AbstractLiteral in org.eclipse.rdf4j.model.impl
Subclasses of AbstractLiteral in org.eclipse.rdf4j.model.impl Modifier and Type Class Description class
BooleanLiteral
An extension ofSimpleLiteral
that stores a boolean value to avoid parsing.class
CalendarLiteral
An extension ofSimpleLiteral
that stores a calendar value to avoid parsing.class
DecimalLiteral
An extension ofSimpleLiteral
that stores an integer value using aBigDecimal
object.class
IntegerLiteral
An extension ofSimpleLiteral
that stores an integer value using aBigInteger
object.class
NumericLiteral
An extension ofAbstractLiteral
that stores a numeric value to avoid parsing.class
SimpleLiteral
A simple default implementation of theLiteral
interface. -
Uses of AbstractLiteral in org.eclipse.rdf4j.sail.lmdb.model
Subclasses of AbstractLiteral in org.eclipse.rdf4j.sail.lmdb.model Modifier and Type Class Description class
LmdbLiteral
-
Uses of AbstractLiteral in org.eclipse.rdf4j.sail.memory.model
Subclasses of AbstractLiteral in org.eclipse.rdf4j.sail.memory.model Modifier and Type Class 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. -
Uses of AbstractLiteral in org.eclipse.rdf4j.sail.nativerdf.model
Subclasses of AbstractLiteral in org.eclipse.rdf4j.sail.nativerdf.model Modifier and Type Class Description class
NativeLiteral
-