Uses of Interface
org.eclipse.rdf4j.model.base.CoreDatatype
Packages that use 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.
Re-usable constants for various well-known RDF vocabularies.
Provides helpers classes for Rio.
MemoryStore-specific implementations of the core RDF model objects.
-
Uses of CoreDatatype in org.eclipse.rdf4j.model
Methods in org.eclipse.rdf4j.model that return CoreDatatypeModifier and TypeMethodDescriptionLiteral.getCoreDatatype()
CoreDatatype is an interface for natively supported datatypes in RDF4J.Methods in org.eclipse.rdf4j.model with parameters of type CoreDatatypeModifier 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
Classes in org.eclipse.rdf4j.model.base that implement CoreDatatypeModifier and TypeClassDescriptionstatic enum
static enum
static enum
(package private) enum
This needs to be its own enum because we need it to be serializable.Fields in org.eclipse.rdf4j.model.base declared as CoreDatatypeModifier and TypeFieldDescriptionprivate final CoreDatatype
AbstractLiteral.TypedLiteral.coreDatatype
static final CoreDatatype
CoreDatatype.NONE
Fields in org.eclipse.rdf4j.model.base with type parameters of type CoreDatatypeModifier and TypeFieldDescriptionprivate static Map
<IRI, CoreDatatype> CoreDatatypeHelper.reverseLookup
Methods in org.eclipse.rdf4j.model.base that return CoreDatatypeModifier and TypeMethodDescriptionstatic CoreDatatype
AbstractLiteral.CalendarLiteral.getCoreDatatype()
AbstractLiteral.NumberLiteral.getCoreDatatype()
AbstractLiteral.TemporalAccessorLiteral.getCoreDatatype()
AbstractLiteral.TypedLiteral.getCoreDatatype()
Methods in org.eclipse.rdf4j.model.base that return types with arguments of type CoreDatatypeModifier and TypeMethodDescription(package private) static Map
<IRI, CoreDatatype> CoreDatatypeHelper.getReverseLookup()
Methods in org.eclipse.rdf4j.model.base with parameters of type CoreDatatypeModifier and TypeMethodDescriptionAbstractValueFactory.createLiteral
(String label, CoreDatatype datatype) AbstractValueFactory.createLiteral
(String label, IRI datatype, CoreDatatype coreDatatype) (package private) static boolean
AbstractLiteral.reserved
(CoreDatatype datatype) Constructors in org.eclipse.rdf4j.model.base with parameters of type CoreDatatypeModifierConstructorDescription(package private)
TypedLiteral
(String label, CoreDatatype datatype) (package private)
TypedLiteral
(String label, IRI datatype, CoreDatatype coreDatatype) -
Uses of CoreDatatype in org.eclipse.rdf4j.model.datatypes
Methods in org.eclipse.rdf4j.model.datatypes with parameters of type CoreDatatypeModifier and TypeMethodDescriptionstatic boolean
XMLDatatypeUtil.isValidValue
(String value, CoreDatatype datatype) -
Uses of CoreDatatype in org.eclipse.rdf4j.model.impl
Fields in org.eclipse.rdf4j.model.impl declared as CoreDatatypeModifier and TypeFieldDescriptionprivate CoreDatatype
SimpleLiteral.coreDatatype
private final CoreDatatype
NumericLiteral.datatype
Methods in org.eclipse.rdf4j.model.impl that return CoreDatatypeModifier and TypeMethodDescriptionNumericLiteral.getCoreDatatype()
SimpleLiteral.getCoreDatatype()
Methods in org.eclipse.rdf4j.model.impl with parameters of type CoreDatatypeModifier 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) Constructors in org.eclipse.rdf4j.model.impl with parameters of type CoreDatatypeModifierConstructorDescriptionprotected
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
Methods in org.eclipse.rdf4j.model.util with parameters of type CoreDatatypeModifier 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.model.vocabulary
Methods in org.eclipse.rdf4j.model.vocabulary that return CoreDatatype -
Uses of CoreDatatype in org.eclipse.rdf4j.query.algebra.evaluation.util
Methods in org.eclipse.rdf4j.query.algebra.evaluation.util with parameters of type CoreDatatypeModifier 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".private static CoreDatatype.XSD
MathUtil.validateNumericArgument
(Literal lit, CoreDatatype datatype) -
Uses of CoreDatatype in org.eclipse.rdf4j.rio.helpers
Methods in org.eclipse.rdf4j.rio.helpers with parameters of type CoreDatatypeModifier and TypeMethodDescriptionRDFStarDecodingValueFactory.createLiteral
(String label, CoreDatatype datatype) RDFStarDecodingValueFactory.createLiteral
(String label, IRI datatype, CoreDatatype coreDatatype) -
Uses of CoreDatatype in org.eclipse.rdf4j.sail.memory.model
Methods in org.eclipse.rdf4j.sail.memory.model with parameters of type CoreDatatypeModifier and TypeMethodDescriptionMemValueFactory.createLiteral
(String value, CoreDatatype datatype) Constructors in org.eclipse.rdf4j.sail.memory.model with parameters of type CoreDatatypeModifierConstructorDescriptionCalendarMemLiteral
(Object creator, String label, CoreDatatype datatype, XMLGregorianCalendar calendar) DecimalMemLiteral
(Object creator, String label, 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, String label, Number number, CoreDatatype datatype) -
Uses of CoreDatatype in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents
Fields in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents declared as CoreDatatypeModifier and TypeFieldDescriptionprivate final CoreDatatype
DatatypeConstraintComponent.coreDatatype