Uses of Class
org.eclipse.rdf4j.model.base.AbstractLiteral
Packages that use AbstractLiteral
Package
Description
Abstract base classes for RDF Model API interfaces.
Default implementations of the RDF model interfaces
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.baseModifier and TypeClassDescription(package private) static class(package private) static class(package private) static class(package private) static class(package private) static class(package private) static class(package private) static class(package private) static class(package private) static class -
Uses of AbstractLiteral in org.eclipse.rdf4j.model.impl
Subclasses of AbstractLiteral in org.eclipse.rdf4j.model.implModifier and TypeClassDescriptionclassAn extension ofSimpleLiteralthat stores a boolean value to avoid parsing.classAn extension ofSimpleLiteralthat stores a calendar value to avoid parsing.classAn extension ofSimpleLiteralthat stores an integer value using aBigDecimalobject.classAn extension ofSimpleLiteralthat stores an integer value using aBigIntegerobject.classAn extension ofAbstractLiteralthat stores a numeric value to avoid parsing.classA simple default implementation of theLiteralinterface. -
Uses of AbstractLiteral in org.eclipse.rdf4j.sail.memory.model
Subclasses of AbstractLiteral in org.eclipse.rdf4j.sail.memory.modelModifier and TypeClassDescriptionclassAn extension of MemLiteral that stores a boolean value to avoid parsing.classAn extension of MemLiteral that stores a Calendar value to avoid parsing.classAn extension of MemLiteral that stores a decimal value to avoid parsing.classAn extension of MemLiteral that stores an integer value to avoid parsing.classA MemoryStore-specific extension of Literal giving it node properties.classAn extension of MemLiteral that stores a numeric value to avoid parsing.