Uses of Interface
org.eclipse.rdf4j.model.base.CoreDatatype
-
Packages that use CoreDatatype Package Description org.eclipse.rdf4j.model The RDF Model APIorg.eclipse.rdf4j.model.base Abstract base classes for RDF Model API interfaces.org.eclipse.rdf4j.model.datatypes Utility classes for handling datatypes.org.eclipse.rdf4j.model.impl Default implementations of the RDF model interfacesorg.eclipse.rdf4j.model.util Helper classes for working with RDF models.org.eclipse.rdf4j.model.vocabulary Re-usable constants for various well-known RDF vocabularies.org.eclipse.rdf4j.query.algebra.evaluation.util org.eclipse.rdf4j.rio.helpers Provides helpers classes for Rio.org.eclipse.rdf4j.sail.memory.model MemoryStore-specific implementations of the core RDF model objects.org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents -
-
Uses of CoreDatatype in org.eclipse.rdf4j.model
Methods in org.eclipse.rdf4j.model that return CoreDatatype Modifier and Type Method Description CoreDatatypeLiteral. getCoreDatatype()CoreDatatype is an interface for natively supported datatypes in RDF4J.Methods in org.eclipse.rdf4j.model with parameters of type CoreDatatype Modifier and Type Method Description LiteralValueFactory. createLiteral(java.lang.String label, CoreDatatype datatype)Creates a new literal with the supplied label and datatype.LiteralValueFactory. createLiteral(java.lang.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 CoreDatatype Modifier and Type Class Description static classCoreDatatype.GEOstatic classCoreDatatype.RDFstatic classCoreDatatype.XSD(package private) classDefaultDatatypeThis needs to be its own enum because we need it to be serializable.Fields in org.eclipse.rdf4j.model.base declared as CoreDatatype Modifier and Type Field Description private CoreDatatypeAbstractLiteral.TypedLiteral. coreDatatypestatic CoreDatatypeCoreDatatype. NONEFields in org.eclipse.rdf4j.model.base with type parameters of type CoreDatatype Modifier and Type Field Description private static java.util.Map<IRI,CoreDatatype>CoreDatatypeHelper. reverseLookupMethods in org.eclipse.rdf4j.model.base that return CoreDatatype Modifier and Type Method Description static CoreDatatypeCoreDatatype. from(IRI datatype)CoreDatatypeAbstractLiteral.CalendarLiteral. getCoreDatatype()CoreDatatypeAbstractLiteral.NumberLiteral. getCoreDatatype()CoreDatatypeAbstractLiteral.TemporalAccessorLiteral. getCoreDatatype()CoreDatatypeAbstractLiteral.TypedLiteral. getCoreDatatype()Methods in org.eclipse.rdf4j.model.base that return types with arguments of type CoreDatatype Modifier and Type Method Description (package private) static java.util.Map<IRI,CoreDatatype>CoreDatatypeHelper. getReverseLookup()Methods in org.eclipse.rdf4j.model.base with parameters of type CoreDatatype Modifier and Type Method Description LiteralAbstractValueFactory. createLiteral(java.lang.String label, CoreDatatype datatype)LiteralAbstractValueFactory. createLiteral(java.lang.String label, IRI datatype, CoreDatatype coreDatatype)(package private) static booleanAbstractLiteral. reserved(CoreDatatype datatype)Constructors in org.eclipse.rdf4j.model.base with parameters of type CoreDatatype Constructor Description TypedLiteral(java.lang.String label, CoreDatatype datatype)TypedLiteral(java.lang.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 CoreDatatype Modifier and Type Method Description static booleanXMLDatatypeUtil. isValidValue(java.lang.String value, CoreDatatype datatype) -
Uses of CoreDatatype in org.eclipse.rdf4j.model.impl
Fields in org.eclipse.rdf4j.model.impl declared as CoreDatatype Modifier and Type Field Description private CoreDatatypeSimpleLiteral. coreDatatypeprivate CoreDatatypeNumericLiteral. datatypeMethods in org.eclipse.rdf4j.model.impl that return CoreDatatype Modifier and Type Method Description CoreDatatypeNumericLiteral. getCoreDatatype()CoreDatatypeSimpleLiteral. getCoreDatatype()Methods in org.eclipse.rdf4j.model.impl with parameters of type CoreDatatype Modifier and Type Method Description LiteralValidatingValueFactory. createLiteral(java.lang.String label, CoreDatatype datatype)LiteralValidatingValueFactory. createLiteral(java.lang.String label, IRI datatype, CoreDatatype coreDatatype)protected LiteralSimpleValueFactory. createNumericLiteral(java.lang.Number number, CoreDatatype datatype)protected voidSimpleLiteral. setDatatype(CoreDatatype datatype)protected voidSimpleLiteral. setDatatype(IRI datatype, CoreDatatype coreDatatype)Constructors in org.eclipse.rdf4j.model.impl with parameters of type CoreDatatype Constructor Description DecimalLiteral(java.math.BigDecimal value, CoreDatatype datatype)IntegerLiteral(java.math.BigInteger value, CoreDatatype datatype)NumericLiteral(java.lang.Number number, CoreDatatype datatype)SimpleLiteral(java.lang.String label, CoreDatatype datatype)SimpleLiteral(java.lang.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 CoreDatatype Modifier and Type Method Description static LiteralValues. literal(java.lang.String lexicalValue, CoreDatatype datatype)Creates a newLiteralwith the supplied lexical value and datatype.static LiteralValues. literal(ValueFactory vf, java.lang.String lexicalValue, CoreDatatype datatype)Creates a newLiteralwith 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 Modifier and Type Method Description CoreDatatypeXSD.Datatype. getCoreDatatype() -
Uses of CoreDatatype in org.eclipse.rdf4j.query.algebra.evaluation.util
Methods in org.eclipse.rdf4j.query.algebra.evaluation.util with parameters of type CoreDatatype Modifier and Type Method Description static booleanQueryEvaluationUtil. isSimpleLiteral(boolean isLang, CoreDatatype datatype)Checks whether the supplied literal is a "simple literal".static booleanQueryEvaluationUtility. isSimpleLiteral(boolean isLang, CoreDatatype datatype)Checks whether the supplied literal is a "simple literal".private static CoreDatatype.XSDMathUtil. 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 CoreDatatype Modifier and Type Method Description LiteralRDFStarDecodingValueFactory. createLiteral(java.lang.String label, CoreDatatype datatype)LiteralRDFStarDecodingValueFactory. createLiteral(java.lang.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 CoreDatatype Modifier and Type Method Description LiteralMemValueFactory. createLiteral(java.lang.String value, CoreDatatype datatype)Constructors in org.eclipse.rdf4j.sail.memory.model with parameters of type CoreDatatype Constructor Description CalendarMemLiteral(java.lang.Object creator, java.lang.String label, CoreDatatype datatype, javax.xml.datatype.XMLGregorianCalendar calendar)DecimalMemLiteral(java.lang.Object creator, java.lang.String label, java.math.BigDecimal value, CoreDatatype datatype)IntegerMemLiteral(java.lang.Object creator, java.lang.String label, java.math.BigInteger value, CoreDatatype datatype)IntegerMemLiteral(java.lang.Object creator, java.math.BigInteger value, CoreDatatype datatype)MemLiteral(java.lang.Object creator, java.lang.String label, CoreDatatype datatype)MemLiteral(java.lang.Object creator, java.lang.String label, IRI datatype, CoreDatatype coreDatatype)NumericMemLiteral(java.lang.Object creator, java.lang.String label, java.lang.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 CoreDatatype Modifier and Type Field Description private CoreDatatypeDatatypeConstraintComponent. coreDatatype
-