Uses of Interface
org.eclipse.rdf4j.model.base.CoreDatatype
Package
Description
The RDF Model API
Abstract base classes for RDF Model API interfaces.
Utility classes for handling datatypes.
Default implementations of the RDF model interfaces
Helper classes for working with RDF models.
Provides helpers classes for Rio.
Lmdb implementations of the RDF Model interfaces.
MemoryStore-specific implementations of the core RDF model objects.
Native implementations of the RDF Model interfaces.
-
Uses of CoreDatatype in org.eclipse.rdf4j.model
Modifier and TypeMethodDescriptionLiteral.getCoreDatatype()
CoreDatatype is an interface for natively supported datatypes in RDF4J.Modifier and TypeMethodDescriptionValueFactory.createLiteral
(String label, CoreDatatype datatype) Creates a new literal with the supplied label and datatype.ValueFactory.createLiteral
(String label, IRI datatype, CoreDatatype coreDatatype) Creates a new literal with the supplied label and datatype. -
Uses of CoreDatatype in org.eclipse.rdf4j.model.base
Modifier and TypeClassDescriptionstatic enum
static enum
static enum
Modifier and TypeMethodDescriptionAbstractValueFactory.createLiteral
(String label, CoreDatatype datatype) AbstractValueFactory.createLiteral
(String label, IRI datatype, CoreDatatype coreDatatype) -
Uses of CoreDatatype in org.eclipse.rdf4j.model.datatypes
Modifier and TypeMethodDescriptionstatic boolean
XMLDatatypeUtil.isValidValue
(String value, CoreDatatype datatype) -
Uses of CoreDatatype in org.eclipse.rdf4j.model.impl
Modifier and TypeMethodDescriptionNumericLiteral.getCoreDatatype()
SimpleLiteral.getCoreDatatype()
Modifier and TypeMethodDescriptionValidatingValueFactory.createLiteral
(String label, CoreDatatype datatype) ValidatingValueFactory.createLiteral
(String label, IRI datatype, CoreDatatype coreDatatype) protected Literal
SimpleValueFactory.createNumericLiteral
(Number number, CoreDatatype datatype) protected void
SimpleLiteral.setDatatype
(CoreDatatype datatype) protected void
SimpleLiteral.setDatatype
(IRI datatype, CoreDatatype coreDatatype) ModifierConstructorDescriptionprotected
DecimalLiteral
(BigDecimal value, CoreDatatype datatype) protected
IntegerLiteral
(BigInteger value, CoreDatatype datatype) protected
NumericLiteral
(Number number, CoreDatatype datatype) protected
SimpleLiteral
(String label, CoreDatatype datatype) protected
SimpleLiteral
(String label, IRI datatype, CoreDatatype coreDatatype) Creates a new datatyped literal with the supplied label and datatype. -
Uses of CoreDatatype in org.eclipse.rdf4j.model.util
Modifier and TypeMethodDescriptionstatic Literal
Values.literal
(String lexicalValue, CoreDatatype datatype) Creates a newLiteral
with the supplied lexical value and datatype.static Literal
Values.literal
(ValueFactory vf, String lexicalValue, CoreDatatype datatype) Creates a newLiteral
with the supplied lexical value and datatype. -
Uses of CoreDatatype in org.eclipse.rdf4j.query.algebra.evaluation.util
Modifier and TypeMethodDescriptionstatic boolean
QueryEvaluationUtil.isSimpleLiteral
(boolean isLang, CoreDatatype datatype) Checks whether the supplied literal is a "simple literal".static boolean
QueryEvaluationUtility.isSimpleLiteral
(boolean isLang, CoreDatatype datatype) Checks whether the supplied literal is a "simple literal". -
Uses of CoreDatatype in org.eclipse.rdf4j.rio.helpers
Modifier and TypeMethodDescriptionprotected Literal
AbstractRDFParser.createLiteral
(String label, String lang, CoreDatatype datatype, long lineNo, long columnNo) Creates aLiteral
object with the supplied parameters, using the lineNo and columnNo to enhance error messages or exceptions that may be generated during the creation of the literal. -
Uses of CoreDatatype in org.eclipse.rdf4j.sail.lmdb.model
ModifierConstructorDescriptionLmdbLiteral
(ValueStoreRevision revision, String label, CoreDatatype datatype) LmdbLiteral
(ValueStoreRevision revision, String label, CoreDatatype coreDatatype, long internalID) LmdbLiteral
(ValueStoreRevision revision, String label, IRI datatype, CoreDatatype coreDatatype) LmdbLiteral
(ValueStoreRevision revision, String label, IRI datatype, CoreDatatype coreDatatype, long internalID) -
Uses of CoreDatatype in org.eclipse.rdf4j.sail.memory.model
Modifier and TypeMethodDescriptionMemValueFactory.createLiteral
(String value, CoreDatatype datatype) ModifierConstructorDescriptionCalendarMemLiteral
(Object creator, String label, CoreDatatype datatype, XMLGregorianCalendar calendar) DecimalMemLiteral
(Object creator, String label, BigDecimal value, CoreDatatype datatype) DecimalMemLiteral
(Object creator, BigDecimal value, CoreDatatype datatype) IntegerMemLiteral
(Object creator, String label, BigInteger value, CoreDatatype datatype) IntegerMemLiteral
(Object creator, BigInteger value, CoreDatatype datatype) MemLiteral
(Object creator, String label, CoreDatatype datatype) MemLiteral
(Object creator, String label, IRI datatype, CoreDatatype coreDatatype) NumericMemLiteral
(Object creator, Number number, CoreDatatype datatype) NumericMemLiteral
(Object creator, String label, Number number, CoreDatatype datatype) -
Uses of CoreDatatype in org.eclipse.rdf4j.sail.nativerdf.model
ModifierConstructorDescriptionNativeLiteral
(ValueStoreRevision revision, String label, CoreDatatype datatype) NativeLiteral
(ValueStoreRevision revision, String label, CoreDatatype datatype, int internalID)