Uses of Interface
org.eclipse.rdf4j.model.Value
Packages that use Value
Package
Description
The RDF Model API
Abstract base classes for RDF Model API interfaces.
Default implementations of the RDF model interfaces
Helper classes for working with RDF models.
Interfaces and classes for handling queries and query results.
Abstract Query Algebra model.
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.
SPARQL 1.1 Abstract Syntax Tree (AST) parser.
A writer for the
SPARQL Query Results JSON Format
Parsers and writers for the
SPARQL Query Results XML Format
This package contains classes for working with RDF4J query objects.
This package contains classes for rendering RDF4J query objects as SPARQL queries.
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 wrapper with convenience functions for handling contexts.
A repository wrapper which supports auto-loading of datasets specified in a query.
Interfaces for notification/interception of events happening on Repositories and RepositoryConnections
Wrapper/adapter base implementations.
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.
Parser/writer for the RDF4J binary RDF format.
Parser/writer for the HDT v1.0 format.
Provides helpers classes for Rio.
Parser/writer for the N-Triples format.
Parser/writer for the RDF/JSON format.
Parser/writer for the RDF/XML format.
Pretty-printing 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.
A Sail implementation for SHACL constraint checking.
See discussion at https://github.com/eclipse/rdf4j/issues/1262
Core functions required for SPIN.
-
Uses of Value in org.eclipse.rdf4j.collection.factory.api
Methods in org.eclipse.rdf4j.collection.factory.api that return ValueModifier and TypeMethodDescriptionprivate ValueCollectionFactory.valueFromObjectInputStream(ObjectInputStream ois) Methods in org.eclipse.rdf4j.collection.factory.api that return types with arguments of type ValueModifier and TypeMethodDescriptionCollectionFactory.createValueKeyedMap()CollectionFactory.createValueList()CollectionFactory.createValueQueue()CollectionFactory.createValueSet()Methods in org.eclipse.rdf4j.collection.factory.api with parameters of type ValueModifier and TypeMethodDescriptionprivate byte[]CollectionFactory.valueIntoByteArray(Value value) private voidCollectionFactory.valueIntoObjectOutputStream(Value value, ObjectOutputStream oos) Method parameters in org.eclipse.rdf4j.collection.factory.api with type arguments of type ValueModifier and TypeMethodDescriptionCollectionFactory.createBindingSetKey(BindingSet bindingSet, List<Function<BindingSet, Value>> getValues, ToIntFunction<BindingSet> hashOfBindingSetCalculator) default intCollectionFactory.hashAValue(Function<BindingSet, Value> getValue, int nextHash, BindingSet bs) Hashes a value that complies with the hashCode/equals conception but only in context of this collection/factory storage layer.default ToIntFunction<BindingSet> CollectionFactory.hashOfBindingSetFuntion(List<Function<BindingSet, Value>> getValues) Generate a method that calculates a hash code that is valid in context of a single store implementation and QueryExecutionContext. -
Uses of Value in org.eclipse.rdf4j.collection.factory.impl
Fields in org.eclipse.rdf4j.collection.factory.impl declared as ValueMethods in org.eclipse.rdf4j.collection.factory.impl that return types with arguments of type ValueModifier and TypeMethodDescriptionDefaultCollectionFactory.createValueKeyedMap()DefaultCollectionFactory.createValueList()DefaultCollectionFactory.createValueQueue()DefaultCollectionFactory.createValueSet()Method parameters in org.eclipse.rdf4j.collection.factory.impl with type arguments of type ValueModifier and TypeMethodDescriptionDefaultCollectionFactory.createBindingSetKey(BindingSet bindingSet, List<Function<BindingSet, Value>> getValues, ToIntFunction<BindingSet> hashOfBindingSetCalculator) Constructor parameters in org.eclipse.rdf4j.collection.factory.impl with type arguments of type Value -
Uses of Value in org.eclipse.rdf4j.http.client
Methods in org.eclipse.rdf4j.http.client with parameters of type ValueModifier and TypeMethodDescriptionvoidRDF4JProtocolSession.getStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, RDFHandler handler, Resource... contexts) -
Uses of Value in org.eclipse.rdf4j.http.protocol
Methods in org.eclipse.rdf4j.http.protocol that return ValueModifier and TypeMethodDescriptionstatic ValueProtocol.decodeValue(String encodedValue, ValueFactory valueFactory) Decode a previously encoded value.Methods in org.eclipse.rdf4j.http.protocol with parameters of type ValueModifier and TypeMethodDescriptionstatic StringProtocol.encodeValue(Value value) Encodes a value in a canonical serialized string format, for use in a URL query parameter. -
Uses of Value in org.eclipse.rdf4j.http.protocol.transaction
Fields in org.eclipse.rdf4j.http.protocol.transaction with type parameters of type ValueMethods in org.eclipse.rdf4j.http.protocol.transaction with parameters of type Value -
Uses of Value in org.eclipse.rdf4j.http.protocol.transaction.operations
Fields in org.eclipse.rdf4j.http.protocol.transaction.operations declared as ValueMethods in org.eclipse.rdf4j.http.protocol.transaction.operations that return ValueMethods in org.eclipse.rdf4j.http.protocol.transaction.operations with parameters of type ValueConstructors in org.eclipse.rdf4j.http.protocol.transaction.operations with parameters of type ValueModifierConstructorDescriptionAddStatementOperation(Resource subj, IRI pred, Value obj, Resource... contexts) Create an AddStatementOperation.RemoveStatementsOperation(Resource subj, IRI pred, Value obj, Resource... contexts) Creates a RemoveStatementsOperation. -
Uses of Value in org.eclipse.rdf4j.model
Subinterfaces of Value in org.eclipse.rdf4j.modelModifier and TypeInterfaceDescriptioninterfaceAn RDF-1.1 blank node (aka bnode, aka anonymous node).interfaceAn Internationalized Resource Identifier (IRI).interfaceAn RDF-1.1 literal consisting of a label (the lexical value), a datatype, and optionally a language tag.interfaceThe supertype of all RDF resources (IRIs and blank nodes).interfaceAn RDF-star embedded triple.Methods in org.eclipse.rdf4j.model that return ValueModifier and TypeMethodDescriptionStatement.getObject()Gets the object of this statement.Triple.getObject()Gets the object of this triple.Methods in org.eclipse.rdf4j.model that return types with arguments of type ValueModifier and TypeMethodDescriptionModel.objects()Returns aSetview of the objects contained in this model.Methods in org.eclipse.rdf4j.model with parameters of type ValueModifier and TypeMethodDescriptionbooleanAdds one or more statements to the model.booleanDetermines if statements with the specified subject, predicate, object and (optionally) context exist in this model.ValueFactory.createStatement(Resource subject, IRI predicate, Value object) Creates a new statement with the supplied subject, predicate and object.ValueFactory.createStatement(Resource subject, IRI predicate, Value object, Resource context) Creates a new statement with the supplied subject, predicate and object and associated context.default TripleValueFactory.createTriple(Resource subject, IRI predicate, Value object) Creates a new RDF-star triple with the supplied subject, predicate and object.Returns a filtered view of the statements with the specified subject, predicate, object and (optionally) context.Model.getStatements(Resource subject, IRI predicate, Value object, Resource... contexts) booleanRemoves statements with the specified subject, predicate, object and (optionally) context exist in this model. -
Uses of Value in org.eclipse.rdf4j.model.base
Classes in org.eclipse.rdf4j.model.base that implement ValueModifier and TypeClassDescriptionclassBase class forBNode, offering common functionality.(package private) static classclassBase class forIRI, offering common functionality.(package private) static classclassBase class forLiteral, offering common functionality.(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 classclassBase class forTriple, offering common functionality.(package private) static classfinal classAn IRI implementation that interns the stringValue so that two objects can be compared by their stringValue reference.Fields in org.eclipse.rdf4j.model.base declared as ValueModifier and TypeFieldDescriptionprivate final ValueAbstractTriple.GenericTriple.objectprivate final ValueAbstractValueFactory.GenericStatement.objectMethods in org.eclipse.rdf4j.model.base that return ValueModifier and TypeMethodDescriptionAbstractTriple.GenericTriple.getObject()AbstractValueFactory.GenericStatement.getObject()Methods in org.eclipse.rdf4j.model.base with parameters of type ValueModifier and TypeMethodDescriptionAbstractValueFactory.createStatement(Resource subject, IRI predicate, Value object) AbstractValueFactory.createStatement(Resource subject, IRI predicate, Value object, Resource context) AbstractValueFactory.createTriple(Resource subject, IRI predicate, Value object) Constructors in org.eclipse.rdf4j.model.base with parameters of type ValueModifierConstructorDescription(package private)GenericStatement(Resource subject, IRI predicate, Value object, Resource context) (package private)GenericTriple(Resource subject, IRI predicate, Value object) -
Uses of Value in org.eclipse.rdf4j.model.impl
Classes in org.eclipse.rdf4j.model.impl with type parameters of type ValueModifier and TypeClassDescriptionprivate classAbstractModel.ValueSet<V extends Value>classGenericStatement<R extends Resource, I extends IRI, V extends Value>An implementation of the Statement interface with support for Java Generics.private static classLinkedHashModel.ModelNode<V extends Value>Classes in org.eclipse.rdf4j.model.impl that implement ValueModifier 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.classAn simple default implementation of theBNodeinterface.classThe default implementation of theIRIinterface.classA simple default implementation of theLiteralinterface.classA simple default implementation of theTripleinterface.Fields in org.eclipse.rdf4j.model.impl declared as ValueModifier and TypeFieldDescriptionprotected ValueFilteredModel.objprotected final VGenericStatement.objectprivate final ValueSimpleStatement.objectDeprecated, for removal: This API element is subject to removal in a future version.The statement's object.private final ValueSimpleTriple.objectThe triple's object.private final VLinkedHashModel.ModelNode.valueFields in org.eclipse.rdf4j.model.impl with type parameters of type ValueModifier and TypeFieldDescription(package private) LinkedHashModel.ModelNode<Value> LinkedHashModel.ModelStatement.obj(package private) Map<Value, LinkedHashModel.ModelNode> LinkedHashModel.valuesMethods in org.eclipse.rdf4j.model.impl with type parameters of type ValueModifier and TypeMethodDescriptionprivate <V extends Value>
LinkedHashModel.ModelNode<V> LinkedHashModel.asNode(V value) Methods in org.eclipse.rdf4j.model.impl that return ValueModifier and TypeMethodDescriptionLinkedHashModel.ModelStatement.getObject()SimpleStatement.getObject()Deprecated, for removal: This API element is subject to removal in a future version.SimpleTriple.getObject()private Value[]Methods in org.eclipse.rdf4j.model.impl that return types with arguments of type ValueMethods in org.eclipse.rdf4j.model.impl with parameters of type ValueModifier and TypeMethodDescriptionprivate booleanbooleanbooleanbooleanbooleanbooleanbooleanprivate Statementprivate Statementprivate Set<LinkedHashModel.ModelStatement> private TreeModel.StatementTree(package private) intTreeModel.compareValue(Value o1, Value o2) booleanbooleanbooleanbooleanbooleanbooleanSimpleValueFactory.createStatement(Resource subject, IRI predicate, Value object) SimpleValueFactory.createStatement(Resource subject, IRI predicate, Value object, Resource context) ValidatingValueFactory.createStatement(Resource subject, IRI predicate, Value object) ValidatingValueFactory.createStatement(Resource subject, IRI predicate, Value object, Resource context) SimpleValueFactory.createTriple(Resource subject, IRI predicate, Value object) ValidatingValueFactory.createTriple(Resource subject, IRI predicate, Value object) booleanSimpleStatement.exactSameObject(Value object) Deprecated, for removal: This API element is subject to removal in a future version.DynamicModel.getStatements(Resource subject, IRI predicate, Value object, Resource... contexts) private TreeModel.StatementTreebooleanprivate booleanTreeModel.isResourceURIResource(Value subj, Value pred, Value ctx) private LinkedHashModel.ModelIteratorLinkedHashModel.matchPattern(Resource subj, IRI pred, Value obj, Resource... contexts) TreeModel.matchPattern(Resource subj, IRI pred, Value obj, Resource ctx) private Value[]booleanbooleanbooleanbooleanbooleanbooleanprotected abstract voidFilteredModel.removeFilteredTermIteration(Iterator<Statement> iter, Resource subj, IRI pred, Value obj, Resource... contexts) Called by aggregate sets when a term has been removed from a term iterator.abstract voidAbstractModel.removeTermIteration(Iterator<Statement> iter, Resource subj, IRI pred, Value obj, Resource... contexts) Called by aggregate sets when a term has been removed from a term iterator.voidEmptyModel.removeTermIteration(Iterator<Statement> iter, Resource subj, IRI pred, Value obj, Resource... contexts) final voidFilteredModel.removeTermIteration(Iterator<Statement> iter, Resource s, IRI p, Value o, Resource... c) voidLinkedHashModel.removeTermIteration(Iterator iterator, Resource subj, IRI pred, Value obj, Resource... contexts) voidTreeModel.removeTermIteration(Iterator<Statement> iterator, Resource subj, IRI pred, Value obj, Resource... contexts) voidUnmodifiableModel.removeTermIteration(Iterator<Statement> iter, Resource subj, IRI pred, Value obj, Resource... contexts) Constructors in org.eclipse.rdf4j.model.impl with parameters of type ValueModifierConstructorDescriptionprotectedContextStatement(Resource subject, IRI predicate, Value object, Resource context) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new Statement with the supplied subject, predicate and object for the specified associated context.protectedFilteredModel(AbstractModel model, Resource subj, IRI pred, Value obj, Resource... contexts) protectedSimpleStatement(Resource subject, IRI predicate, Value object) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new Statement with the supplied subject, predicate and object.protectedSimpleTriple(Resource subject, IRI predicate, Value object) Creates a new Triple with the supplied subject, predicate and object.TreeStatement(Resource subject, IRI predicate, Value object, Resource ctx) -
Uses of Value in org.eclipse.rdf4j.model.util
Classes in org.eclipse.rdf4j.model.util that implement interfaces with type arguments of type ValueModifier and TypeClassDescriptionclassA lexical RDF Term Comparator, this class does not compare numerically and is therefore a bit faster than a SPARQL compliant comparator.Fields in org.eclipse.rdf4j.model.util declared as ValueModifier and TypeFieldDescriptionprivate final Value[]PatternIterator.contextsprivate final ValuePatternIterator.objprivate final ValuePatternIterator.predprivate final ValuePatternIterator.subjFields in org.eclipse.rdf4j.model.util with type parameters of type ValueMethods in org.eclipse.rdf4j.model.util with type parameters of type ValueModifier and TypeMethodDescriptionstatic <C extends Collection<Value>>
CConverts an RDF Collection to a JavaCollectionofValueobjects.static <C extends Collection<Value>>
CRDFContainers.toValues(IRI containerType, Model m, Resource container, C collection, Resource... contexts) Converts an RDF Containter to a JavaCollectionofValueobjects.Methods in org.eclipse.rdf4j.model.util that return ValueMethods in org.eclipse.rdf4j.model.util that return types with arguments of type ValueModifier and TypeMethodDescriptionModels.getProperties(Model m, Resource subject, IRI property, Resource... contexts) Retrieve all property values for the supplied subject and property from the given model.Models.getProperty(Model m, Resource subject, IRI property, Resource... contexts) Retrieve a property value for the supplied subject from the given model.Configurations.getPropertyValues(Model model, Resource subject, IRI property, IRI legacyProperty) Retrieve all property values for the supplied subject as a Set of values and include all values for any legacy property.GraphComparisons.Partitioning.getStaticValueMapping()Retrieves an objectValuefrom the supplied statements.Retrieves an objectValuefrom the statements in the given model.SynchronizedModel.objects()Methods in org.eclipse.rdf4j.model.util with parameters of type ValueModifier and TypeMethodDescriptionbooleanprivate static booleanprivate static StringModelException.buildMessage(Value v1, Value v2) intstatic voidStatements.consume(ValueFactory vf, Resource subject, IRI predicate, Value object, Consumer<Statement> consumer, Resource... contexts) booleanstatic <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.Either supplies a statement matching the given pattern, orOptional.empty()otherwise.static booleanLiterals.getBooleanValue(Value v, boolean fallback) Returns the result ofgetBooleanValue((Literal)value, fallback)in case the supplied value is a literal, returns the fallback value otherwise.static byteLiterals.getByteValue(Value v, byte fallback) Returns the result ofgetByteValue((Literal)value, fallback)in case the supplied value is a literal, returns the fallback value otherwise.static XMLGregorianCalendarLiterals.getCalendarValue(Value v, XMLGregorianCalendar fallback) Returns the result ofgetCalendarValue((Literal)value, fallback)in case the supplied value is a literal, returns the fallback value otherwise.com.google.common.hash.HashCodeGraphComparisons.Partitioning.getCurrentHashCode(Value value) static BigDecimalLiterals.getDecimalValue(Value v, BigDecimal fallback) Returns the result ofgetDecimalValue((Literal)value, fallback)in case the supplied value is a literal, returns the fallback value otherwise.static doubleLiterals.getDoubleValue(Value v, double fallback) Returns the result ofgetDoubleValue((Literal)value, fallback)in case the supplied value is a literal, returns the fallback value otherwise.static floatLiterals.getFloatValue(Value v, float fallback) Returns the result ofgetFloatValue((Literal)value, fallback)in case the supplied value is a literal, returns the fallback value otherwise.static BigIntegerLiterals.getIntegerValue(Value v, BigInteger fallback) Returns the result ofgetIntegerValue((Literal)value, fallback)in case the supplied value is a literal, returns the fallback value otherwise.static intLiterals.getIntValue(Value v, int fallback) Returns the result ofgetIntValue((Literal)value, fallback)in case the supplied value is a literal, returns the fallback value otherwise.static StringReturns the result ofgetLabel((Literal)v, fallbackin case the supplied value is a literal, returns the fallback value otherwise.static longLiterals.getLongValue(Value v, long fallback) Returns the result ofgetLongValue((Literal)value, fallback)in case the supplied value is a literal, returns the fallback value otherwise.com.google.common.hash.HashCodeGraphComparisons.Partitioning.getPreviousHashCode(Value value) static shortLiterals.getShortValue(Value v, short fallback) Returns the result ofgetShortValue((Literal)value, fallback)in case the supplied value is a literal, returns the fallback value otherwise.private static booleanprivate Value[]booleanstatic ModelSets the property value for the given subject to the given object value, replacing any existing value(s) for the subject's property.static StatementCreate aStatementfrom the supplied subject, predicate, object and context.static StatementStatements.statement(ValueFactory vf, Resource subject, IRI predicate, Value object, Resource context) Create aStatementfrom the supplied subject, predicate, object and context.static TripleCreates a newRDF-star embedded triplewith the supplied subject, predicate, and object.static TripleValues.triple(ValueFactory vf, Resource subject, IRI predicate, Value object) Creates a newRDF-star embedded triplewith the supplied subject, predicate, and object.Method parameters in org.eclipse.rdf4j.model.util with type arguments of type ValueModifier and TypeMethodDescriptionstatic voidRDFCollections.consumeValues(Model m, Resource head, Consumer<Value> consumer, Resource... contexts) static voidRDFContainers.consumeValues(Model m, Resource container, IRI containerType, Consumer<Value> consumer, Resource... contexts) static StringConstructors in org.eclipse.rdf4j.model.util with parameters of type Value -
Uses of Value in org.eclipse.rdf4j.query
Methods in org.eclipse.rdf4j.query that return ValueModifier and TypeMethodDescriptionBinding.getValue()Gets the value of the binding.Gets the value of the binding with the specified name from this BindingSet.Methods in org.eclipse.rdf4j.query that return types with arguments of type ValueModifier and TypeMethodDescriptionQueryResults.getAllValues(TupleQueryResult result, String var) Returns a list of values of a particular variable out of the QueryResult.Methods in org.eclipse.rdf4j.query with parameters of type ValueModifier and TypeMethodDescriptiondefault voidMutableBindingSet.addBinding(String name, Value value) Adds a binding to the binding set.voidMutableBindingSet.setBinding(String name, Value value) voidOperation.setBinding(String name, Value value) Binds the specified variable to the supplied value. -
Uses of Value in org.eclipse.rdf4j.query.algebra
Fields in org.eclipse.rdf4j.query.algebra declared as ValueMethods in org.eclipse.rdf4j.query.algebra that return ValueMethods in org.eclipse.rdf4j.query.algebra with parameters of type ValueModifier and TypeMethodDescriptionvoidvoidDeprecated, for removal: This API element is subject to removal in a future version.Constructors in org.eclipse.rdf4j.query.algebra with parameters of type Value -
Uses of Value in org.eclipse.rdf4j.query.algebra.evaluation
Fields in org.eclipse.rdf4j.query.algebra.evaluation declared as ValueModifier and TypeFieldDescriptionprivate final ValueQueryValueEvaluationStep.ConstantQueryValueEvaluationStep.valueprivate final Value[]ArrayBindingSet.valuesFields in org.eclipse.rdf4j.query.algebra.evaluation with type parameters of type ValueModifier and TypeFieldDescriptionQueryBindingSet.bindingsprivate final Function<BindingSet, Value> QueryValueEvaluationStep.ApplyFunctionForEachBinding.functionMethods in org.eclipse.rdf4j.query.algebra.evaluation that return ValueModifier and TypeMethodDescriptionEvaluationStrategy.evaluate(ValueExpr expr, BindingSet bindings) Gets the value of this expression.QueryValueEvaluationStep.ApplyFunctionForEachBinding.evaluate(BindingSet bindings) QueryValueEvaluationStep.ConstantQueryValueEvaluationStep.evaluate(BindingSet bindings) QueryValueEvaluationStep.evaluate(BindingSet bindings) QueryValueEvaluationStep.Fail.evaluate(BindingSet bindings) QueryValueEvaluationStep.Minimal.evaluate(BindingSet bindings) Methods in org.eclipse.rdf4j.query.algebra.evaluation that return types with arguments of type ValueModifier and TypeMethodDescriptionArrayBindingSet.getDirectAddBinding(String bindingName) ArrayBindingSet.getDirectGetValue(String bindingName) ArrayBindingSet.getDirectSetBinding(String bindingName) This is used to generate a direct setter into the array to put a binding value into.Methods in org.eclipse.rdf4j.query.algebra.evaluation with parameters of type ValueModifier and TypeMethodDescriptionvoidQueryBindingSet.addBinding(String name, Value value) Adds a new binding to the binding set.CloseableIteration<? extends Triple, QueryEvaluationException> RDFStarTripleSource.getRdfStarTriples(Resource subj, IRI pred, Value obj) Gets all Triple nodes that have a specific subject, predicate and/or object.CloseableIteration<? extends Statement, QueryEvaluationException> TripleSource.getStatements(Resource subj, IRI pred, Value obj, Resource... contexts) Gets all statements that have a specific subject, predicate and/or object.voidArrayBindingSet.setBinding(String name, Value value) voidQueryBindingSet.setBinding(String name, Value value) Constructors in org.eclipse.rdf4j.query.algebra.evaluation with parameters of type ValueConstructor parameters in org.eclipse.rdf4j.query.algebra.evaluation with type arguments of type Value -
Uses of Value in org.eclipse.rdf4j.query.algebra.evaluation.federation
Methods in org.eclipse.rdf4j.query.algebra.evaluation.federation that return ValueModifier and TypeMethodDescriptionprivate static ValueTupleFunctionFederatedService.getValue(Var var, BindingSet bs) -
Uses of Value in org.eclipse.rdf4j.query.algebra.evaluation.function
Methods in org.eclipse.rdf4j.query.algebra.evaluation.function that return ValueModifier 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.default ValueFunction.evaluate(TripleSource tripleSource, Value... args) Evaluate the function over the supplied input arguments.protected abstract ValueUnaryFunction.evaluate(ValueFactory valueFactory, Value arg) UnaryFunction.evaluate(ValueFactory valueFactory, Value... args) Methods in org.eclipse.rdf4j.query.algebra.evaluation.function that return types with arguments of type ValueModifier and TypeMethodDescriptionCloseableIteration<? extends List<? extends Value>, QueryEvaluationException> TupleFunction.evaluate(ValueFactory valueFactory, Value... args) Methods in org.eclipse.rdf4j.query.algebra.evaluation.function with parameters of type ValueModifier 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.default ValueFunction.evaluate(TripleSource tripleSource, Value... args) Evaluate the function over the supplied input arguments.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 Value in org.eclipse.rdf4j.query.algebra.evaluation.function.aggregate
Subclasses with type arguments of type Value in org.eclipse.rdf4j.query.algebra.evaluation.function.aggregateModifier and TypeClassDescriptionclassAggregateFunctionused for processing of extended statistical aggregate operations through SPARQL.Methods in org.eclipse.rdf4j.query.algebra.evaluation.function.aggregate that return ValueMethod parameters in org.eclipse.rdf4j.query.algebra.evaluation.function.aggregate with type arguments of type ValueModifier and TypeMethodDescriptionvoidStatisticalAggregateFunction.processAggregate(BindingSet bindingSet, Predicate<Value> distinctValue, StatisticCollector collector) Constructor parameters in org.eclipse.rdf4j.query.algebra.evaluation.function.aggregate with type arguments of type ValueModifierConstructorDescriptionStatisticalAggregateFunction(Function<BindingSet, Value> evaluationStep) -
Uses of Value in org.eclipse.rdf4j.query.algebra.evaluation.function.aggregate.stdev
Method parameters in org.eclipse.rdf4j.query.algebra.evaluation.function.aggregate.stdev with type arguments of type ValueModifier and TypeMethodDescriptionPopulationStandardDeviationAggregateFactory.buildFunction(Function<BindingSet, Value> evaluationStep) StandardDeviationAggregateFactory.buildFunction(Function<BindingSet, Value> evaluationStep) -
Uses of Value in org.eclipse.rdf4j.query.algebra.evaluation.function.aggregate.variance
Method parameters in org.eclipse.rdf4j.query.algebra.evaluation.function.aggregate.variance with type arguments of type ValueModifier and TypeMethodDescriptionPopulationVarianceAggregateFactory.buildFunction(Function<BindingSet, Value> evaluationStep) VarianceAggregateFactory.buildFunction(Function<BindingSet, Value> evaluationStep) -
Uses of Value in org.eclipse.rdf4j.query.algebra.evaluation.function.datetime
Methods in org.eclipse.rdf4j.query.algebra.evaluation.function.datetime with parameters of type ValueModifier 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 Value in org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql
Methods in org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql that return ValueModifier 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) Methods in org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql with parameters of type ValueModifier 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) static doubleGet the double valuestatic LiteralFunctionArguments.getLiteral(Function func, Value v, IRI expectedDatatype) Get the literal of a specific data typestatic org.locationtech.spatial4j.shape.PointFunctionArguments.getPoint(Function func, Value v, org.locationtech.spatial4j.context.SpatialContext geoContext) Get the geo pointstatic org.locationtech.spatial4j.shape.ShapeFunctionArguments.getShape(Function func, Value v, org.locationtech.spatial4j.context.SpatialContext context) Get the geo shapestatic StringGet the string valuestatic IRIGet the UoM IRI of the unit -
Uses of Value in org.eclipse.rdf4j.query.algebra.evaluation.function.hash
Methods in org.eclipse.rdf4j.query.algebra.evaluation.function.hash with parameters of type ValueModifier 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 Value in org.eclipse.rdf4j.query.algebra.evaluation.function.numeric
Methods in org.eclipse.rdf4j.query.algebra.evaluation.function.numeric with parameters of type ValueModifier 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 Value in org.eclipse.rdf4j.query.algebra.evaluation.function.rdfterm
Methods in org.eclipse.rdf4j.query.algebra.evaluation.function.rdfterm with parameters of type ValueModifier 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 Value in org.eclipse.rdf4j.query.algebra.evaluation.function.string
Methods in org.eclipse.rdf4j.query.algebra.evaluation.function.string with parameters of type ValueModifier and TypeMethodDescriptionConcat.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 Value in org.eclipse.rdf4j.query.algebra.evaluation.function.triple
Methods in org.eclipse.rdf4j.query.algebra.evaluation.function.triple that return ValueModifier 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) Methods in org.eclipse.rdf4j.query.algebra.evaluation.function.triple with parameters of type ValueModifier 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 Value in org.eclipse.rdf4j.query.algebra.evaluation.function.xsd
Methods in org.eclipse.rdf4j.query.algebra.evaluation.function.xsd with parameters of type ValueModifier 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) CastFunction.evaluate(ValueFactory valueFactory, Value... args) StringCast.evaluate(ValueFactory valueFactory, Value... args) protected final ValueExprEvaluationExceptionCreates aValueExprEvaluationExceptionthat signals a type error. -
Uses of Value in org.eclipse.rdf4j.query.algebra.evaluation.impl
Classes in org.eclipse.rdf4j.query.algebra.evaluation.impl that implement interfaces with type arguments of type ValueModifier and TypeClassDescriptionprivate static classFields in org.eclipse.rdf4j.query.algebra.evaluation.impl declared as ValueModifier and TypeFieldDescriptionprivate final ValueSameTermFilterOptimizer.VarBinder.valueDeprecated, for removal: This API element is subject to removal in a future version.Fields in org.eclipse.rdf4j.query.algebra.evaluation.impl with type parameters of type ValueModifier and TypeFieldDescriptionprivate final Function<ArrayBindingSet, Value> ArrayBindingBasedQueryEvaluationContext.ValueGetter.directAccessForVariableMethods in org.eclipse.rdf4j.query.algebra.evaluation.impl that return ValueModifier and TypeMethodDescriptionArrayBindingBasedQueryEvaluationContext.ValueGetter.apply(BindingSet bs) DefaultEvaluationStrategy.evaluate(And node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(BNodeGenerator node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(Bound node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(Coalesce node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(CompareAll node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(CompareAny node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(Compare node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(Datatype node, BindingSet bindings) DefaultEvaluationStrategy.evaluate(Now node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(Exists node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(FunctionCall node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(If node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(In node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(IsBNode node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(IsLiteral node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(IsNumeric node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(IsResource node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(IsURI node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(Label node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(LangMatches node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(Lang node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(Like node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(ListMemberOperator node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(LocalName node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(MathExpr node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(Namespace node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(Not node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(Or node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(Regex node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(SameTerm node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(Str node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(ValueConstant valueConstant, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(ValueExpr expr, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(ValueExprTripleRef node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(Var var, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.ExtendedEvaluationStrategy.evaluate(Compare node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.ExtendedEvaluationStrategy.evaluate(MathExpr node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.private Value[]DefaultEvaluationStrategy.evaluateAllArguments(List<ValueExpr> args, QueryValueEvaluationStep[] argSteps, BindingSet bindings) private ValueDefaultEvaluationStrategy.evaluateLangMatch(Value langTagValue, Value langRangeValue) private ValueDeprecated, for removal: This API element is subject to removal in a future version.static ValueDefaultEvaluationStrategy.getVarValue(Var var, BindingSet bindings) private ValueExtendedEvaluationStrategy.mathOperationApplier(MathExpr node, Value leftVal, Value rightVal) Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.eclipse.rdf4j.query.algebra.evaluation.impl that return types with arguments of type ValueModifier and TypeMethodDescriptionArrayBindingBasedQueryEvaluationContext.addBinding(String variableName) default BiConsumer<Value, MutableBindingSet> QueryEvaluationContext.addBinding(String variableName) default Function<BindingSet, Value> private BiFunction<Value, Value, Value> DefaultEvaluationStrategy.mathOperationApplier(MathExpr node, QueryEvaluationMode queryEvaluationMode, ValueFactory vf) private BiFunction<Value, Value, Value> DefaultEvaluationStrategy.mathOperationApplier(MathExpr node, QueryEvaluationMode queryEvaluationMode, ValueFactory vf) private BiFunction<Value, Value, Value> DefaultEvaluationStrategy.mathOperationApplier(MathExpr node, QueryEvaluationMode queryEvaluationMode, ValueFactory vf) ArrayBindingBasedQueryEvaluationContext.setBinding(String variableName) default BiConsumer<Value, MutableBindingSet> QueryEvaluationContext.setBinding(String variableName) Methods in org.eclipse.rdf4j.query.algebra.evaluation.impl with parameters of type ValueModifier and TypeMethodDescriptionprivate voidDeprecated, for removal: This API element is subject to removal in a future version.(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 ValueDefaultEvaluationStrategy.evaluateLangMatch(Value langTagValue, Value langRangeValue) private static booleanprivate ValueExtendedEvaluationStrategy.mathOperationApplier(MathExpr node, Value leftVal, Value rightVal) Deprecated, for removal: This API element is subject to removal in a future version.Method parameters in org.eclipse.rdf4j.query.algebra.evaluation.impl with type arguments of type ValueModifier and TypeMethodDescriptionprotected QueryValueEvaluationStepDefaultEvaluationStrategy.supplyBinaryValueEvaluation(BinaryValueOperator node, BiFunction<Value, Value, Value> operation, QueryEvaluationContext context) Supply a QueryValueEvalationStep that will invoke the function (operator passed in).protected QueryValueEvaluationStepDefaultEvaluationStrategy.supplyBinaryValueEvaluation(BinaryValueOperator node, BiFunction<Value, Value, Value> operation, QueryEvaluationContext context) Supply a QueryValueEvalationStep that will invoke the function (operator passed in).protected QueryValueEvaluationStepDefaultEvaluationStrategy.supplyBinaryValueEvaluation(BinaryValueOperator node, BiFunction<Value, Value, Value> operation, QueryEvaluationContext context) Supply a QueryValueEvalationStep that will invoke the function (operator passed in).protected QueryValueEvaluationStepDefaultEvaluationStrategy.supplyUnaryValueEvaluation(UnaryValueOperator node, Function<Value, Value> operation, QueryEvaluationContext context) Return a QueryEvaluationStep that applies constant propegation.protected QueryValueEvaluationStepDefaultEvaluationStrategy.supplyUnaryValueEvaluation(UnaryValueOperator node, Function<Value, Value> operation, QueryEvaluationContext context) Return a QueryEvaluationStep that applies constant propegation.Constructors in org.eclipse.rdf4j.query.algebra.evaluation.impl with parameters of type ValueModifierConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Constructor parameters in org.eclipse.rdf4j.query.algebra.evaluation.impl with type arguments of type ValueModifierConstructorDescriptionValueGetter(String variableName, Function<ArrayBindingSet, Value> directAccessForVariable) -
Uses of Value in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps
Fields in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps with type parameters of type ValueModifier and TypeFieldDescriptionStatementPatternQueryEvaluationStep.contextSupprivate final Function<BindingSet, Value> StatementPatternQueryEvaluationStep.getContextVarprivate final Function<BindingSet, Value> StatementPatternQueryEvaluationStep.getObjectVarprivate final Function<BindingSet, Value> StatementPatternQueryEvaluationStep.getPredicateVarprivate final Function<BindingSet, Value> StatementPatternQueryEvaluationStep.getSubjectVarStatementPatternQueryEvaluationStep.RETURN_NULL_VALUE_RESOURCE_ARRAYMethods in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps that return ValueModifier and TypeMethodDescriptionRegexValueEvaluationStepSupplier.ChangingRegexQueryValueEvaluationStep.evaluate(BindingSet bindings) Methods in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps that return types with arguments of type ValueModifier and TypeMethodDescriptionStatementPatternQueryEvaluationStep.extractContextsFromDatasets(Var contextVar, boolean emptyGraph, Set<IRI> graphs) private static Function<BindingSet, Value> StatementPatternQueryEvaluationStep.makeGetVarValue(Var var, QueryEvaluationContext context) Methods in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps with parameters of type ValueModifier and TypeMethodDescriptionprivate static Resource[]StatementPatternQueryEvaluationStep.contextsGivenContextVal(Value contextValue) private static intRegexValueEvaluationStepSupplier.extractRegexFlags(Value farg) StatementPatternQueryEvaluationStep.filterContextOrEqualVariables(StatementPattern statementPattern, Value subjValue, Value predValue, Value objValue, Resource[] contexts) Generate a predicate that tests for Named contexts are matched by retrieving all statements from the store and filtering out the statements that do not have a context.StatementPatternQueryEvaluationStep.filterSameVariable(StatementPattern statementPattern, Value subjValue, Value predValue, Value objValue, Predicate<Statement> filter) Build one predicate that filters the statements for ?s ?p ?s cases.protected ZeroLengthPathIterationZeroLengthPathEvaluationStep.getZeroLengthPathIterator(BindingSet bindings, Var subjectVar, Var objVar, Var contextVar, Value subj, Value obj, QueryEvaluationContext context) private CloseableIteration<? extends Statement, QueryEvaluationException> StatementPatternQueryEvaluationStep.handleFilter(Resource[] contexts, Resource subject, IRI predicate, Value object, CloseableIteration<? extends Statement, QueryEvaluationException> iteration) -
Uses of Value in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps.values
Fields in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps.values with type parameters of type ValueModifier and TypeFieldDescriptionprivate final Function<BindingSet, Value> CompareAllQueryValueEvaluationStep.getValueprivate final Function<BindingSet, Value> CompareAnyValueEvaluationStep.getValueMethods in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps.values that return ValueModifier and TypeMethodDescriptionprivate static ValueQueryValueEvaluationStepSupplier.bound(QueryValueEvaluationStep arg, BindingSet bindings) private static ValueQueryValueEvaluationStepSupplier.datatype(QueryValueEvaluationStep arg, BindingSet bindings) AndValueEvaluationStep.evaluate(BindingSet bindings) CompareAllQueryValueEvaluationStep.evaluate(BindingSet bindings) CompareAnyValueEvaluationStep.evaluate(BindingSet bindings) ExistsQueryValueEvaluationStep.evaluate(BindingSet bindings) IfValueEvaluationStep.evaluate(BindingSet bindings) InValueEvaluationStep.evaluate(BindingSet bindings) ListMemberValueOperationStep.evaluate(BindingSet bindings) OrValueEvaluationStep.evaluate(BindingSet bindings) ValueExprTripleRefEvaluationStep.evaluate(BindingSet bindings) 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) private static ValueQueryValueEvaluationStepSupplier.str(QueryValueEvaluationStep arg, ValueFactory valueFactory, BindingSet bindings) Methods in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps.values with parameters of type ValueModifier and TypeMethodDescriptionprivate static IRIQueryValueEvaluationStepSupplier.iriFunction(String baseURI, Value argValue, ValueFactory vf) Method parameters in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps.values with type arguments of type ValueModifier and TypeMethodDescriptionprivate static QueryValueEvaluationStepQueryValueEvaluationStepSupplier.make(QueryValueEvaluationStep arg, String errorMessage, Function<BindingSet, Value> function) static QueryValueEvaluationStepQueryValueEvaluationStepSupplier.prepareIs(QueryValueEvaluationStep arg, Predicate<Value> is) -
Uses of Value in org.eclipse.rdf4j.query.algebra.evaluation.iterator
Subclasses with type arguments of type Value in org.eclipse.rdf4j.query.algebra.evaluation.iteratorModifier and TypeClassDescriptionprivate static classprivate static classprivate static classprivate static classprivate classprivate static classprivate static classClasses in org.eclipse.rdf4j.query.algebra.evaluation.iterator that implement interfaces with type arguments of type ValueModifier and TypeClassDescriptionprivate classprivate static classFields in org.eclipse.rdf4j.query.algebra.evaluation.iterator declared as ValueModifier and TypeFieldDescriptionprivate final ValuePathIteration.ValuePair.endValueprivate final ValueZeroLengthPathIteration.objprivate ValueGroupIterator.SampleCollector.sampleprivate ValueDescribeIteration.startValueDeprecated.private final ValuePathIteration.ValuePair.startValueprivate final ValueZeroLengthPathIteration.subjprivate ValueGroupIterator.ValueCollector.valueprivate final Value[]BindingSetHashKey.valuesFields in org.eclipse.rdf4j.query.algebra.evaluation.iterator with type parameters of type ValueModifier and TypeFieldDescriptionGroupIterator.ALWAYS_TRUE_VALUEGroupIterator.ALWAYS_TRUE_VALUE_SUPPLIERGroupIterator.DistinctValues.distinctValuesZeroLengthPathIteration.reportedValuesprivate final BiConsumer<Value, MutableBindingSet> ZeroLengthPathIteration.setContextprivate final BiConsumer<Value, MutableBindingSet> ZeroLengthPathIteration.setObjectprivate final BiConsumer<Value, MutableBindingSet> ZeroLengthPathIteration.setSubjectMethods in org.eclipse.rdf4j.query.algebra.evaluation.iterator that return ValueModifier and TypeMethodDescriptionGroupIterator.QueryStepEvaluator.apply(BindingSet bindings) PathIteration.ValuePair.getEndValue()GroupIterator.AvgCollector.getFinalValue()GroupIterator.CountCollector.getFinalValue()GroupIterator.IntegerCollector.getFinalValue()GroupIterator.SampleCollector.getFinalValue()GroupIterator.StringBuilderCollector.getFinalValue()GroupIterator.ValueCollector.getFinalValue()PathIteration.ValuePair.getStartValue()private ValuePathIteration.getVarValue(Var var, boolean fixedValue, BindingSet bindingSet) Methods in org.eclipse.rdf4j.query.algebra.evaluation.iterator with parameters of type ValueModifier and TypeMethodDescriptionprivate voidPathIteration.addBinding(MutableBindingSet bs, String name, Value value) private VarPathIteration.createAnonVar(String varName, Value v, boolean anonymous) protected CloseableIteration<BindingSet, QueryEvaluationException> DescribeIteration.createNextIteration(Value subject, Value object) Deprecated.booleanMethod parameters in org.eclipse.rdf4j.query.algebra.evaluation.iterator with type arguments of type ValueModifier and TypeMethodDescriptionprivate BiConsumer<BindingSet, MutableBindingSet> GroupIterator.makeSetAValue(List<Function<BindingSet, Value>> getValues, List<BiConsumer<Value, MutableBindingSet>> setBindings, int i) private BiConsumer<BindingSet, MutableBindingSet> GroupIterator.makeSetValues(List<Function<BindingSet, Value>> getValues, List<BiConsumer<Value, MutableBindingSet>> setBindings) Build a single method that sets all values without a loop or lookups during evaluation.voidGroupIterator.AvgAggregate.processAggregate(BindingSet s, Predicate<Value> distinctValue, GroupIterator.AvgCollector avg) voidGroupIterator.ConcatAggregate.processAggregate(BindingSet s, Predicate<Value> distinctValue, GroupIterator.StringBuilderCollector collector) voidGroupIterator.CountAggregate.processAggregate(BindingSet s, Predicate<Value> distinctValue, GroupIterator.CountCollector agv) voidGroupIterator.MaxAggregate.processAggregate(BindingSet s, Predicate<Value> distinctValue, GroupIterator.ValueCollector max) voidGroupIterator.MinAggregate.processAggregate(BindingSet s, Predicate<Value> distinctValue, GroupIterator.ValueCollector min) voidGroupIterator.SampleAggregate.processAggregate(BindingSet s, Predicate<Value> distinct, GroupIterator.SampleCollector sample) voidGroupIterator.SumAggregate.processAggregate(BindingSet s, Predicate<Value> distinctValue, GroupIterator.IntegerCollector sum) private static voidExtensionIterator.setValue(BiConsumer<Value, MutableBindingSet> setBinding, QueryValueEvaluationStep prepared, MutableBindingSet targetBindings) Deprecated.Constructors in org.eclipse.rdf4j.query.algebra.evaluation.iterator with parameters of type ValueModifierConstructorDescriptionprivateBindingSetHashKey(Value[] values) ZeroLengthPathIteration(EvaluationStrategy evaluationStrategyImpl, Var subjectVar, Var objVar, Value subj, Value obj, Var contextVar, BindingSet bindings, QueryEvaluationContext context) Constructor parameters in org.eclipse.rdf4j.query.algebra.evaluation.iterator with type arguments of type ValueModifierConstructorDescriptionAvgAggregate(Function<BindingSet, Value> operator) ConcatAggregate(Function<BindingSet, Value> f, String seperator) MaxAggregate(Function<BindingSet, Value> f, boolean strict) MinAggregate(Function<BindingSet, Value> f, boolean strict) -
Uses of Value in org.eclipse.rdf4j.query.algebra.evaluation.optimizer
Fields in org.eclipse.rdf4j.query.algebra.evaluation.optimizer declared as ValueMethods in org.eclipse.rdf4j.query.algebra.evaluation.optimizer that return ValueMethods in org.eclipse.rdf4j.query.algebra.evaluation.optimizer with parameters of type ValueModifier and TypeMethodDescriptionprivate voidConstructors in org.eclipse.rdf4j.query.algebra.evaluation.optimizer with parameters of type Value -
Uses of Value in org.eclipse.rdf4j.query.algebra.evaluation.util
Classes in org.eclipse.rdf4j.query.algebra.evaluation.util that implement interfaces with type arguments of type ValueModifier and TypeClassDescriptionclassA comparator that compares values according the SPARQL value ordering as specified in SPARQL Query Language for RDF.Methods in org.eclipse.rdf4j.query.algebra.evaluation.util that return ValueModifier and TypeMethodDescriptionstatic ValueTripleSources.singleValue(Resource subj, IRI pred, TripleSource store) Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.eclipse.rdf4j.query.algebra.evaluation.util that return types with arguments of type ValueModifier and TypeMethodDescriptionstatic Iteration<Value, QueryEvaluationException> TripleSources.list(Resource subj, TripleSource store) Deprecated, 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 ValueModifier and TypeMethodDescriptionstatic booleanQueryEvaluationUtil.compare(Value leftVal, Value rightVal, Compare.CompareOp operator) static booleanQueryEvaluationUtil.compare(Value leftVal, Value rightVal, Compare.CompareOp operator, boolean strict) QueryEvaluationUtility.compare(Value leftVal, Value rightVal, Compare.CompareOp operator) QueryEvaluationUtility.compare(Value leftVal, Value rightVal, Compare.CompareOp operator, boolean strict) intstatic booleanQueryEvaluationUtil.getEffectiveBooleanValue(Value value) Determines the effective boolean value (EBV) of the supplied value as defined in the SPARQL specification: The EBV of any literal whose type is CoreDatatype.XSD:boolean or numeric is false if the lexical form is not valid for that datatype (e.g.QueryEvaluationUtility.getEffectiveBooleanValue(Value value) Determines the effective boolean value (EBV) of the supplied value as defined in the SPARQL specification: The EBV of any literal whose type is CoreDatatype.XSD:boolean or numeric is false if the lexical form is not valid for that datatype (e.g.TripleSources.getSubjectURIs(IRI predicate, Value object, TripleSource store) Deprecated, for removal: This API element is subject to removal in a future version.static booleanQueryEvaluationUtil.isPlainLiteral(Value v) Checks whether the supplied value is a "plain literal".static booleanQueryEvaluationUtility.isPlainLiteral(Value v) Checks whether the supplied value is a "plain literal".static booleanQueryEvaluationUtil.isSimpleLiteral(Value v) Checks whether the supplied value is a "simple literal".static booleanQueryEvaluationUtility.isSimpleLiteral(Value v) Checks whether the supplied value is a "simple literal".static booleanQueryEvaluationUtil.isStringLiteral(Value v) Checks whether the supplied literal is a "string literal".static booleanQueryEvaluationUtility.isStringLiteral(Value v) Checks whether the supplied literal is a "string literal".static StatementTripleSources.single(Resource subj, IRI pred, Value obj, TripleSource store) Deprecated, for removal: This API element is subject to removal in a future version.Returns the single statement with the given subject, predicate and object or null if none exists. -
Uses of Value in org.eclipse.rdf4j.query.algebra.helpers
Methods in org.eclipse.rdf4j.query.algebra.helpers with parameters of type ValueModifier and TypeMethodDescriptionstatic VarTupleExprs.createConstVar(Value value) Creates an (anonymous) Var representing a constant value.static StringTupleExprs.getConstVarName(Value value) -
Uses of Value in org.eclipse.rdf4j.query.dawg
Methods in org.eclipse.rdf4j.query.dawg with parameters of type ValueModifier and TypeMethodDescriptionprivate voidDAWGTestResultSetWriter.reportStatement(Resource subject, IRI predicate, Value object) -
Uses of Value in org.eclipse.rdf4j.query.impl
Fields in org.eclipse.rdf4j.query.impl declared as ValueFields in org.eclipse.rdf4j.query.impl with type parameters of type ValueMethods in org.eclipse.rdf4j.query.impl that return ValueMethods in org.eclipse.rdf4j.query.impl with parameters of type ValueModifier and TypeMethodDescriptionvoidAbstractOperation.setBinding(String name, Value value) voidMapBindingSet.setBinding(String name, Value value) Constructors in org.eclipse.rdf4j.query.impl with parameters of type ValueModifierConstructorDescriptionBindingImpl(String name, Value value) Deprecated.ListBindingSet(List<String> names, Value... values) Creates a new List-based BindingSet containing the supplied bindings.SimpleBinding(String name, Value value) Creates a binding object with the supplied name and value. -
Uses of Value in org.eclipse.rdf4j.query.parser.sparql
Methods in org.eclipse.rdf4j.query.parser.sparql that return ValueModifier and TypeMethodDescriptionprotected ValueTupleExprBuilder.getValueForExpr(ValueExpr valueExpr) Retrieve the associated Value (if any) for the given valueExpr. -
Uses of Value in org.eclipse.rdf4j.query.parser.sparql.aggregate
Fields in org.eclipse.rdf4j.query.parser.sparql.aggregate with type parameters of type ValueModifier and TypeFieldDescriptionprotected final Function<BindingSet, Value> AggregateFunction.evaluationStepMethods in org.eclipse.rdf4j.query.parser.sparql.aggregate that return ValueModifier and TypeMethodDescriptionprotected ValueAggregateFunction.evaluate(BindingSet s) AggregateCollector.getFinalValue()Method parameters in org.eclipse.rdf4j.query.parser.sparql.aggregate with type arguments of type ValueModifier and TypeMethodDescriptionAggregateFunctionFactory.buildFunction(Function<BindingSet, Value> evaluationStep) Builds an aggregate function with input evaluation stepConstructor parameters in org.eclipse.rdf4j.query.parser.sparql.aggregate with type arguments of type Value -
Uses of Value in org.eclipse.rdf4j.query.parser.sparql.ast
Fields in org.eclipse.rdf4j.query.parser.sparql.ast declared as ValueMethods in org.eclipse.rdf4j.query.parser.sparql.ast that return ValueMethods in org.eclipse.rdf4j.query.parser.sparql.ast with parameters of type Value -
Uses of Value in org.eclipse.rdf4j.query.resultio
Fields in org.eclipse.rdf4j.query.resultio with type parameters of type ValueMethods in org.eclipse.rdf4j.query.resultio that return ValueConstructor parameters in org.eclipse.rdf4j.query.resultio with type arguments of type ValueModifierConstructorDescription(package private)ValueMappingBindingSet(BindingSet delegate, Function<Value, Value> mapper) (package private)ValueMappingBindingSet(BindingSet delegate, Function<Value, Value> mapper) -
Uses of Value in org.eclipse.rdf4j.query.resultio.binary
Methods in org.eclipse.rdf4j.query.resultio.binary that return ValueMethods in org.eclipse.rdf4j.query.resultio.binary with parameters of type Value -
Uses of Value in org.eclipse.rdf4j.query.resultio.sparqljson
Methods in org.eclipse.rdf4j.query.resultio.sparqljson that return ValueModifier and TypeMethodDescriptionprotected ValueAbstractSPARQLJSONParser.parseValue(com.fasterxml.jackson.core.JsonParser jp, String bindingStr) private ValueAbstractSPARQLJSONParser.parseValue(String type, String value, String language, String datatype) Parse a value out of the elements for a binding.Methods in org.eclipse.rdf4j.query.resultio.sparqljson with parameters of type ValueModifier and TypeMethodDescriptionprotected voidAbstractSPARQLJSONWriter.writeValue(Value value) protected voidSPARQLResultsJSONWriter.writeValue(Value value) -
Uses of Value in org.eclipse.rdf4j.query.resultio.sparqlxml
Fields in org.eclipse.rdf4j.query.resultio.sparqlxml declared as ValueModifier and TypeFieldDescriptionprivate ValueSPARQLResultsSAXParser.currentValueThe most recently parsed value.private ValueSPARQLResultsSAXParser.TripleContainer.objectMethods in org.eclipse.rdf4j.query.resultio.sparqlxml that return ValueMethods in org.eclipse.rdf4j.query.resultio.sparqlxml with parameters of type ValueModifier and TypeMethodDescriptionvoidprivate voidAbstractSPARQLXMLWriter.writeValue(Value value) -
Uses of Value in org.eclipse.rdf4j.query.resultio.text
Methods in org.eclipse.rdf4j.query.resultio.text that return ValueModifier and TypeMethodDescriptionprotected ValueSPARQLResultsXSVMappingStrategy.parseNumberPatternMatch(String valueString) This method parses a number as matched bySPARQLResultsXSVMappingStrategy.numberPatterninto aValue. -
Uses of Value in org.eclipse.rdf4j.query.resultio.text.csv
Methods in org.eclipse.rdf4j.query.resultio.text.csv with parameters of type Value -
Uses of Value in org.eclipse.rdf4j.query.resultio.text.tsv
Methods in org.eclipse.rdf4j.query.resultio.text.tsv that return ValueModifier and TypeMethodDescriptionprotected ValueSPARQLResultsTSVMappingStrategy.parseValue(String valueString) Methods in org.eclipse.rdf4j.query.resultio.text.tsv with parameters of type Value -
Uses of Value in org.eclipse.rdf4j.queryrender
Methods in org.eclipse.rdf4j.queryrender that return ValueMethods in org.eclipse.rdf4j.queryrender with parameters of type ValueModifier and TypeMethodDescriptionstatic StringReturn the SPARQL query string rendering of theValuestatic StringBuilderRenderUtils.toSPARQL(Value value, StringBuilder builder) Append the SPARQL query string rendering of theValueto the suppliedStringBuilder. -
Uses of Value in org.eclipse.rdf4j.queryrender.sparql.experimental
Methods in org.eclipse.rdf4j.queryrender.sparql.experimental with parameters of type Value -
Uses of Value in org.eclipse.rdf4j.repository
Methods in org.eclipse.rdf4j.repository with parameters of type ValueModifier and TypeMethodDescriptionvoidAdds a statement with the specified subject, predicate and object to this repository, optionally to one or more named contexts.voidRepositoryConnection.exportStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, RDFHandler handler, Resource... contexts) Exports all statements with a specific subject, predicate and/or object from the repository, optionally from the specified contexts.RepositoryConnection.getStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) Gets all statements with a specific subject, predicate and/or object from the repository.default RepositoryResult<Statement> RepositoryConnection.getStatements(Resource subj, IRI pred, Value obj, Resource... contexts) Gets all statements with a specific subject, predicate and/or object from the repository.booleanRepositoryConnection.hasStatement(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) Checks whether the repository contains statements with a specific subject, predicate and/or object, optionally in the specified contexts.voidRemoves the statement(s) with the specified subject, predicate and object from the repository, optionally restricted to the specified contexts. -
Uses of Value in org.eclipse.rdf4j.repository.base
Methods in org.eclipse.rdf4j.repository.base with parameters of type ValueModifier and TypeMethodDescriptionvoidAbstractRepositoryConnection.add(Resource subject, IRI predicate, Value object, Resource... contexts) voidRepositoryConnectionWrapper.add(Resource subject, IRI predicate, Value object, Resource... contexts) protected abstract voidAbstractRepositoryConnection.addWithoutCommit(Resource subject, IRI predicate, Value object, Resource... contexts) protected voidRepositoryConnectionWrapper.addWithoutCommit(Resource subject, IRI predicate, Value object, Resource... contexts) voidRepositoryConnectionWrapper.exportStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, RDFHandler handler, Resource... contexts) RepositoryConnectionWrapper.getStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) booleanAbstractRepositoryConnection.hasStatement(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) booleanRepositoryConnectionWrapper.hasStatement(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) voidAbstractRepositoryConnection.remove(Resource subject, IRI predicate, Value object, Resource... contexts) voidRepositoryConnectionWrapper.remove(Resource subject, IRI predicate, Value object, Resource... contexts) protected abstract voidAbstractRepositoryConnection.removeWithoutCommit(Resource subject, IRI predicate, Value object, Resource... contexts) protected voidRepositoryConnectionWrapper.removeWithoutCommit(Resource subject, IRI predicate, Value object, Resource... contexts) -
Uses of Value in org.eclipse.rdf4j.repository.contextaware
Methods in org.eclipse.rdf4j.repository.contextaware with parameters of type ValueModifier and TypeMethodDescriptionvoidvoidContextAwareConnection.exportStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, RDFHandler handler, Resource... contexts) voidContextAwareConnection.exportStatements(Resource subj, IRI pred, Value obj, RDFHandler handler, Resource... contexts) Exports all statements with a specific subject, predicate and/or object from the repository, optionally from the specified contexts.ContextAwareConnection.getStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) ContextAwareConnection.getStatements(Resource subj, IRI pred, Value obj, Resource... contexts) Gets all statements with a specific subject, predicate and/or object from the repository.booleanContextAwareConnection.hasStatement(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) booleanContextAwareConnection.hasStatement(Resource subj, IRI pred, Value obj, Resource... contexts) Checks whether the repository contains statements with a specific subject, predicate and/or object, optionally in the specified contexts.voidRemoves the statement with the specified subject, predicate and object from the repository, optionally restricted to the specified contexts.protected voidContextAwareConnection.removeWithoutCommit(Resource subject, IRI predicate, Value object, Resource... contexts) -
Uses of Value in org.eclipse.rdf4j.repository.dataset
Methods in org.eclipse.rdf4j.repository.dataset with parameters of type Value -
Uses of Value in org.eclipse.rdf4j.repository.evaluation
Methods in org.eclipse.rdf4j.repository.evaluation with parameters of type ValueModifier and TypeMethodDescriptionCloseableIteration<? extends Statement, QueryEvaluationException> RepositoryTripleSource.getStatements(Resource subj, IRI pred, Value obj, Resource... contexts) -
Uses of Value in org.eclipse.rdf4j.repository.event
Methods in org.eclipse.rdf4j.repository.event with parameters of type ValueModifier and TypeMethodDescriptionbooleanRepositoryConnectionInterceptor.add(RepositoryConnection conn, Resource subject, IRI predicate, Value object, Resource... contexts) voidRepositoryConnectionListener.add(RepositoryConnection conn, Resource subject, IRI predicate, Value object, Resource... contexts) booleanRepositoryConnectionInterceptor.remove(RepositoryConnection conn, Resource subject, IRI predicate, Value object, Resource... contexts) voidRepositoryConnectionListener.remove(RepositoryConnection conn, Resource subject, IRI predicate, Value object, Resource... contexts) -
Uses of Value in org.eclipse.rdf4j.repository.event.base
Methods in org.eclipse.rdf4j.repository.event.base with parameters of type ValueModifier and TypeMethodDescriptionbooleanRepositoryConnectionInterceptorAdapter.add(RepositoryConnection conn, Resource subject, IRI predicate, Value object, Resource... contexts) voidRepositoryConnectionListenerAdapter.add(RepositoryConnection conn, Resource subject, IRI predicate, Value object, Resource... contexts) voidInterceptingRepositoryConnectionWrapper.addWithoutCommit(Resource subject, IRI predicate, Value object, Resource... contexts) voidNotifyingRepositoryConnectionWrapper.addWithoutCommit(Resource subject, IRI predicate, Value object, Resource... contexts) booleanRepositoryConnectionInterceptorAdapter.remove(RepositoryConnection conn, Resource subject, IRI predicate, Value object, Resource... contexts) voidRepositoryConnectionListenerAdapter.remove(RepositoryConnection conn, Resource subject, IRI predicate, Value object, Resource... contexts) voidInterceptingRepositoryConnectionWrapper.removeWithoutCommit(Resource subject, IRI predicate, Value object, Resource... contexts) voidNotifyingRepositoryConnectionWrapper.removeWithoutCommit(Resource subj, IRI pred, Value obj, Resource... ctx) -
Uses of Value in org.eclipse.rdf4j.repository.event.util
Methods in org.eclipse.rdf4j.repository.event.util with parameters of type ValueModifier and TypeMethodDescriptionvoidDebugRepositoryConnectionListener.add(RepositoryConnection conn, Resource subject, IRI predicate, Value object, Resource... contexts) voidDebugRepositoryConnectionListener.remove(RepositoryConnection conn, Resource subject, IRI predicate, Value object, Resource... contexts) -
Uses of Value in org.eclipse.rdf4j.repository.filters
Methods in org.eclipse.rdf4j.repository.filters with parameters of type ValueModifier and TypeMethodDescriptionbooleanAccurateRepositoryBloomFilter.mayHaveStatement(RepositoryConnection conn, Resource subj, IRI pred, Value obj, Resource... contexts) booleanInaccurateRepositoryBloomFilter.mayHaveStatement(RepositoryConnection conn, Resource subj, IRI pred, Value obj, Resource... contexts) booleanRepositoryBloomFilter.mayHaveStatement(RepositoryConnection conn, Resource subj, IRI pred, Value obj, Resource... ctxs) Returns true if the repository may have such a statement or false if it definitely does not. -
Uses of Value in org.eclipse.rdf4j.repository.http
Methods in org.eclipse.rdf4j.repository.http with parameters of type ValueModifier and TypeMethodDescriptionvoidprotected voidHTTPRepositoryConnection.addWithoutCommit(Resource subject, IRI predicate, Value object, Resource... contexts) voidHTTPRepositoryConnection.exportStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, RDFHandler handler, Resource... contexts) HTTPRepositoryConnection.getStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) protected voidHTTPRepositoryConnection.removeWithoutCommit(Resource subject, IRI predicate, Value object, Resource... contexts) -
Uses of Value in org.eclipse.rdf4j.repository.sail
Methods in org.eclipse.rdf4j.repository.sail with parameters of type ValueModifier and TypeMethodDescriptionprotected voidSailRepositoryConnection.addWithoutCommit(Resource subject, IRI predicate, Value object, Resource... contexts) voidSailRepositoryConnection.exportStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, RDFHandler handler, Resource... contexts) SailRepositoryConnection.getStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) booleanSailRepositoryConnection.hasStatement(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) protected voidSailRepositoryConnection.removeWithoutCommit(Resource subject, IRI predicate, Value object, Resource... contexts) -
Uses of Value in org.eclipse.rdf4j.repository.sail.helpers
Methods in org.eclipse.rdf4j.repository.sail.helpers that return ValueModifier and TypeMethodDescriptionprivate ValueSailUpdateExecutor.getValueForVar(Var var, BindingSet bindings) Methods in org.eclipse.rdf4j.repository.sail.helpers with parameters of type ValueModifier and TypeMethodDescriptionprotected voidRDFSailInserter.addStatement(Resource subj, IRI pred, Value obj, Resource ctxt) private voidRDFSailInserter.addStatement(UpdateContext uc, Resource subj, IRI pred, Value obj, Resource... ctxts) -
Uses of Value in org.eclipse.rdf4j.repository.sparql
Methods in org.eclipse.rdf4j.repository.sparql with parameters of type ValueModifier and TypeMethodDescriptionprotected voidSPARQLConnection.addWithoutCommit(Resource subject, IRI predicate, Value object, Resource... contexts) private voidSPARQLConnection.createBGP(StringBuilder qb, Resource subject, IRI predicate, Value object) private StringSPARQLConnection.createDeletePatternCommand(Resource subject, IRI predicate, Value object, Resource[] contexts) voidSPARQLConnection.exportStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, RDFHandler handler, Resource... contexts) private RepositoryResult<Statement> SPARQLConnection.getStatementGeneral(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) SPARQLConnection.getStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) private RepositoryResult<Statement> SPARQLConnection.getStatementsQuadMode(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) private RepositoryResult<Statement> SPARQLConnection.getStatementsSingleTriple(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) booleanSPARQLConnection.hasStatement(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) protected voidSPARQLConnection.removeWithoutCommit(Resource subject, IRI predicate, Value object, Resource... contexts) private voidprotected Iteration<Statement, QueryEvaluationException> SPARQLConnection.toStatementIteration(TupleQueryResult iter, Resource subj, IRI pred, Value obj) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of Value in org.eclipse.rdf4j.repository.sparql.query
Fields in org.eclipse.rdf4j.repository.sparql.query with type parameters of type ValueMethods in org.eclipse.rdf4j.repository.sparql.query that return ValueMethods in org.eclipse.rdf4j.repository.sparql.query with parameters of type ValueModifier and TypeMethodDescriptionvoidSPARQLQueryBindingSet.addBinding(String name, Value value) Adds a new binding to the binding set.static StringBuilderQueryStringUtil.appendValueAsString(StringBuilder sb, Value value) Converts a value to its SPARQL string representation and appends it to a StringBuilder.private StringSPARQLOperation.getReplacement(Value value) Deprecated.voidSPARQLOperation.setBinding(String name, Value value) Deprecated.voidSPARQLQueryBindingSet.setBinding(String name, Value value) static StringQueryStringUtil.valueToString(Value value) Converts a value to its SPARQL string representation. -
Uses of Value in org.eclipse.rdf4j.repository.util
Methods in org.eclipse.rdf4j.repository.util with parameters of type ValueModifier and TypeMethodDescriptionprotected abstract voidAbstractRDFInserter.addStatement(Resource subj, IRI pred, Value obj, Resource ctxt) protected voidRDFInserter.addStatement(Resource subj, IRI pred, Value obj, Resource ctxt) Connections.getStatement(RepositoryConnection conn, Resource subject, IRI predicate, Value object, Resource... contexts) Retrieve a singleStatementmatching with the supplied subject, predicate, object and context(s) from the givenRepositoryConnection. -
Uses of Value in org.eclipse.rdf4j.rio.binary
Fields in org.eclipse.rdf4j.rio.binary declared as ValueFields in org.eclipse.rdf4j.rio.binary with type parameters of type ValueModifier and TypeFieldDescriptionprivate final Map<Value, BinaryRDFWriter.ValueMeta> BinaryRDFWriter.valueMetaMethods in org.eclipse.rdf4j.rio.binary that return ValueModifier and TypeMethodDescriptionprivate ValueBinaryRDFParser.readValue()private ValueBinaryRDFParser.readValueRef()Methods in org.eclipse.rdf4j.rio.binary with parameters of type ValueModifier and TypeMethodDescriptionprivate voidBinaryRDFWriter.assignId(Value v, BinaryRDFWriter.ValueMeta meta) private voidBinaryRDFWriter.incValueFreq(Value v) private voidBinaryRDFWriter.writeValue(Value value) private voidBinaryRDFWriter.writeValueOrId(Value value) -
Uses of Value in org.eclipse.rdf4j.rio.hdt
Methods in org.eclipse.rdf4j.rio.hdt that return ValueModifier and TypeMethodDescriptionprivate ValueHDTParser.createObject(byte[] b) Create object (typed) literal, IRI or blank node -
Uses of Value in org.eclipse.rdf4j.rio.helpers
Methods in org.eclipse.rdf4j.rio.helpers with type parameters of type ValueModifier and TypeMethodDescriptionstatic <T extends Value>
TRDFStarUtil.fromRDFEncodedValue(T encodedValue) Converts the supplied value from an RDF-compatible representation to an RDF-star value.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 <T extends Value>
TRDFStarUtil.toRDFEncodedValue(T value) Converts the supplied value from RDF-star to an RDF-compatible representation.Methods in org.eclipse.rdf4j.rio.helpers that return ValueModifier and TypeMethodDescriptionRDFStarEncodingStatement.getObject()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.Methods in org.eclipse.rdf4j.rio.helpers with parameters of type ValueModifier and TypeMethodDescriptionstatic voidNTriplesUtil.append(Value value, Appendable appendable) Appends the N-Triples representation of the givenValueto the givenAppendable.static voidNTriplesUtil.append(Value value, Appendable appendable, boolean xsdStringToPlainLiteral, boolean escapeUnicode) Appends the N-Triples representation of the givenValueto the givenAppendable, optionally not serializing the datatype aLiteralwith the xsd:string datatype as it is implied for RDF-1.1.protected StatementAbstractRDFParser.createStatement(Resource subj, IRI pred, Value obj) Creates a newStatementobject with the supplied components.protected StatementAbstractRDFParser.createStatement(Resource subj, IRI pred, Value obj, Resource context) Creates a newStatementobject with the supplied components.RDFStarDecodingValueFactory.createStatement(Resource subject, IRI predicate, Value object) RDFStarDecodingValueFactory.createStatement(Resource subject, IRI predicate, Value object, Resource context) RDFStarDecodingValueFactory.createTriple(Resource subject, IRI predicate, Value object) static booleanRDFStarUtil.isEncodedTriple(Value value) Checks if the suppliedValuerepresents an RDF-star triple encoded as an IRI.static StringNTriplesUtil.toNTriplesString(Value value) Creates an N-Triples string for the supplied value.static StringNTriplesUtil.toNTriplesString(Value value, boolean xsdStringToPlainLiteral) Creates an N-Triples string for the supplied value.If the supplied value is aLiteral, it optionally ignores the xsd:string datatype, since this datatype is implicit in RDF-1.1. -
Uses of Value in org.eclipse.rdf4j.rio.ntriples
Fields in org.eclipse.rdf4j.rio.ntriples declared as ValueMethods in org.eclipse.rdf4j.rio.ntriples with parameters of type ValueModifier and TypeMethodDescriptionprotected voidNTriplesWriter.writeValue(Value value) Writes the N-Triples representation of the givenValue. -
Uses of Value in org.eclipse.rdf4j.rio.rdfjson
Methods in org.eclipse.rdf4j.rio.rdfjson with parameters of type ValueModifier and TypeMethodDescriptionstatic voidRDFJSONWriter.writeObject(Value object, Set<Resource> contexts, com.fasterxml.jackson.core.JsonGenerator jg) Helper method to reduce complexity of the JSON serialisation algorithm Any null contexts will only be serialised to JSON if there are also non-null contexts in the contexts array -
Uses of Value in org.eclipse.rdf4j.rio.rdfxml
Methods in org.eclipse.rdf4j.rio.rdfxml with parameters of type ValueModifier and TypeMethodDescriptionprivate voidRDFXMLParser.handleReification(Value value) private voidRDFXMLParser.reifyStatement(Resource reifNode, Resource subj, IRI pred, Value obj) private voidRDFXMLParser.reportStatement(Resource subject, IRI predicate, Value object) Reports a stament to the configured RDFHandlerException. -
Uses of Value in org.eclipse.rdf4j.rio.rdfxml.util
Fields in org.eclipse.rdf4j.rio.rdfxml.util declared as ValueMethods in org.eclipse.rdf4j.rio.rdfxml.util that return ValueMethods in org.eclipse.rdf4j.rio.rdfxml.util with parameters of type ValueModifier and TypeMethodDescriptionprivate voidRDFXMLPrettyWriter.writeAbbreviatedPredicate(IRI pred, Value obj) Write out an empty property element.Constructors in org.eclipse.rdf4j.rio.rdfxml.util with parameters of type Value -
Uses of Value in org.eclipse.rdf4j.rio.trig
Methods in org.eclipse.rdf4j.rio.trig with parameters of type ValueModifier and TypeMethodDescriptionprotected voidTriGParser.reportStatement(Resource subj, IRI pred, Value obj) protected voidTriGWriter.writeStatement(Resource subj, IRI pred, Value obj, Resource context, boolean canShortenSubject, boolean canShortenObject) -
Uses of Value in org.eclipse.rdf4j.rio.trigstar
Methods in org.eclipse.rdf4j.rio.trigstar that return Value -
Uses of Value in org.eclipse.rdf4j.rio.trix
Fields in org.eclipse.rdf4j.rio.trix with type parameters of type ValueMethods in org.eclipse.rdf4j.rio.trix with parameters of type ValueModifier and TypeMethodDescriptionprivate voidTriXWriter.writeValue(Value value) Writes out the XML-representation for the supplied value. -
Uses of Value in org.eclipse.rdf4j.rio.turtle
Fields in org.eclipse.rdf4j.rio.turtle declared as ValueMethods in org.eclipse.rdf4j.rio.turtle that return ValueModifier and TypeMethodDescriptionprotected ValueTurtleParser.parseQNameOrBoolean()Parses qnames and boolean values, which have equivalent starting characters.protected ValueTurtleParser.parseValue()Parses an RDF value.Methods in org.eclipse.rdf4j.rio.turtle with parameters of type ValueModifier and TypeMethodDescriptionprivate booleanTurtleWriter.canInlineValue(Model contextData, Value v) protected voidTurtleParser.reportStatement(Resource subj, IRI pred, Value obj) protected voidTurtleWriter.writeStatement(Resource subj, IRI pred, Value obj, Resource context, boolean canShortenSubjectBNode, boolean canShortenObjectBNode) protected voidTurtleWriter.writeValue(Value val) Deprecated.UseTurtleWriter.writeValue(Value, boolean)instead.protected voidTurtleWriter.writeValue(Value val, boolean canShorten) -
Uses of Value in org.eclipse.rdf4j.rio.turtlestar
Methods in org.eclipse.rdf4j.rio.turtlestar that return Value -
Uses of Value in org.eclipse.rdf4j.sail
Methods in org.eclipse.rdf4j.sail with parameters of type ValueModifier and TypeMethodDescriptionvoidSailConnection.addStatement(Resource subj, IRI pred, Value obj, Resource... contexts) Adds a statement to the store.voidSailConnection.addStatement(UpdateContext op, Resource subj, IRI pred, Value obj, Resource... contexts) Adds a statement to the store.CloseableIteration<? extends Statement, SailException> SailConnection.getStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) Gets all statements from the specified contexts that have a specific subject, predicate and/or object.default booleanSailConnection.hasStatement(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) Determines if the store contains any statements from the specified contexts that have a specific subject, predicate and/or object.voidSailConnection.removeStatement(UpdateContext op, Resource subj, IRI pred, Value obj, Resource... contexts) Removes all statements matching the specified subject, predicate and object from the repository.voidSailConnection.removeStatements(Resource subj, IRI pred, Value obj, Resource... contexts) Removes all statements matching the specified subject, predicate and object from the repository. -
Uses of Value in org.eclipse.rdf4j.sail.base
Fields in org.eclipse.rdf4j.sail.base declared as ValueMethods in org.eclipse.rdf4j.sail.base that return ValueMethods in org.eclipse.rdf4j.sail.base with parameters of type ValueModifier and TypeMethodDescriptionprivate voidSailSourceConnection.add(Resource subj, IRI pred, Value obj, SailDataset dataset, SailSink sink, Resource... contexts) booleanSailSourceConnection.addInferredStatement(Resource subj, IRI pred, Value obj, Resource... contexts) voidSailSourceConnection.addStatement(UpdateContext op, Resource subj, IRI pred, Value obj, Resource... contexts) voidvoidAdds a statement to the store.default voidDeprecated.default booleanSailSink.deprecateByQuery(Resource subj, IRI pred, Value obj, Resource[] contexts) Removes all statements with the specified subject, predicate, object, and context.Changeset.getApprovedStatements(Resource subj, IRI pred, Value obj, Resource[] contexts) Changeset.getApprovedTriples(Resource subj, IRI pred, Value obj) CloseableIteration<? extends Triple, QueryEvaluationException> SailDatasetTripleSource.getRdfStarTriples(Resource subj, IRI pred, Value obj) CloseableIteration<? extends Statement, SailException> DelegatingSailDataset.getStatements(Resource subj, IRI pred, Value obj, Resource... contexts) CloseableIteration<? extends Statement, SailException> ObservingSailDataset.getStatements(Resource subj, IRI pred, Value obj, Resource... contexts) CloseableIteration<? extends Statement, SailException> SailDataset.getStatements(Resource subj, IRI pred, Value obj, Resource... contexts) Gets all statements that have a specific subject, predicate and/or object.CloseableIteration<? extends Statement, SailException> SailDatasetImpl.getStatements(Resource subj, IRI pred, Value obj, Resource... contexts) CloseableIteration<? extends Statement, QueryEvaluationException> SailDatasetTripleSource.getStatements(Resource subj, IRI pred, Value obj, Resource... contexts) CloseableIteration<? extends Statement, SailException> UnionSailDataset.getStatements(Resource subj, IRI pred, Value obj, Resource... contexts) protected CloseableIteration<? extends Statement, SailException> SailSourceConnection.getStatementsInternal(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) CloseableIteration<? extends Triple, SailException> DelegatingSailDataset.getTriples(Resource subj, IRI pred, Value obj) default CloseableIteration<? extends Triple, SailException> SailDataset.getTriples(Resource subj, IRI pred, Value obj) Gets all RDF-star triples that have a specific subject, predicate and/or object.CloseableIteration<? extends Triple, SailException> SailDatasetImpl.getTriples(Resource subj, IRI pred, Value obj) CloseableIteration<? extends Triple, SailException> UnionSailDataset.getTriples(Resource subj, IRI pred, Value obj) (package private) booleanChangeset.hasApproved(Resource subj, IRI pred, Value obj, Resource[] contexts) (package private) booleanChangeset.hasDeprecated(Resource subj, IRI pred, Value obj, Resource[] contexts) private booleanSailSourceConnection.hasStatement(SailDataset dataset, Resource subj, IRI pred, Value obj, Resource... contexts) voidvoiddefault voidCalled to indicate matching statements have been observed and must not change their state until after thisSailSinkis committed, iff this was opened in an isolation level compatible withIsolationLevels.SERIALIZABLE.voidCalled to indicate matching statements have been observed and must not change their state until after thisSailSinkis committed, iff this was opened in an isolation level compatible withIsolationLevels.SERIALIZABLE.private booleanSailSourceConnection.remove(Resource subj, IRI pred, Value obj, SailDataset dataset, SailSink sink, Resource... contexts) booleanSailSourceConnection.removeInferredStatement(Resource subj, IRI pred, Value obj, Resource... contexts) voidSailSourceConnection.removeStatement(UpdateContext op, Resource subj, IRI pred, Value obj, Resource... contexts) Constructors in org.eclipse.rdf4j.sail.base with parameters of type ValueModifierConstructorDescriptionSimpleStatementPattern(Resource subject, IRI predicate, Value object, Resource context, boolean allContexts) -
Uses of Value in org.eclipse.rdf4j.sail.evaluation
Methods in org.eclipse.rdf4j.sail.evaluation with parameters of type ValueModifier and TypeMethodDescriptionCloseableIteration<? extends Statement, QueryEvaluationException> SailTripleSource.getStatements(Resource subj, IRI pred, Value obj, Resource... contexts) -
Uses of Value in org.eclipse.rdf4j.sail.helpers
Fields in org.eclipse.rdf4j.sail.helpers declared as ValueModifier and TypeFieldDescriptionprivate final ValueAbstractSailConnection.WildStatement.objectThe statement's object.Methods in org.eclipse.rdf4j.sail.helpers that return ValueMethods in org.eclipse.rdf4j.sail.helpers with parameters of type ValueModifier and TypeMethodDescriptionfinal voidAbstractSailConnection.addStatement(Resource subj, IRI pred, Value obj, Resource... contexts) voidAbstractSailConnection.addStatement(UpdateContext op, Resource subj, IRI pred, Value obj, Resource... contexts) The default implementation buffers added statements until the update operation is complete.voidSailConnectionWrapper.addStatement(Resource subj, IRI pred, Value obj, Resource... contexts) voidSailConnectionWrapper.addStatement(UpdateContext modify, Resource subj, IRI pred, Value obj, Resource... contexts) protected abstract voidAbstractSailConnection.addStatementInternal(Resource subj, IRI pred, Value obj, Resource... contexts) final CloseableIteration<? extends Statement, SailException> AbstractSailConnection.getStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) CloseableIteration<? extends Statement, SailException> SailConnectionWrapper.getStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) protected abstract CloseableIteration<? extends Statement, SailException> AbstractSailConnection.getStatementsInternal(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) final booleanAbstractSailConnection.hasStatement(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) booleanSailConnectionWrapper.hasStatement(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) protected booleanAbstractSailConnection.hasStatementInternal(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource[] contexts) voidAbstractSailConnection.removeStatement(UpdateContext op, Resource subj, IRI pred, Value obj, Resource... contexts) The default implementation buffers removed statements until the update operation is complete.voidSailConnectionWrapper.removeStatement(UpdateContext modify, Resource subj, IRI pred, Value obj, Resource... contexts) final voidAbstractSailConnection.removeStatements(Resource subj, IRI pred, Value obj, Resource... contexts) voidSailConnectionWrapper.removeStatements(Resource subj, IRI pred, Value obj, Resource... contexts) protected abstract voidAbstractSailConnection.removeStatementsInternal(Resource subj, IRI pred, Value obj, Resource... contexts) Constructors in org.eclipse.rdf4j.sail.helpers with parameters of type ValueModifierConstructorDescriptionWildStatement(Resource subject, IRI predicate, Value object) Creates a new Statement with the supplied subject, predicate and object.WildStatement(Resource subject, IRI predicate, Value object, Resource context) Creates a new Statement with the supplied subject, predicate and object for the specified associated context. -
Uses of Value in org.eclipse.rdf4j.sail.inferencer
Methods in org.eclipse.rdf4j.sail.inferencer with parameters of type ValueModifier and TypeMethodDescriptionbooleanInferencerConnection.addInferredStatement(Resource subj, IRI pred, Value obj, Resource... contexts) Adds an inferred statement to a specific context.booleanInferencerConnectionWrapper.addInferredStatement(Resource subj, IRI pred, Value obj, Resource... contexts) CloseableIteration<? extends Statement, SailException> InferencerConnectionWrapper.getStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) CallsInferencerConnectionWrapper.flushUpdates()before forwarding the call to the wrapped connection.booleanInferencerConnectionWrapper.hasStatement(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) booleanInferencerConnection.removeInferredStatement(Resource subj, IRI pred, Value obj, Resource... contexts) Removes an inferred statement from a specific context.booleanInferencerConnectionWrapper.removeInferredStatement(Resource subj, IRI pred, Value obj, Resource... contexts) -
Uses of Value in org.eclipse.rdf4j.sail.inferencer.fc
Fields in org.eclipse.rdf4j.sail.inferencer.fc with type parameters of type ValueModifier and TypeFieldDescriptionprivate final Collection<Value> CustomGraphQueryInferencer.watchObjectsprivate final Collection<Value> CustomGraphQueryInferencer.watchPredicatesprivate final Collection<Value> CustomGraphQueryInferencer.watchSubjectsMethods in org.eclipse.rdf4j.sail.inferencer.fc that return types with arguments of type ValueModifier and TypeMethodDescriptionCustomGraphQueryInferencer.getWatchObjects()Exposed for test purposes.CustomGraphQueryInferencer.getWatchPredicates()Exposed for test purposes.CustomGraphQueryInferencer.getWatchSubjects()Exposed for test purposes.Methods in org.eclipse.rdf4j.sail.inferencer.fc with parameters of type ValueModifier and TypeMethodDescriptionbooleanDedupingInferencerConnection.addInferredStatement(Resource subj, IRI pred, Value obj, Resource... contexts) booleanSchemaCachingRDFSInferencerConnection.addInferredStatement(Resource subj, IRI pred, Value obj, Resource... contexts) (package private) booleanSchemaCachingRDFSInferencerConnection.addInferredStatementInternal(Resource subj, IRI pred, Value obj, Resource... contexts) private voidSchemaCachingRDFSInferencerConnection.addStatement(boolean actuallyAdd, Resource subject, IRI predicate, Value object, Resource... context) voidSchemaCachingRDFSInferencerConnection.addStatement(Resource subject, IRI predicate, Value object, Resource... contexts) voidSchemaCachingRDFSInferencerConnection.addStatement(UpdateContext modify, Resource subj, IRI pred, Value obj, Resource... contexts) booleanDedupingInferencerConnection.removeInferredStatement(Resource subj, IRI pred, Value obj, Resource... contexts) -
Uses of Value in org.eclipse.rdf4j.sail.inferencer.util
Methods in org.eclipse.rdf4j.sail.inferencer.util with parameters of type ValueModifier and TypeMethodDescriptionprotected voidRDFInferencerInserter.addStatement(Resource subj, IRI pred, Value obj, Resource ctxt) -
Uses of Value in org.eclipse.rdf4j.sail.lucene
Methods in org.eclipse.rdf4j.sail.lucene that return ValueModifier and TypeMethodDescriptionLuceneSailBuffer.ContextAwareStatementImpl.getObject()(package private) static Valueprivate static ValueMethods in org.eclipse.rdf4j.sail.lucene with parameters of type ValueModifier and TypeMethodDescriptionvoidLuceneSailConnection.addStatement(Resource subj, IRI pred, Value obj, Resource... contexts) voidLuceneSailConnection.removeStatements(Resource subj, IRI pred, Value obj, Resource... contexts) -
Uses of Value in org.eclipse.rdf4j.sail.memory
Methods in org.eclipse.rdf4j.sail.memory that return ValueModifier and TypeMethodDescriptionprotected ValueMemEvaluationStatistics.MemCardinalityCalculator.getConstantValue(Var var) private ValueFileIO.readValue(DataInputStream dataIn) Methods in org.eclipse.rdf4j.sail.memory with parameters of type ValueModifier and TypeMethodDescriptionbooleanMemoryStoreConnection.addInferredStatement(Resource subj, IRI pred, Value obj, Resource... contexts) private MemStatementMemorySailStore.MemorySailSink.addStatement(Resource subj, IRI pred, Value obj, Resource context, boolean explicit) protected voidMemoryStoreConnection.addStatementInternal(Resource subj, IRI pred, Value obj, Resource... contexts) voidprivate CloseableIteration<MemStatement, SailException> MemorySailStore.createStatementIterator(Resource subj, IRI pred, Value obj, Boolean explicit, int snapshot, Resource... contexts) Creates a StatementIterator that contains the statements matching the specified pattern of subject, predicate, object, context.private CloseableIteration<MemTriple, SailException> MemorySailStore.createTripleIterator(Resource subj, IRI pred, Value obj, int snapshot) Creates a TripleIterator that contains the triples matching the specified pattern of subject, predicate, object, context.booleanMemorySailStore.MemorySailSink.deprecateByQuery(Resource subj, IRI pred, Value obj, Resource[] contexts) MemorySailStore.MemorySailDataset.getStatements(Resource subj, IRI pred, Value obj, Resource... contexts) MemorySailStore.MemorySailDataset.getTriples(Resource subj, IRI pred, Value obj) private intMemEvaluationStatistics.MemCardinalityCalculator.minStatementCount(Value subj, Value pred, Value obj, Value context) voidbooleanMemoryStoreConnection.removeInferredStatement(Resource subj, IRI pred, Value obj, Resource... contexts) protected voidMemoryStoreConnection.removeStatementsInternal(Resource subj, IRI pred, Value obj, Resource... contexts) private voidFileIO.writeValue(Value value, DataOutputStream dataOut) -
Uses of Value in org.eclipse.rdf4j.sail.memory.model
Subinterfaces of Value in org.eclipse.rdf4j.sail.memory.modelModifier and TypeInterfaceDescriptioninterfaceA MemoryStore-specific extension of the Value interface, giving it node properties.Classes in org.eclipse.rdf4j.sail.memory.model that implement ValueModifier 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 BNodeImpl giving it node properties.classA MemoryStore-specific implementation of URI that stores separated namespace and local name information to enable reuse of namespace String objects (reducing memory usage) and that gives it node properties.classA MemoryStore-specific extension of Literal giving it node properties.classA MemoryStore-specific extension of Resource giving it subject statements.classA MemoryStore-specific implementation ofTriple.classAn extension of MemLiteral that stores a numeric value to avoid parsing.Methods in org.eclipse.rdf4j.sail.memory.model with parameters of type ValueModifier and TypeMethodDescriptionMemValueFactory.createTriple(Resource subject, IRI predicate, Value object) MemValueFactory.getMemValue(Value value) Returns a previously created MemValue that is equal to the supplied value, or null if the supplied value is a new value or is equal to null.MemValueFactory.getOrCreateMemValue(Value value) Gets or creates a MemValue for the supplied Value. -
Uses of Value in org.eclipse.rdf4j.sail.model
Methods in org.eclipse.rdf4j.sail.model with parameters of type Value -
Uses of Value in org.eclipse.rdf4j.sail.shacl
Methods in org.eclipse.rdf4j.sail.shacl with parameters of type ValueModifier and TypeMethodDescriptionvoidShaclSailConnection.addStatement(Resource subj, IRI pred, Value obj, Resource... contexts) voidShaclSailConnection.addStatement(UpdateContext modify, Resource subj, IRI pred, Value obj, Resource... contexts) CloseableIteration<? extends Statement, SailException> ShaclSailConnection.getStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) booleanShaclSailConnection.hasStatement(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) voidShaclSailConnection.removeStatement(UpdateContext modify, Resource subj, IRI pred, Value obj, Resource... contexts) voidShaclSailConnection.removeStatements(Resource subj, IRI pred, Value obj, Resource... contexts) void -
Uses of Value in org.eclipse.rdf4j.sail.shacl.ast
Classes in org.eclipse.rdf4j.sail.shacl.ast with type parameters of type ValueFields in org.eclipse.rdf4j.sail.shacl.ast declared as ValueModifier and TypeFieldDescriptionprivate final ValueShaclSparqlConstraintFailureException.focusNodeprivate final ValueSeverity.iri(package private) TStatementMatcher.Variable.valueFields in org.eclipse.rdf4j.sail.shacl.ast with type parameters of type ValueModifier and TypeFieldDescriptionShaclProperties.hasValueprivate static final StatementMatcher.Variable<Value> StatementMatcher.NULL_OBJECTprivate final StatementMatcher.Variable<? extends Value> StatementMatcher.objectShaclProperties.targetNodestatic final StatementMatcher.Variable<Value> StatementMatcher.Variable.THISstatic final StatementMatcher.Variable<Value> StatementMatcher.Variable.VALUEprivate final List<StatementMatcher.Variable<Value>> ValidationQuery.variablesMethods in org.eclipse.rdf4j.sail.shacl.ast with type parameters of type ValueModifier and TypeMethodDescriptionShaclAstLists.toList(ShapeSource shapeSource, Resource head, Class<T> type) Methods in org.eclipse.rdf4j.sail.shacl.ast that return ValueModifier and TypeMethodDescriptionXmlDatatypeUtilFunction.evaluate(ValueFactory valueFactory, Value... args) XmlDatatypeUtilFunction.evaluate(TripleSource tripleSource, Value... args) ShaclSparqlConstraintFailureException.getFocusNode()Severity.getIri()StatementMatcher.getObjectValue()Methods in org.eclipse.rdf4j.sail.shacl.ast that return types with arguments of type ValueModifier and TypeMethodDescriptionStatementMatcher.StableRandomVariableProvider.current()ShaclProperties.getHasValue()ShaclProperties.getTargetNode()StatementMatcher.StableRandomVariableProvider.next()ShaclAstLists.toList(ShapeSource shapeSource, Resource head) Methods in org.eclipse.rdf4j.sail.shacl.ast with parameters of type ValueModifier and TypeMethodDescriptionXmlDatatypeUtilFunction.evaluate(ValueFactory valueFactory, Value... args) XmlDatatypeUtilFunction.evaluate(TripleSource tripleSource, Value... args) private static StringStatementMatcher.formatForToString(String field, String name, Value value) private static StringShaclProperties.getClassName(Value object) private static ShaclShapeParsingExceptionShaclProperties.getExceptionForAlreadyPopulated(Resource id, String predicate, Object existingObject, Value secondValue) private static ShaclShapeParsingExceptionShaclProperties.getExceptionForCastIssue(Resource id, String predicate, Class<?> expectedClass, Value object) private static ShaclShapeParsingExceptionShaclProperties.getExceptionForLiteralFormatIssue(Resource id, String predicate, Value object, Class<?> clazz) private static StringShaclSparqlConstraintFailureException.valueToString(Value value) Method parameters in org.eclipse.rdf4j.sail.shacl.ast with type arguments of type ValueModifier and TypeMethodDescriptionNodeShape.buildSparqlValidNodes_rsx_targetShape(StatementMatcher.Variable<Value> subject, StatementMatcher.Variable<Value> object, RdfsSubClassOfReasoner rdfsSubClassOfReasoner, ConstraintComponent.Scope scope, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider) PropertyShape.buildSparqlValidNodes_rsx_targetShape(StatementMatcher.Variable<Value> subject, StatementMatcher.Variable<Value> object, RdfsSubClassOfReasoner rdfsSubClassOfReasoner, ConstraintComponent.Scope scope, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider) Shape.buildSparqlValidNodes_rsx_targetShape(StatementMatcher.Variable<Value> subject, StatementMatcher.Variable<Value> object, RdfsSubClassOfReasoner rdfsSubClassOfReasoner, ConstraintComponent.Scope scope, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider) For rsx:targetShapebooleanStatementMatcher.hasObject(StatementMatcher.Variable<Value> variable) static voidShaclAstLists.listToRdf(Collection<? extends Value> values, Resource head, Model model) Constructors in org.eclipse.rdf4j.sail.shacl.ast with parameters of type ValueModifierConstructorDescriptionprivateShaclSparqlConstraintFailureException(Shape shape, String query, BindingSet resultBindingSet, Value focusNode, Resource[] dataGraph) Constructor parameters in org.eclipse.rdf4j.sail.shacl.ast with type arguments of type ValueModifierConstructorDescriptionValidationQuery(Collection<Namespace> namespaces, String query, List<StatementMatcher.Variable<Value>> targets, StatementMatcher.Variable<Value> value, ConstraintComponent.Scope scope, ConstraintComponent constraintComponent, Severity severity, Shape shape) ValidationQuery(Collection<Namespace> namespaces, String query, List<StatementMatcher.Variable<Value>> targets, StatementMatcher.Variable<Value> value, ConstraintComponent.Scope scope, ConstraintComponent constraintComponent, Severity severity, Shape shape) ValidationQuery(Set<Namespace> namespaces, String query, ConstraintComponent.Scope scope, List<StatementMatcher.Variable<Value>> variables, int targetIndex, int valueIndex) -
Uses of Value in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents
Fields in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents declared as ValueFields in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents with type parameters of type ValueModifier and TypeFieldDescriptionDashHasValueInConstraintComponent.hasValueInInConstraintComponent.inMethods in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents with parameters of type ValueModifier and TypeMethodDescriptionAbstractConstraintComponent.stringRepresentationOfValue(Value value) Method parameters in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents with type arguments of type ValueModifier and TypeMethodDescriptionAbstractConstraintComponent.buildSparqlValidNodes_rsx_targetShape(StatementMatcher.Variable<Value> subject, StatementMatcher.Variable<Value> object, RdfsSubClassOfReasoner rdfsSubClassOfReasoner, ConstraintComponent.Scope scope, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider) AndConstraintComponent.buildSparqlValidNodes_rsx_targetShape(StatementMatcher.Variable<Value> subject, StatementMatcher.Variable<Value> object, RdfsSubClassOfReasoner rdfsSubClassOfReasoner, ConstraintComponent.Scope scope, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider) ConstraintComponent.buildSparqlValidNodes_rsx_targetShape(StatementMatcher.Variable<Value> subject, StatementMatcher.Variable<Value> object, RdfsSubClassOfReasoner rdfsSubClassOfReasoner, ConstraintComponent.Scope scope, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider) DashHasValueInConstraintComponent.buildSparqlValidNodes_rsx_targetShape(StatementMatcher.Variable<Value> subject, StatementMatcher.Variable<Value> object, RdfsSubClassOfReasoner rdfsSubClassOfReasoner, ConstraintComponent.Scope scope, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider) HasValueConstraintComponent.buildSparqlValidNodes_rsx_targetShape(StatementMatcher.Variable<Value> subject, StatementMatcher.Variable<Value> object, RdfsSubClassOfReasoner rdfsSubClassOfReasoner, ConstraintComponent.Scope scope, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider) OrConstraintComponent.buildSparqlValidNodes_rsx_targetShape(StatementMatcher.Variable<Value> subject, StatementMatcher.Variable<Value> object, RdfsSubClassOfReasoner rdfsSubClassOfReasoner, ConstraintComponent.Scope scope, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider) private StringClassConstraintComponent.getFilter(ConnectionsGroup connectionsGroup, StatementMatcher.Variable<Value> target) private StringAbstractSimpleConstraintComponent.getSparqlFilter(boolean negatePlan, StatementMatcher.Variable<Value> variable, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider) (package private) abstract StringAbstractSimpleConstraintComponent.getSparqlFilterExpression(StatementMatcher.Variable<Value> variable, boolean negated) Simple constraints need only implement this method to support SPARQL based validation.(package private) StringDatatypeConstraintComponent.getSparqlFilterExpression(StatementMatcher.Variable<Value> variable, boolean negated) (package private) StringInConstraintComponent.getSparqlFilterExpression(StatementMatcher.Variable<Value> variable, boolean negated) (package private) StringLanguageInConstraintComponent.getSparqlFilterExpression(StatementMatcher.Variable<Value> variable, boolean negated) (package private) StringMaxExclusiveConstraintComponent.getSparqlFilterExpression(StatementMatcher.Variable<Value> variable, boolean negated) (package private) StringMaxInclusiveConstraintComponent.getSparqlFilterExpression(StatementMatcher.Variable<Value> variable, boolean negated) (package private) StringMaxLengthConstraintComponent.getSparqlFilterExpression(StatementMatcher.Variable<Value> variable, boolean negated) (package private) StringMinExclusiveConstraintComponent.getSparqlFilterExpression(StatementMatcher.Variable<Value> variable, boolean negated) (package private) StringMinInclusiveConstraintComponent.getSparqlFilterExpression(StatementMatcher.Variable<Value> variable, boolean negated) (package private) StringMinLengthConstraintComponent.getSparqlFilterExpression(StatementMatcher.Variable<Value> variable, boolean negated) (package private) StringNodeKindConstraintComponent.getSparqlFilterExpression(StatementMatcher.Variable<Value> variable, boolean negated) (package private) StringPatternConstraintComponent.getSparqlFilterExpression(StatementMatcher.Variable<Value> variable, boolean negated) Constructors in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents with parameters of type Value -
Uses of Value in org.eclipse.rdf4j.sail.shacl.ast.planNodes
Fields in org.eclipse.rdf4j.sail.shacl.ast.planNodes declared as ValueModifier and TypeFieldDescriptionprivate final Value[]ValidationTuple.chainprivate final ValueUnorderedSelect.objectprivate final ValueSingletonBindingSet.valueFields in org.eclipse.rdf4j.sail.shacl.ast.planNodes with type parameters of type ValueModifier and TypeFieldDescriptionprivate final Function<ValidationTuple, Value> ExternalFilterByQuery.filterOnSetFilterNode.targetNodeListValuesBackedNode.valuesValueInFilter.valueSetprivate final List<StatementMatcher.Variable<Value>> BindSelect.varsMethods in org.eclipse.rdf4j.sail.shacl.ast.planNodes that return ValueMethods in org.eclipse.rdf4j.sail.shacl.ast.planNodes that return types with arguments of type ValueModifier and TypeMethodDescriptionValidationTuple.getTargetChain(boolean includePropertyShapeValues) This is only the target part.Methods in org.eclipse.rdf4j.sail.shacl.ast.planNodes with parameters of type ValueModifier and TypeMethodDescriptionprivate booleanstatic Stringprivate static LiteralPatternFilter.str(Value argValue, ValueFactory valueFactory) Constructors in org.eclipse.rdf4j.sail.shacl.ast.planNodes with parameters of type ValueModifierConstructorDescriptionSingletonBindingSet(String bindingName, Value value) UnorderedSelect(SailConnection connection, Resource subject, IRI predicate, Value object, Resource[] dataGraph, BiFunction<Statement, Resource[], ValidationTuple> mapper) privateValidationTuple(List<ValidationResult> validationResults, Value[] chain, ConstraintComponent.Scope scope, boolean propertyShapeScopeWithValue, Set<ValidationTuple> compressedTuples, Resource[] contexts) ValidationTuple(Value[] chain, ConstraintComponent.Scope scope, boolean hasValue, Resource[] contexts) ValidationTuple(Value a, Value c, ConstraintComponent.Scope scope, boolean hasValue, Resource[] contexts) ValidationTuple(Value subject, ConstraintComponent.Scope scope, boolean hasValue, Resource[] contexts) Constructor parameters in org.eclipse.rdf4j.sail.shacl.ast.planNodes with type arguments of type ValueModifierConstructorDescriptionAllTargetsPlanNode(SailConnection sailConnection, Resource[] dataGraph, ArrayDeque<EffectiveTarget.EffectiveTargetFragment> chain, List<StatementMatcher.Variable<Value>> vars, ConstraintComponent.Scope scope) BindSelect(SailConnection connection, Resource[] dataGraph, SparqlFragment query, List<StatementMatcher.Variable<Value>> vars, PlanNode source, List<String> varNames, ConstraintComponent.Scope scope, int bulkSize, EffectiveTarget.Extend direction, boolean includePropertyShapeValues) ExternalFilterByQuery(SailConnection connection, Resource[] dataGraph, PlanNode parent, SparqlFragment queryFragment, StatementMatcher.Variable queryVariable, Function<ValidationTuple, Value> filterOn) SetFilterNode(Set<Value> targetNodeList, PlanNode parent, int index, boolean returnValid) ValidationTuple(List<Value> chain, ConstraintComponent.Scope scope, boolean hasValue, Resource[] contexts) ValueInFilter(PlanNode parent, Set<Value> valueSet) ValuesBackedNode(SortedSet<Value> values, ConstraintComponent.Scope scope, Resource[] dataGraph) -
Uses of Value in org.eclipse.rdf4j.sail.shacl.ast.targets
Fields in org.eclipse.rdf4j.sail.shacl.ast.targets with type parameters of type ValueModifier and TypeFieldDescriptionTargetNode.targetNodesprivate final StatementMatcher.Variable<Value> EffectiveTarget.EffectiveTargetFragment.varMethods in org.eclipse.rdf4j.sail.shacl.ast.targets that return types with arguments of type ValueModifier and TypeMethodDescriptionEffectiveTarget.getAllTargetVariables()EffectiveTarget.getOptionalVar()EffectiveTarget.getTargetVar()private List<StatementMatcher.Variable<Value>> EffectiveTarget.getVars(boolean optional) Constructor parameters in org.eclipse.rdf4j.sail.shacl.ast.targets with type arguments of type ValueModifierConstructorDescriptionEffectiveTargetFragment(StatementMatcher.Variable<Value> var, Targetable target, EffectiveTarget.EffectiveTargetFragment prev, RdfsSubClassOfReasoner rdfsSubClassOfReasoner, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider) TargetNode(TreeSet<Value> targetNodes, Resource[] sourceContexts) -
Uses of Value in org.eclipse.rdf4j.sail.shacl.results
Fields in org.eclipse.rdf4j.sail.shacl.results declared as ValueModifier and TypeFieldDescriptionprivate final ValueValidationResult.focusNodeDeprecated.private ValueValidationResult.pathIriDeprecated.Fields in org.eclipse.rdf4j.sail.shacl.results with type parameters of type ValueMethods in org.eclipse.rdf4j.sail.shacl.results that return ValueMethods in org.eclipse.rdf4j.sail.shacl.results that return types with arguments of type ValueMethods in org.eclipse.rdf4j.sail.shacl.results with parameters of type ValueConstructors in org.eclipse.rdf4j.sail.shacl.results with parameters of type ValueModifierConstructorDescriptionValidationResult(Value focusNode, Value value, Shape shape, ConstraintComponent sourceConstraint, Severity severity, ConstraintComponent.Scope scope, Resource[] dataGraphs, Resource[] shapesGraphs) Deprecated. -
Uses of Value in org.eclipse.rdf4j.sail.shacl.wrapper.data
Methods in org.eclipse.rdf4j.sail.shacl.wrapper.data with parameters of type ValueModifier and TypeMethodDescriptionCloseableIteration<? extends Statement, SailException> VerySimpleRdfsBackwardsChainingConnection.getStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) booleanVerySimpleRdfsBackwardsChainingConnection.hasStatement(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) -
Uses of Value in org.eclipse.rdf4j.sail.shacl.wrapper.shape
Methods in org.eclipse.rdf4j.sail.shacl.wrapper.shape that return ValueModifier and TypeMethodDescription(package private) static ValueShapeSourceHelper.getFirst(RepositoryConnection connection, Resource subject, Resource[] context) (package private) static ValueShapeSourceHelper.getFirst(SailConnection connection, Resource subject, Resource[] context) private static ValueShapeSourceHelper.getObject(CloseableIteration<? extends Statement, SailException> iteration) private static ValueShapeSourceHelper.getObject(RepositoryResult<Statement> iteration) BackwardChainingShapeSource.getRdfFirst(Resource subject) CombinedShapeSource.getRdfFirst(Resource subject) Rdf4jShaclShapeGraphShapeSource.getRdfFirst(Resource subject) RepositoryConnectionShapeSource.getRdfFirst(Resource subject) SailConnectionShapeSource.getRdfFirst(Resource subject) ShapeSource.getRdfFirst(Resource subject) Methods in org.eclipse.rdf4j.sail.shacl.wrapper.shape that return types with arguments of type ValueModifier and TypeMethodDescriptionBackwardChainingShapeSource.getObjects(Resource subject, ShapeSource.Predicates predicate) CombinedShapeSource.getObjects(Resource subject, ShapeSource.Predicates predicate) Rdf4jShaclShapeGraphShapeSource.getObjects(Resource subject, ShapeSource.Predicates predicate) RepositoryConnectionShapeSource.getObjects(Resource subject, ShapeSource.Predicates predicate) SailConnectionShapeSource.getObjects(Resource subject, ShapeSource.Predicates predicate) ShapeSource.getObjects(Resource subject, ShapeSource.Predicates predicate) -
Uses of Value in org.eclipse.rdf4j.sparqlbuilder.graphpattern
Methods in org.eclipse.rdf4j.sparqlbuilder.graphpattern with parameters of type ValueModifier and TypeMethodDescriptiondefault TriplePatternTriplePattern.andHas(Consumer<EmptyPropertyPathBuilder> propertyPathConfigurer, Value... objects) Wrapper forTriplePattern.andHas(Consumer, RdfObject...)converting theValueobjectstoRdfObjects.default TriplePatternTriplePattern.andHas(RdfPredicate predicate, Value... objects) Convenience version ofTriplePattern.andHas(RdfPredicate, RdfObject...)that takesValues and converts them to StringLiteralsstatic TriplePatternstatic TriplePatternGraphPatterns.tp(Resource subject, RdfPredicate predicate, Value... objects) static TriplePatternGraphPatterns.tp(RdfSubject subject, IRI predicate, Value... objects) static TriplePatternGraphPatterns.tp(RdfSubject subject, RdfPredicate predicate, Value... objects) -
Uses of Value in org.eclipse.rdf4j.sparqlbuilder.rdf
Methods in org.eclipse.rdf4j.sparqlbuilder.rdf with parameters of type ValueModifier and TypeMethodDescriptiondefault TriplePatternRdfSubject.has(Consumer<EmptyPropertyPathBuilder> propertyPathConfigurer, Value... objects) Wrapper forRdfSubject.has(Consumer, RdfObject...)that converts the specifiedValueobjectstoRdfObjects.default TriplePatternCreate a triple pattern from this subject and the given predicate and objectdefault TriplePatternRdfSubject.has(RdfPredicate predicate, Value... values) Create a triple pattern from this subject and the given predicate and objectstatic RdfObjectstatic RdfObject[] -
Uses of Value in org.eclipse.rdf4j.spin
Fields in org.eclipse.rdf4j.spin declared as ValueMethods in org.eclipse.rdf4j.spin that return ValueModifier and TypeMethodDescriptionArgument.getDefaultValue()private ValueSpinRenderer.SpinVisitor.toValue(Compare.CompareOp op) private ValueSpinRenderer.SpinVisitor.toValue(FunctionCall node) private ValueSpinRenderer.SpinVisitor.toValue(MathExpr.MathOp op) Methods in org.eclipse.rdf4j.spin with parameters of type ValueModifier and TypeMethodDescriptionprivate ProjectionElemSpinParser.SpinVisitor.createProjectionElem(Value v, String projName, Map<String, ProjectionElem> previousProjElems) private Var(package private) voidSpinParser.parseExpression(Value expr, TripleSource store) private ValueExprSpinParser.SpinVisitor.visitExpression(Value v) Method parameters in org.eclipse.rdf4j.spin with type arguments of type ValueConstructors in org.eclipse.rdf4j.spin with parameters of type Value -
Uses of Value in org.eclipse.rdf4j.spin.function
Subclasses with type arguments of type Value in org.eclipse.rdf4j.spin.functionModifier and TypeClassDescription(package private) static class(package private) static classMethods in org.eclipse.rdf4j.spin.function that return ValueModifier 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) 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) SpinFunction.evaluate(ValueFactory valueFactory, Value... args) SpinxFunction.evaluate(ValueFactory valueFactory, Value... args) protected ValueSubtract.evaluate(ValueFactory valueFactory, Value arg1, Value arg2) Methods in org.eclipse.rdf4j.spin.function that return types with arguments of type ValueModifier and TypeMethodDescriptionCloseableIteration<? extends List<? extends Value>, QueryEvaluationException> ConstructTupleFunction.evaluate(ValueFactory valueFactory, Value... args) CloseableIteration<? extends List<? extends Value>, QueryEvaluationException> SelectTupleFunction.evaluate(ValueFactory valueFactory, Value... args) CloseableIteration<? extends List<? extends Value>, QueryEvaluationException> SpinTupleFunction.evaluate(ValueFactory valueFactory, Value... args) ConstructTupleFunction.GraphQueryResultIteration.next()SelectTupleFunction.TupleQueryResultIteration.next()Methods in org.eclipse.rdf4j.spin.function with parameters of type ValueModifier and TypeMethodDescriptionprotected static voidEvalFunction.addArguments(Query query, Value... args) protected static voidAbstractSpinFunction.addBindings(Query query, Value... args) private static voidSpinFunction.addBindings(Query query, List<Argument> arguments, Value... args) private static voidSpinTupleFunction.addBindings(Query query, List<Argument> arguments, Value... args) protected 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 Value in org.eclipse.rdf4j.spin.function.apf
Methods in org.eclipse.rdf4j.spin.function.apf that return types with arguments of type ValueModifier and TypeMethodDescriptionCloseableIteration<? extends List<? extends Value>, QueryEvaluationException> ConcatTupleFunction.evaluate(ValueFactory valueFactory, Value... args) Methods in org.eclipse.rdf4j.spin.function.apf with parameters of type ValueModifier and TypeMethodDescriptionCloseableIteration<? extends List<? extends Value>, QueryEvaluationException> ConcatTupleFunction.evaluate(ValueFactory valueFactory, Value... args) -
Uses of Value in org.eclipse.rdf4j.spin.function.list
Methods in org.eclipse.rdf4j.spin.function.list that return types with arguments of type ValueModifier 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) Methods in org.eclipse.rdf4j.spin.function.list with parameters of type ValueModifier 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 Value in org.eclipse.rdf4j.spin.function.spif
Methods in org.eclipse.rdf4j.spin.function.spif that return ValueModifier 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) 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) protected ValueTimeMillis.evaluate(ValueFactory valueFactory, Value arg) protected ValueTrim.evaluate(ValueFactory valueFactory, Value arg) protected ValueUnCamelCase.evaluate(ValueFactory valueFactory, Value arg) Methods in org.eclipse.rdf4j.spin.function.spif that return types with arguments of type ValueModifier and TypeMethodDescriptionCloseableIteration<? extends List<? extends Value>, QueryEvaluationException> For.evaluate(ValueFactory valueFactory, Value... args) CloseableIteration<? extends List<? extends Value>, QueryEvaluationException> ForEach.evaluate(ValueFactory valueFactory, Value... args) CloseableIteration<? extends List<? extends Value>, QueryEvaluationException> Split.evaluate(ValueFactory valueFactory, Value... args) Methods in org.eclipse.rdf4j.spin.function.spif with parameters of type ValueModifier 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)