Uses of Interface
org.eclipse.rdf4j.model.ValueFactory
Packages that use ValueFactory
Package
Description
Abstract base classes for RDF Model API interfaces.
Default implementations of the RDF model interfaces
Helper classes for working with RDF models.
Functions for casting values to various XML Schema datatypes
Implementations of
relevant to query evaluation.
invalid reference
Iteration
Functionality to convert tuple query results to and from the
Data Access Working Group Test Result Set RDF Vocabulary
The rdf4j SPARQL 1.1 parser.
A writer for the
SPARQL Query Results JSON Format
Parsers and writers for the
SPARQL Query Results XML Format
The Repository API: the main API for accessing rdf databases and SPARQL endpoints.
Abstract base classes and wrappers for the main Repository API interfaces.
A repository that serves as a proxy client for a remote repository on an RDF4J Server.
Repository implementation for local RDF databases that implement the SAIL SPI.
Helper and utility classes for the
SailRepositoryA
Repository that serves as a SPARQL endpoint client.Helper classes for working with Repositories.
Rio: The RDF4J parser/writer API.
Various
DatatypeHandler implementations.Parser/writer for the HDT v1.0 format.
Provides helpers classes for Rio.
Parser/writer for the JSON-L format.
Various
LanguageHandler implementations for processing language-tags.Writer for the Notation-3 (N3) format.
Parser/writer for the N-Quads format.
Parser/writer for the N-Triples format.
Parser/writer for the RDF/JSON format.
Parser/writer for the RDF/XML format.
Parser/writer for the TriG format.
Parser/writer for the TriX format.
Parser/writer for the Turtle format.
RDF Storage And Inference Layer (RDF Sail): a set of interfaces defining an SPI for RDF databases.
Base functionality for Sail implementations that require multi-versioned concurrency control (MVCC).
Abstract base implementation and internal helper classes for Sail implementations.
Forward-chaining inferencers, implemented as
StackableSails.A Sail implementation that supports full-text indexing via the Lucene API.
An implementation of the RDF SAIL API that uses main memory for storage.
MemoryStore-specific implementations of the core RDF model objects.
See discussion at https://github.com/eclipse/rdf4j/issues/1262
Core functions required for SPIN.
-
Uses of ValueFactory in org.eclipse.rdf4j.http.client
Fields in org.eclipse.rdf4j.http.client declared as ValueFactoryMethods in org.eclipse.rdf4j.http.client that return ValueFactoryMethods in org.eclipse.rdf4j.http.client with parameters of type ValueFactoryModifier and TypeMethodDescriptionvoidSPARQLProtocolSession.setValueFactory(ValueFactory valueFactory) -
Uses of ValueFactory in org.eclipse.rdf4j.http.protocol
Methods in org.eclipse.rdf4j.http.protocol with parameters of type ValueFactoryModifier and TypeMethodDescriptionstatic ResourceProtocol.decodeContext(String encodedValue, ValueFactory valueFactory) Decode a previously encoded context Resource.static Resource[]Protocol.decodeContexts(String[] encodedValues, ValueFactory valueFactory) Decode previously encoded contexts.static ResourceProtocol.decodeResource(String encodedValue, ValueFactory valueFactory) Decode a previously encoded Resource.static IRIProtocol.decodeURI(String encodedValue, ValueFactory valueFactory) Decode a previously encoded URI.static ValueProtocol.decodeValue(String encodedValue, ValueFactory valueFactory) Decode a previously encoded value. -
Uses of ValueFactory in org.eclipse.rdf4j.http.protocol.transaction
Fields in org.eclipse.rdf4j.http.protocol.transaction declared as ValueFactoryConstructors in org.eclipse.rdf4j.http.protocol.transaction with parameters of type ValueFactory -
Uses of ValueFactory in org.eclipse.rdf4j.model.base
Classes in org.eclipse.rdf4j.model.base that implement ValueFactoryModifier and TypeClassDescriptionclassBase class forValueFactory, offering common functionality. -
Uses of ValueFactory in org.eclipse.rdf4j.model.impl
Classes in org.eclipse.rdf4j.model.impl that implement ValueFactoryModifier and TypeClassDescriptionclassDefault implementation of theValueFactoryinterface.classValidating wrapper toValueFactory.Fields in org.eclipse.rdf4j.model.impl declared as ValueFactoryConstructors in org.eclipse.rdf4j.model.impl with parameters of type ValueFactory -
Uses of ValueFactory in org.eclipse.rdf4j.model.util
Fields in org.eclipse.rdf4j.model.util declared as ValueFactoryModifier and TypeFieldDescriptionprivate static final ValueFactoryValues.VALUE_FACTORYInternal shared value factory used for creating all values.Methods in org.eclipse.rdf4j.model.util that return ValueFactoryModifier and TypeMethodDescriptionstatic ValueFactoryValues.getValueFactory()Get aValueFactory.Methods in org.eclipse.rdf4j.model.util with parameters of type ValueFactoryModifier and TypeMethodDescriptionstatic <C extends Collection<Statement>>
CRDFCollections.asRDF(Iterable<?> values, Resource head, C sink, ValueFactory valueFactory, Resource... contexts) Converts the suppliedIterableto an RDF Collection, using the suppliedheadresource as the starting resource of the RDF Collection.static BNodeValues.bnode(ValueFactory vf) Creates a newBNodestatic BNodeValues.bnode(ValueFactory vf, String nodeId) Creates a newBNodewith the supplied node identifier.static voidStatements.consume(ValueFactory vf, Resource subject, IRI predicate, Value object, Consumer<Statement> consumer, Resource... contexts) static voidRDFCollections.consumeCollection(Iterable<?> values, Resource head, Consumer<Statement> consumer, ValueFactory vf, Resource... contexts) Converts the suppliedIterableto an RDF Collection, using the suppliedheadresource as the starting resource of the RDF Collection.static voidRDFContainers.consumeContainer(IRI containerType, Iterable<?> values, Resource container, Consumer<Statement> consumer, ValueFactory vf, Resource... contexts) Converts the suppliedIterableto an RDF Container, using the suppliedheadresource as the starting resource of the RDF Container.static ModelModels.convertRDFStarToReification(ValueFactory vf, Model model) Converts the statements in supplied RDF-star model to a new RDF model using reificiation.static voidModels.convertRDFStarToReification(ValueFactory vf, Model model, Consumer<Statement> consumer) Converts the supplied RDF-star model to RDF reification statements.static ModelModels.convertRDFStarToReification(ValueFactory vf, Model model, ModelFactory modelFactory) Converts the statements in supplied RDF-star model to a new RDF model using reificiation.static voidStatements.convertRDFStarToReification(ValueFactory vf, Function<Triple, Resource> reifiedIdMapper, Statement st, Consumer<Statement> consumer) Converts the supplied RDF-star statement to RDF reification statements, and sends the resultant statements to the supplied consumer.static voidStatements.convertRDFStarToReification(ValueFactory vf, Statement st, Consumer<Statement> consumer) Converts the supplied RDF-star statement to RDF reification statements, and sends the resultant statements to the supplied consumer.static ModelModels.convertReificationToRDFStar(ValueFactory vf, Model model) Converts the statements in supplied RDF reification model to a new RDF-star model.static voidModels.convertReificationToRDFStar(ValueFactory vf, Model model, Consumer<Statement> consumer) Converts the supplied RDF reification model to RDF-star statements.static ModelModels.convertReificationToRDFStar(ValueFactory vf, Model model, ModelFactory modelFactory) Converts the statements in supplied RDF reification model to a new RDF-star model.static <C extends Collection<Statement>>
CStatements.create(ValueFactory vf, Resource subject, IRI predicate, Value object, C collection, Resource... contexts) Creates one or moreStatementobjects with the given subject, predicate and object, one for each given context.static LiteralLiterals.createLiteral(ValueFactory valueFactory, Object object) Deprecated.private static LiteralLiterals.createLiteral(ValueFactory valueFactory, Object object, boolean throwExceptionOnFailure) Creates a typedLiteralout of the supplied object, mapping the runtime type of the object to the appropriate XML Schema type.private static LiteralValues.createLiteralFromObject(ValueFactory valueFactory, Object object, boolean throwExceptionOnFailure) Creates a typedLiteralout of the supplied object, mapping the runtime type of the object to the appropriate XML Schema type.static LiteralLiterals.createLiteralOrFail(ValueFactory valueFactory, Object object) Deprecated.UseValues.literal(Object, boolean)instead.private static ResourceStatements.createReifiedStatement(ValueFactory vf, Function<Triple, Resource> reifiedIdMapper, Triple triple, Resource context, Consumer<Statement> consumer) Converts the supplied RDF-star triple to a series of RDF reification statements and sends the statements to the supplied consumer.private static IRIRDFContainers.getAnnotatedMemberPredicate(ValueFactory vf, int elementCounter) Creates the IRI of the element counter predicate in theRDFnamespace, rdf:_nnnstatic IRIValues.iri(ValueFactory vf, String iri) Create a newIRIusing the supplied iri stringstatic IRIValues.iri(ValueFactory vf, String namespace, String localName) Create a newIRIusing the supplied namespace and local namestatic LiteralValues.literal(ValueFactory vf, boolean booleanValue) Creates a newLiteralwith the supplied boolean valuestatic LiteralValues.literal(ValueFactory vf, byte byteValue) Creates a newLiteralwith the supplied byte valuestatic LiteralValues.literal(ValueFactory vf, double doubleValue) Creates a newLiteralwith the supplied double valuestatic LiteralValues.literal(ValueFactory vf, float floatValue) Creates a newLiteralwith the supplied float valuestatic LiteralValues.literal(ValueFactory vf, int intValue) Creates a newLiteralwith the supplied int valuestatic LiteralValues.literal(ValueFactory vf, long longValue) Creates a newLiteralwith the supplied long valuestatic LiteralValues.literal(ValueFactory vf, short shortValue) Creates a newLiteralwith the supplied short valuestatic LiteralValues.literal(ValueFactory vf, Object object, boolean failOnUnknownType) static LiteralValues.literal(ValueFactory vf, String lexicalValue) Creates a newLiteralwith the supplied lexical value.static LiteralValues.literal(ValueFactory vf, String lexicalValue, String languageTag) Creates a newLiteralwith the supplied lexical value.static LiteralValues.literal(ValueFactory vf, String lexicalValue, CoreDatatype datatype) Creates a newLiteralwith the supplied lexical value and datatype.static LiteralValues.literal(ValueFactory vf, String lexicalValue, IRI datatype) Creates a newLiteralwith the supplied lexical value and datatype.static LiteralValues.literal(ValueFactory vf, BigDecimal bigDecimal) Creates a newLiteralwith the suppliedBigDecimalvaluestatic LiteralValues.literal(ValueFactory vf, BigInteger bigInteger) Creates a newLiteralwith the suppliedBigIntegervaluestatic LiteralValues.literal(ValueFactory vf, TemporalAccessor value) Creates a newLiteralwith the suppliedTemporalAccessorvaluestatic StatementStatements.statement(ValueFactory vf, Resource subject, IRI predicate, Value object, Resource context) Create aStatementfrom the supplied subject, predicate, object and context.static StatementStatements.statement(ValueFactory vf, Triple triple, Resource context) Create aStatementfrom the suppliedRDF-star tripleand context.static StatementStatements.stripContext(ValueFactory vf, Statement statement) Strips the context (if any) from the supplied statement and returns a statement with the same subject, predicate and object, but with no assigned context.static <C extends Collection<Statement>>
CRDFContainers.toRDF(IRI containerType, Iterable<?> values, Resource container, C sink, ValueFactory vf, Resource... contexts) Converts the suppliedIterableto an RDF Container, using the suppliedheadresource as the starting resource of the RDF Containter.static StatementStatements.toStatement(ValueFactory vf, Triple triple, Resource context) Deprecated.static TripleStatements.toTriple(ValueFactory vf, Statement statement) Deprecated.UseValues.triple(ValueFactory, Statement)insteadstatic TripleValues.triple(ValueFactory vf, Resource subject, IRI predicate, Value object) Creates a newRDF-star embedded triplewith the supplied subject, predicate, and object.static TripleValues.triple(ValueFactory vf, Statement statement) Creates a newRDF-star embedded tripleusing the subject, predicate and object from the suppliedStatement. -
Uses of ValueFactory in org.eclipse.rdf4j.query.algebra.evaluation
Methods in org.eclipse.rdf4j.query.algebra.evaluation that return ValueFactoryModifier and TypeMethodDescriptionTripleSource.getValueFactory()Gets a ValueFactory object that can be used to create URI-, blank node- and literal objects. -
Uses of ValueFactory in org.eclipse.rdf4j.query.algebra.evaluation.federation
Fields in org.eclipse.rdf4j.query.algebra.evaluation.federation declared as ValueFactoryConstructors in org.eclipse.rdf4j.query.algebra.evaluation.federation with parameters of type ValueFactoryModifierConstructorDescriptionTupleFunctionFederatedService(TupleFunctionRegistry tupleFunctionRegistry, ValueFactory vf) -
Uses of ValueFactory in org.eclipse.rdf4j.query.algebra.evaluation.function
Methods in org.eclipse.rdf4j.query.algebra.evaluation.function with parameters of type ValueFactoryModifier and TypeMethodDescriptionBinaryFunction.evaluate(ValueFactory valueFactory, Value... args) protected abstract ValueBinaryFunction.evaluate(ValueFactory valueFactory, Value arg1, Value arg2) Function.evaluate(ValueFactory valueFactory, Value... args) Deprecated.since 3.3.0.CloseableIteration<? extends List<? extends Value>, QueryEvaluationException> TupleFunction.evaluate(ValueFactory valueFactory, Value... args) protected abstract ValueUnaryFunction.evaluate(ValueFactory valueFactory, Value arg) UnaryFunction.evaluate(ValueFactory valueFactory, Value... args) -
Uses of ValueFactory in org.eclipse.rdf4j.query.algebra.evaluation.function.datetime
Methods in org.eclipse.rdf4j.query.algebra.evaluation.function.datetime with parameters of type ValueFactoryModifier and TypeMethodDescriptionDay.evaluate(ValueFactory valueFactory, Value... args) Hours.evaluate(ValueFactory valueFactory, Value... args) Minutes.evaluate(ValueFactory valueFactory, Value... args) Month.evaluate(ValueFactory valueFactory, Value... args) Now.evaluate(ValueFactory valueFactory, Value... args) Seconds.evaluate(ValueFactory valueFactory, Value... args) Timezone.evaluate(ValueFactory valueFactory, Value... args) Tz.evaluate(ValueFactory valueFactory, Value... args) Year.evaluate(ValueFactory valueFactory, Value... args) -
Uses of ValueFactory in org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql
Methods in org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql with parameters of type ValueFactoryModifier and TypeMethodDescriptionBuffer.evaluate(ValueFactory valueFactory, Value... args) Distance.evaluate(ValueFactory valueFactory, Value... args) GeometricBinaryFunction.evaluate(ValueFactory valueFactory, Value... args) GeometricRelationFunction.evaluate(ValueFactory valueFactory, Value... args) GeometricUnaryFunction.evaluate(ValueFactory valueFactory, Value... args) Relate.evaluate(ValueFactory valueFactory, Value... args) SRID.evaluate(ValueFactory valueFactory, Value... args) -
Uses of ValueFactory in org.eclipse.rdf4j.query.algebra.evaluation.function.hash
Methods in org.eclipse.rdf4j.query.algebra.evaluation.function.hash with parameters of type ValueFactoryModifier and TypeMethodDescriptionabstract LiteralHashFunction.evaluate(ValueFactory valueFactory, Value... args) MD5.evaluate(ValueFactory valueFactory, Value... args) SHA1.evaluate(ValueFactory valueFactory, Value... args) SHA256.evaluate(ValueFactory valueFactory, Value... args) SHA384.evaluate(ValueFactory valueFactory, Value... args) SHA512.evaluate(ValueFactory valueFactory, Value... args) -
Uses of ValueFactory in org.eclipse.rdf4j.query.algebra.evaluation.function.numeric
Methods in org.eclipse.rdf4j.query.algebra.evaluation.function.numeric with parameters of type ValueFactoryModifier and TypeMethodDescriptionAbs.evaluate(ValueFactory valueFactory, Value... args) Ceil.evaluate(ValueFactory valueFactory, Value... args) Floor.evaluate(ValueFactory valueFactory, Value... args) Rand.evaluate(ValueFactory valueFactory, Value... args) Round.evaluate(ValueFactory valueFactory, Value... args) -
Uses of ValueFactory in org.eclipse.rdf4j.query.algebra.evaluation.function.rdfterm
Methods in org.eclipse.rdf4j.query.algebra.evaluation.function.rdfterm with parameters of type ValueFactoryModifier and TypeMethodDescriptionStrDt.evaluate(ValueFactory valueFactory, Value... args) StrLang.evaluate(ValueFactory valueFactory, Value... args) STRUUID.evaluate(ValueFactory valueFactory, Value... args) UUID.evaluate(ValueFactory valueFactory, Value... args) -
Uses of ValueFactory in org.eclipse.rdf4j.query.algebra.evaluation.function.string
Methods in org.eclipse.rdf4j.query.algebra.evaluation.function.string with parameters of type ValueFactoryModifier and TypeMethodDescriptionprivate LiteralSubstring.convert(String lexicalValue, Literal literal, ValueFactory valueFactory) Concat.evaluate(ValueFactory valueFactory, Value... args) Contains.evaluate(ValueFactory valueFactory, Value... args) EncodeForUri.evaluate(ValueFactory valueFactory, Value... args) LowerCase.evaluate(ValueFactory valueFactory, Value... args) Replace.evaluate(ValueFactory valueFactory, Value... args) StrAfter.evaluate(ValueFactory valueFactory, Value... args) StrBefore.evaluate(ValueFactory valueFactory, Value... args) StrEnds.evaluate(ValueFactory valueFactory, Value... args) StrLen.evaluate(ValueFactory valueFactory, Value... args) StrStarts.evaluate(ValueFactory valueFactory, Value... args) Substring.evaluate(ValueFactory valueFactory, Value... args) UpperCase.evaluate(ValueFactory valueFactory, Value... args) -
Uses of ValueFactory in org.eclipse.rdf4j.query.algebra.evaluation.function.triple
Methods in org.eclipse.rdf4j.query.algebra.evaluation.function.triple with parameters of type ValueFactoryModifier and TypeMethodDescriptionIsTripleFunction.evaluate(ValueFactory vf, Value... args) StatementFunction.evaluate(ValueFactory vf, Value... args) TripleObjectFunction.evaluate(ValueFactory vf, Value... args) TriplePredicateFunction.evaluate(ValueFactory vf, Value... args) TripleSubjectFunction.evaluate(ValueFactory vf, Value... args) -
Uses of ValueFactory in org.eclipse.rdf4j.query.algebra.evaluation.function.xsd
Methods in org.eclipse.rdf4j.query.algebra.evaluation.function.xsd with parameters of type ValueFactoryModifier and TypeMethodDescriptionprotected LiteralBooleanCast.convert(ValueFactory valueFactory, Value value) protected abstract LiteralCastFunction.convert(ValueFactory vf, Value v) Convert the supplied value to a literal of the function output datatype.protected LiteralDateCast.convert(ValueFactory vf, Value value) protected LiteralDateTimeCast.convert(ValueFactory vf, Value value) protected LiteralDecimalCast.convert(ValueFactory valueFactory, Value value) protected LiteralDoubleCast.convert(ValueFactory valueFactory, Value value) protected LiteralFloatCast.convert(ValueFactory valueFactory, Value value) protected LiteralIntegerCastFunction.convert(ValueFactory valueFactory, Value value) protected LiteralStringCast.convert(ValueFactory valueFactory, Value value) ByteCast.createTypedLiteral(ValueFactory vf, BigInteger integerValue) IntCast.createTypedLiteral(ValueFactory vf, BigInteger integerValue) IntegerCast.createTypedLiteral(ValueFactory vf, BigInteger integerValue) IntegerCastFunction.createTypedLiteral(ValueFactory vf, boolean booleanValue) create aLiteralwith the specific datatype for the supplied boolean value.IntegerCastFunction.createTypedLiteral(ValueFactory vf, BigInteger integerValue) create aLiteralwith the specific datatype for the suppliedBigIntegervalue.LongCast.createTypedLiteral(ValueFactory vf, BigInteger integerValue) NegativeIntegerCast.createTypedLiteral(ValueFactory vf, BigInteger integerValue) NonNegativeIntegerCast.createTypedLiteral(ValueFactory vf, BigInteger integerValue) NonPositiveIntegerCast.createTypedLiteral(ValueFactory vf, boolean booleanValue) NonPositiveIntegerCast.createTypedLiteral(ValueFactory vf, BigInteger integerValue) PositiveIntegerCast.createTypedLiteral(ValueFactory vf, boolean booleanValue) PositiveIntegerCast.createTypedLiteral(ValueFactory vf, BigInteger integerValue) ShortCast.createTypedLiteral(ValueFactory vf, BigInteger integerValue) UnsignedByteCast.createTypedLiteral(ValueFactory vf, BigInteger integerValue) UnsignedIntCast.createTypedLiteral(ValueFactory vf, BigInteger integerValue) UnsignedLongCast.createTypedLiteral(ValueFactory vf, BigInteger integerValue) UnsignedShortCast.createTypedLiteral(ValueFactory vf, BigInteger integerValue) CastFunction.evaluate(ValueFactory valueFactory, Value... args) StringCast.evaluate(ValueFactory valueFactory, Value... args) -
Uses of ValueFactory in org.eclipse.rdf4j.query.algebra.evaluation.impl
Fields in org.eclipse.rdf4j.query.algebra.evaluation.impl declared as ValueFactoryModifier and TypeFieldDescriptionprivate final ValueFactoryRegexAsStringFunctionOptimizer.factoryDeprecated, for removal: This API element is subject to removal in a future version.private final ValueFactoryQueryEvaluationContext.Minimal.vfMethods in org.eclipse.rdf4j.query.algebra.evaluation.impl with parameters of type ValueFactoryModifier and TypeMethodDescription(package private) static CloseableIteration<BindingSet, QueryEvaluationException> DefaultEvaluationStrategy.evaluate(TupleFunction func, List<Var> resultVars, BindingSet bindings, ValueFactory valueFactory, Value... argValues) TupleFunctionEvaluationStrategy.evaluate(TupleFunction func, List<Var> resultVars, BindingSet bindings, ValueFactory valueFactory, Value... argValues) Deprecated, for removal: This API element is subject to removal in a future version.private BiFunction<Value, Value, Value> DefaultEvaluationStrategy.mathOperationApplier(MathExpr node, QueryEvaluationMode queryEvaluationMode, ValueFactory vf) Constructors in org.eclipse.rdf4j.query.algebra.evaluation.impl with parameters of type ValueFactoryModifierConstructorDescriptionMinimal(Dataset dataset, ValueFactory vf) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of ValueFactory in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps.values
Fields in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps.values declared as ValueFactoryModifier and TypeFieldDescriptionprivate final ValueFactoryValueExprTripleRefEvaluationStep.valueFactoryMethods in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps.values with parameters of type ValueFactoryModifier and TypeMethodDescriptionstatic QueryValueEvaluationStepQueryValueEvaluationStepSupplier.bnode(QueryValueEvaluationStep nodeVes, ValueFactory vf) private static IRIQueryValueEvaluationStepSupplier.iriFunction(String baseURI, Value argValue, ValueFactory vf) private static ValueQueryValueEvaluationStepSupplier.label(QueryValueEvaluationStep arg, BindingSet bindings, ValueFactory vf) private static ValueQueryValueEvaluationStepSupplier.lang(QueryValueEvaluationStep arg, BindingSet bindings, ValueFactory valueFactory) private static ValueQueryValueEvaluationStepSupplier.localName(QueryValueEvaluationStep arg, BindingSet bindings, ValueFactory valueFactory) private static ValueQueryValueEvaluationStepSupplier.namespace(QueryValueEvaluationStep arg, BindingSet bindings, ValueFactory valueFactory) static QueryValueEvaluationStepQueryValueEvaluationStepSupplier.prepareIriFunction(IRIFunction node, QueryValueEvaluationStep arg, ValueFactory valueFactory) static QueryValueEvaluationStepQueryValueEvaluationStepSupplier.prepareLabel(QueryValueEvaluationStep arg, ValueFactory vf) static QueryValueEvaluationStepQueryValueEvaluationStepSupplier.prepareLang(QueryValueEvaluationStep arg, ValueFactory vf) static QueryValueEvaluationStepQueryValueEvaluationStepSupplier.prepareLocalName(QueryValueEvaluationStep arg, ValueFactory vf) static QueryValueEvaluationStepQueryValueEvaluationStepSupplier.prepareNamespace(QueryValueEvaluationStep arg, ValueFactory vf) static QueryValueEvaluationStepQueryValueEvaluationStepSupplier.prepareStr(QueryValueEvaluationStep arg, ValueFactory valueFactory) private static ValueQueryValueEvaluationStepSupplier.str(QueryValueEvaluationStep arg, ValueFactory valueFactory, BindingSet bindings) Constructors in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps.values with parameters of type ValueFactoryModifierConstructorDescriptionValueExprTripleRefEvaluationStep(QueryValueEvaluationStep subject, ValueFactory valueFactory, QueryValueEvaluationStep predicate, QueryValueEvaluationStep object) -
Uses of ValueFactory in org.eclipse.rdf4j.query.algebra.evaluation.iterator
Fields in org.eclipse.rdf4j.query.algebra.evaluation.iterator declared as ValueFactoryModifier and TypeFieldDescriptionprivate final ValueFactoryGroupIterator.AvgCollector.vfprivate final ValueFactoryGroupIterator.CountCollector.vfprivate final ValueFactoryGroupIterator.StringBuilderCollector.vfprivate final ValueFactoryGroupIterator.vfMethods in org.eclipse.rdf4j.query.algebra.evaluation.iterator with parameters of type ValueFactoryModifier and TypeMethodDescriptionprivate GroupIterator.AggregatePredicateCollectorSupplier<?, ?> GroupIterator.create(GroupElem ge, ValueFactory vf) Constructors in org.eclipse.rdf4j.query.algebra.evaluation.iterator with parameters of type ValueFactoryModifierConstructorDescriptionGroupIterator(EvaluationStrategy strategy, Group group, BindingSet parentBindings, long iterationCacheSyncThreshold, QueryEvaluationContext context, ValueFactory vf, CollectionFactory cf) -
Uses of ValueFactory in org.eclipse.rdf4j.query.algebra.evaluation.optimizer
Fields in org.eclipse.rdf4j.query.algebra.evaluation.optimizer declared as ValueFactoryModifier and TypeFieldDescriptionprivate final ValueFactoryRegexAsStringFunctionOptimizer.RegexAsStringFunctionVisitor.vfprivate final ValueFactoryRegexAsStringFunctionOptimizer.vfConstructors in org.eclipse.rdf4j.query.algebra.evaluation.optimizer with parameters of type ValueFactoryModifierConstructorDescriptionprotected -
Uses of ValueFactory in org.eclipse.rdf4j.query.algebra.evaluation.util
Fields in org.eclipse.rdf4j.query.algebra.evaluation.util declared as ValueFactoryModifier and TypeFieldDescriptionprivate static final ValueFactoryTripleSources.vfDeprecated, for removal: This API element is subject to removal in a future version.Methods in org.eclipse.rdf4j.query.algebra.evaluation.util with parameters of type ValueFactoryModifier and TypeMethodDescriptionprivate static LiteralXMLDatatypeMathUtil.buildLiteral(Duration duration, ValueFactory vf) static LiteralMathUtil.compute(Literal leftLit, Literal rightLit, MathExpr.MathOp op, ValueFactory vf) Computes the result of applying the supplied math operator on the supplied left and right operand.static LiteralXMLDatatypeMathUtil.compute(Literal leftLit, Literal rightLit, MathExpr.MathOp op, ValueFactory vf) Computes the result of applying the supplied math operator on the supplied left and right operand.private static LiteralMathUtil.computeForXsdDecimal(Literal leftLit, Literal rightLit, MathExpr.MathOp op, ValueFactory vf) private static LiteralMathUtil.computeForXsdDouble(Literal leftLit, Literal rightLit, MathExpr.MathOp op, ValueFactory vf) private static LiteralMathUtil.computeForXsdFloat(Literal leftLit, Literal rightLit, MathExpr.MathOp op, ValueFactory vf) private static LiteralMathUtil.computeForXsdInteger(Literal leftLit, Literal rightLit, MathExpr.MathOp op, ValueFactory vf) private static LiteralXMLDatatypeMathUtil.operationsBetweenCalendarAndDuration(Literal calendarLit, Literal durationLit, MathExpr.MathOp op, ValueFactory vf) private static LiteralXMLDatatypeMathUtil.operationsBetweenDurationAndCalendar(Literal durationLit, Literal calendarLit, MathExpr.MathOp op, ValueFactory vf) private static LiteralXMLDatatypeMathUtil.operationsBetweenDurationAndDecimal(Literal durationLit, Literal decimalLit, MathExpr.MathOp op, ValueFactory vf) private static LiteralXMLDatatypeMathUtil.operationsBetweenDurations(Literal leftLit, Literal rightLit, MathExpr.MathOp op, ValueFactory vf) -
Uses of ValueFactory in org.eclipse.rdf4j.query.dawg
Fields in org.eclipse.rdf4j.query.dawg declared as ValueFactoryConstructors in org.eclipse.rdf4j.query.dawg with parameters of type ValueFactory -
Uses of ValueFactory in org.eclipse.rdf4j.query.parser.sparql
Fields in org.eclipse.rdf4j.query.parser.sparql declared as ValueFactoryConstructors in org.eclipse.rdf4j.query.parser.sparql with parameters of type ValueFactoryModifierConstructorDescriptionSPARQLUpdateDataBlockParser(ValueFactory valueFactory) Creates a new parser that will use the supplied ValueFactory to create RDF model objects.TupleExprBuilder(ValueFactory valueFactory) UpdateExprBuilder(ValueFactory valueFactory) -
Uses of ValueFactory in org.eclipse.rdf4j.query.resultio
Fields in org.eclipse.rdf4j.query.resultio declared as ValueFactoryModifier and TypeFieldDescriptionprotected ValueFactoryAbstractQueryResultParser.valueFactoryTheValueFactoryto use for creating RDF model objects.Methods in org.eclipse.rdf4j.query.resultio with parameters of type ValueFactoryModifier and TypeMethodDescriptionstatic TupleQueryResultParserQueryResultIO.createTupleParser(QueryResultFormat format, ValueFactory valueFactory) Convenience methods for creating TupleQueryResultParser objects that use the specified ValueFactory to create RDF model objects.static voidQueryResultIO.parseTuple(InputStream in, QueryResultFormat format, TupleQueryResultHandler handler, ValueFactory valueFactory) Parses a query result document, reporting the parsed solutions to the supplied TupleQueryResultHandler.AbstractQueryResultParser.setValueFactory(ValueFactory valueFactory) QueryResultParser.setValueFactory(ValueFactory valueFactory) Sets the ValueFactory that the parser will use to create Value objects for the parsed query result.Constructors in org.eclipse.rdf4j.query.resultio with parameters of type ValueFactoryModifierConstructorDescriptionprotectedAbstractQueryResultParser(ValueFactory valueFactory) Creates a new parser base that will use the supplied ValueFactory to create Value objects.protectedAbstractTupleQueryResultParser(ValueFactory valueFactory) Creates a new parser base that will use the suppliedValueFactoryto createValueobjects. -
Uses of ValueFactory in org.eclipse.rdf4j.query.resultio.binary
Constructors in org.eclipse.rdf4j.query.resultio.binary with parameters of type ValueFactoryModifierConstructorDescriptionBinaryQueryResultParser(ValueFactory valueFactory) Creates a new parser for the binary query result format that will use the supplied ValueFactory to create Value objects. -
Uses of ValueFactory in org.eclipse.rdf4j.query.resultio.sparqljson
Constructors in org.eclipse.rdf4j.query.resultio.sparqljson with parameters of type ValueFactoryModifierConstructorDescriptionprotectedAbstractSPARQLJSONParser(ValueFactory valueFactory) SPARQLBooleanJSONParser(ValueFactory valueFactory) Construct a parser with a specificValueFactory.SPARQLResultsJSONParser(ValueFactory valueFactory) Construct a parser with a specificValueFactory.SPARQLStarResultsJSONParser(ValueFactory valueFactory) Constructs a parser with the suppliedValueFactory. -
Uses of ValueFactory in org.eclipse.rdf4j.query.resultio.sparqlxml
Fields in org.eclipse.rdf4j.query.resultio.sparqlxml declared as ValueFactoryConstructors in org.eclipse.rdf4j.query.resultio.sparqlxml with parameters of type ValueFactoryModifierConstructorDescriptionprotectedAbstractSPARQLXMLParser(ValueFactory valueFactory) SPARQLResultsSAXParser(ValueFactory valueFactory, QueryResultHandler handler) SPARQLResultsXMLParser(ValueFactory valueFactory) Creates a new parser for the SPARQL Query Results XML Format that will use the supplied ValueFactory to create Value objects.SPARQLStarResultsXMLParser(ValueFactory valueFactory) -
Uses of ValueFactory in org.eclipse.rdf4j.query.resultio.text
Fields in org.eclipse.rdf4j.query.resultio.text declared as ValueFactoryModifier and TypeFieldDescriptionprotected final ValueFactorySPARQLResultsXSVMappingStrategy.valueFactoryConstructors in org.eclipse.rdf4j.query.resultio.text with parameters of type ValueFactory -
Uses of ValueFactory in org.eclipse.rdf4j.query.resultio.text.csv
Constructors in org.eclipse.rdf4j.query.resultio.text.csv with parameters of type ValueFactory -
Uses of ValueFactory in org.eclipse.rdf4j.query.resultio.text.tsv
Constructors in org.eclipse.rdf4j.query.resultio.text.tsv with parameters of type ValueFactory -
Uses of ValueFactory in org.eclipse.rdf4j.query.resultio.textstar.tsv
Constructors in org.eclipse.rdf4j.query.resultio.textstar.tsv with parameters of type ValueFactoryModifierConstructorDescriptionSPARQLStarResultsTSVMappingStrategy(ValueFactory valueFactory) Deprecated. -
Uses of ValueFactory in org.eclipse.rdf4j.repository
Methods in org.eclipse.rdf4j.repository that return ValueFactoryModifier and TypeMethodDescriptionRepository.getValueFactory()Gets a ValueFactory for this Repository.RepositoryConnection.getValueFactory()Gets a ValueFactory for this RepositoryConnection. -
Uses of ValueFactory in org.eclipse.rdf4j.repository.base
Methods in org.eclipse.rdf4j.repository.base that return ValueFactoryModifier and TypeMethodDescriptionAbstractRepositoryConnection.getValueFactory()RepositoryWrapper.getValueFactory() -
Uses of ValueFactory in org.eclipse.rdf4j.repository.evaluation
Methods in org.eclipse.rdf4j.repository.evaluation that return ValueFactory -
Uses of ValueFactory in org.eclipse.rdf4j.repository.http
Methods in org.eclipse.rdf4j.repository.http that return ValueFactory -
Uses of ValueFactory in org.eclipse.rdf4j.repository.sail
Methods in org.eclipse.rdf4j.repository.sail that return ValueFactoryModifier and TypeMethodDescriptionProxyRepository.getValueFactory()SailRepository.getValueFactory() -
Uses of ValueFactory in org.eclipse.rdf4j.repository.sail.helpers
Fields in org.eclipse.rdf4j.repository.sail.helpers declared as ValueFactoryModifier and TypeFieldDescriptionprivate final ValueFactoryRDFSailRemover.vfprivate final ValueFactorySailUpdateExecutor.vfConstructors in org.eclipse.rdf4j.repository.sail.helpers with parameters of type ValueFactoryModifierConstructorDescriptionRDFSailInserter(SailConnection con, ValueFactory vf) RDFSailInserter(SailConnection con, ValueFactory vf, UpdateContext uc) Creates a new RDFInserter object that preserves bnode IDs and that does not enforce any context upon statements that are reported to it.RDFSailRemover(SailConnection con, ValueFactory vf, UpdateContext uc) Creates a new RDFSailRemover object.SailUpdateExecutor(SailConnection con, ValueFactory vf, ParserConfig loadConfig) Implementation ofSailUpdate.execute()usingSailConnection.evaluate(TupleExpr, Dataset, BindingSet, boolean)and otherSailConnectionmethods.SPARQLUpdateDataBlockParser(ValueFactory valueFactory) Deprecated. -
Uses of ValueFactory in org.eclipse.rdf4j.repository.sparql
Methods in org.eclipse.rdf4j.repository.sparql that return ValueFactory -
Uses of ValueFactory in org.eclipse.rdf4j.repository.sparql.config
Fields in org.eclipse.rdf4j.repository.sparql.config declared as ValueFactory -
Uses of ValueFactory in org.eclipse.rdf4j.repository.util
Fields in org.eclipse.rdf4j.repository.util declared as ValueFactoryModifier and TypeFieldDescriptionprivate final ValueFactoryAbstractRDFInserter.valueFactoryValueFactory used to create BNodes.private final ValueFactoryRDFLoader.vfConstructors in org.eclipse.rdf4j.repository.util with parameters of type ValueFactoryModifierConstructorDescriptionprotectedCreates a new RDFInserter object that preserves bnode IDs and that does not enforce any context upon statements that are reported to it.RDFLoader(ParserConfig config, ValueFactory vf) -
Uses of ValueFactory in org.eclipse.rdf4j.rio
Methods in org.eclipse.rdf4j.rio with parameters of type ValueFactoryModifier and TypeMethodDescriptionstatic RDFParserRio.createParser(RDFFormat format, ValueFactory valueFactory) Convenience methods for creating RDFParser objects that use the specified ValueFactory to create RDF model objects.DatatypeHandler.normalizeDatatype(String literalValue, IRI datatypeUri, ValueFactory valueFactory) Normalize both the datatype URI and the literal value if appropriate, and use the given value factory to generate a literal matching a literal value and datatype URI.LanguageHandler.normalizeLanguage(String literalValue, String languageTag, ValueFactory valueFactory) Normalize both the language tag and the language if appropriate, and use the given value factory to generate a literal matching the literal value and language tag.static ModelRio.parse(InputStream in, String baseURI, RDFFormat dataFormat, ParserConfig settings, ValueFactory valueFactory, ParseErrorListener errors, ModelFactory modelFactory, Resource... contexts) Adds RDF data from anInputStreamto aModel, optionally to one or more named contexts.static ModelRio.parse(InputStream in, String baseURI, RDFFormat dataFormat, ParserConfig settings, ValueFactory valueFactory, ParseErrorListener errors, Resource... contexts) Adds RDF data from anInputStreamto aModel, optionally to one or more named contexts.static ModelRio.parse(Reader reader, String baseURI, RDFFormat dataFormat, ParserConfig settings, ValueFactory valueFactory, ParseErrorListener errors, ModelFactory modelFactory, Resource... contexts) static ModelRio.parse(Reader reader, String baseURI, RDFFormat dataFormat, ParserConfig settings, ValueFactory valueFactory, ParseErrorListener errors, Resource... contexts) RDFParser.setValueFactory(ValueFactory valueFactory) Sets the ValueFactory that the parser will use to create Value objects for the parsed RDF data. -
Uses of ValueFactory in org.eclipse.rdf4j.rio.datatypes
Methods in org.eclipse.rdf4j.rio.datatypes with parameters of type ValueFactoryModifier and TypeMethodDescriptionDBPediaDatatypeHandler.normalizeDatatype(String literalValue, IRI datatypeUri, ValueFactory valueFactory) GeoSPARQLDatatypeHandler.normalizeDatatype(String literalValue, IRI datatypeUri, ValueFactory valueFactory) RDFDatatypeHandler.normalizeDatatype(String literalValue, IRI datatypeUri, ValueFactory valueFactory) VirtuosoGeometryDatatypeHandler.normalizeDatatype(String literalValue, IRI datatypeUri, ValueFactory valueFactory) XMLSchemaDatatypeHandler.normalizeDatatype(String literalValue, IRI datatypeUri, ValueFactory valueFactory) -
Uses of ValueFactory in org.eclipse.rdf4j.rio.hdt
Constructors in org.eclipse.rdf4j.rio.hdt with parameters of type ValueFactoryModifierConstructorDescriptionHDTParser(ValueFactory valueFactory) Creates a new HDTParser that will use the supplied ValueFactory to create RDF model objects. -
Uses of ValueFactory in org.eclipse.rdf4j.rio.helpers
Classes in org.eclipse.rdf4j.rio.helpers that implement ValueFactoryModifier and TypeClassDescription(package private) classAValueFactorythat will delegate everything to anotherValueFactoryand create statements whose subject and object will be converted from RDF-star triples encoded as special IRIs back to RDF-star values.Fields in org.eclipse.rdf4j.rio.helpers declared as ValueFactoryModifier and TypeFieldDescriptionprivate final ValueFactoryRDFStarDecodingValueFactory.delegateprivate ValueFactoryAbstractRDFParser.originalValueFactoryprotected ValueFactoryAbstractRDFParser.valueFactoryThe ValueFactory to use for creating RDF model objects.private final ValueFactoryContextStatementCollector.vfprivate static final ValueFactoryRDFStarUtil.VFMethods in org.eclipse.rdf4j.rio.helpers with parameters of type ValueFactoryModifier and TypeMethodDescriptionstatic final LiteralRDFParserHelper.createLiteral(String label, String lang, IRI datatype, ParserConfig parserConfig, ParseErrorListener errListener, ValueFactory valueFactory) Create a literal using the given parameters, including iterative verification and normalization by anyDatatypeHandlerorLanguageHandlerimplementations that are found in theParserConfig.static LiteralRDFParserHelper.createLiteral(String label, String lang, IRI datatype, ParserConfig parserConfig, ParseErrorListener errListener, ValueFactory valueFactory, long lineNo, long columnNo) Create a literal using the given parameters, including iterative verification and normalization by anyDatatypeHandlerorLanguageHandlerimplementations that are found in theParserConfig.static <T extends Value>
TRDFStarUtil.fromRDFEncodedValue(T encodedValue, ValueFactory valueFactory) Converts the supplied value from an RDF-compatible representation to an RDF-star value.static BNodeNTriplesUtil.parseBNode(String nTriplesBNode, ValueFactory valueFactory) Parses an N-Triples bNode, creates an object for it using the supplied ValueFactory and returns this object.static LiteralNTriplesUtil.parseLiteral(String nTriplesLiteral, ValueFactory valueFactory) Parses an N-Triples literal, creates an object for it using the supplied ValueFactory and returns this object.static ResourceNTriplesUtil.parseResource(String nTriplesResource, ValueFactory valueFactory) Parses an N-Triples resource, creates an object for it using the supplied ValueFactory and returns this object.static TripleNTriplesUtil.parseTriple(String nTriplesTriple, ValueFactory valueFactory) Parses an RDF-star triple (non-standard N-Triples), creates an object for it using the supplied ValueFactory and returns this object.private static NTriplesUtil.TripleMatchNTriplesUtil.parseTripleInternal(String nTriplesTriple, ValueFactory valueFactory) Parses an RDF-star triple (non-standard N-Triples), creates an object for it using the supplied ValueFactory and returns an object that contains the parsed triple and the length of the parsed text.static IRINTriplesUtil.parseURI(String nTriplesURI, ValueFactory valueFactory) Parses an N-Triples URI, creates an object for it using the supplied ValueFactory and returns this object.static ValueNTriplesUtil.parseValue(String nTriplesValue, ValueFactory valueFactory) Parses an N-Triples value, creates an object for it using the supplied ValueFactory and returns this object.AbstractRDFParser.setValueFactory(ValueFactory valueFactory) Constructors in org.eclipse.rdf4j.rio.helpers with parameters of type ValueFactoryModifierConstructorDescriptionprotectedAbstractRDFParser(ValueFactory valueFactory) Creates a new RDFParserBase that will use the supplied ValueFactory to create RDF model objects.ContextStatementCollector(Collection<Statement> statements, Map<String, String> namespaces, ValueFactory vf, Resource... contexts) Creates a new StatementCollector that stores reported statements and namespaces in the supplied containers.ContextStatementCollector(Collection<Statement> statements, ValueFactory vf, Resource... contexts) Creates a new StatementCollector that stores reported statements in the supplied collection and that uses a new LinkedHashMap to store the reported namespaces.ContextStatementCollector(ValueFactory vf, Resource... contexts) Creates a new StatementCollector that uses a new ArrayList to store the reported statements and a new LinkedHashMap to store the reported namespaces.(package private)RDFStarDecodingValueFactory(ValueFactory delegate) protected -
Uses of ValueFactory in org.eclipse.rdf4j.rio.jsonld
Fields in org.eclipse.rdf4j.rio.jsonld declared as ValueFactoryMethods in org.eclipse.rdf4j.rio.jsonld that return ValueFactoryMethods in org.eclipse.rdf4j.rio.jsonld with parameters of type ValueFactoryModifier and TypeMethodDescriptionvoidJSONLDInternalTripleCallback.setValueFactory(ValueFactory vf) Constructors in org.eclipse.rdf4j.rio.jsonld with parameters of type ValueFactoryModifierConstructorDescriptionJSONLDInternalTripleCallback(RDFHandler nextHandler, ValueFactory vf) JSONLDInternalTripleCallback(RDFHandler nextHandler, ValueFactory vf, ParserConfig parserConfig, ParseErrorListener parseErrorListener, Function<String, Resource> namedBNodeCreator, Supplier<Resource> anonymousBNodeCreator) JSONLDParser(ValueFactory valueFactory) Creates a JSONLD Parser using the givenValueFactoryto create newValues. -
Uses of ValueFactory in org.eclipse.rdf4j.rio.languages
Methods in org.eclipse.rdf4j.rio.languages with parameters of type ValueFactoryModifier and TypeMethodDescriptionBCP47LanguageHandler.normalizeLanguage(String literalValue, String languageTag, ValueFactory valueFactory) RFC3066LanguageHandler.normalizeLanguage(String literalValue, String languageTag, ValueFactory valueFactory) -
Uses of ValueFactory in org.eclipse.rdf4j.rio.n3
Constructors in org.eclipse.rdf4j.rio.n3 with parameters of type ValueFactoryModifierConstructorDescriptionN3Parser(ValueFactory valueFactory) Creates a new N3Parser that will use the supplied ValueFactory to create RDF model objects. -
Uses of ValueFactory in org.eclipse.rdf4j.rio.ndjsonld
Constructors in org.eclipse.rdf4j.rio.ndjsonld with parameters of type ValueFactoryModifierConstructorDescriptionNDJSONLDParser(ValueFactory valueFactory) Creates a RDF4J NDJSONLD Parser using the givenValueFactoryto create newValues. -
Uses of ValueFactory in org.eclipse.rdf4j.rio.nquads
Constructors in org.eclipse.rdf4j.rio.nquads with parameters of type ValueFactory -
Uses of ValueFactory in org.eclipse.rdf4j.rio.ntriples
Constructors in org.eclipse.rdf4j.rio.ntriples with parameters of type ValueFactoryModifierConstructorDescriptionNTriplesParser(ValueFactory valueFactory) Creates a new NTriplesParser that will use the supplied ValueFactory to create RDF model objects. -
Uses of ValueFactory in org.eclipse.rdf4j.rio.rdfjson
Methods in org.eclipse.rdf4j.rio.rdfjson with parameters of type ValueFactoryModifier and TypeMethodDescriptionprivate voidRDFJSONParser.rdfJsonToHandlerInternal(RDFHandler handler, ValueFactory vf, com.fasterxml.jackson.core.JsonParser jp) -
Uses of ValueFactory in org.eclipse.rdf4j.rio.rdfxml
Constructors in org.eclipse.rdf4j.rio.rdfxml with parameters of type ValueFactoryModifierConstructorDescriptionRDFXMLParser(ValueFactory valueFactory) Creates a new RDFXMLParser that will use the supplied ValueFactory to create RDF model objects. -
Uses of ValueFactory in org.eclipse.rdf4j.rio.trig
Constructors in org.eclipse.rdf4j.rio.trig with parameters of type ValueFactoryModifierConstructorDescriptionTriGParser(ValueFactory valueFactory) Creates a new TriGParser that will use the supplied ValueFactory to create RDF model objects. -
Uses of ValueFactory in org.eclipse.rdf4j.rio.trigstar
Constructors in org.eclipse.rdf4j.rio.trigstar with parameters of type ValueFactoryModifierConstructorDescriptionTriGStarParser(ValueFactory valueFactory) Creates a new TriGStarParser that will use the supplied ValueFactory to create RDF-star model objects. -
Uses of ValueFactory in org.eclipse.rdf4j.rio.trix
Constructors in org.eclipse.rdf4j.rio.trix with parameters of type ValueFactoryModifierConstructorDescriptionTriXParser(ValueFactory valueFactory) Creates a new TriXParser that will use the supplied ValueFactory to create objects for resources, bNodes, literals and statements. -
Uses of ValueFactory in org.eclipse.rdf4j.rio.turtle
Constructors in org.eclipse.rdf4j.rio.turtle with parameters of type ValueFactoryModifierConstructorDescriptionTurtleParser(ValueFactory valueFactory) Creates a new TurtleParser that will use the supplied ValueFactory to create RDF model objects. -
Uses of ValueFactory in org.eclipse.rdf4j.rio.turtlestar
Constructors in org.eclipse.rdf4j.rio.turtlestar with parameters of type ValueFactoryModifierConstructorDescriptionTurtleStarParser(ValueFactory valueFactory) Creates a new TurtleStarParser that will use the supplied ValueFactory to create RDF-star model objects. -
Uses of ValueFactory in org.eclipse.rdf4j.sail
Methods in org.eclipse.rdf4j.sail that return ValueFactoryModifier and TypeMethodDescriptionSail.getValueFactory()Gets a ValueFactory object that can be used to create IRI-, blank node-, literal- and statement objects. -
Uses of ValueFactory in org.eclipse.rdf4j.sail.base
Fields in org.eclipse.rdf4j.sail.base declared as ValueFactoryModifier and TypeFieldDescriptionprivate final ValueFactorySailDatasetTripleSource.vfprivate final ValueFactorySailSourceConnection.vfValueFactoryused by this connection.Methods in org.eclipse.rdf4j.sail.base that return ValueFactoryModifier and TypeMethodDescriptionSailDatasetTripleSource.getValueFactory()SailStore.getValueFactory()TheValueFactorythat should be used in association with this.SnapshotSailStore.getValueFactory()Constructors in org.eclipse.rdf4j.sail.base with parameters of type ValueFactory -
Uses of ValueFactory in org.eclipse.rdf4j.sail.evaluation
Fields in org.eclipse.rdf4j.sail.evaluation declared as ValueFactoryMethods in org.eclipse.rdf4j.sail.evaluation that return ValueFactoryConstructors in org.eclipse.rdf4j.sail.evaluation with parameters of type ValueFactoryModifierConstructorDescriptionSailTripleSource(SailConnection conn, boolean includeInferred, ValueFactory valueFactory) -
Uses of ValueFactory in org.eclipse.rdf4j.sail.helpers
Methods in org.eclipse.rdf4j.sail.helpers that return ValueFactory -
Uses of ValueFactory in org.eclipse.rdf4j.sail.inferencer.fc
Fields in org.eclipse.rdf4j.sail.inferencer.fc declared as ValueFactoryModifier and TypeFieldDescriptionprivate final ValueFactoryDedupingInferencerConnection.valueFactoryMethods in org.eclipse.rdf4j.sail.inferencer.fc that return ValueFactoryConstructors in org.eclipse.rdf4j.sail.inferencer.fc with parameters of type ValueFactoryModifierConstructorDescription -
Uses of ValueFactory in org.eclipse.rdf4j.sail.inferencer.util
Constructors in org.eclipse.rdf4j.sail.inferencer.util with parameters of type ValueFactoryModifierConstructorDescriptionCreates a new RDFInserter object that preserves bnode IDs and that does not enforce any context upon statements that are reported to it. -
Uses of ValueFactory in org.eclipse.rdf4j.sail.lucene
Fields in org.eclipse.rdf4j.sail.lucene declared as ValueFactoryModifier and TypeFieldDescriptionprivate static final ValueFactorySearchFields.valueFactoryprivate final ValueFactoryAbstractSearchIndex.vf -
Uses of ValueFactory in org.eclipse.rdf4j.sail.memory
Methods in org.eclipse.rdf4j.sail.memory that return ValueFactoryModifier and TypeMethodDescriptionMemorySailStore.getValueFactory()MemoryStore.getValueFactory() -
Uses of ValueFactory in org.eclipse.rdf4j.sail.memory.model
Classes in org.eclipse.rdf4j.sail.memory.model that implement ValueFactoryModifier and TypeClassDescriptionclassA factory for MemValue objects that keeps track of created objects to prevent the creation of duplicate objects, minimizing memory usage as a result. -
Uses of ValueFactory in org.eclipse.rdf4j.sail.shacl.ast
Methods in org.eclipse.rdf4j.sail.shacl.ast with parameters of type ValueFactoryModifier and TypeMethodDescriptionXmlDatatypeUtilFunction.evaluate(ValueFactory valueFactory, Value... args) -
Uses of ValueFactory in org.eclipse.rdf4j.sail.shacl.ast.planNodes
Methods in org.eclipse.rdf4j.sail.shacl.ast.planNodes with parameters of type ValueFactoryModifier and TypeMethodDescriptionprivate static LiteralPatternFilter.str(Value argValue, ValueFactory valueFactory) -
Uses of ValueFactory in org.eclipse.rdf4j.spin
Fields in org.eclipse.rdf4j.spin declared as ValueFactoryModifier and TypeFieldDescriptionprivate final ValueFactorySpinRenderer.valueFactoryprivate static final ValueFactorySpinWellKnownFunctions.valueFactoryprivate static final ValueFactorySpinWellKnownVars.valueFactoryConstructors in org.eclipse.rdf4j.spin with parameters of type ValueFactoryModifierConstructorDescriptionSpinRenderer(SpinRenderer.Output output, com.google.common.base.Function<String, IRI> wellKnownVarMapper, com.google.common.base.Function<String, IRI> wellKnownFuncMapper, ValueFactory vf) -
Uses of ValueFactory in org.eclipse.rdf4j.spin.function
Methods in org.eclipse.rdf4j.spin.function with parameters of type ValueFactoryModifier and TypeMethodDescriptionprotected ValueAdd.evaluate(ValueFactory valueFactory, Value arg1, Value arg2) protected ValueAnd.evaluate(ValueFactory valueFactory, Value arg1, Value arg2) AskFunction.evaluate(ValueFactory valueFactory, Value... args) Concat.evaluate(ValueFactory valueFactory, Value... args) CloseableIteration<? extends List<? extends Value>, QueryEvaluationException> ConstructTupleFunction.evaluate(ValueFactory valueFactory, Value... args) protected ValueDivide.evaluate(ValueFactory valueFactory, Value arg1, Value arg2) protected ValueEqualTo.evaluate(ValueFactory valueFactory, Value arg1, Value arg2) EvalFunction.evaluate(ValueFactory valueFactory, Value... args) protected ValueGreaterThan.evaluate(ValueFactory valueFactory, Value arg1, Value arg2) protected ValueGreaterThanOrEqualTo.evaluate(ValueFactory valueFactory, Value arg1, Value arg2) protected ValueLessThan.evaluate(ValueFactory valueFactory, Value arg1, Value arg2) protected ValueLessThanOrEqualTo.evaluate(ValueFactory valueFactory, Value arg1, Value arg2) protected ValueLocalname.evaluate(ValueFactory valueFactory, Value arg) protected ValueMultiply.evaluate(ValueFactory valueFactory, Value arg1, Value arg2) protected ValueNot.evaluate(ValueFactory valueFactory, Value arg) protected ValueNotEqualTo.evaluate(ValueFactory valueFactory, Value arg1, Value arg2) ObjectFunction.evaluate(ValueFactory valueFactory, Value... args) protected ValueOr.evaluate(ValueFactory valueFactory, Value arg1, Value arg2) CloseableIteration<? extends List<? extends Value>, QueryEvaluationException> SelectTupleFunction.evaluate(ValueFactory valueFactory, Value... args) SpinFunction.evaluate(ValueFactory valueFactory, Value... args) CloseableIteration<? extends List<? extends Value>, QueryEvaluationException> SpinTupleFunction.evaluate(ValueFactory valueFactory, Value... args) SpinxFunction.evaluate(ValueFactory valueFactory, Value... args) protected ValueSubtract.evaluate(ValueFactory valueFactory, Value arg1, Value arg2) -
Uses of ValueFactory in org.eclipse.rdf4j.spin.function.apf
Methods in org.eclipse.rdf4j.spin.function.apf with parameters of type ValueFactoryModifier and TypeMethodDescriptionCloseableIteration<? extends List<? extends Value>, QueryEvaluationException> ConcatTupleFunction.evaluate(ValueFactory valueFactory, Value... args) -
Uses of ValueFactory in org.eclipse.rdf4j.spin.function.list
Methods in org.eclipse.rdf4j.spin.function.list with parameters of type ValueFactoryModifier and TypeMethodDescriptionCloseableIteration<? extends List<? extends Value>, QueryEvaluationException> Index.evaluate(ValueFactory valueFactory, Value... args) CloseableIteration<? extends List<? extends Value>, QueryEvaluationException> Length.evaluate(ValueFactory valueFactory, Value... args) CloseableIteration<? extends List<? extends Value>, QueryEvaluationException> Member.evaluate(ValueFactory valueFactory, Value... args) -
Uses of ValueFactory in org.eclipse.rdf4j.spin.function.spif
Methods in org.eclipse.rdf4j.spin.function.spif with parameters of type ValueFactoryModifier and TypeMethodDescriptionAbstractStringReplacer.evaluate(ValueFactory valueFactory, Value... args) BuildString.evaluate(ValueFactory valueFactory, Value... args) BuildURI.evaluate(ValueFactory valueFactory, Value... args) protected ValueCast.evaluate(ValueFactory valueFactory, Value arg1, Value arg2) ConvertSpinRDFToString.evaluate(ValueFactory valueFactory, Value... args) CurrentTimeMillis.evaluate(ValueFactory valueFactory, Value... args) protected ValueDateFormat.evaluate(ValueFactory valueFactory, Value arg1, Value arg2) protected ValueDecimalFormat.evaluate(ValueFactory valueFactory, Value arg1, Value arg2) DecodeURL.evaluate(ValueFactory valueFactory, Value... args) EncodeURL.evaluate(ValueFactory valueFactory, Value... args) CloseableIteration<? extends List<? extends Value>, QueryEvaluationException> For.evaluate(ValueFactory valueFactory, Value... args) CloseableIteration<? extends List<? extends Value>, QueryEvaluationException> ForEach.evaluate(ValueFactory valueFactory, Value... args) GenerateUUID.evaluate(ValueFactory valueFactory, Value... args) HasAllObjects.evaluate(ValueFactory valueFactory, Value... args) IndexOf.evaluate(ValueFactory valueFactory, Value... args) Invoke.evaluate(ValueFactory valueFactory, Value... args) protected ValueIsValidURI.evaluate(ValueFactory valueFactory, Value arg) LastIndexOf.evaluate(ValueFactory valueFactory, Value... args) protected ValueMod.evaluate(ValueFactory valueFactory, Value arg1, Value arg2) Name.evaluate(ValueFactory valueFactory, Value... args) protected ValueParseDate.evaluate(ValueFactory valueFactory, Value arg1, Value arg2) Random.evaluate(ValueFactory valueFactory, Value... args) ReplaceAll.evaluate(ValueFactory valueFactory, Value... args) CloseableIteration<? extends List<? extends Value>, QueryEvaluationException> Split.evaluate(ValueFactory valueFactory, Value... args) protected ValueTimeMillis.evaluate(ValueFactory valueFactory, Value arg) protected ValueTrim.evaluate(ValueFactory valueFactory, Value arg) protected ValueUnCamelCase.evaluate(ValueFactory valueFactory, Value arg)
Values.literal(Object)instead.