Uses of Class
org.eclipse.rdf4j.model.impl.SimpleLiteral
-
Packages that use SimpleLiteral Package Description org.eclipse.rdf4j.model.impl Default implementations of the RDF model interfacesorg.eclipse.rdf4j.sail.memory.model org.eclipse.rdf4j.sail.nativerdf.model -
-
Uses of SimpleLiteral in org.eclipse.rdf4j.model.impl
Subclasses of SimpleLiteral 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
BooleanLiteralImpl
Deprecated.since 2.0.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
LiteralImpl
Deprecated.since 2.0.class
NumericLiteral
An extension ofSimpleLiteral
that stores a numeric value to avoid parsing. -
Uses of SimpleLiteral in org.eclipse.rdf4j.sail.memory.model
Subclasses of SimpleLiteral 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 SimpleLiteral in org.eclipse.rdf4j.sail.nativerdf.model
Subclasses of SimpleLiteral in org.eclipse.rdf4j.sail.nativerdf.model Modifier and Type Class Description class
NativeLiteral
-