Uses of Class
org.eclipse.rdf4j.model.base.AbstractLiteral
-
Packages that use AbstractLiteral Package Description org.eclipse.rdf4j.model.base Abstract base classes for RDF Model API interfaces.org.eclipse.rdf4j.model.impl Default implementations of the RDF model interfacesorg.eclipse.rdf4j.sail.memory.model MemoryStore-specific implementations of the core RDF model objects. -
-
Uses of AbstractLiteral in org.eclipse.rdf4j.model.base
Subclasses of AbstractLiteral in org.eclipse.rdf4j.model.base Modifier and Type Class Description (package private) static class
AbstractLiteral.BooleanLiteral
(package private) static class
AbstractLiteral.CalendarLiteral
(package private) static class
AbstractLiteral.DecimalLiteral
(package private) static class
AbstractLiteral.IntegerLiteral
(package private) static class
AbstractLiteral.NumberLiteral
(package private) static class
AbstractLiteral.TaggedLiteral
(package private) static class
AbstractLiteral.TemporalAccessorLiteral
(package private) static class
AbstractLiteral.TemporalAmountLiteral
(package private) static class
AbstractLiteral.TypedLiteral
-
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.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.
-