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
SailRepository
A
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
StackableSail
s.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 Value
CollectionFactory.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 void
CollectionFactory.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 int
CollectionFactory.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 TypeMethodDescriptionvoid
RDF4JProtocolSession.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 Value
Protocol.decodeValue
(String encodedValue, ValueFactory valueFactory) Decode a previously encoded value.Methods in org.eclipse.rdf4j.http.protocol with parameters of type ValueModifier and TypeMethodDescriptionstatic String
Protocol.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 TypeInterfaceDescriptioninterface
An RDF-1.1 blank node (aka bnode, aka anonymous node).interface
An Internationalized Resource Identifier (IRI).interface
An RDF-1.1 literal consisting of a label (the lexical value), a datatype, and optionally a language tag.interface
The supertype of all RDF resources (IRIs and blank nodes).interface
An 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 aSet
view of the objects contained in this model.Methods in org.eclipse.rdf4j.model with parameters of type ValueModifier and TypeMethodDescriptionboolean
Adds one or more statements to the model.boolean
Determines 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 Triple
ValueFactory.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) boolean
Removes 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 TypeClassDescriptionclass
Base class forBNode
, offering common functionality.(package private) static class
class
Base class forIRI
, offering common functionality.(package private) static class
class
Base 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 class
class
Base class forTriple
, offering common functionality.(package private) static class
final class
An 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 Value
AbstractTriple.GenericTriple.object
private final Value
AbstractValueFactory.GenericStatement.object
Methods 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 class
AbstractModel.ValueSet<V extends Value>
class
GenericStatement<R extends Resource,
I extends IRI, V extends Value> An implementation of the Statement interface with support for Java Generics.private static class
LinkedHashModel.ModelNode<V extends Value>
Classes in org.eclipse.rdf4j.model.impl that implement ValueModifier and TypeClassDescriptionclass
An extension ofSimpleLiteral
that stores a boolean value to avoid parsing.class
An extension ofSimpleLiteral
that stores a calendar value to avoid parsing.class
An extension ofSimpleLiteral
that stores an integer value using aBigDecimal
object.class
An extension ofSimpleLiteral
that stores an integer value using aBigInteger
object.class
An extension ofAbstractLiteral
that stores a numeric value to avoid parsing.class
An simple default implementation of theBNode
interface.class
The default implementation of theIRI
interface.class
A simple default implementation of theLiteral
interface.class
A simple default implementation of theTriple
interface.Fields in org.eclipse.rdf4j.model.impl declared as ValueModifier and TypeFieldDescriptionprotected Value
FilteredModel.obj
protected final V
GenericStatement.object
private final Value
SimpleStatement.object
Deprecated, for removal: This API element is subject to removal in a future version.The statement's object.private final Value
SimpleTriple.object
The triple's object.private final V
LinkedHashModel.ModelNode.value
Fields 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.values
Methods 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 boolean
boolean
boolean
boolean
boolean
boolean
boolean
private Statement
private Statement
private Set
<LinkedHashModel.ModelStatement> private TreeModel.StatementTree
(package private) int
TreeModel.compareValue
(Value o1, Value o2) boolean
boolean
boolean
boolean
boolean
boolean
SimpleValueFactory.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) boolean
SimpleStatement.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.StatementTree
boolean
private boolean
TreeModel.isResourceURIResource
(Value subj, Value pred, Value ctx) private LinkedHashModel.ModelIterator
LinkedHashModel.matchPattern
(Resource subj, IRI pred, Value obj, Resource... contexts) TreeModel.matchPattern
(Resource subj, IRI pred, Value obj, Resource ctx) private Value[]
boolean
boolean
boolean
boolean
boolean
boolean
protected abstract void
FilteredModel.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 void
AbstractModel.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.void
EmptyModel.removeTermIteration
(Iterator<Statement> iter, Resource subj, IRI pred, Value obj, Resource... contexts) final void
FilteredModel.removeTermIteration
(Iterator<Statement> iter, Resource s, IRI p, Value o, Resource... c) void
LinkedHashModel.removeTermIteration
(Iterator iterator, Resource subj, IRI pred, Value obj, Resource... contexts) void
TreeModel.removeTermIteration
(Iterator<Statement> iterator, Resource subj, IRI pred, Value obj, Resource... contexts) void
UnmodifiableModel.removeTermIteration
(Iterator<Statement> iter, Resource subj, IRI pred, Value obj, Resource... contexts) Constructors in org.eclipse.rdf4j.model.impl with parameters of type ValueModifierConstructorDescriptionprotected
ContextStatement
(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.protected
FilteredModel
(AbstractModel model, Resource subj, IRI pred, Value obj, Resource... contexts) protected
SimpleStatement
(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.protected
SimpleTriple
(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
Fields in org.eclipse.rdf4j.model.util declared as ValueModifier and TypeFieldDescriptionprivate final Value[]
PatternIterator.contexts
private final Value
PatternIterator.obj
private final Value
PatternIterator.pred
private final Value
PatternIterator.subj
Fields 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 JavaCollection
ofValue
objects.static <C extends Collection<Value>>
CRDFContainers.toValues
(IRI containerType, Model m, Resource container, C collection, Resource... contexts) Converts an RDF Containter to a JavaCollection
ofValue
objects.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 objectValue
from the supplied statements.Retrieves an objectValue
from the statements in the given model.SynchronizedModel.objects()
Methods in org.eclipse.rdf4j.model.util with parameters of type ValueModifier and TypeMethodDescriptionboolean
private static boolean
private static String
ModelException.buildMessage
(Value v1, Value v2) int
static void
Statements.consume
(ValueFactory vf, Resource subject, IRI predicate, Value object, Consumer<Statement> consumer, Resource... contexts) boolean
static <C extends Collection<Statement>>
CStatements.create
(ValueFactory vf, Resource subject, IRI predicate, Value object, C collection, Resource... contexts) Creates one or moreStatement
objects with the given subject, predicate and object, one for each given context.Either supplies a statement matching the given pattern, orOptional.empty()
otherwise.static boolean
Literals.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 byte
Literals.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 XMLGregorianCalendar
Literals.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.HashCode
GraphComparisons.Partitioning.getCurrentHashCode
(Value value) static BigDecimal
Literals.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 double
Literals.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 float
Literals.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 BigInteger
Literals.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 int
Literals.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 String
Returns the result ofgetLabel((Literal)v, fallback
in case the supplied value is a literal, returns the fallback value otherwise.static long
Literals.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.HashCode
GraphComparisons.Partitioning.getPreviousHashCode
(Value value) static short
Literals.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 boolean
private Value[]
boolean
static Model
Sets the property value for the given subject to the given object value, replacing any existing value(s) for the subject's property.static Statement
Create aStatement
from the supplied subject, predicate, object and context.static Statement
Statements.statement
(ValueFactory vf, Resource subject, IRI predicate, Value object, Resource context) Create aStatement
from the supplied subject, predicate, object and context.static Triple
Creates a newRDF-star embedded triple
with the supplied subject, predicate, and object.static Triple
Values.triple
(ValueFactory vf, Resource subject, IRI predicate, Value object) Creates a newRDF-star embedded triple
with the supplied subject, predicate, and object.Method parameters in org.eclipse.rdf4j.model.util with type arguments of type ValueModifier and TypeMethodDescriptionstatic void
RDFCollections.consumeValues
(Model m, Resource head, Consumer<Value> consumer, Resource... contexts) static void
RDFContainers.consumeValues
(Model m, Resource container, IRI containerType, Consumer<Value> consumer, Resource... contexts) static String
Constructors 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 void
MutableBindingSet.addBinding
(String name, Value value) Adds a binding to the binding set.void
MutableBindingSet.setBinding
(String name, Value value) void
Operation.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 TypeMethodDescriptionvoid
void
Deprecated, 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 Value
QueryValueEvaluationStep.ConstantQueryValueEvaluationStep.value
private final Value[]
ArrayBindingSet.values
Fields in org.eclipse.rdf4j.query.algebra.evaluation with type parameters of type ValueModifier and TypeFieldDescriptionQueryBindingSet.bindings
private final Function
<BindingSet, Value> QueryValueEvaluationStep.ApplyFunctionForEachBinding.function
Methods 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 TypeMethodDescriptionvoid
QueryBindingSet.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.void
ArrayBindingSet.setBinding
(String name, Value value) void
QueryBindingSet.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 Value
TupleFunctionFederatedService.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 Value
BinaryFunction.evaluate
(ValueFactory valueFactory, Value arg1, Value arg2) Function.evaluate
(ValueFactory valueFactory, Value... args) Deprecated.since 3.3.0.default Value
Function.evaluate
(TripleSource tripleSource, Value... args) Evaluate the function over the supplied input arguments.protected abstract Value
UnaryFunction.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 Value
BinaryFunction.evaluate
(ValueFactory valueFactory, Value arg1, Value arg2) Function.evaluate
(ValueFactory valueFactory, Value... args) Deprecated.since 3.3.0.default Value
Function.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 Value
UnaryFunction.evaluate
(ValueFactory valueFactory, Value arg) UnaryFunction.evaluate
(ValueFactory valueFactory, Value... args) -
Uses of Value in org.eclipse.rdf4j.query.algebra.evaluation.function.aggregate
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 TypeMethodDescriptionvoid
StatisticalAggregateFunction.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 double
Get the double valuestatic Literal
FunctionArguments.getLiteral
(Function func, Value v, IRI expectedDatatype) Get the literal of a specific data typestatic org.locationtech.spatial4j.shape.Point
FunctionArguments.getPoint
(Function func, Value v, org.locationtech.spatial4j.context.SpatialContext geoContext) Get the geo pointstatic org.locationtech.spatial4j.shape.Shape
FunctionArguments.getShape
(Function func, Value v, org.locationtech.spatial4j.context.SpatialContext context) Get the geo shapestatic String
Get the string valuestatic IRI
Get 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 Literal
HashFunction.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 Literal
BooleanCast.convert
(ValueFactory valueFactory, Value value) protected abstract Literal
CastFunction.convert
(ValueFactory vf, Value v) Convert the supplied value to a literal of the function output datatype.protected Literal
DateCast.convert
(ValueFactory vf, Value value) protected Literal
DateTimeCast.convert
(ValueFactory vf, Value value) protected Literal
DecimalCast.convert
(ValueFactory valueFactory, Value value) protected Literal
DoubleCast.convert
(ValueFactory valueFactory, Value value) protected Literal
FloatCast.convert
(ValueFactory valueFactory, Value value) protected Literal
IntegerCastFunction.convert
(ValueFactory valueFactory, Value value) protected Literal
StringCast.convert
(ValueFactory valueFactory, Value value) CastFunction.evaluate
(ValueFactory valueFactory, Value... args) StringCast.evaluate
(ValueFactory valueFactory, Value... args) protected final ValueExprEvaluationException
Creates aValueExprEvaluationException
that signals a type error. -
Uses of Value in org.eclipse.rdf4j.query.algebra.evaluation.impl
Fields in org.eclipse.rdf4j.query.algebra.evaluation.impl declared as ValueModifier and TypeFieldDescriptionprivate final Value
SameTermFilterOptimizer.VarBinder.value
Deprecated, 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.directAccessForVariable
Methods 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 Value
DefaultEvaluationStrategy.evaluateLangMatch
(Value langTagValue, Value langRangeValue) private Value
Deprecated, for removal: This API element is subject to removal in a future version.static Value
DefaultEvaluationStrategy.getVarValue
(Var var, BindingSet bindings) private Value
ExtendedEvaluationStrategy.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 void
Deprecated, 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 Value
DefaultEvaluationStrategy.evaluateLangMatch
(Value langTagValue, Value langRangeValue) private static boolean
private Value
ExtendedEvaluationStrategy.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 QueryValueEvaluationStep
DefaultEvaluationStrategy.supplyBinaryValueEvaluation
(BinaryValueOperator node, BiFunction<Value, Value, Value> operation, QueryEvaluationContext context) Supply a QueryValueEvalationStep that will invoke the function (operator passed in).protected QueryValueEvaluationStep
DefaultEvaluationStrategy.supplyBinaryValueEvaluation
(BinaryValueOperator node, BiFunction<Value, Value, Value> operation, QueryEvaluationContext context) Supply a QueryValueEvalationStep that will invoke the function (operator passed in).protected QueryValueEvaluationStep
DefaultEvaluationStrategy.supplyBinaryValueEvaluation
(BinaryValueOperator node, BiFunction<Value, Value, Value> operation, QueryEvaluationContext context) Supply a QueryValueEvalationStep that will invoke the function (operator passed in).protected QueryValueEvaluationStep
DefaultEvaluationStrategy.supplyUnaryValueEvaluation
(UnaryValueOperator node, Function<Value, Value> operation, QueryEvaluationContext context) Return a QueryEvaluationStep that applies constant propegation.protected QueryValueEvaluationStep
DefaultEvaluationStrategy.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.contextSup
private final Function
<BindingSet, Value> StatementPatternQueryEvaluationStep.getContextVar
private final Function
<BindingSet, Value> StatementPatternQueryEvaluationStep.getObjectVar
private final Function
<BindingSet, Value> StatementPatternQueryEvaluationStep.getPredicateVar
private final Function
<BindingSet, Value> StatementPatternQueryEvaluationStep.getSubjectVar
StatementPatternQueryEvaluationStep.RETURN_NULL_VALUE_RESOURCE_ARRAY
Methods 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 int
RegexValueEvaluationStepSupplier.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 ZeroLengthPathIteration
ZeroLengthPathEvaluationStep.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.getValue
private final Function
<BindingSet, Value> CompareAnyValueEvaluationStep.getValue
Methods in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps.values that return ValueModifier and TypeMethodDescriptionprivate static Value
QueryValueEvaluationStepSupplier.bound
(QueryValueEvaluationStep arg, BindingSet bindings) private static Value
QueryValueEvaluationStepSupplier.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 Value
QueryValueEvaluationStepSupplier.label
(QueryValueEvaluationStep arg, BindingSet bindings, ValueFactory vf) private static Value
QueryValueEvaluationStepSupplier.lang
(QueryValueEvaluationStep arg, BindingSet bindings, ValueFactory valueFactory) private static Value
QueryValueEvaluationStepSupplier.localName
(QueryValueEvaluationStep arg, BindingSet bindings, ValueFactory valueFactory) private static Value
QueryValueEvaluationStepSupplier.namespace
(QueryValueEvaluationStep arg, BindingSet bindings, ValueFactory valueFactory) private static Value
QueryValueEvaluationStepSupplier.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 IRI
QueryValueEvaluationStepSupplier.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 QueryValueEvaluationStep
QueryValueEvaluationStepSupplier.make
(QueryValueEvaluationStep arg, String errorMessage, Function<BindingSet, Value> function) static QueryValueEvaluationStep
QueryValueEvaluationStepSupplier.prepareIs
(QueryValueEvaluationStep arg, Predicate<Value> is) -
Uses of Value in org.eclipse.rdf4j.query.algebra.evaluation.iterator
Fields in org.eclipse.rdf4j.query.algebra.evaluation.iterator declared as ValueModifier and TypeFieldDescriptionprivate final Value
PathIteration.ValuePair.endValue
private final Value
ZeroLengthPathIteration.obj
private Value
GroupIterator.SampleCollector.sample
private Value
DescribeIteration.startValue
Deprecated.private final Value
PathIteration.ValuePair.startValue
private final Value
ZeroLengthPathIteration.subj
private Value
GroupIterator.ValueCollector.value
private final Value[]
BindingSetHashKey.values
Fields in org.eclipse.rdf4j.query.algebra.evaluation.iterator with type parameters of type ValueModifier and TypeFieldDescriptionGroupIterator.ALWAYS_TRUE_VALUE
GroupIterator.ALWAYS_TRUE_VALUE_SUPPLIER
GroupIterator.DistinctValues.distinctValues
ZeroLengthPathIteration.reportedValues
private final BiConsumer
<Value, MutableBindingSet> ZeroLengthPathIteration.setContext
private final BiConsumer
<Value, MutableBindingSet> ZeroLengthPathIteration.setObject
private final BiConsumer
<Value, MutableBindingSet> ZeroLengthPathIteration.setSubject
Methods 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 Value
PathIteration.getVarValue
(Var var, boolean fixedValue, BindingSet bindingSet) Methods in org.eclipse.rdf4j.query.algebra.evaluation.iterator with parameters of type ValueModifier and TypeMethodDescriptionprivate void
PathIteration.addBinding
(MutableBindingSet bs, String name, Value value) private Var
PathIteration.createAnonVar
(String varName, Value v, boolean anonymous) protected CloseableIteration
<BindingSet, QueryEvaluationException> DescribeIteration.createNextIteration
(Value subject, Value object) Deprecated.boolean
Method 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.void
GroupIterator.AvgAggregate.processAggregate
(BindingSet s, Predicate<Value> distinctValue, GroupIterator.AvgCollector avg) void
GroupIterator.ConcatAggregate.processAggregate
(BindingSet s, Predicate<Value> distinctValue, GroupIterator.StringBuilderCollector collector) void
GroupIterator.CountAggregate.processAggregate
(BindingSet s, Predicate<Value> distinctValue, GroupIterator.CountCollector agv) void
GroupIterator.MaxAggregate.processAggregate
(BindingSet s, Predicate<Value> distinctValue, GroupIterator.ValueCollector max) void
GroupIterator.MinAggregate.processAggregate
(BindingSet s, Predicate<Value> distinctValue, GroupIterator.ValueCollector min) void
GroupIterator.SampleAggregate.processAggregate
(BindingSet s, Predicate<Value> distinct, GroupIterator.SampleCollector sample) void
GroupIterator.SumAggregate.processAggregate
(BindingSet s, Predicate<Value> distinctValue, GroupIterator.IntegerCollector sum) private static void
ExtensionIterator.setValue
(BiConsumer<Value, MutableBindingSet> setBinding, QueryValueEvaluationStep prepared, MutableBindingSet targetBindings) Deprecated.Constructors in org.eclipse.rdf4j.query.algebra.evaluation.iterator with parameters of type ValueModifierConstructorDescriptionprivate
BindingSetHashKey
(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 void
Constructors in org.eclipse.rdf4j.query.algebra.evaluation.optimizer with parameters of type Value -
Uses of Value in org.eclipse.rdf4j.query.algebra.evaluation.util
Methods in org.eclipse.rdf4j.query.algebra.evaluation.util that return ValueModifier and TypeMethodDescriptionstatic Value
TripleSources.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 boolean
QueryEvaluationUtil.compare
(Value leftVal, Value rightVal, Compare.CompareOp operator) static boolean
QueryEvaluationUtil.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) int
static boolean
QueryEvaluationUtil.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 boolean
QueryEvaluationUtil.isPlainLiteral
(Value v) Checks whether the supplied value is a "plain literal".static boolean
QueryEvaluationUtility.isPlainLiteral
(Value v) Checks whether the supplied value is a "plain literal".static boolean
QueryEvaluationUtil.isSimpleLiteral
(Value v) Checks whether the supplied value is a "simple literal".static boolean
QueryEvaluationUtility.isSimpleLiteral
(Value v) Checks whether the supplied value is a "simple literal".static boolean
QueryEvaluationUtil.isStringLiteral
(Value v) Checks whether the supplied literal is a "string literal".static boolean
QueryEvaluationUtility.isStringLiteral
(Value v) Checks whether the supplied literal is a "string literal".static Statement
TripleSources.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 Var
TupleExprs.createConstVar
(Value value) Creates an (anonymous) Var representing a constant value.static String
TupleExprs.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 void
DAWGTestResultSetWriter.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 TypeMethodDescriptionvoid
AbstractOperation.setBinding
(String name, Value value) void
MapBindingSet.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 Value
TupleExprBuilder.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.evaluationStep
Methods in org.eclipse.rdf4j.query.parser.sparql.aggregate that return ValueModifier and TypeMethodDescriptionprotected Value
AggregateFunction.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 Value
AbstractSPARQLJSONParser.parseValue
(com.fasterxml.jackson.core.JsonParser jp, String bindingStr) private Value
AbstractSPARQLJSONParser.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 void
AbstractSPARQLJSONWriter.writeValue
(Value value) protected void
SPARQLResultsJSONWriter.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 Value
SPARQLResultsSAXParser.currentValue
The most recently parsed value.private Value
SPARQLResultsSAXParser.TripleContainer.object
Methods in org.eclipse.rdf4j.query.resultio.sparqlxml that return ValueMethods in org.eclipse.rdf4j.query.resultio.sparqlxml with parameters of type ValueModifier and TypeMethodDescriptionvoid
private void
AbstractSPARQLXMLWriter.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 Value
SPARQLResultsXSVMappingStrategy.parseNumberPatternMatch
(String valueString) This method parses a number as matched bySPARQLResultsXSVMappingStrategy.numberPattern
into 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 Value
SPARQLResultsTSVMappingStrategy.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 String
Return the SPARQL query string rendering of theValue
static StringBuilder
RenderUtils.toSPARQL
(Value value, StringBuilder builder) Append the SPARQL query string rendering of theValue
to 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 TypeMethodDescriptionvoid
Adds a statement with the specified subject, predicate and object to this repository, optionally to one or more named contexts.void
RepositoryConnection.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.boolean
RepositoryConnection.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.void
Removes 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 TypeMethodDescriptionvoid
AbstractRepositoryConnection.add
(Resource subject, IRI predicate, Value object, Resource... contexts) void
RepositoryConnectionWrapper.add
(Resource subject, IRI predicate, Value object, Resource... contexts) protected abstract void
AbstractRepositoryConnection.addWithoutCommit
(Resource subject, IRI predicate, Value object, Resource... contexts) protected void
RepositoryConnectionWrapper.addWithoutCommit
(Resource subject, IRI predicate, Value object, Resource... contexts) void
RepositoryConnectionWrapper.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) boolean
AbstractRepositoryConnection.hasStatement
(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) boolean
RepositoryConnectionWrapper.hasStatement
(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) void
AbstractRepositoryConnection.remove
(Resource subject, IRI predicate, Value object, Resource... contexts) void
RepositoryConnectionWrapper.remove
(Resource subject, IRI predicate, Value object, Resource... contexts) protected abstract void
AbstractRepositoryConnection.removeWithoutCommit
(Resource subject, IRI predicate, Value object, Resource... contexts) protected void
RepositoryConnectionWrapper.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 TypeMethodDescriptionvoid
void
ContextAwareConnection.exportStatements
(Resource subj, IRI pred, Value obj, boolean includeInferred, RDFHandler handler, Resource... contexts) void
ContextAwareConnection.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.boolean
ContextAwareConnection.hasStatement
(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) boolean
ContextAwareConnection.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.void
Removes the statement with the specified subject, predicate and object from the repository, optionally restricted to the specified contexts.protected void
ContextAwareConnection.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 TypeMethodDescriptionboolean
RepositoryConnectionInterceptor.add
(RepositoryConnection conn, Resource subject, IRI predicate, Value object, Resource... contexts) void
RepositoryConnectionListener.add
(RepositoryConnection conn, Resource subject, IRI predicate, Value object, Resource... contexts) boolean
RepositoryConnectionInterceptor.remove
(RepositoryConnection conn, Resource subject, IRI predicate, Value object, Resource... contexts) void
RepositoryConnectionListener.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 TypeMethodDescriptionboolean
RepositoryConnectionInterceptorAdapter.add
(RepositoryConnection conn, Resource subject, IRI predicate, Value object, Resource... contexts) void
RepositoryConnectionListenerAdapter.add
(RepositoryConnection conn, Resource subject, IRI predicate, Value object, Resource... contexts) void
InterceptingRepositoryConnectionWrapper.addWithoutCommit
(Resource subject, IRI predicate, Value object, Resource... contexts) void
NotifyingRepositoryConnectionWrapper.addWithoutCommit
(Resource subject, IRI predicate, Value object, Resource... contexts) boolean
RepositoryConnectionInterceptorAdapter.remove
(RepositoryConnection conn, Resource subject, IRI predicate, Value object, Resource... contexts) void
RepositoryConnectionListenerAdapter.remove
(RepositoryConnection conn, Resource subject, IRI predicate, Value object, Resource... contexts) void
InterceptingRepositoryConnectionWrapper.removeWithoutCommit
(Resource subject, IRI predicate, Value object, Resource... contexts) void
NotifyingRepositoryConnectionWrapper.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 TypeMethodDescriptionvoid
DebugRepositoryConnectionListener.add
(RepositoryConnection conn, Resource subject, IRI predicate, Value object, Resource... contexts) void
DebugRepositoryConnectionListener.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 TypeMethodDescriptionboolean
AccurateRepositoryBloomFilter.mayHaveStatement
(RepositoryConnection conn, Resource subj, IRI pred, Value obj, Resource... contexts) boolean
InaccurateRepositoryBloomFilter.mayHaveStatement
(RepositoryConnection conn, Resource subj, IRI pred, Value obj, Resource... contexts) boolean
RepositoryBloomFilter.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 TypeMethodDescriptionvoid
protected void
HTTPRepositoryConnection.addWithoutCommit
(Resource subject, IRI predicate, Value object, Resource... contexts) void
HTTPRepositoryConnection.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 void
HTTPRepositoryConnection.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 void
SailRepositoryConnection.addWithoutCommit
(Resource subject, IRI predicate, Value object, Resource... contexts) void
SailRepositoryConnection.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) boolean
SailRepositoryConnection.hasStatement
(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) protected void
SailRepositoryConnection.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 Value
SailUpdateExecutor.getValueForVar
(Var var, BindingSet bindings) Methods in org.eclipse.rdf4j.repository.sail.helpers with parameters of type ValueModifier and TypeMethodDescriptionprotected void
RDFSailInserter.addStatement
(Resource subj, IRI pred, Value obj, Resource ctxt) private void
RDFSailInserter.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 void
SPARQLConnection.addWithoutCommit
(Resource subject, IRI predicate, Value object, Resource... contexts) private void
SPARQLConnection.createBGP
(StringBuilder qb, Resource subject, IRI predicate, Value object) private String
SPARQLConnection.createDeletePatternCommand
(Resource subject, IRI predicate, Value object, Resource[] contexts) void
SPARQLConnection.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) boolean
SPARQLConnection.hasStatement
(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) protected void
SPARQLConnection.removeWithoutCommit
(Resource subject, IRI predicate, Value object, Resource... contexts) private void
protected 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 TypeMethodDescriptionvoid
SPARQLQueryBindingSet.addBinding
(String name, Value value) Adds a new binding to the binding set.static StringBuilder
QueryStringUtil.appendValueAsString
(StringBuilder sb, Value value) Converts a value to its SPARQL string representation and appends it to a StringBuilder.private String
SPARQLOperation.getReplacement
(Value value) Deprecated.void
SPARQLOperation.setBinding
(String name, Value value) Deprecated.void
SPARQLQueryBindingSet.setBinding
(String name, Value value) static String
QueryStringUtil.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 void
AbstractRDFInserter.addStatement
(Resource subj, IRI pred, Value obj, Resource ctxt) protected void
RDFInserter.addStatement
(Resource subj, IRI pred, Value obj, Resource ctxt) Connections.getStatement
(RepositoryConnection conn, Resource subject, IRI predicate, Value object, Resource... contexts) Retrieve a singleStatement
matching 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.valueMeta
Methods in org.eclipse.rdf4j.rio.binary that return ValueModifier and TypeMethodDescriptionprivate Value
BinaryRDFParser.readValue()
private Value
BinaryRDFParser.readValueRef()
Methods in org.eclipse.rdf4j.rio.binary with parameters of type ValueModifier and TypeMethodDescriptionprivate void
BinaryRDFWriter.assignId
(Value v, BinaryRDFWriter.ValueMeta meta) private void
BinaryRDFWriter.incValueFreq
(Value v) private void
BinaryRDFWriter.writeValue
(Value value) private void
BinaryRDFWriter.writeValueOrId
(Value value) -
Uses of Value in org.eclipse.rdf4j.rio.hdt
Methods in org.eclipse.rdf4j.rio.hdt that return ValueModifier and TypeMethodDescriptionprivate Value
HDTParser.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 Value
NTriplesUtil.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 void
NTriplesUtil.append
(Value value, Appendable appendable) Appends the N-Triples representation of the givenValue
to the givenAppendable
.static void
NTriplesUtil.append
(Value value, Appendable appendable, boolean xsdStringToPlainLiteral, boolean escapeUnicode) Appends the N-Triples representation of the givenValue
to the givenAppendable
, optionally not serializing the datatype aLiteral
with the xsd:string datatype as it is implied for RDF-1.1.protected Statement
AbstractRDFParser.createStatement
(Resource subj, IRI pred, Value obj) Creates a newStatement
object with the supplied components.protected Statement
AbstractRDFParser.createStatement
(Resource subj, IRI pred, Value obj, Resource context) Creates a newStatement
object 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 boolean
RDFStarUtil.isEncodedTriple
(Value value) Checks if the suppliedValue
represents an RDF-star triple encoded as an IRI.static String
NTriplesUtil.toNTriplesString
(Value value) Creates an N-Triples string for the supplied value.static String
NTriplesUtil.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 void
NTriplesWriter.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 void
RDFJSONWriter.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 void
RDFXMLParser.handleReification
(Value value) private void
RDFXMLParser.reifyStatement
(Resource reifNode, Resource subj, IRI pred, Value obj) private void
RDFXMLParser.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 void
RDFXMLPrettyWriter.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 void
TriGParser.reportStatement
(Resource subj, IRI pred, Value obj) protected void
TriGWriter.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 void
TriXWriter.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 Value
TurtleParser.parseQNameOrBoolean()
Parses qnames and boolean values, which have equivalent starting characters.protected Value
TurtleParser.parseValue()
Parses an RDF value.Methods in org.eclipse.rdf4j.rio.turtle with parameters of type ValueModifier and TypeMethodDescriptionprivate boolean
TurtleWriter.canInlineValue
(Model contextData, Value v) protected void
TurtleParser.reportStatement
(Resource subj, IRI pred, Value obj) protected void
TurtleWriter.writeStatement
(Resource subj, IRI pred, Value obj, Resource context, boolean canShortenSubjectBNode, boolean canShortenObjectBNode) protected void
TurtleWriter.writeValue
(Value val) Deprecated.UseTurtleWriter.writeValue(Value, boolean)
instead.protected void
TurtleWriter.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 TypeMethodDescriptionvoid
SailConnection.addStatement
(Resource subj, IRI pred, Value obj, Resource... contexts) Adds a statement to the store.void
SailConnection.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 boolean
SailConnection.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.void
SailConnection.removeStatement
(UpdateContext op, Resource subj, IRI pred, Value obj, Resource... contexts) Removes all statements matching the specified subject, predicate and object from the repository.void
SailConnection.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 void
SailSourceConnection.add
(Resource subj, IRI pred, Value obj, SailDataset dataset, SailSink sink, Resource... contexts) boolean
SailSourceConnection.addInferredStatement
(Resource subj, IRI pred, Value obj, Resource... contexts) void
SailSourceConnection.addStatement
(UpdateContext op, Resource subj, IRI pred, Value obj, Resource... contexts) void
void
Adds a statement to the store.default void
Deprecated.default boolean
SailSink.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) boolean
Changeset.hasApproved
(Resource subj, IRI pred, Value obj, Resource[] contexts) (package private) boolean
Changeset.hasDeprecated
(Resource subj, IRI pred, Value obj, Resource[] contexts) private boolean
SailSourceConnection.hasStatement
(SailDataset dataset, Resource subj, IRI pred, Value obj, Resource... contexts) void
void
default void
Called to indicate matching statements have been observed and must not change their state until after thisSailSink
is committed, iff this was opened in an isolation level compatible withIsolationLevels.SERIALIZABLE
.void
Called to indicate matching statements have been observed and must not change their state until after thisSailSink
is committed, iff this was opened in an isolation level compatible withIsolationLevels.SERIALIZABLE
.private boolean
SailSourceConnection.remove
(Resource subj, IRI pred, Value obj, SailDataset dataset, SailSink sink, Resource... contexts) boolean
SailSourceConnection.removeInferredStatement
(Resource subj, IRI pred, Value obj, Resource... contexts) void
SailSourceConnection.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 Value
AbstractSailConnection.WildStatement.object
The 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 void
AbstractSailConnection.addStatement
(Resource subj, IRI pred, Value obj, Resource... contexts) void
AbstractSailConnection.addStatement
(UpdateContext op, Resource subj, IRI pred, Value obj, Resource... contexts) The default implementation buffers added statements until the update operation is complete.void
SailConnectionWrapper.addStatement
(Resource subj, IRI pred, Value obj, Resource... contexts) void
SailConnectionWrapper.addStatement
(UpdateContext modify, Resource subj, IRI pred, Value obj, Resource... contexts) protected abstract void
AbstractSailConnection.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 boolean
AbstractSailConnection.hasStatement
(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) boolean
SailConnectionWrapper.hasStatement
(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) protected boolean
AbstractSailConnection.hasStatementInternal
(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource[] contexts) void
AbstractSailConnection.removeStatement
(UpdateContext op, Resource subj, IRI pred, Value obj, Resource... contexts) The default implementation buffers removed statements until the update operation is complete.void
SailConnectionWrapper.removeStatement
(UpdateContext modify, Resource subj, IRI pred, Value obj, Resource... contexts) final void
AbstractSailConnection.removeStatements
(Resource subj, IRI pred, Value obj, Resource... contexts) void
SailConnectionWrapper.removeStatements
(Resource subj, IRI pred, Value obj, Resource... contexts) protected abstract void
AbstractSailConnection.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 TypeMethodDescriptionboolean
InferencerConnection.addInferredStatement
(Resource subj, IRI pred, Value obj, Resource... contexts) Adds an inferred statement to a specific context.boolean
InferencerConnectionWrapper.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.boolean
InferencerConnectionWrapper.hasStatement
(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) boolean
InferencerConnection.removeInferredStatement
(Resource subj, IRI pred, Value obj, Resource... contexts) Removes an inferred statement from a specific context.boolean
InferencerConnectionWrapper.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.watchObjects
private final Collection
<Value> CustomGraphQueryInferencer.watchPredicates
private final Collection
<Value> CustomGraphQueryInferencer.watchSubjects
Methods 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 TypeMethodDescriptionboolean
DedupingInferencerConnection.addInferredStatement
(Resource subj, IRI pred, Value obj, Resource... contexts) boolean
SchemaCachingRDFSInferencerConnection.addInferredStatement
(Resource subj, IRI pred, Value obj, Resource... contexts) (package private) boolean
SchemaCachingRDFSInferencerConnection.addInferredStatementInternal
(Resource subj, IRI pred, Value obj, Resource... contexts) private void
SchemaCachingRDFSInferencerConnection.addStatement
(boolean actuallyAdd, Resource subject, IRI predicate, Value object, Resource... context) void
SchemaCachingRDFSInferencerConnection.addStatement
(Resource subject, IRI predicate, Value object, Resource... contexts) void
SchemaCachingRDFSInferencerConnection.addStatement
(UpdateContext modify, Resource subj, IRI pred, Value obj, Resource... contexts) boolean
DedupingInferencerConnection.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 void
RDFInferencerInserter.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 Value
private static Value
Methods in org.eclipse.rdf4j.sail.lucene with parameters of type ValueModifier and TypeMethodDescriptionvoid
LuceneSailConnection.addStatement
(Resource subj, IRI pred, Value obj, Resource... contexts) void
LuceneSailConnection.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 Value
MemEvaluationStatistics.MemCardinalityCalculator.getConstantValue
(Var var) private Value
FileIO.readValue
(DataInputStream dataIn) Methods in org.eclipse.rdf4j.sail.memory with parameters of type ValueModifier and TypeMethodDescriptionboolean
MemoryStoreConnection.addInferredStatement
(Resource subj, IRI pred, Value obj, Resource... contexts) private MemStatement
MemorySailStore.MemorySailSink.addStatement
(Resource subj, IRI pred, Value obj, Resource context, boolean explicit) protected void
MemoryStoreConnection.addStatementInternal
(Resource subj, IRI pred, Value obj, Resource... contexts) void
private 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.boolean
MemorySailStore.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 int
MemEvaluationStatistics.MemCardinalityCalculator.minStatementCount
(Value subj, Value pred, Value obj, Value context) void
boolean
MemoryStoreConnection.removeInferredStatement
(Resource subj, IRI pred, Value obj, Resource... contexts) protected void
MemoryStoreConnection.removeStatementsInternal
(Resource subj, IRI pred, Value obj, Resource... contexts) private void
FileIO.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 TypeInterfaceDescriptioninterface
A MemoryStore-specific extension of the Value interface, giving it node properties.Classes in org.eclipse.rdf4j.sail.memory.model that implement ValueModifier and TypeClassDescriptionclass
An extension of MemLiteral that stores a boolean value to avoid parsing.class
An extension of MemLiteral that stores a Calendar value to avoid parsing.class
An extension of MemLiteral that stores a decimal value to avoid parsing.class
An extension of MemLiteral that stores an integer value to avoid parsing.class
A MemoryStore-specific extension of BNodeImpl giving it node properties.class
A 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.class
A MemoryStore-specific extension of Literal giving it node properties.class
A MemoryStore-specific extension of Resource giving it subject statements.class
A MemoryStore-specific implementation ofTriple
.class
An 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 TypeMethodDescriptionvoid
ShaclSailConnection.addStatement
(Resource subj, IRI pred, Value obj, Resource... contexts) void
ShaclSailConnection.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) boolean
ShaclSailConnection.hasStatement
(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) void
ShaclSailConnection.removeStatement
(UpdateContext modify, Resource subj, IRI pred, Value obj, Resource... contexts) void
ShaclSailConnection.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 Value
ShaclSparqlConstraintFailureException.focusNode
private final Value
Severity.iri
(package private) T
StatementMatcher.Variable.value
Fields in org.eclipse.rdf4j.sail.shacl.ast with type parameters of type ValueModifier and TypeFieldDescriptionShaclProperties.hasValue
private static final StatementMatcher.Variable
<Value> StatementMatcher.NULL_OBJECT
private final StatementMatcher.Variable
<? extends Value> StatementMatcher.object
ShaclProperties.targetNode
static final StatementMatcher.Variable
<Value> StatementMatcher.Variable.THIS
static final StatementMatcher.Variable
<Value> StatementMatcher.Variable.VALUE
private final List
<StatementMatcher.Variable<Value>> ValidationQuery.variables
Methods 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 String
StatementMatcher.formatForToString
(String field, String name, Value value) private static String
ShaclProperties.getClassName
(Value object) private static ShaclShapeParsingException
ShaclProperties.getExceptionForAlreadyPopulated
(Resource id, String predicate, Object existingObject, Value secondValue) private static ShaclShapeParsingException
ShaclProperties.getExceptionForCastIssue
(Resource id, String predicate, Class<?> expectedClass, Value object) private static ShaclShapeParsingException
ShaclProperties.getExceptionForLiteralFormatIssue
(Resource id, String predicate, Value object, Class<?> clazz) private static String
ShaclSparqlConstraintFailureException.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:targetShapeboolean
StatementMatcher.hasObject
(StatementMatcher.Variable<Value> variable) static void
ShaclAstLists.listToRdf
(Collection<? extends Value> values, Resource head, Model model) Constructors in org.eclipse.rdf4j.sail.shacl.ast with parameters of type ValueModifierConstructorDescriptionprivate
ShaclSparqlConstraintFailureException
(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.hasValueIn
InConstraintComponent.in
Methods 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 String
ClassConstraintComponent.getFilter
(ConnectionsGroup connectionsGroup, StatementMatcher.Variable<Value> target) private String
SimpleAbstractConstraintComponent.getSparqlFilter
(boolean negatePlan, StatementMatcher.Variable<Value> variable, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider) (package private) String
DatatypeConstraintComponent.getSparqlFilterExpression
(StatementMatcher.Variable<Value> variable, boolean negated) (package private) String
InConstraintComponent.getSparqlFilterExpression
(StatementMatcher.Variable<Value> variable, boolean negated) (package private) String
LanguageInConstraintComponent.getSparqlFilterExpression
(StatementMatcher.Variable<Value> variable, boolean negated) (package private) String
MaxExclusiveConstraintComponent.getSparqlFilterExpression
(StatementMatcher.Variable<Value> variable, boolean negated) (package private) String
MaxInclusiveConstraintComponent.getSparqlFilterExpression
(StatementMatcher.Variable<Value> variable, boolean negated) (package private) String
MaxLengthConstraintComponent.getSparqlFilterExpression
(StatementMatcher.Variable<Value> variable, boolean negated) (package private) String
MinExclusiveConstraintComponent.getSparqlFilterExpression
(StatementMatcher.Variable<Value> variable, boolean negated) (package private) String
MinInclusiveConstraintComponent.getSparqlFilterExpression
(StatementMatcher.Variable<Value> variable, boolean negated) (package private) String
MinLengthConstraintComponent.getSparqlFilterExpression
(StatementMatcher.Variable<Value> variable, boolean negated) (package private) String
NodeKindConstraintComponent.getSparqlFilterExpression
(StatementMatcher.Variable<Value> variable, boolean negated) (package private) String
PatternConstraintComponent.getSparqlFilterExpression
(StatementMatcher.Variable<Value> variable, boolean negated) (package private) abstract String
SimpleAbstractConstraintComponent.getSparqlFilterExpression
(StatementMatcher.Variable<Value> variable, boolean negated) Simple constraints need only implement this method to support SPARQL based validation.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.chain
private final Value
UnorderedSelect.object
private final Value
SingletonBindingSet.value
Fields in org.eclipse.rdf4j.sail.shacl.ast.planNodes with type parameters of type ValueModifier and TypeFieldDescriptionprivate final Function
<ValidationTuple, Value> ExternalFilterByQuery.filterOn
SetFilterNode.targetNodeList
ValuesBackedNode.values
ValueInFilter.valueSet
private final List
<StatementMatcher.Variable<Value>> BindSelect.vars
Methods 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 ValueConstructors 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) private
ValidationTuple
(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.targetNodes
private final StatementMatcher.Variable
<Value> EffectiveTarget.EffectiveTargetFragment.var
Methods in org.eclipse.rdf4j.sail.shacl.ast.targets that return types with arguments of type ValueModifier and TypeMethodDescriptionEffectiveTarget.getAllTargetVariables()
EffectiveTarget.getTargetVar()
private List
<StatementMatcher.Variable<Value>> EffectiveTarget.getVars()
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 Value
ValidationResult.focusNode
Deprecated.private Value
ValidationResult.pathIri
Deprecated.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) boolean
VerySimpleRdfsBackwardsChainingConnection.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 Value
ShapeSourceHelper.getFirst
(RepositoryConnection connection, Resource subject, Resource[] context) (package private) static Value
ShapeSourceHelper.getFirst
(SailConnection connection, Resource subject, Resource[] context) private static Value
ShapeSourceHelper.getObject
(CloseableIteration<? extends Statement, SailException> iteration) private static Value
ShapeSourceHelper.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 TriplePattern
TriplePattern.andHas
(Consumer<EmptyPropertyPathBuilder> propertyPathConfigurer, Value... objects) Wrapper forTriplePattern.andHas(Consumer, RdfObject...)
converting theValue
objects
toRdfObject
s.default TriplePattern
TriplePattern.andHas
(RdfPredicate predicate, Value... objects) Convenience version ofTriplePattern.andHas(RdfPredicate, RdfObject...)
that takesValue
s and converts them to StringLiteralsstatic TriplePattern
static TriplePattern
GraphPatterns.tp
(Resource subject, RdfPredicate predicate, Value... objects) static TriplePattern
GraphPatterns.tp
(RdfSubject subject, IRI predicate, Value... objects) static TriplePattern
GraphPatterns.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 TriplePattern
RdfSubject.has
(Consumer<EmptyPropertyPathBuilder> propertyPathConfigurer, Value... objects) Wrapper forRdfSubject.has(Consumer, RdfObject...)
that converts the specifiedValue
objects
toRdfObject
s.default TriplePattern
Create a triple pattern from this subject and the given predicate and objectdefault TriplePattern
RdfSubject.has
(RdfPredicate predicate, Value... values) Create a triple pattern from this subject and the given predicate and objectstatic RdfObject
static 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 Value
SpinRenderer.SpinVisitor.toValue
(Compare.CompareOp op) private Value
SpinRenderer.SpinVisitor.toValue
(FunctionCall node) private Value
SpinRenderer.SpinVisitor.toValue
(MathExpr.MathOp op) Methods in org.eclipse.rdf4j.spin with parameters of type ValueModifier and TypeMethodDescriptionprivate ProjectionElem
SpinParser.SpinVisitor.createProjectionElem
(Value v, String projName, Map<String, ProjectionElem> previousProjElems) private Var
(package private) void
SpinParser.parseExpression
(Value expr, TripleSource store) private ValueExpr
SpinParser.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
Methods in org.eclipse.rdf4j.spin.function that return ValueModifier and TypeMethodDescriptionprotected Value
Add.evaluate
(ValueFactory valueFactory, Value arg1, Value arg2) protected Value
And.evaluate
(ValueFactory valueFactory, Value arg1, Value arg2) AskFunction.evaluate
(ValueFactory valueFactory, Value... args) protected Value
Divide.evaluate
(ValueFactory valueFactory, Value arg1, Value arg2) protected Value
EqualTo.evaluate
(ValueFactory valueFactory, Value arg1, Value arg2) EvalFunction.evaluate
(ValueFactory valueFactory, Value... args) protected Value
GreaterThan.evaluate
(ValueFactory valueFactory, Value arg1, Value arg2) protected Value
GreaterThanOrEqualTo.evaluate
(ValueFactory valueFactory, Value arg1, Value arg2) protected Value
LessThan.evaluate
(ValueFactory valueFactory, Value arg1, Value arg2) protected Value
LessThanOrEqualTo.evaluate
(ValueFactory valueFactory, Value arg1, Value arg2) protected Value
Localname.evaluate
(ValueFactory valueFactory, Value arg) protected Value
Multiply.evaluate
(ValueFactory valueFactory, Value arg1, Value arg2) protected Value
Not.evaluate
(ValueFactory valueFactory, Value arg) protected Value
NotEqualTo.evaluate
(ValueFactory valueFactory, Value arg1, Value arg2) ObjectFunction.evaluate
(ValueFactory valueFactory, Value... args) protected Value
Or.evaluate
(ValueFactory valueFactory, Value arg1, Value arg2) SpinFunction.evaluate
(ValueFactory valueFactory, Value... args) SpinxFunction.evaluate
(ValueFactory valueFactory, Value... args) protected Value
Subtract.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 void
EvalFunction.addArguments
(Query query, Value... args) protected static void
AbstractSpinFunction.addBindings
(Query query, Value... args) private static void
SpinFunction.addBindings
(Query query, List<Argument> arguments, Value... args) private static void
SpinTupleFunction.addBindings
(Query query, List<Argument> arguments, Value... args) protected Value
Add.evaluate
(ValueFactory valueFactory, Value arg1, Value arg2) protected Value
And.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 Value
Divide.evaluate
(ValueFactory valueFactory, Value arg1, Value arg2) protected Value
EqualTo.evaluate
(ValueFactory valueFactory, Value arg1, Value arg2) EvalFunction.evaluate
(ValueFactory valueFactory, Value... args) protected Value
GreaterThan.evaluate
(ValueFactory valueFactory, Value arg1, Value arg2) protected Value
GreaterThanOrEqualTo.evaluate
(ValueFactory valueFactory, Value arg1, Value arg2) protected Value
LessThan.evaluate
(ValueFactory valueFactory, Value arg1, Value arg2) protected Value
LessThanOrEqualTo.evaluate
(ValueFactory valueFactory, Value arg1, Value arg2) protected Value
Localname.evaluate
(ValueFactory valueFactory, Value arg) protected Value
Multiply.evaluate
(ValueFactory valueFactory, Value arg1, Value arg2) protected Value
Not.evaluate
(ValueFactory valueFactory, Value arg) protected Value
NotEqualTo.evaluate
(ValueFactory valueFactory, Value arg1, Value arg2) ObjectFunction.evaluate
(ValueFactory valueFactory, Value... args) protected Value
Or.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 Value
Subtract.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 Value
Cast.evaluate
(ValueFactory valueFactory, Value arg1, Value arg2) ConvertSpinRDFToString.evaluate
(ValueFactory valueFactory, Value... args) CurrentTimeMillis.evaluate
(ValueFactory valueFactory, Value... args) protected Value
DateFormat.evaluate
(ValueFactory valueFactory, Value arg1, Value arg2) protected Value
DecimalFormat.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 Value
IsValidURI.evaluate
(ValueFactory valueFactory, Value arg) LastIndexOf.evaluate
(ValueFactory valueFactory, Value... args) protected Value
Mod.evaluate
(ValueFactory valueFactory, Value arg1, Value arg2) Name.evaluate
(ValueFactory valueFactory, Value... args) protected Value
ParseDate.evaluate
(ValueFactory valueFactory, Value arg1, Value arg2) Random.evaluate
(ValueFactory valueFactory, Value... args) ReplaceAll.evaluate
(ValueFactory valueFactory, Value... args) protected Value
TimeMillis.evaluate
(ValueFactory valueFactory, Value arg) protected Value
Trim.evaluate
(ValueFactory valueFactory, Value arg) protected Value
UnCamelCase.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 Value
Cast.evaluate
(ValueFactory valueFactory, Value arg1, Value arg2) ConvertSpinRDFToString.evaluate
(ValueFactory valueFactory, Value... args) CurrentTimeMillis.evaluate
(ValueFactory valueFactory, Value... args) protected Value
DateFormat.evaluate
(ValueFactory valueFactory, Value arg1, Value arg2) protected Value
DecimalFormat.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 Value
IsValidURI.evaluate
(ValueFactory valueFactory, Value arg) LastIndexOf.evaluate
(ValueFactory valueFactory, Value... args) protected Value
Mod.evaluate
(ValueFactory valueFactory, Value arg1, Value arg2) Name.evaluate
(ValueFactory valueFactory, Value... args) protected Value
ParseDate.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 Value
TimeMillis.evaluate
(ValueFactory valueFactory, Value arg) protected Value
Trim.evaluate
(ValueFactory valueFactory, Value arg) protected Value
UnCamelCase.evaluate
(ValueFactory valueFactory, Value arg)