Uses of Interface
org.eclipse.rdf4j.model.Value
-
-
Uses of Value in org.eclipse.rdf4j.collection.factory.api
Methods in org.eclipse.rdf4j.collection.factory.api that return Value Modifier and Type Method Description private ValueCollectionFactory. valueFromObjectInputStream(java.io.ObjectInputStream ois)Methods in org.eclipse.rdf4j.collection.factory.api that return types with arguments of type Value Modifier and Type Method Description <V> java.util.Map<Value,V>CollectionFactory. createValueKeyedMap()java.util.List<Value>CollectionFactory. createValueList()java.util.Queue<Value>CollectionFactory. createValueQueue()java.util.Set<Value>CollectionFactory. createValueSet()Methods in org.eclipse.rdf4j.collection.factory.api with parameters of type Value Modifier and Type Method Description private byte[]CollectionFactory. valueIntoByteArray(Value value)private voidCollectionFactory. valueIntoObjectOutputStream(Value value, java.io.ObjectOutputStream oos)Method parameters in org.eclipse.rdf4j.collection.factory.api with type arguments of type Value Modifier and Type Method Description BindingSetKeyCollectionFactory. createBindingSetKey(BindingSet bindingSet, java.util.List<java.util.function.Function<BindingSet,Value>> getValues, java.util.function.ToIntFunction<BindingSet> hashOfBindingSetCalculator)default intCollectionFactory. hashAValue(java.util.function.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 java.util.function.ToIntFunction<BindingSet>CollectionFactory. hashOfBindingSetFuntion(java.util.List<java.util.function.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 Value Modifier and Type Field Description private Value[]DefaultBindingSetKey. valuesMethods in org.eclipse.rdf4j.collection.factory.impl that return types with arguments of type Value Modifier and Type Method Description <V> java.util.Map<Value,V>DefaultCollectionFactory. createValueKeyedMap()java.util.List<Value>DefaultCollectionFactory. createValueList()java.util.Queue<Value>DefaultCollectionFactory. createValueQueue()java.util.Set<Value>DefaultCollectionFactory. createValueSet()Method parameters in org.eclipse.rdf4j.collection.factory.impl with type arguments of type Value Modifier and Type Method Description BindingSetKeyDefaultCollectionFactory. createBindingSetKey(BindingSet bindingSet, java.util.List<java.util.function.Function<BindingSet,Value>> getValues, java.util.function.ToIntFunction<BindingSet> hashOfBindingSetCalculator)Constructor parameters in org.eclipse.rdf4j.collection.factory.impl with type arguments of type Value Constructor Description DefaultBindingSetKey(java.util.List<Value> values, int hash) -
Uses of Value in org.eclipse.rdf4j.http.client
Methods in org.eclipse.rdf4j.http.client with parameters of type Value Modifier and Type Method Description voidRDF4JProtocolSession. 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 Value Modifier and Type Method Description static ValueProtocol. decodeValue(java.lang.String encodedValue, ValueFactory valueFactory)Decode a previously encoded value.Methods in org.eclipse.rdf4j.http.protocol with parameters of type Value Modifier and Type Method Description static java.lang.StringProtocol. encodeValue(Value value)Encodes a value in a canonical serialized string format, for use in a URL query parameter. -
Uses of Value in org.eclipse.rdf4j.http.protocol.transaction
Fields in org.eclipse.rdf4j.http.protocol.transaction with type parameters of type Value Modifier and Type Field Description private java.util.List<Value>TransactionSAXParser. parsedValuesMethods in org.eclipse.rdf4j.http.protocol.transaction with parameters of type Value Modifier and Type Method Description protected voidTransactionWriter. serialize(Value value, XMLWriter xmlWriter) -
Uses of Value in org.eclipse.rdf4j.http.protocol.transaction.operations
Fields in org.eclipse.rdf4j.http.protocol.transaction.operations declared as Value Modifier and Type Field Description private ValueStatementOperation. objectMethods in org.eclipse.rdf4j.http.protocol.transaction.operations that return Value Modifier and Type Method Description ValueStatementOperation. getObject()Methods in org.eclipse.rdf4j.http.protocol.transaction.operations with parameters of type Value Modifier and Type Method Description voidStatementOperation. setObject(Value object)Constructors in org.eclipse.rdf4j.http.protocol.transaction.operations with parameters of type Value Constructor Description AddStatementOperation(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.model Modifier and Type Interface Description interfaceBNodeAn RDF-1.1 blank node (aka bnode, aka anonymous node).interfaceIRIAn Internationalized Resource Identifier (IRI).interfaceLiteralAn RDF-1.1 literal consisting of a label (the lexical value), a datatype, and optionally a language tag.interfaceResourceThe supertype of all RDF resources (IRIs and blank nodes).interfaceTripleAn RDF-star embedded triple.Methods in org.eclipse.rdf4j.model that return Value Modifier and Type Method Description ValueStatement. getObject()Gets the object of this statement.ValueTriple. getObject()Gets the object of this triple.Methods in org.eclipse.rdf4j.model that return types with arguments of type Value Modifier and Type Method Description java.util.Set<Value>Model. objects()Returns aSetview of the objects contained in this model.Methods in org.eclipse.rdf4j.model with parameters of type Value Modifier and Type Method Description booleanModel. add(Resource subj, IRI pred, Value obj, Resource... contexts)Adds one or more statements to the model.booleanModel. contains(Resource subj, IRI pred, Value obj, Resource... contexts)Determines if statements with the specified subject, predicate, object and (optionally) context exist in this model.StatementValueFactory. createStatement(Resource subject, IRI predicate, Value object)Creates a new statement with the supplied subject, predicate and object.StatementValueFactory. createStatement(Resource subject, IRI predicate, Value object, Resource context)Creates a new statement with the supplied subject, predicate and object and associated context.default TripleValueFactory. createTriple(Resource subject, IRI predicate, Value object)Creates a new RDF-star triple with the supplied subject, predicate and object.ModelModel. filter(Resource subj, IRI pred, Value obj, Resource... contexts)Returns a filtered view of the statements with the specified subject, predicate, object and (optionally) context.default java.lang.Iterable<Statement>Model. getStatements(Resource subject, IRI predicate, Value object, Resource... contexts)Returns anIterableover allStatements in this Model that match the supplied criteria.booleanModel. remove(Resource subj, IRI pred, Value obj, Resource... contexts)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 Value Modifier and Type Class Description classAbstractBNodeBase class forBNode, offering common functionality.(package private) static classAbstractBNode.GenericBNodeclassAbstractIRIBase class forIRI, offering common functionality.(package private) static classAbstractIRI.GenericIRIclassAbstractLiteralBase class forLiteral, offering common functionality.(package private) static classAbstractLiteral.BooleanLiteral(package private) static classAbstractLiteral.CalendarLiteral(package private) static classAbstractLiteral.DecimalLiteral(package private) static classAbstractLiteral.IntegerLiteral(package private) static classAbstractLiteral.NumberLiteral(package private) static classAbstractLiteral.TaggedLiteral(package private) static classAbstractLiteral.TemporalAccessorLiteral(package private) static classAbstractLiteral.TemporalAmountLiteral(package private) static classAbstractLiteral.TypedLiteralclassAbstractTripleBase class forTriple, offering common functionality.(package private) static classAbstractTriple.GenericTripleclassInternedIRIAn 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 Value Modifier and Type Field Description private ValueAbstractTriple.GenericTriple. objectprivate ValueAbstractValueFactory.GenericStatement. objectMethods in org.eclipse.rdf4j.model.base that return Value Modifier and Type Method Description ValueAbstractTriple.GenericTriple. getObject()ValueAbstractValueFactory.GenericStatement. getObject()Methods in org.eclipse.rdf4j.model.base with parameters of type Value Modifier and Type Method Description StatementAbstractValueFactory. createStatement(Resource subject, IRI predicate, Value object)StatementAbstractValueFactory. createStatement(Resource subject, IRI predicate, Value object, Resource context)TripleAbstractValueFactory. createTriple(Resource subject, IRI predicate, Value object)Constructors in org.eclipse.rdf4j.model.base with parameters of type Value Constructor Description GenericStatement(Resource subject, IRI predicate, Value object, Resource context)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 Value Modifier and Type Class Description private classAbstractModel.ValueSet<V extends Value>classGenericStatement<R extends Resource,I extends IRI,V extends Value>An implementation of the Statement interface with support for Java Generics.private static classLinkedHashModel.ModelNode<V extends Value>Classes in org.eclipse.rdf4j.model.impl that implement Value Modifier and Type Class Description classBooleanLiteralAn extension ofSimpleLiteralthat stores a boolean value to avoid parsing.classCalendarLiteralAn extension ofSimpleLiteralthat stores a calendar value to avoid parsing.classDecimalLiteralAn extension ofSimpleLiteralthat stores an integer value using aBigDecimalobject.classIntegerLiteralAn extension ofSimpleLiteralthat stores an integer value using aBigIntegerobject.classNumericLiteralAn extension ofAbstractLiteralthat stores a numeric value to avoid parsing.classSimpleBNodeAn simple default implementation of theBNodeinterface.classSimpleIRIThe default implementation of theIRIinterface.classSimpleLiteralA simple default implementation of theLiteralinterface.classSimpleTripleA simple default implementation of theTripleinterface.Fields in org.eclipse.rdf4j.model.impl declared as Value Modifier and Type Field Description protected ValueFilteredModel. objprotected VGenericStatement. objectprivate ValueSimpleStatement. objectDeprecated, for removal: This API element is subject to removal in a future version.The statement's object.private ValueSimpleTriple. objectThe triple's object.private VLinkedHashModel.ModelNode. valueFields in org.eclipse.rdf4j.model.impl with type parameters of type Value Modifier and Type Field Description (package private) LinkedHashModel.ModelNode<Value>LinkedHashModel.ModelStatement. obj(package private) java.util.Map<Value,LinkedHashModel.ModelNode>LinkedHashModel. valuesMethods in org.eclipse.rdf4j.model.impl with type parameters of type Value Modifier and Type Method Description private <V extends Value>
LinkedHashModel.ModelNode<V>LinkedHashModel. asNode(V value)Methods in org.eclipse.rdf4j.model.impl that return Value Modifier and Type Method Description ValueLinkedHashModel.ModelStatement. getObject()ValueSimpleStatement. getObject()Deprecated, for removal: This API element is subject to removal in a future version.ValueSimpleTriple. getObject()private Value[]TreeModel. notEmpty(Value[] contexts)Methods in org.eclipse.rdf4j.model.impl that return types with arguments of type Value Modifier and Type Method Description java.util.Set<Value>AbstractModel. objects()java.util.Set<Value>DynamicModel. objects()Methods in org.eclipse.rdf4j.model.impl with parameters of type Value Modifier and Type Method Description private booleanFilteredModel. accept(Resource s, IRI p, Value o, Resource... c)booleanDynamicModel. add(Resource subj, IRI pred, Value obj, Resource... contexts)booleanEmptyModel. add(Resource subj, IRI pred, Value obj, Resource... contexts)booleanFilteredModel. add(Resource s, IRI p, Value o, Resource... c)booleanLinkedHashModel. add(Resource subj, IRI pred, Value obj, Resource... contexts)booleanTreeModel. add(Resource subj, IRI pred, Value obj, Resource... contexts)booleanUnmodifiableModel. add(Resource subj, IRI pred, Value obj, Resource... contexts)private StatementTreeModel. after(Value subj, Value pred, Value obj, Value ctx)private StatementTreeModel. before(Value subj, Value pred, Value obj, Value ctx)private java.util.Set<LinkedHashModel.ModelStatement>LinkedHashModel. choose(Resource subj, IRI pred, Value obj, Resource... contexts)private TreeModel.StatementTreeTreeModel. choose(Value subj, Value pred, Value obj, Value ctx)(package private) intTreeModel. compareValue(Value o1, Value o2)booleanDynamicModel. contains(Resource subj, IRI pred, Value obj, Resource... contexts)booleanEmptyModel. contains(Resource subj, IRI pred, Value obj, Resource... contexts)booleanFilteredModel. contains(Resource s, IRI p, Value o, Resource... c)booleanLinkedHashModel. contains(Resource subj, IRI pred, Value obj, Resource... contexts)booleanTreeModel. contains(Resource subj, IRI pred, Value obj, Resource... contexts)booleanUnmodifiableModel. contains(Resource subj, IRI pred, Value obj, Resource... contexts)StatementSimpleValueFactory. createStatement(Resource subject, IRI predicate, Value object)StatementSimpleValueFactory. createStatement(Resource subject, IRI predicate, Value object, Resource context)StatementValidatingValueFactory. createStatement(Resource subject, IRI predicate, Value object)StatementValidatingValueFactory. createStatement(Resource subject, IRI predicate, Value object, Resource context)TripleSimpleValueFactory. createTriple(Resource subject, IRI predicate, Value object)TripleValidatingValueFactory. createTriple(Resource subject, IRI predicate, Value object)booleanSimpleStatement. exactSameObject(Value object)Deprecated, for removal: This API element is subject to removal in a future version.ModelDynamicModel. filter(Resource subj, IRI pred, Value obj, Resource... contexts)ModelEmptyModel. filter(Resource subj, IRI pred, Value obj, Resource... contexts)ModelFilteredModel. filter(Resource s, IRI p, Value o, Resource... c)ModelLinkedHashModel. filter(Resource subj, IRI pred, Value obj, Resource... contexts)ModelTreeModel. filter(Resource subj, IRI pred, Value obj, Resource... contexts)ModelUnmodifiableModel. filter(Resource subj, IRI pred, Value obj, Resource... contexts)java.lang.Iterable<Statement>DynamicModel. getStatements(Resource subject, IRI predicate, Value object, Resource... contexts)private TreeModel.StatementTreeTreeModel. index(Value subj, Value pred, Value obj, Value ctx)booleanTreeModel.StatementTree. isIndexed(Value subj, Value pred, Value obj, Value ctx)private booleanTreeModel. isResourceURIResource(Value subj, Value pred, Value ctx)private LinkedHashModel.ModelIteratorLinkedHashModel. matchPattern(Resource subj, IRI pred, Value obj, Resource... contexts)(package private) java.util.Iterator<Statement>TreeModel. matchPattern(Resource subj, IRI pred, Value obj, Resource ctx)private Value[]TreeModel. notEmpty(Value[] contexts)booleanDynamicModel. remove(Resource subj, IRI pred, Value obj, Resource... contexts)booleanEmptyModel. remove(Resource subj, IRI pred, Value obj, Resource... contexts)booleanFilteredModel. remove(Resource s, IRI p, Value o, Resource... c)booleanLinkedHashModel. remove(Resource subj, IRI pred, Value obj, Resource... contexts)booleanTreeModel. remove(Resource subj, IRI pred, Value obj, Resource... contexts)booleanUnmodifiableModel. remove(Resource subj, IRI pred, Value obj, Resource... contexts)protected abstract voidFilteredModel. removeFilteredTermIteration(java.util.Iterator<Statement> iter, Resource subj, IRI pred, Value obj, Resource... contexts)Called by aggregate sets when a term has been removed from a term iterator.abstract voidAbstractModel. removeTermIteration(java.util.Iterator<Statement> iter, Resource subj, IRI pred, Value obj, Resource... contexts)Called by aggregate sets when a term has been removed from a term iterator.voidEmptyModel. removeTermIteration(java.util.Iterator<Statement> iter, Resource subj, IRI pred, Value obj, Resource... contexts)voidFilteredModel. removeTermIteration(java.util.Iterator<Statement> iter, Resource s, IRI p, Value o, Resource... c)voidLinkedHashModel. removeTermIteration(java.util.Iterator iterator, Resource subj, IRI pred, Value obj, Resource... contexts)voidTreeModel. removeTermIteration(java.util.Iterator<Statement> iterator, Resource subj, IRI pred, Value obj, Resource... contexts)voidUnmodifiableModel. removeTermIteration(java.util.Iterator<Statement> iter, Resource subj, IRI pred, Value obj, Resource... contexts)Constructors in org.eclipse.rdf4j.model.impl with parameters of type Value Constructor Description 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.FilteredModel(AbstractModel model, Resource subj, IRI pred, Value obj, Resource... contexts)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.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 Value Modifier and Type Field Description private Value[]PatternIterator. contextsprivate ValuePatternIterator. objprivate ValuePatternIterator. predprivate ValuePatternIterator. subjFields in org.eclipse.rdf4j.model.util with type parameters of type Value Modifier and Type Field Description private java.util.Map<Value,com.google.common.hash.HashCode>GraphComparisons.Partitioning. staticValueMappingMethods in org.eclipse.rdf4j.model.util with type parameters of type Value Modifier and Type Method Description static <C extends java.util.Collection<Value>>
CRDFCollections. asValues(Model m, Resource head, C collection, Resource... contexts)Converts an RDF Collection to a JavaCollectionofValueobjects.static <C extends java.util.Collection<Value>>
CRDFContainers. toValues(IRI containerType, Model m, Resource container, C collection, Resource... contexts)Converts an RDF Containter to a JavaCollectionofValueobjects.Methods in org.eclipse.rdf4j.model.util that return Value Modifier and Type Method Description private Value[]PatternIterator. notNull(Value[] contexts)Methods in org.eclipse.rdf4j.model.util that return types with arguments of type Value Modifier and Type Method Description static java.util.Set<Value>Models. getProperties(Model m, Resource subject, IRI property, Resource... contexts)Retrieve all property values for the supplied subject and property from the given model.static java.util.Optional<Value>Models. getProperty(Model m, Resource subject, IRI property, Resource... contexts)Retrieve a property value for the supplied subject from the given model.static java.util.Set<Value>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.java.util.Map<Value,com.google.common.hash.HashCode>GraphComparisons.Partitioning. getStaticValueMapping()static java.util.Optional<Value>Models. object(java.lang.Iterable<Statement> statements)Retrieves an objectValuefrom the supplied statements.static java.util.Optional<Value>Models. object(Model m)Retrieves an objectValuefrom the statements in the given model.java.util.Set<Value>SynchronizedModel. objects()Methods in org.eclipse.rdf4j.model.util with parameters of type Value Modifier and Type Method Description booleanSynchronizedModel. add(Resource subj, IRI pred, Value obj, Resource... contexts)private static booleanModels. bnodeValueMatching(java.util.Map<Resource,Resource> bNodeMapping, Value obj1, Value obj2)private static java.lang.StringModelException. buildMessage(Value v1, Value v2)intLexicalValueComparator. compare(Value o1, Value o2)static voidStatements. consume(ValueFactory vf, Resource subject, IRI predicate, Value object, java.util.function.Consumer<Statement> consumer, Resource... contexts)Creates one or moreStatementobjects with the given subject, predicate and object, one for each given context, and sends each created statement to the suppliedConsumer.booleanSynchronizedModel. contains(Resource subj, IRI pred, Value obj, Resource... contexts)static <C extends java.util.Collection<Statement>>
CStatements. create(ValueFactory vf, Resource subject, IRI predicate, Value object, C collection, Resource... contexts)Creates one or moreStatementobjects with the given subject, predicate and object, one for each given context.ModelSynchronizedModel. filter(Resource subj, IRI pred, Value obj, Resource... contexts)java.util.Optional<Statement>GetStatementOptional. get(Resource subject, IRI predicate, Value object, Resource... contexts)Either supplies a statement matching the given pattern, orOptional.empty()otherwise.static booleanLiterals. getBooleanValue(Value v, boolean fallback)Returns the result ofgetBooleanValue((Literal)value, fallback)in case the supplied value is a literal, returns the fallback value otherwise.static byteLiterals. getByteValue(Value v, byte fallback)Returns the result ofgetByteValue((Literal)value, fallback)in case the supplied value is a literal, returns the fallback value otherwise.static javax.xml.datatype.XMLGregorianCalendarLiterals. getCalendarValue(Value v, javax.xml.datatype.XMLGregorianCalendar fallback)Returns the result ofgetCalendarValue((Literal)value, fallback)in case the supplied value is a literal, returns the fallback value otherwise.com.google.common.hash.HashCodeGraphComparisons.Partitioning. getCurrentHashCode(Value value)static java.math.BigDecimalLiterals. getDecimalValue(Value v, java.math.BigDecimal fallback)Returns the result ofgetDecimalValue((Literal)value, fallback)in case the supplied value is a literal, returns the fallback value otherwise.static doubleLiterals. getDoubleValue(Value v, double fallback)Returns the result ofgetDoubleValue((Literal)value, fallback)in case the supplied value is a literal, returns the fallback value otherwise.static floatLiterals. getFloatValue(Value v, float fallback)Returns the result ofgetFloatValue((Literal)value, fallback)in case the supplied value is a literal, returns the fallback value otherwise.static java.math.BigIntegerLiterals. getIntegerValue(Value v, java.math.BigInteger fallback)Returns the result ofgetIntegerValue((Literal)value, fallback)in case the supplied value is a literal, returns the fallback value otherwise.static intLiterals. getIntValue(Value v, int fallback)Returns the result ofgetIntValue((Literal)value, fallback)in case the supplied value is a literal, returns the fallback value otherwise.static java.lang.StringLiterals. getLabel(Value v, java.lang.String fallback)Returns the result ofgetLabel((Literal)v, fallbackin case the supplied value is a literal, returns the fallback value otherwise.static longLiterals. getLongValue(Value v, long fallback)Returns the result ofgetLongValue((Literal)value, fallback)in case the supplied value is a literal, returns the fallback value otherwise.com.google.common.hash.HashCodeGraphComparisons.Partitioning. getPreviousHashCode(Value value)static shortLiterals. getShortValue(Value v, short fallback)Returns the result ofgetShortValue((Literal)value, fallback)in case the supplied value is a literal, returns the fallback value otherwise.private static booleanModels. isBlank(Value value)private Value[]PatternIterator. notNull(Value[] contexts)booleanSynchronizedModel. remove(Resource subj, IRI pred, Value obj, Resource... contexts)static ModelModels. setProperty(Model m, Resource subject, IRI property, Value value, Resource... contexts)Sets the property value for the given subject to the given object value, replacing any existing value(s) for the subject's property.static StatementStatements. statement(Resource subject, IRI predicate, Value object, Resource context)Create aStatementfrom the supplied subject, predicate, object and context.static StatementStatements. statement(ValueFactory vf, Resource subject, IRI predicate, Value object, Resource context)Create aStatementfrom the supplied subject, predicate, object and context.static TripleValues. triple(Resource subject, IRI predicate, Value object)Creates a newRDF-star embedded triplewith the supplied subject, predicate, and object.static TripleValues. triple(ValueFactory vf, Resource subject, IRI predicate, Value object)Creates a newRDF-star embedded triplewith the supplied subject, predicate, and object.Method parameters in org.eclipse.rdf4j.model.util with type arguments of type Value Modifier and Type Method Description static voidRDFCollections. consumeValues(Model m, Resource head, java.util.function.Consumer<Value> consumer, Resource... contexts)static voidRDFContainers. consumeValues(Model m, Resource container, IRI containerType, java.util.function.Consumer<Value> consumer, Resource... contexts)static java.lang.StringLiterals. getLabel(java.util.Optional<Value> v, java.lang.String fallback)Constructors in org.eclipse.rdf4j.model.util with parameters of type Value Constructor Description ModelException(Value value)ModelException(Value v1, Value v2)PatternIterator(java.util.Iterator<S> iter, Value subj, Value pred, Value obj, Value... contexts) -
Uses of Value in org.eclipse.rdf4j.query
Methods in org.eclipse.rdf4j.query that return Value Modifier and Type Method Description ValueBinding. getValue()Gets the value of the binding.ValueBindingSet. getValue(java.lang.String bindingName)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 Value Modifier and Type Method Description static java.util.List<Value>QueryResults. getAllValues(TupleQueryResult result, java.lang.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 Value Modifier and Type Method Description default voidMutableBindingSet. addBinding(java.lang.String name, Value value)Adds a binding to the binding set.voidMutableBindingSet. setBinding(java.lang.String name, Value value)voidOperation. setBinding(java.lang.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 Value Modifier and Type Field Description private ValueValueConstant. valueprivate ValueVar. valueMethods in org.eclipse.rdf4j.query.algebra that return Value Modifier and Type Method Description ValueValueConstant. getValue()ValueVar. getValue()Methods in org.eclipse.rdf4j.query.algebra with parameters of type Value Modifier and Type Method Description voidValueConstant. setValue(Value value)voidVar. setValue(Value value)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 Constructor Description ValueConstant(Value value)Var(java.lang.String name, Value value)Var(java.lang.String name, Value value, boolean anonymous, boolean constant) -
Uses of Value in org.eclipse.rdf4j.query.algebra.evaluation
Fields in org.eclipse.rdf4j.query.algebra.evaluation declared as Value Modifier and Type Field Description private ValueQueryValueEvaluationStep.ConstantQueryValueEvaluationStep. valueprivate Value[]ArrayBindingSet. valuesFields in org.eclipse.rdf4j.query.algebra.evaluation with type parameters of type Value Modifier and Type Field Description private java.util.Map<java.lang.String,Value>QueryBindingSet. bindingsprivate java.util.function.Function<BindingSet,Value>QueryValueEvaluationStep.ApplyFunctionForEachBinding. functionMethods in org.eclipse.rdf4j.query.algebra.evaluation that return Value Modifier and Type Method Description ValueEvaluationStrategy. evaluate(ValueExpr expr, BindingSet bindings)Gets the value of this expression.ValueQueryValueEvaluationStep.ApplyFunctionForEachBinding. evaluate(BindingSet bindings)ValueQueryValueEvaluationStep.ConstantQueryValueEvaluationStep. evaluate(BindingSet bindings)ValueQueryValueEvaluationStep. evaluate(BindingSet bindings)ValueQueryValueEvaluationStep.Fail. evaluate(BindingSet bindings)ValueQueryValueEvaluationStep.Minimal. evaluate(BindingSet bindings)ValueArrayBindingSet. getValue(java.lang.String bindingName)ValueQueryBindingSet. getValue(java.lang.String bindingName)Methods in org.eclipse.rdf4j.query.algebra.evaluation that return types with arguments of type Value Modifier and Type Method Description java.util.function.BiConsumer<Value,ArrayBindingSet>ArrayBindingSet. getDirectAddBinding(java.lang.String bindingName)java.util.function.Function<ArrayBindingSet,Value>ArrayBindingSet. getDirectGetValue(java.lang.String bindingName)java.util.function.BiConsumer<Value,ArrayBindingSet>ArrayBindingSet. getDirectSetBinding(java.lang.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 Value Modifier and Type Method Description voidQueryBindingSet. addBinding(java.lang.String name, Value value)Adds a new binding to the binding set.CloseableIteration<? extends Triple,QueryEvaluationException>RDFStarTripleSource. getRdfStarTriples(Resource subj, IRI pred, Value obj)Gets all Triple nodes that have a specific subject, predicate and/or object.CloseableIteration<? extends Statement,QueryEvaluationException>TripleSource. getStatements(Resource subj, IRI pred, Value obj, Resource... contexts)Gets all statements that have a specific subject, predicate and/or object.voidArrayBindingSet. setBinding(java.lang.String name, Value value)voidQueryBindingSet. setBinding(java.lang.String name, Value value)Constructors in org.eclipse.rdf4j.query.algebra.evaluation with parameters of type Value Constructor Description ConstantQueryValueEvaluationStep(Value valueConstant)Constructor parameters in org.eclipse.rdf4j.query.algebra.evaluation with type arguments of type Value Constructor Description ApplyFunctionForEachBinding(java.util.function.Function<BindingSet,Value> function) -
Uses of Value in org.eclipse.rdf4j.query.algebra.evaluation.federation
Methods in org.eclipse.rdf4j.query.algebra.evaluation.federation that return Value Modifier and Type Method Description private static ValueTupleFunctionFederatedService. getValue(Var var, BindingSet bs) -
Uses of Value in org.eclipse.rdf4j.query.algebra.evaluation.function
Methods in org.eclipse.rdf4j.query.algebra.evaluation.function that return Value Modifier and Type Method Description ValueBinaryFunction. evaluate(ValueFactory valueFactory, Value... args)protected abstract ValueBinaryFunction. evaluate(ValueFactory valueFactory, Value arg1, Value arg2)ValueFunction. evaluate(ValueFactory valueFactory, Value... args)Deprecated.since 3.3.0.default ValueFunction. evaluate(TripleSource tripleSource, Value... args)Evaluate the function over the supplied input arguments.protected abstract ValueUnaryFunction. evaluate(ValueFactory valueFactory, Value arg)ValueUnaryFunction. evaluate(ValueFactory valueFactory, Value... args)Methods in org.eclipse.rdf4j.query.algebra.evaluation.function that return types with arguments of type Value Modifier and Type Method Description CloseableIteration<? extends java.util.List<? extends Value>,QueryEvaluationException>TupleFunction. evaluate(ValueFactory valueFactory, Value... args)Methods in org.eclipse.rdf4j.query.algebra.evaluation.function with parameters of type Value Modifier and Type Method Description ValueBinaryFunction. evaluate(ValueFactory valueFactory, Value... args)protected abstract ValueBinaryFunction. evaluate(ValueFactory valueFactory, Value arg1, Value arg2)ValueFunction. evaluate(ValueFactory valueFactory, Value... args)Deprecated.since 3.3.0.default ValueFunction. evaluate(TripleSource tripleSource, Value... args)Evaluate the function over the supplied input arguments.CloseableIteration<? extends java.util.List<? extends Value>,QueryEvaluationException>TupleFunction. evaluate(ValueFactory valueFactory, Value... args)protected abstract ValueUnaryFunction. evaluate(ValueFactory valueFactory, Value arg)ValueUnaryFunction. 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 Value Modifier and Type Method Description ValueStatisticCollector. getFinalValue()Method parameters in org.eclipse.rdf4j.query.algebra.evaluation.function.aggregate with type arguments of type Value Modifier and Type Method Description voidStatisticalAggregateFunction. processAggregate(BindingSet bindingSet, java.util.function.Predicate<Value> distinctValue, StatisticCollector collector)Constructor parameters in org.eclipse.rdf4j.query.algebra.evaluation.function.aggregate with type arguments of type Value Constructor Description StatisticalAggregateFunction(java.util.function.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 Value Modifier and Type Method Description AggregateFunctionPopulationStandardDeviationAggregateFactory. buildFunction(java.util.function.Function<BindingSet,Value> evaluationStep)AggregateFunctionStandardDeviationAggregateFactory. buildFunction(java.util.function.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 Value Modifier and Type Method Description AggregateFunctionPopulationVarianceAggregateFactory. buildFunction(java.util.function.Function<BindingSet,Value> evaluationStep)AggregateFunctionVarianceAggregateFactory. buildFunction(java.util.function.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 Value Modifier and Type Method Description LiteralDay. evaluate(ValueFactory valueFactory, Value... args)LiteralHours. evaluate(ValueFactory valueFactory, Value... args)LiteralMinutes. evaluate(ValueFactory valueFactory, Value... args)LiteralMonth. evaluate(ValueFactory valueFactory, Value... args)LiteralNow. evaluate(ValueFactory valueFactory, Value... args)LiteralSeconds. evaluate(ValueFactory valueFactory, Value... args)LiteralTimezone. evaluate(ValueFactory valueFactory, Value... args)LiteralTz. evaluate(ValueFactory valueFactory, Value... args)LiteralYear. 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 Value Modifier and Type Method Description ValueBuffer. evaluate(ValueFactory valueFactory, Value... args)ValueDistance. evaluate(ValueFactory valueFactory, Value... args)ValueGeometricBinaryFunction. evaluate(ValueFactory valueFactory, Value... args)ValueGeometricRelationFunction. evaluate(ValueFactory valueFactory, Value... args)ValueGeometricUnaryFunction. evaluate(ValueFactory valueFactory, Value... args)ValueRelate. evaluate(ValueFactory valueFactory, Value... args)ValueSRID. evaluate(ValueFactory valueFactory, Value... args)Methods in org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql with parameters of type Value Modifier and Type Method Description ValueBuffer. evaluate(ValueFactory valueFactory, Value... args)ValueDistance. evaluate(ValueFactory valueFactory, Value... args)ValueGeometricBinaryFunction. evaluate(ValueFactory valueFactory, Value... args)ValueGeometricRelationFunction. evaluate(ValueFactory valueFactory, Value... args)ValueGeometricUnaryFunction. evaluate(ValueFactory valueFactory, Value... args)ValueRelate. evaluate(ValueFactory valueFactory, Value... args)ValueSRID. evaluate(ValueFactory valueFactory, Value... args)static doubleFunctionArguments. getDouble(Function func, Value v)Get the double valuestatic LiteralFunctionArguments. getLiteral(Function func, Value v, IRI expectedDatatype)Get the literal of a specific data typestatic org.locationtech.spatial4j.shape.PointFunctionArguments. getPoint(Function func, Value v, org.locationtech.spatial4j.context.SpatialContext geoContext)Get the geo pointstatic org.locationtech.spatial4j.shape.ShapeFunctionArguments. getShape(Function func, Value v, org.locationtech.spatial4j.context.SpatialContext context)Get the geo shapestatic java.lang.StringFunctionArguments. getString(Function func, Value v)Get the string valuestatic IRIFunctionArguments. getUnits(Function func, Value v)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 Value Modifier and Type Method Description abstract LiteralHashFunction. evaluate(ValueFactory valueFactory, Value... args)LiteralMD5. evaluate(ValueFactory valueFactory, Value... args)LiteralSHA1. evaluate(ValueFactory valueFactory, Value... args)LiteralSHA256. evaluate(ValueFactory valueFactory, Value... args)LiteralSHA384. evaluate(ValueFactory valueFactory, Value... args)LiteralSHA512. 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 Value Modifier and Type Method Description LiteralAbs. evaluate(ValueFactory valueFactory, Value... args)LiteralCeil. evaluate(ValueFactory valueFactory, Value... args)LiteralFloor. evaluate(ValueFactory valueFactory, Value... args)LiteralRand. evaluate(ValueFactory valueFactory, Value... args)LiteralRound. 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 Value Modifier and Type Method Description LiteralStrDt. evaluate(ValueFactory valueFactory, Value... args)LiteralStrLang. evaluate(ValueFactory valueFactory, Value... args)LiteralSTRUUID. evaluate(ValueFactory valueFactory, Value... args)IRIUUID. 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 Value Modifier and Type Method Description LiteralConcat. evaluate(ValueFactory valueFactory, Value... args)LiteralContains. evaluate(ValueFactory valueFactory, Value... args)LiteralEncodeForUri. evaluate(ValueFactory valueFactory, Value... args)LiteralLowerCase. evaluate(ValueFactory valueFactory, Value... args)LiteralReplace. evaluate(ValueFactory valueFactory, Value... args)LiteralStrAfter. evaluate(ValueFactory valueFactory, Value... args)LiteralStrBefore. evaluate(ValueFactory valueFactory, Value... args)LiteralStrEnds. evaluate(ValueFactory valueFactory, Value... args)LiteralStrLen. evaluate(ValueFactory valueFactory, Value... args)LiteralStrStarts. evaluate(ValueFactory valueFactory, Value... args)LiteralSubstring. evaluate(ValueFactory valueFactory, Value... args)LiteralUpperCase. 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 Value Modifier and Type Method Description ValueIsTripleFunction. evaluate(ValueFactory vf, Value... args)ValueStatementFunction. evaluate(ValueFactory vf, Value... args)ValueTripleObjectFunction. evaluate(ValueFactory vf, Value... args)ValueTriplePredicateFunction. evaluate(ValueFactory vf, Value... args)ValueTripleSubjectFunction. evaluate(ValueFactory vf, Value... args)Methods in org.eclipse.rdf4j.query.algebra.evaluation.function.triple with parameters of type Value Modifier and Type Method Description ValueIsTripleFunction. evaluate(ValueFactory vf, Value... args)ValueStatementFunction. evaluate(ValueFactory vf, Value... args)ValueTripleObjectFunction. evaluate(ValueFactory vf, Value... args)ValueTriplePredicateFunction. evaluate(ValueFactory vf, Value... args)ValueTripleSubjectFunction. 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 Value Modifier and Type Method Description protected LiteralBooleanCast. convert(ValueFactory valueFactory, Value value)protected abstract LiteralCastFunction. convert(ValueFactory vf, Value v)Convert the supplied value to a literal of the function output datatype.protected LiteralDateCast. convert(ValueFactory vf, Value value)protected LiteralDateTimeCast. convert(ValueFactory vf, Value value)protected LiteralDecimalCast. convert(ValueFactory valueFactory, Value value)protected LiteralDoubleCast. convert(ValueFactory valueFactory, Value value)protected LiteralFloatCast. convert(ValueFactory valueFactory, Value value)protected LiteralIntegerCastFunction. convert(ValueFactory valueFactory, Value value)protected LiteralStringCast. convert(ValueFactory valueFactory, Value value)LiteralCastFunction. evaluate(ValueFactory valueFactory, Value... args)LiteralStringCast. evaluate(ValueFactory valueFactory, Value... args)protected ValueExprEvaluationExceptionCastFunction. typeError(Value arg, java.lang.Throwable cause)Creates aValueExprEvaluationExceptionthat 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 Value Modifier and Type Field Description private ValueSameTermFilterOptimizer.VarBinder. valueDeprecated, for removal: This API element is subject to removal in a future version.Fields in org.eclipse.rdf4j.query.algebra.evaluation.impl with type parameters of type Value Modifier and Type Field Description private java.util.function.Function<ArrayBindingSet,Value>ArrayBindingBasedQueryEvaluationContext.ValueGetter. directAccessForVariableMethods in org.eclipse.rdf4j.query.algebra.evaluation.impl that return Value Modifier and Type Method Description ValueArrayBindingBasedQueryEvaluationContext.ValueGetter. apply(BindingSet bs)ValueDefaultEvaluationStrategy. evaluate(And node, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.ValueDefaultEvaluationStrategy. evaluate(BNodeGenerator node, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.ValueDefaultEvaluationStrategy. evaluate(Bound node, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.ValueDefaultEvaluationStrategy. evaluate(Coalesce node, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.ValueDefaultEvaluationStrategy. evaluate(CompareAll node, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.ValueDefaultEvaluationStrategy. evaluate(CompareAny node, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.ValueDefaultEvaluationStrategy. evaluate(Compare node, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.ValueDefaultEvaluationStrategy. evaluate(Datatype node, BindingSet bindings)ValueDefaultEvaluationStrategy. evaluate(Now node, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.ValueDefaultEvaluationStrategy. evaluate(Exists node, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.ValueDefaultEvaluationStrategy. evaluate(FunctionCall node, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.ValueDefaultEvaluationStrategy. evaluate(If node, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.ValueDefaultEvaluationStrategy. evaluate(In node, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.ValueDefaultEvaluationStrategy. evaluate(IsBNode node, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.ValueDefaultEvaluationStrategy. evaluate(IsLiteral node, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.ValueDefaultEvaluationStrategy. evaluate(IsNumeric node, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.ValueDefaultEvaluationStrategy. evaluate(IsResource node, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.ValueDefaultEvaluationStrategy. evaluate(IsURI node, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.ValueDefaultEvaluationStrategy. evaluate(Label node, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.ValueDefaultEvaluationStrategy. evaluate(LangMatches node, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.ValueDefaultEvaluationStrategy. evaluate(Lang node, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.ValueDefaultEvaluationStrategy. evaluate(Like node, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.ValueDefaultEvaluationStrategy. evaluate(ListMemberOperator node, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.ValueDefaultEvaluationStrategy. evaluate(LocalName node, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.ValueDefaultEvaluationStrategy. evaluate(MathExpr node, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.ValueDefaultEvaluationStrategy. evaluate(Namespace node, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.ValueDefaultEvaluationStrategy. evaluate(Not node, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.ValueDefaultEvaluationStrategy. evaluate(Or node, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.ValueDefaultEvaluationStrategy. evaluate(Regex node, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.ValueDefaultEvaluationStrategy. evaluate(SameTerm node, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.ValueDefaultEvaluationStrategy. evaluate(Str node, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.ValueDefaultEvaluationStrategy. evaluate(ValueConstant valueConstant, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.ValueDefaultEvaluationStrategy. evaluate(ValueExpr expr, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.ValueDefaultEvaluationStrategy. evaluate(ValueExprTripleRef node, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.ValueDefaultEvaluationStrategy. evaluate(Var var, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.ValueExtendedEvaluationStrategy. evaluate(Compare node, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.ValueExtendedEvaluationStrategy. evaluate(MathExpr node, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.private Value[]DefaultEvaluationStrategy. evaluateAllArguments(java.util.List<ValueExpr> args, QueryValueEvaluationStep[] argSteps, BindingSet bindings)private ValueDefaultEvaluationStrategy. evaluateLangMatch(Value langTagValue, Value langRangeValue)private ValueSameTermFilterOptimizer.SameTermFilterVisitor. getValue(ValueExpr valueExpr)Deprecated, for removal: This API element is subject to removal in a future version.static ValueDefaultEvaluationStrategy. getVarValue(Var var, BindingSet bindings)private ValueExtendedEvaluationStrategy. mathOperationApplier(MathExpr node, Value leftVal, Value rightVal)Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.eclipse.rdf4j.query.algebra.evaluation.impl that return types with arguments of type Value Modifier and Type Method Description java.util.function.BiConsumer<Value,MutableBindingSet>ArrayBindingBasedQueryEvaluationContext. addBinding(java.lang.String variableName)default java.util.function.BiConsumer<Value,MutableBindingSet>QueryEvaluationContext. addBinding(java.lang.String variableName)java.util.function.Function<BindingSet,Value>ArrayBindingBasedQueryEvaluationContext. getValue(java.lang.String variableName)default java.util.function.Function<BindingSet,Value>QueryEvaluationContext. getValue(java.lang.String variableName)private java.util.function.BiFunction<Value,Value,Value>DefaultEvaluationStrategy. mathOperationApplier(MathExpr node, QueryEvaluationMode queryEvaluationMode, ValueFactory vf)private java.util.function.BiFunction<Value,Value,Value>DefaultEvaluationStrategy. mathOperationApplier(MathExpr node, QueryEvaluationMode queryEvaluationMode, ValueFactory vf)private java.util.function.BiFunction<Value,Value,Value>DefaultEvaluationStrategy. mathOperationApplier(MathExpr node, QueryEvaluationMode queryEvaluationMode, ValueFactory vf)java.util.function.BiConsumer<Value,MutableBindingSet>ArrayBindingBasedQueryEvaluationContext. setBinding(java.lang.String variableName)default java.util.function.BiConsumer<Value,MutableBindingSet>QueryEvaluationContext. setBinding(java.lang.String variableName)Methods in org.eclipse.rdf4j.query.algebra.evaluation.impl with parameters of type Value Modifier and Type Method Description private voidSameTermFilterOptimizer.SameTermFilterVisitor. bindVar(Var var, Value value, Filter filter)Deprecated, for removal: This API element is subject to removal in a future version.(package private) static CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(TupleFunction func, java.util.List<Var> resultVars, BindingSet bindings, ValueFactory valueFactory, Value... argValues)static CloseableIteration<BindingSet,QueryEvaluationException>TupleFunctionEvaluationStrategy. evaluate(TupleFunction func, java.util.List<Var> resultVars, BindingSet bindings, ValueFactory valueFactory, Value... argValues)Deprecated, for removal: This API element is subject to removal in a future version.private ValueDefaultEvaluationStrategy. evaluateLangMatch(Value langTagValue, Value langRangeValue)private static booleanDefaultEvaluationStrategy. isNumeric(Value argValue)private ValueExtendedEvaluationStrategy. mathOperationApplier(MathExpr node, Value leftVal, Value rightVal)Deprecated, for removal: This API element is subject to removal in a future version.Method parameters in org.eclipse.rdf4j.query.algebra.evaluation.impl with type arguments of type Value Modifier and Type Method Description protected QueryValueEvaluationStepDefaultEvaluationStrategy. supplyBinaryValueEvaluation(BinaryValueOperator node, java.util.function.BiFunction<Value,Value,Value> operation, QueryEvaluationContext context)Supply a QueryValueEvalationStep that will invoke the function (operator passed in).protected QueryValueEvaluationStepDefaultEvaluationStrategy. supplyBinaryValueEvaluation(BinaryValueOperator node, java.util.function.BiFunction<Value,Value,Value> operation, QueryEvaluationContext context)Supply a QueryValueEvalationStep that will invoke the function (operator passed in).protected QueryValueEvaluationStepDefaultEvaluationStrategy. supplyBinaryValueEvaluation(BinaryValueOperator node, java.util.function.BiFunction<Value,Value,Value> operation, QueryEvaluationContext context)Supply a QueryValueEvalationStep that will invoke the function (operator passed in).protected QueryValueEvaluationStepDefaultEvaluationStrategy. supplyUnaryValueEvaluation(UnaryValueOperator node, java.util.function.Function<Value,Value> operation, QueryEvaluationContext context)Return a QueryEvaluationStep that applies constant propegation.protected QueryValueEvaluationStepDefaultEvaluationStrategy. supplyUnaryValueEvaluation(UnaryValueOperator node, java.util.function.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 Value Constructor Description VarBinder(java.lang.String varName, Value value)Deprecated, 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 Value Constructor Description ValueGetter(java.lang.String variableName, java.util.function.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 Value Modifier and Type Field Description private java.util.function.Function<Value,Resource[]>StatementPatternQueryEvaluationStep. contextSupprivate java.util.function.Function<BindingSet,Value>StatementPatternQueryEvaluationStep. getContextVarprivate java.util.function.Function<BindingSet,Value>StatementPatternQueryEvaluationStep. getObjectVarprivate java.util.function.Function<BindingSet,Value>StatementPatternQueryEvaluationStep. getPredicateVarprivate java.util.function.Function<BindingSet,Value>StatementPatternQueryEvaluationStep. getSubjectVarprivate static java.util.function.Function<Value,Resource[]>StatementPatternQueryEvaluationStep. RETURN_NULL_VALUE_RESOURCE_ARRAYMethods in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps that return Value Modifier and Type Method Description ValueRegexValueEvaluationStepSupplier.ChangingRegexQueryValueEvaluationStep. evaluate(BindingSet bindings)Methods in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps that return types with arguments of type Value Modifier and Type Method Description protected static java.util.function.Function<Value,Resource[]>StatementPatternQueryEvaluationStep. extractContextsFromDatasets(Var contextVar, boolean emptyGraph, java.util.Set<IRI> graphs)private static java.util.function.Function<BindingSet,Value>StatementPatternQueryEvaluationStep. makeGetVarValue(Var var, QueryEvaluationContext context)Methods in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps with parameters of type Value Modifier and Type Method Description private static Resource[]StatementPatternQueryEvaluationStep. contextsGivenContextVal(Value contextValue)private static intRegexValueEvaluationStepSupplier. extractRegexFlags(Value farg)protected static java.util.function.Predicate<Statement>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.private static java.util.function.Predicate<Statement>StatementPatternQueryEvaluationStep. filterSameVariable(StatementPattern statementPattern, Value subjValue, Value predValue, Value objValue, java.util.function.Predicate<Statement> filter)Build one predicate that filters the statements for ?s ?p ?s cases.protected ZeroLengthPathIterationZeroLengthPathEvaluationStep. getZeroLengthPathIterator(BindingSet bindings, Var subjectVar, Var objVar, Var contextVar, Value subj, Value obj, QueryEvaluationContext context)private CloseableIteration<? extends Statement,QueryEvaluationException>StatementPatternQueryEvaluationStep. handleFilter(Resource[] contexts, Resource subject, IRI predicate, Value object, CloseableIteration<? extends Statement,QueryEvaluationException> iteration) -
Uses of Value in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps.values
Fields in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps.values with type parameters of type Value Modifier and Type Field Description private java.util.function.Function<BindingSet,Value>CompareAllQueryValueEvaluationStep. getValueprivate java.util.function.Function<BindingSet,Value>CompareAnyValueEvaluationStep. getValueMethods in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps.values that return Value Modifier and Type Method Description private static ValueQueryValueEvaluationStepSupplier. bound(QueryValueEvaluationStep arg, BindingSet bindings)private static ValueQueryValueEvaluationStepSupplier. datatype(QueryValueEvaluationStep arg, BindingSet bindings)ValueAndValueEvaluationStep. evaluate(BindingSet bindings)ValueCompareAllQueryValueEvaluationStep. evaluate(BindingSet bindings)ValueCompareAnyValueEvaluationStep. evaluate(BindingSet bindings)ValueExistsQueryValueEvaluationStep. evaluate(BindingSet bindings)ValueIfValueEvaluationStep. evaluate(BindingSet bindings)ValueInValueEvaluationStep. evaluate(BindingSet bindings)ValueListMemberValueOperationStep. evaluate(BindingSet bindings)ValueOrValueEvaluationStep. evaluate(BindingSet bindings)ValueValueExprTripleRefEvaluationStep. evaluate(BindingSet bindings)private static ValueQueryValueEvaluationStepSupplier. label(QueryValueEvaluationStep arg, BindingSet bindings, ValueFactory vf)private static ValueQueryValueEvaluationStepSupplier. lang(QueryValueEvaluationStep arg, BindingSet bindings, ValueFactory valueFactory)private static ValueQueryValueEvaluationStepSupplier. localName(QueryValueEvaluationStep arg, BindingSet bindings, ValueFactory valueFactory)private static ValueQueryValueEvaluationStepSupplier. namespace(QueryValueEvaluationStep arg, BindingSet bindings, ValueFactory valueFactory)private static ValueQueryValueEvaluationStepSupplier. str(QueryValueEvaluationStep arg, ValueFactory valueFactory, BindingSet bindings)Methods in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps.values with parameters of type Value Modifier and Type Method Description private static IRIQueryValueEvaluationStepSupplier. iriFunction(java.lang.String baseURI, Value argValue, ValueFactory vf)Method parameters in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps.values with type arguments of type Value Modifier and Type Method Description private static QueryValueEvaluationStepQueryValueEvaluationStepSupplier. make(QueryValueEvaluationStep arg, java.lang.String errorMessage, java.util.function.Function<BindingSet,Value> function)static QueryValueEvaluationStepQueryValueEvaluationStepSupplier. prepareIs(QueryValueEvaluationStep arg, java.util.function.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 Value Modifier and Type Field Description private ValuePathIteration.ValuePair. endValueprivate ValueZeroLengthPathIteration. objprivate ValueGroupIterator.SampleCollector. sampleprivate ValueDescribeIteration. startValueDeprecated.private ValuePathIteration.ValuePair. startValueprivate ValueZeroLengthPathIteration. subjprivate ValueGroupIterator.ValueCollector. valueprivate Value[]BindingSetHashKey. valuesFields in org.eclipse.rdf4j.query.algebra.evaluation.iterator with type parameters of type Value Modifier and Type Field Description private static java.util.function.Predicate<Value>GroupIterator. ALWAYS_TRUE_VALUEprivate static java.util.function.Supplier<java.util.function.Predicate<Value>>GroupIterator. ALWAYS_TRUE_VALUE_SUPPLIERprivate java.util.Set<Value>GroupIterator.DistinctValues. distinctValuesprivate java.util.Set<Value>ZeroLengthPathIteration. reportedValuesprivate java.util.function.BiConsumer<Value,MutableBindingSet>ZeroLengthPathIteration. setContextprivate java.util.function.BiConsumer<Value,MutableBindingSet>ZeroLengthPathIteration. setObjectprivate java.util.function.BiConsumer<Value,MutableBindingSet>ZeroLengthPathIteration. setSubjectMethods in org.eclipse.rdf4j.query.algebra.evaluation.iterator that return Value Modifier and Type Method Description ValueGroupIterator.QueryStepEvaluator. apply(BindingSet bindings)ValuePathIteration.ValuePair. getEndValue()ValueGroupIterator.AvgCollector. getFinalValue()ValueGroupIterator.CountCollector. getFinalValue()ValueGroupIterator.IntegerCollector. getFinalValue()ValueGroupIterator.SampleCollector. getFinalValue()ValueGroupIterator.StringBuilderCollector. getFinalValue()ValueGroupIterator.ValueCollector. getFinalValue()ValuePathIteration.ValuePair. getStartValue()private ValuePathIteration. getVarValue(Var var, boolean fixedValue, BindingSet bindingSet)Methods in org.eclipse.rdf4j.query.algebra.evaluation.iterator with parameters of type Value Modifier and Type Method Description private voidPathIteration. addBinding(MutableBindingSet bs, java.lang.String name, Value value)private VarPathIteration. createAnonVar(java.lang.String varName, Value v, boolean anonymous)protected CloseableIteration<BindingSet,QueryEvaluationException>DescribeIteration. createNextIteration(Value subject, Value object)Deprecated.booleanGroupIterator.DistinctValues. test(Value value)Method parameters in org.eclipse.rdf4j.query.algebra.evaluation.iterator with type arguments of type Value Modifier and Type Method Description private java.util.function.BiConsumer<BindingSet,MutableBindingSet>GroupIterator. makeSetAValue(java.util.List<java.util.function.Function<BindingSet,Value>> getValues, java.util.List<java.util.function.BiConsumer<Value,MutableBindingSet>> setBindings, int i)private java.util.function.BiConsumer<BindingSet,MutableBindingSet>GroupIterator. makeSetValues(java.util.List<java.util.function.Function<BindingSet,Value>> getValues, java.util.List<java.util.function.BiConsumer<Value,MutableBindingSet>> setBindings)Build a single method that sets all values without a loop or lookups during evaluation.voidGroupIterator.AvgAggregate. processAggregate(BindingSet s, java.util.function.Predicate<Value> distinctValue, GroupIterator.AvgCollector avg)voidGroupIterator.ConcatAggregate. processAggregate(BindingSet s, java.util.function.Predicate<Value> distinctValue, GroupIterator.StringBuilderCollector collector)voidGroupIterator.CountAggregate. processAggregate(BindingSet s, java.util.function.Predicate<Value> distinctValue, GroupIterator.CountCollector agv)voidGroupIterator.MaxAggregate. processAggregate(BindingSet s, java.util.function.Predicate<Value> distinctValue, GroupIterator.ValueCollector max)voidGroupIterator.MinAggregate. processAggregate(BindingSet s, java.util.function.Predicate<Value> distinctValue, GroupIterator.ValueCollector min)voidGroupIterator.SampleAggregate. processAggregate(BindingSet s, java.util.function.Predicate<Value> distinct, GroupIterator.SampleCollector sample)voidGroupIterator.SumAggregate. processAggregate(BindingSet s, java.util.function.Predicate<Value> distinctValue, GroupIterator.IntegerCollector sum)private static voidExtensionIterator. setValue(java.util.function.BiConsumer<Value,MutableBindingSet> setBinding, QueryValueEvaluationStep prepared, MutableBindingSet targetBindings)Deprecated.Constructors in org.eclipse.rdf4j.query.algebra.evaluation.iterator with parameters of type Value Constructor Description BindingSetHashKey(Value[] values)ValuePair(Value startValue, Value endValue)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 Value Constructor Description AvgAggregate(java.util.function.Function<BindingSet,Value> operator)ConcatAggregate(java.util.function.Function<BindingSet,Value> f)ConcatAggregate(java.util.function.Function<BindingSet,Value> f, java.lang.String seperator)CountAggregate(java.util.function.Function<BindingSet,Value> f)MaxAggregate(java.util.function.Function<BindingSet,Value> f, boolean strict)MinAggregate(java.util.function.Function<BindingSet,Value> f, boolean strict)SampleAggregate(java.util.function.Function<BindingSet,Value> f)SumAggregate(java.util.function.Function<BindingSet,Value> f) -
Uses of Value in org.eclipse.rdf4j.query.algebra.evaluation.optimizer
Fields in org.eclipse.rdf4j.query.algebra.evaluation.optimizer declared as Value Modifier and Type Field Description private ValueSameTermFilterOptimizer.VarBinder. valueMethods in org.eclipse.rdf4j.query.algebra.evaluation.optimizer that return Value Modifier and Type Method Description private ValueSameTermFilterOptimizer.SameTermFilterVisitor. getValue(ValueExpr valueExpr)Methods in org.eclipse.rdf4j.query.algebra.evaluation.optimizer with parameters of type Value Modifier and Type Method Description private voidSameTermFilterOptimizer.SameTermFilterVisitor. bindVar(Var var, Value value, Filter filter)Constructors in org.eclipse.rdf4j.query.algebra.evaluation.optimizer with parameters of type Value Constructor Description VarBinder(java.lang.String varName, Value value) -
Uses of Value in org.eclipse.rdf4j.query.algebra.evaluation.util
Methods in org.eclipse.rdf4j.query.algebra.evaluation.util that return Value Modifier and Type Method Description static ValueTripleSources. singleValue(Resource subj, IRI pred, TripleSource store)Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.eclipse.rdf4j.query.algebra.evaluation.util that return types with arguments of type Value Modifier and Type Method Description static 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 Value Modifier and Type Method Description static booleanQueryEvaluationUtil. compare(Value leftVal, Value rightVal, Compare.CompareOp operator)static booleanQueryEvaluationUtil. compare(Value leftVal, Value rightVal, Compare.CompareOp operator, boolean strict)static QueryEvaluationUtility.ResultQueryEvaluationUtility. compare(Value leftVal, Value rightVal, Compare.CompareOp operator)static QueryEvaluationUtility.ResultQueryEvaluationUtility. compare(Value leftVal, Value rightVal, Compare.CompareOp operator, boolean strict)intValueComparator. compare(Value o1, Value o2)static booleanQueryEvaluationUtil. getEffectiveBooleanValue(Value value)Determines the effective boolean value (EBV) of the supplied value as defined in the SPARQL specification: The EBV of any literal whose type is CoreDatatype.XSD:boolean or numeric is false if the lexical form is not valid for that datatype (e.g.static QueryEvaluationUtility.ResultQueryEvaluationUtility. 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.static CloseableIteration<IRI,QueryEvaluationException>TripleSources. getSubjectURIs(IRI predicate, Value object, TripleSource store)Deprecated, for removal: This API element is subject to removal in a future version.static booleanQueryEvaluationUtil. isPlainLiteral(Value v)Checks whether the supplied value is a "plain literal".static booleanQueryEvaluationUtility. isPlainLiteral(Value v)Checks whether the supplied value is a "plain literal".static booleanQueryEvaluationUtil. isSimpleLiteral(Value v)Checks whether the supplied value is a "simple literal".static booleanQueryEvaluationUtility. isSimpleLiteral(Value v)Checks whether the supplied value is a "simple literal".static booleanQueryEvaluationUtil. isStringLiteral(Value v)Checks whether the supplied literal is a "string literal".static booleanQueryEvaluationUtility. isStringLiteral(Value v)Checks whether the supplied literal is a "string literal".static StatementTripleSources. single(Resource subj, IRI pred, Value obj, TripleSource store)Deprecated, for removal: This API element is subject to removal in a future version.Returns the single statement with the given subject, predicate and object or null if none exists. -
Uses of Value in org.eclipse.rdf4j.query.algebra.helpers
Methods in org.eclipse.rdf4j.query.algebra.helpers with parameters of type Value Modifier and Type Method Description static VarTupleExprs. createConstVar(Value value)Creates an (anonymous) Var representing a constant value.static java.lang.StringTupleExprs. getConstVarName(Value value) -
Uses of Value in org.eclipse.rdf4j.query.dawg
Methods in org.eclipse.rdf4j.query.dawg with parameters of type Value Modifier and Type Method Description private voidDAWGTestResultSetWriter. reportStatement(Resource subject, IRI predicate, Value object) -
Uses of Value in org.eclipse.rdf4j.query.impl
Fields in org.eclipse.rdf4j.query.impl declared as Value Modifier and Type Field Description private ValueSimpleBinding. valueFields in org.eclipse.rdf4j.query.impl with type parameters of type Value Modifier and Type Field Description private java.util.List<? extends Value>ListBindingSet. valuesMethods in org.eclipse.rdf4j.query.impl that return Value Modifier and Type Method Description ValueEmptyBindingSet. getValue(java.lang.String bindingName)ValueListBindingSet. getValue(java.lang.String bindingName)ValueMapBindingSet. getValue(java.lang.String bindingName)ValueSimpleBinding. getValue()Methods in org.eclipse.rdf4j.query.impl with parameters of type Value Modifier and Type Method Description voidAbstractOperation. setBinding(java.lang.String name, Value value)voidMapBindingSet. setBinding(java.lang.String name, Value value)Constructors in org.eclipse.rdf4j.query.impl with parameters of type Value Constructor Description BindingImpl(java.lang.String name, Value value)Deprecated.ListBindingSet(java.util.List<java.lang.String> names, Value... values)Creates a new List-based BindingSet containing the supplied bindings.SimpleBinding(java.lang.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 Value Modifier and Type Method Description protected ValueTupleExprBuilder. getValueForExpr(ValueExpr valueExpr)Retrieve the associated Value (if any) for the given valueExpr. -
Uses of Value in org.eclipse.rdf4j.query.parser.sparql.aggregate
Fields in org.eclipse.rdf4j.query.parser.sparql.aggregate with type parameters of type Value Modifier and Type Field Description protected java.util.function.Function<BindingSet,Value>AggregateFunction. evaluationStepMethods in org.eclipse.rdf4j.query.parser.sparql.aggregate that return Value Modifier and Type Method Description protected ValueAggregateFunction. evaluate(BindingSet s)ValueAggregateCollector. getFinalValue()Method parameters in org.eclipse.rdf4j.query.parser.sparql.aggregate with type arguments of type Value Modifier and Type Method Description AggregateFunctionAggregateFunctionFactory. buildFunction(java.util.function.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 Constructor Description AggregateFunction(java.util.function.Function<BindingSet,Value> evaluationStep) -
Uses of Value in org.eclipse.rdf4j.query.parser.sparql.ast
Fields in org.eclipse.rdf4j.query.parser.sparql.ast declared as Value Modifier and Type Field Description private ValueASTRDFValue. valueMethods in org.eclipse.rdf4j.query.parser.sparql.ast that return Value Modifier and Type Method Description ValueASTRDFValue. getRDFValue()Methods in org.eclipse.rdf4j.query.parser.sparql.ast with parameters of type Value Modifier and Type Method Description voidASTRDFValue. setRDFValue(Value value) -
Uses of Value in org.eclipse.rdf4j.query.resultio
Fields in org.eclipse.rdf4j.query.resultio with type parameters of type Value Modifier and Type Field Description private java.util.function.Function<Value,Value>ValueMappingBindingSet. mapperprivate java.util.function.Function<Value,Value>ValueMappingBindingSet. mapperMethods in org.eclipse.rdf4j.query.resultio that return Value Modifier and Type Method Description ValueValueMappingBindingSet. getValue(java.lang.String bindingName)Constructor parameters in org.eclipse.rdf4j.query.resultio with type arguments of type Value Constructor Description ValueMappingBindingSet(BindingSet delegate, java.util.function.Function<Value,Value> mapper)ValueMappingBindingSet(BindingSet delegate, java.util.function.Function<Value,Value> mapper) -
Uses of Value in org.eclipse.rdf4j.query.resultio.binary
Methods in org.eclipse.rdf4j.query.resultio.binary that return Value Modifier and Type Method Description private ValueBinaryQueryResultParser. readDirectValue()Methods in org.eclipse.rdf4j.query.resultio.binary with parameters of type Value Modifier and Type Method Description private voidBinaryQueryResultWriter. writeValue(Value value) -
Uses of Value in org.eclipse.rdf4j.query.resultio.sparqljson
Methods in org.eclipse.rdf4j.query.resultio.sparqljson that return Value Modifier and Type Method Description protected ValueAbstractSPARQLJSONParser. parseValue(com.fasterxml.jackson.core.JsonParser jp, java.lang.String bindingStr)private ValueAbstractSPARQLJSONParser. parseValue(java.lang.String type, java.lang.String value, java.lang.String language, java.lang.String datatype)Parse a value out of the elements for a binding.Methods in org.eclipse.rdf4j.query.resultio.sparqljson with parameters of type Value Modifier and Type Method Description protected voidAbstractSPARQLJSONWriter. writeValue(Value value)protected voidSPARQLResultsJSONWriter. writeValue(Value value) -
Uses of Value in org.eclipse.rdf4j.query.resultio.sparqlxml
Fields in org.eclipse.rdf4j.query.resultio.sparqlxml declared as Value Modifier and Type Field Description private ValueSPARQLResultsSAXParser. currentValueThe most recently parsed value.private ValueSPARQLResultsSAXParser.TripleContainer. objectMethods in org.eclipse.rdf4j.query.resultio.sparqlxml that return Value Modifier and Type Method Description ValueSPARQLResultsSAXParser.TripleContainer. getObject()Methods in org.eclipse.rdf4j.query.resultio.sparqlxml with parameters of type Value Modifier and Type Method Description voidSPARQLResultsSAXParser.TripleContainer. setObject(Value object)private voidAbstractSPARQLXMLWriter. writeValue(Value value) -
Uses of Value in org.eclipse.rdf4j.query.resultio.text
Methods in org.eclipse.rdf4j.query.resultio.text that return Value Modifier and Type Method Description protected ValueSPARQLResultsXSVMappingStrategy. parseNumberPatternMatch(java.lang.String valueString)This method parses a number as matched bySPARQLResultsXSVMappingStrategy.numberPatterninto aValue. -
Uses of Value in org.eclipse.rdf4j.query.resultio.text.csv
Methods in org.eclipse.rdf4j.query.resultio.text.csv with parameters of type Value Modifier and Type Method Description protected voidSPARQLResultsCSVWriter. writeValue(Value val) -
Uses of Value in org.eclipse.rdf4j.query.resultio.text.tsv
Methods in org.eclipse.rdf4j.query.resultio.text.tsv that return Value Modifier and Type Method Description protected ValueSPARQLResultsTSVMappingStrategy. parseValue(java.lang.String valueString)Methods in org.eclipse.rdf4j.query.resultio.text.tsv with parameters of type Value Modifier and Type Method Description protected voidSPARQLResultsTSVWriter. writeValue(Value val) -
Uses of Value in org.eclipse.rdf4j.queryrender
Methods in org.eclipse.rdf4j.queryrender that return Value Modifier and Type Method Description private ValueBaseTupleExprRenderer. asValue(ValueExpr theValue)Methods in org.eclipse.rdf4j.queryrender with parameters of type Value Modifier and Type Method Description static java.lang.StringRenderUtils. toSPARQL(Value theValue)Return the SPARQL query string rendering of theValuestatic java.lang.StringBuilderRenderUtils. toSPARQL(Value value, java.lang.StringBuilder builder)Append the SPARQL query string rendering of theValueto the suppliedStringBuilder. -
Uses of Value in org.eclipse.rdf4j.queryrender.sparql.experimental
Methods in org.eclipse.rdf4j.queryrender.sparql.experimental with parameters of type Value Modifier and Type Method Description voidPreprocessedQuerySerializer. meet(Value node) -
Uses of Value in org.eclipse.rdf4j.repository
Methods in org.eclipse.rdf4j.repository with parameters of type Value Modifier and Type Method Description voidRepositoryConnection. add(Resource subject, IRI predicate, Value object, Resource... contexts)Adds a statement with the specified subject, predicate and object to this repository, optionally to one or more named contexts.voidRepositoryConnection. exportStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, RDFHandler handler, Resource... contexts)Exports all statements with a specific subject, predicate and/or object from the repository, optionally from the specified contexts.RepositoryResult<Statement>RepositoryConnection. getStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)Gets all statements with a specific subject, predicate and/or object from the repository.default RepositoryResult<Statement>RepositoryConnection. getStatements(Resource subj, IRI pred, Value obj, Resource... contexts)Gets all statements with a specific subject, predicate and/or object from the repository.booleanRepositoryConnection. hasStatement(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)Checks whether the repository contains statements with a specific subject, predicate and/or object, optionally in the specified contexts.voidRepositoryConnection. remove(Resource subject, IRI predicate, Value object, Resource... contexts)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 Value Modifier and Type Method Description voidAbstractRepositoryConnection. add(Resource subject, IRI predicate, Value object, Resource... contexts)voidRepositoryConnectionWrapper. add(Resource subject, IRI predicate, Value object, Resource... contexts)protected abstract voidAbstractRepositoryConnection. addWithoutCommit(Resource subject, IRI predicate, Value object, Resource... contexts)protected voidRepositoryConnectionWrapper. addWithoutCommit(Resource subject, IRI predicate, Value object, Resource... contexts)voidRepositoryConnectionWrapper. exportStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, RDFHandler handler, Resource... contexts)RepositoryResult<Statement>RepositoryConnectionWrapper. getStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)booleanAbstractRepositoryConnection. hasStatement(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)booleanRepositoryConnectionWrapper. hasStatement(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)voidAbstractRepositoryConnection. remove(Resource subject, IRI predicate, Value object, Resource... contexts)voidRepositoryConnectionWrapper. remove(Resource subject, IRI predicate, Value object, Resource... contexts)protected abstract voidAbstractRepositoryConnection. removeWithoutCommit(Resource subject, IRI predicate, Value object, Resource... contexts)protected voidRepositoryConnectionWrapper. removeWithoutCommit(Resource subject, IRI predicate, Value object, Resource... contexts) -
Uses of Value in org.eclipse.rdf4j.repository.contextaware
Methods in org.eclipse.rdf4j.repository.contextaware with parameters of type Value Modifier and Type Method Description voidContextAwareConnection. add(Resource subject, IRI predicate, Value object, Resource... contexts)voidContextAwareConnection. exportStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, RDFHandler handler, Resource... contexts)voidContextAwareConnection. exportStatements(Resource subj, IRI pred, Value obj, RDFHandler handler, Resource... contexts)Exports all statements with a specific subject, predicate and/or object from the repository, optionally from the specified contexts.RepositoryResult<Statement>ContextAwareConnection. getStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)RepositoryResult<Statement>ContextAwareConnection. getStatements(Resource subj, IRI pred, Value obj, Resource... contexts)Gets all statements with a specific subject, predicate and/or object from the repository.booleanContextAwareConnection. hasStatement(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)booleanContextAwareConnection. hasStatement(Resource subj, IRI pred, Value obj, Resource... contexts)Checks whether the repository contains statements with a specific subject, predicate and/or object, optionally in the specified contexts.voidContextAwareConnection. remove(Resource subject, IRI predicate, Value object, Resource... contexts)Removes the statement with the specified subject, predicate and object from the repository, optionally restricted to the specified contexts.protected voidContextAwareConnection. removeWithoutCommit(Resource subject, IRI predicate, Value object, Resource... contexts) -
Uses of Value in org.eclipse.rdf4j.repository.dataset
Methods in org.eclipse.rdf4j.repository.dataset with parameters of type Value Modifier and Type Method Description voidDatasetQuery. setBinding(java.lang.String name, Value value) -
Uses of Value in org.eclipse.rdf4j.repository.evaluation
Methods in org.eclipse.rdf4j.repository.evaluation with parameters of type Value Modifier and Type Method Description CloseableIteration<? 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 Value Modifier and Type Method Description booleanRepositoryConnectionInterceptor. add(RepositoryConnection conn, Resource subject, IRI predicate, Value object, Resource... contexts)voidRepositoryConnectionListener. add(RepositoryConnection conn, Resource subject, IRI predicate, Value object, Resource... contexts)booleanRepositoryConnectionInterceptor. remove(RepositoryConnection conn, Resource subject, IRI predicate, Value object, Resource... contexts)voidRepositoryConnectionListener. remove(RepositoryConnection conn, Resource subject, IRI predicate, Value object, Resource... contexts) -
Uses of Value in org.eclipse.rdf4j.repository.event.base
Methods in org.eclipse.rdf4j.repository.event.base with parameters of type Value Modifier and Type Method Description booleanRepositoryConnectionInterceptorAdapter. add(RepositoryConnection conn, Resource subject, IRI predicate, Value object, Resource... contexts)voidRepositoryConnectionListenerAdapter. add(RepositoryConnection conn, Resource subject, IRI predicate, Value object, Resource... contexts)voidInterceptingRepositoryConnectionWrapper. addWithoutCommit(Resource subject, IRI predicate, Value object, Resource... contexts)voidNotifyingRepositoryConnectionWrapper. addWithoutCommit(Resource subject, IRI predicate, Value object, Resource... contexts)booleanRepositoryConnectionInterceptorAdapter. remove(RepositoryConnection conn, Resource subject, IRI predicate, Value object, Resource... contexts)voidRepositoryConnectionListenerAdapter. remove(RepositoryConnection conn, Resource subject, IRI predicate, Value object, Resource... contexts)voidInterceptingRepositoryConnectionWrapper. removeWithoutCommit(Resource subject, IRI predicate, Value object, Resource... contexts)voidNotifyingRepositoryConnectionWrapper. removeWithoutCommit(Resource subj, IRI pred, Value obj, Resource... ctx) -
Uses of Value in org.eclipse.rdf4j.repository.event.util
Methods in org.eclipse.rdf4j.repository.event.util with parameters of type Value Modifier and Type Method Description voidDebugRepositoryConnectionListener. add(RepositoryConnection conn, Resource subject, IRI predicate, Value object, Resource... contexts)voidDebugRepositoryConnectionListener. remove(RepositoryConnection conn, Resource subject, IRI predicate, Value object, Resource... contexts) -
Uses of Value in org.eclipse.rdf4j.repository.filters
Methods in org.eclipse.rdf4j.repository.filters with parameters of type Value Modifier and Type Method Description booleanAccurateRepositoryBloomFilter. mayHaveStatement(RepositoryConnection conn, Resource subj, IRI pred, Value obj, Resource... contexts)booleanInaccurateRepositoryBloomFilter. mayHaveStatement(RepositoryConnection conn, Resource subj, IRI pred, Value obj, Resource... contexts)booleanRepositoryBloomFilter. mayHaveStatement(RepositoryConnection conn, Resource subj, IRI pred, Value obj, Resource... ctxs)Returns true if the repository may have such a statement or false if it definitely does not. -
Uses of Value in org.eclipse.rdf4j.repository.http
Methods in org.eclipse.rdf4j.repository.http with parameters of type Value Modifier and Type Method Description voidHTTPRepositoryConnection. add(Resource subject, IRI predicate, Value object, Resource... contexts)protected voidHTTPRepositoryConnection. addWithoutCommit(Resource subject, IRI predicate, Value object, Resource... contexts)voidHTTPRepositoryConnection. exportStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, RDFHandler handler, Resource... contexts)RepositoryResult<Statement>HTTPRepositoryConnection. getStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)protected voidHTTPRepositoryConnection. removeWithoutCommit(Resource subject, IRI predicate, Value object, Resource... contexts) -
Uses of Value in org.eclipse.rdf4j.repository.sail
Methods in org.eclipse.rdf4j.repository.sail with parameters of type Value Modifier and Type Method Description protected voidSailRepositoryConnection. addWithoutCommit(Resource subject, IRI predicate, Value object, Resource... contexts)voidSailRepositoryConnection. exportStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, RDFHandler handler, Resource... contexts)RepositoryResult<Statement>SailRepositoryConnection. getStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)booleanSailRepositoryConnection. hasStatement(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)protected voidSailRepositoryConnection. removeWithoutCommit(Resource subject, IRI predicate, Value object, Resource... contexts) -
Uses of Value in org.eclipse.rdf4j.repository.sail.helpers
Methods in org.eclipse.rdf4j.repository.sail.helpers that return Value Modifier and Type Method Description private ValueSailUpdateExecutor. getValueForVar(Var var, BindingSet bindings)Methods in org.eclipse.rdf4j.repository.sail.helpers with parameters of type Value Modifier and Type Method Description protected voidRDFSailInserter. addStatement(Resource subj, IRI pred, Value obj, Resource ctxt)private voidRDFSailInserter. addStatement(UpdateContext uc, Resource subj, IRI pred, Value obj, Resource... ctxts) -
Uses of Value in org.eclipse.rdf4j.repository.sparql
Methods in org.eclipse.rdf4j.repository.sparql with parameters of type Value Modifier and Type Method Description protected voidSPARQLConnection. addWithoutCommit(Resource subject, IRI predicate, Value object, Resource... contexts)private voidSPARQLConnection. createBGP(java.lang.StringBuilder qb, Resource subject, IRI predicate, Value object)private java.lang.StringSPARQLConnection. createDeletePatternCommand(Resource subject, IRI predicate, Value object, Resource[] contexts)voidSPARQLConnection. exportStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, RDFHandler handler, Resource... contexts)private RepositoryResult<Statement>SPARQLConnection. getStatementGeneral(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)RepositoryResult<Statement>SPARQLConnection. getStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)private RepositoryResult<Statement>SPARQLConnection. getStatementsQuadMode(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)private RepositoryResult<Statement>SPARQLConnection. getStatementsSingleTriple(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)booleanSPARQLConnection. hasStatement(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)protected voidSPARQLConnection. removeWithoutCommit(Resource subject, IRI predicate, Value object, Resource... contexts)private voidSPARQLConnection. setBindings(Query query, Resource subj, IRI pred, Value obj, Resource... contexts)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 Value Modifier and Type Field Description private java.util.Map<java.lang.String,Value>SPARQLQueryBindingSet. bindingsMethods in org.eclipse.rdf4j.repository.sparql.query that return Value Modifier and Type Method Description ValueSPARQLQueryBindingSet. getValue(java.lang.String bindingName)Methods in org.eclipse.rdf4j.repository.sparql.query with parameters of type Value Modifier and Type Method Description voidSPARQLQueryBindingSet. addBinding(java.lang.String name, Value value)Adds a new binding to the binding set.static java.lang.StringBuilderQueryStringUtil. appendValueAsString(java.lang.StringBuilder sb, Value value)Converts a value to its SPARQL string representation and appends it to a StringBuilder.private java.lang.StringSPARQLOperation. getReplacement(Value value)Deprecated.voidSPARQLOperation. setBinding(java.lang.String name, Value value)Deprecated.voidSPARQLQueryBindingSet. setBinding(java.lang.String name, Value value)static java.lang.StringQueryStringUtil. valueToString(Value value)Converts a value to its SPARQL string representation. -
Uses of Value in org.eclipse.rdf4j.repository.util
Methods in org.eclipse.rdf4j.repository.util with parameters of type Value Modifier and Type Method Description protected abstract voidAbstractRDFInserter. addStatement(Resource subj, IRI pred, Value obj, Resource ctxt)protected voidRDFInserter. addStatement(Resource subj, IRI pred, Value obj, Resource ctxt)static java.util.Optional<Statement>Connections. getStatement(RepositoryConnection conn, Resource subject, IRI predicate, Value object, Resource... contexts)Retrieve a singleStatementmatching with the supplied subject, predicate, object and context(s) from the givenRepositoryConnection. -
Uses of Value in org.eclipse.rdf4j.rio.binary
Fields in org.eclipse.rdf4j.rio.binary declared as Value Modifier and Type Field Description private Value[]BinaryRDFParser. declaredValuesFields in org.eclipse.rdf4j.rio.binary with type parameters of type Value Modifier and Type Field Description private java.util.Map<Value,BinaryRDFWriter.ValueMeta>BinaryRDFWriter. valueMetaMethods in org.eclipse.rdf4j.rio.binary that return Value Modifier and Type Method Description private ValueBinaryRDFParser. readValue()private ValueBinaryRDFParser. readValueRef()Methods in org.eclipse.rdf4j.rio.binary with parameters of type Value Modifier and Type Method Description private voidBinaryRDFWriter. assignId(Value v, BinaryRDFWriter.ValueMeta meta)private voidBinaryRDFWriter. incValueFreq(Value v)private voidBinaryRDFWriter. writeValue(Value value)private voidBinaryRDFWriter. writeValueOrId(Value value) -
Uses of Value in org.eclipse.rdf4j.rio.hdt
Methods in org.eclipse.rdf4j.rio.hdt that return Value Modifier and Type Method Description private ValueHDTParser. createObject(byte[] b)Create object (typed) literal, IRI or blank node -
Uses of Value in org.eclipse.rdf4j.rio.helpers
Methods in org.eclipse.rdf4j.rio.helpers with type parameters of type Value Modifier and Type Method Description static <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 Value Modifier and Type Method Description ValueRDFStarEncodingStatement. getObject()static ValueNTriplesUtil. parseValue(java.lang.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 Value Modifier and Type Method Description static voidNTriplesUtil. append(Value value, java.lang.Appendable appendable)Appends the N-Triples representation of the givenValueto the givenAppendable.static voidNTriplesUtil. append(Value value, java.lang.Appendable appendable, boolean xsdStringToPlainLiteral, boolean escapeUnicode)protected StatementAbstractRDFParser. createStatement(Resource subj, IRI pred, Value obj)Creates a newStatementobject with the supplied components.protected StatementAbstractRDFParser. createStatement(Resource subj, IRI pred, Value obj, Resource context)Creates a newStatementobject with the supplied components.StatementRDFStarDecodingValueFactory. createStatement(Resource subject, IRI predicate, Value object)StatementRDFStarDecodingValueFactory. createStatement(Resource subject, IRI predicate, Value object, Resource context)TripleRDFStarDecodingValueFactory. createTriple(Resource subject, IRI predicate, Value object)static booleanRDFStarUtil. isEncodedTriple(Value value)Checks if the suppliedValuerepresents an RDF-star triple encoded as an IRI.static java.lang.StringNTriplesUtil. toNTriplesString(Value value)Creates an N-Triples string for the supplied value.static java.lang.StringNTriplesUtil. toNTriplesString(Value value, boolean xsdStringToPlainLiteral)Creates an N-Triples string for the supplied value.If the supplied value is aLiteral, it optionally ignores the xsd:string datatype, since this datatype is implicit in RDF-1.1. -
Uses of Value in org.eclipse.rdf4j.rio.ntriples
Fields in org.eclipse.rdf4j.rio.ntriples declared as Value Modifier and Type Field Description protected ValueNTriplesParser. objectMethods in org.eclipse.rdf4j.rio.ntriples with parameters of type Value Modifier and Type Method Description protected voidNTriplesWriter. writeValue(Value value)Writes the N-Triples representation of the givenValue. -
Uses of Value in org.eclipse.rdf4j.rio.rdfjson
Methods in org.eclipse.rdf4j.rio.rdfjson with parameters of type Value Modifier and Type Method Description static voidRDFJSONWriter. writeObject(Value object, java.util.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 Value Modifier and Type Method Description private voidRDFXMLParser. handleReification(Value value)private voidRDFXMLParser. reifyStatement(Resource reifNode, Resource subj, IRI pred, Value obj)private voidRDFXMLParser. reportStatement(Resource subject, IRI predicate, Value object)Reports a stament to the configured RDFHandlerException. -
Uses of Value in org.eclipse.rdf4j.rio.rdfxml.util
Fields in org.eclipse.rdf4j.rio.rdfxml.util declared as Value Modifier and Type Field Description private ValueRDFXMLPrettyWriter.Node. valueMethods in org.eclipse.rdf4j.rio.rdfxml.util that return Value Modifier and Type Method Description ValueRDFXMLPrettyWriter.Node. getValue()Methods in org.eclipse.rdf4j.rio.rdfxml.util with parameters of type Value Modifier and Type Method Description private voidRDFXMLPrettyWriter. writeAbbreviatedPredicate(IRI pred, Value obj)Write out an empty property element.Constructors in org.eclipse.rdf4j.rio.rdfxml.util with parameters of type Value Constructor Description Node(Value value)Creates a new Node for the supplied Value. -
Uses of Value in org.eclipse.rdf4j.rio.trig
Methods in org.eclipse.rdf4j.rio.trig with parameters of type Value Modifier and Type Method Description protected voidTriGParser. reportStatement(Resource subj, IRI pred, Value obj)protected voidTriGWriter. writeStatement(Resource subj, IRI pred, Value obj, Resource context, boolean canShortenSubject, boolean canShortenObject) -
Uses of Value in org.eclipse.rdf4j.rio.trigstar
Methods in org.eclipse.rdf4j.rio.trigstar that return Value Modifier and Type Method Description protected ValueTriGStarParser. parseValue() -
Uses of Value in org.eclipse.rdf4j.rio.trix
Fields in org.eclipse.rdf4j.rio.trix with type parameters of type Value Modifier and Type Field Description private java.util.List<Value>TriXParser.TriXSAXHandler. valueListMethods in org.eclipse.rdf4j.rio.trix with parameters of type Value Modifier and Type Method Description private voidTriXWriter. writeValue(Value value)Writes out the XML-representation for the supplied value. -
Uses of Value in org.eclipse.rdf4j.rio.turtle
Fields in org.eclipse.rdf4j.rio.turtle declared as Value Modifier and Type Field Description protected ValueTurtleParser. objectMethods in org.eclipse.rdf4j.rio.turtle that return Value Modifier and Type Method Description protected ValueTurtleParser. parseQNameOrBoolean()Parses qnames and boolean values, which have equivalent starting characters.protected ValueTurtleParser. parseValue()Parses an RDF value.Methods in org.eclipse.rdf4j.rio.turtle with parameters of type Value Modifier and Type Method Description private booleanTurtleWriter. canInlineValue(Model contextData, Value v)protected voidTurtleParser. reportStatement(Resource subj, IRI pred, Value obj)protected voidTurtleWriter. writeStatement(Resource subj, IRI pred, Value obj, Resource context, boolean canShortenSubjectBNode, boolean canShortenObjectBNode)protected voidTurtleWriter. writeValue(Value val)Deprecated.UseTurtleWriter.writeValue(Value, boolean)instead.protected voidTurtleWriter. writeValue(Value val, boolean canShorten) -
Uses of Value in org.eclipse.rdf4j.rio.turtlestar
Methods in org.eclipse.rdf4j.rio.turtlestar that return Value Modifier and Type Method Description protected ValueTurtleStarParser. parseValue() -
Uses of Value in org.eclipse.rdf4j.sail
Methods in org.eclipse.rdf4j.sail with parameters of type Value Modifier and Type Method Description voidSailConnection. addStatement(Resource subj, IRI pred, Value obj, Resource... contexts)Adds a statement to the store.voidSailConnection. addStatement(UpdateContext op, Resource subj, IRI pred, Value obj, Resource... contexts)Adds a statement to the store.CloseableIteration<? extends Statement,SailException>SailConnection. getStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)Gets all statements from the specified contexts that have a specific subject, predicate and/or object.default booleanSailConnection. hasStatement(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)Determines if the store contains any statements from the specified contexts that have a specific subject, predicate and/or object.voidSailConnection. removeStatement(UpdateContext op, Resource subj, IRI pred, Value obj, Resource... contexts)Removes all statements matching the specified subject, predicate and object from the repository.voidSailConnection. removeStatements(Resource subj, IRI pred, Value obj, Resource... contexts)Removes all statements matching the specified subject, predicate and object from the repository. -
Uses of Value in org.eclipse.rdf4j.sail.base
Fields in org.eclipse.rdf4j.sail.base declared as Value Modifier and Type Field Description private ValueChangeset.SimpleStatementPattern. objectMethods in org.eclipse.rdf4j.sail.base that return Value Modifier and Type Method Description ValueChangeset.SimpleStatementPattern. getObject()Methods in org.eclipse.rdf4j.sail.base with parameters of type Value Modifier and Type Method Description private voidSailSourceConnection. add(Resource subj, IRI pred, Value obj, SailDataset dataset, SailSink sink, Resource... contexts)booleanSailSourceConnection. addInferredStatement(Resource subj, IRI pred, Value obj, Resource... contexts)voidSailSourceConnection. addStatement(UpdateContext op, Resource subj, IRI pred, Value obj, Resource... contexts)voidChangeset. approve(Resource subj, IRI pred, Value obj, Resource ctx)voidSailSink. approve(Resource subj, IRI pred, Value obj, Resource ctx)Adds a statement to the store.default voidSailSink. deprecate(Resource subj, IRI pred, Value obj, Resource ctx)Deprecated.default booleanSailSink. deprecateByQuery(Resource subj, IRI pred, Value obj, Resource[] contexts)Removes all statements with the specified subject, predicate, object, and context.(package private) java.lang.Iterable<Statement>Changeset. getApprovedStatements(Resource subj, IRI pred, Value obj, Resource[] contexts)(package private) java.lang.Iterable<Triple>Changeset. getApprovedTriples(Resource subj, IRI pred, Value obj)CloseableIteration<? extends Triple,QueryEvaluationException>SailDatasetTripleSource. getRdfStarTriples(Resource subj, IRI pred, Value obj)CloseableIteration<? extends Statement,SailException>DelegatingSailDataset. getStatements(Resource subj, IRI pred, Value obj, Resource... contexts)CloseableIteration<? extends Statement,SailException>ObservingSailDataset. getStatements(Resource subj, IRI pred, Value obj, Resource... contexts)CloseableIteration<? extends Statement,SailException>SailDataset. getStatements(Resource subj, IRI pred, Value obj, Resource... contexts)Gets all statements that have a specific subject, predicate and/or object.CloseableIteration<? extends Statement,SailException>SailDatasetImpl. getStatements(Resource subj, IRI pred, Value obj, Resource... contexts)CloseableIteration<? extends Statement,QueryEvaluationException>SailDatasetTripleSource. getStatements(Resource subj, IRI pred, Value obj, Resource... contexts)CloseableIteration<? extends Statement,SailException>UnionSailDataset. getStatements(Resource subj, IRI pred, Value obj, Resource... contexts)protected CloseableIteration<? extends Statement,SailException>SailSourceConnection. getStatementsInternal(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)CloseableIteration<? extends Triple,SailException>DelegatingSailDataset. getTriples(Resource subj, IRI pred, Value obj)default CloseableIteration<? extends Triple,SailException>SailDataset. getTriples(Resource subj, IRI pred, Value obj)Gets all RDF-star triples that have a specific subject, predicate and/or object.CloseableIteration<? extends Triple,SailException>SailDatasetImpl. getTriples(Resource subj, IRI pred, Value obj)CloseableIteration<? extends Triple,SailException>UnionSailDataset. getTriples(Resource subj, IRI pred, Value obj)(package private) booleanChangeset. hasApproved(Resource subj, IRI pred, Value obj, Resource[] contexts)(package private) booleanChangeset. hasDeprecated(Resource subj, IRI pred, Value obj, Resource[] contexts)private booleanSailSourceConnection. hasStatement(SailDataset dataset, Resource subj, IRI pred, Value obj, Resource... contexts)voidChangeset. observe(Resource subj, IRI pred, Value obj, Resource context)voidChangeset. observe(Resource subj, IRI pred, Value obj, Resource... contexts)default voidSailSink. observe(Resource subj, IRI pred, Value obj, Resource context)Called to indicate matching statements have been observed and must not change their state until after thisSailSinkis committed, iff this was opened in an isolation level compatible withIsolationLevels.SERIALIZABLE.voidSailSink. observe(Resource subj, IRI pred, Value obj, Resource... contexts)Called to indicate matching statements have been observed and must not change their state until after thisSailSinkis committed, iff this was opened in an isolation level compatible withIsolationLevels.SERIALIZABLE.private booleanSailSourceConnection. remove(Resource subj, IRI pred, Value obj, SailDataset dataset, SailSink sink, Resource... contexts)booleanSailSourceConnection. removeInferredStatement(Resource subj, IRI pred, Value obj, Resource... contexts)voidSailSourceConnection. removeStatement(UpdateContext op, Resource subj, IRI pred, Value obj, Resource... contexts)Constructors in org.eclipse.rdf4j.sail.base with parameters of type Value Constructor Description SimpleStatementPattern(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 Value Modifier and Type Method Description CloseableIteration<? 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 Value Modifier and Type Field Description private ValueAbstractSailConnection.WildStatement. objectThe statement's object.Methods in org.eclipse.rdf4j.sail.helpers that return Value Modifier and Type Method Description ValueAbstractSailConnection.WildStatement. getObject()Methods in org.eclipse.rdf4j.sail.helpers with parameters of type Value Modifier and Type Method Description voidAbstractSailConnection. addStatement(Resource subj, IRI pred, Value obj, Resource... contexts)voidAbstractSailConnection. addStatement(UpdateContext op, Resource subj, IRI pred, Value obj, Resource... contexts)The default implementation buffers added statements until the update operation is complete.voidSailConnectionWrapper. addStatement(Resource subj, IRI pred, Value obj, Resource... contexts)voidSailConnectionWrapper. addStatement(UpdateContext modify, Resource subj, IRI pred, Value obj, Resource... contexts)protected abstract voidAbstractSailConnection. addStatementInternal(Resource subj, IRI pred, Value obj, Resource... contexts)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)booleanAbstractSailConnection. hasStatement(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)booleanSailConnectionWrapper. hasStatement(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)protected booleanAbstractSailConnection. hasStatementInternal(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource[] contexts)voidAbstractSailConnection. removeStatement(UpdateContext op, Resource subj, IRI pred, Value obj, Resource... contexts)The default implementation buffers removed statements until the update operation is complete.voidSailConnectionWrapper. removeStatement(UpdateContext modify, Resource subj, IRI pred, Value obj, Resource... contexts)voidAbstractSailConnection. removeStatements(Resource subj, IRI pred, Value obj, Resource... contexts)voidSailConnectionWrapper. removeStatements(Resource subj, IRI pred, Value obj, Resource... contexts)protected abstract voidAbstractSailConnection. removeStatementsInternal(Resource subj, IRI pred, Value obj, Resource... contexts)Constructors in org.eclipse.rdf4j.sail.helpers with parameters of type Value Constructor Description WildStatement(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 Value Modifier and Type Method Description booleanInferencerConnection. addInferredStatement(Resource subj, IRI pred, Value obj, Resource... contexts)Adds an inferred statement to a specific context.booleanInferencerConnectionWrapper. addInferredStatement(Resource subj, IRI pred, Value obj, Resource... contexts)CloseableIteration<? extends Statement,SailException>InferencerConnectionWrapper. getStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)CallsInferencerConnectionWrapper.flushUpdates()before forwarding the call to the wrapped connection.booleanInferencerConnectionWrapper. hasStatement(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)booleanInferencerConnection. removeInferredStatement(Resource subj, IRI pred, Value obj, Resource... contexts)Removes an inferred statement from a specific context.booleanInferencerConnectionWrapper. removeInferredStatement(Resource subj, IRI pred, Value obj, Resource... contexts) -
Uses of Value in org.eclipse.rdf4j.sail.inferencer.fc
Fields in org.eclipse.rdf4j.sail.inferencer.fc with type parameters of type Value Modifier and Type Field Description private java.util.Collection<Value>CustomGraphQueryInferencer. watchObjectsprivate java.util.Collection<Value>CustomGraphQueryInferencer. watchPredicatesprivate java.util.Collection<Value>CustomGraphQueryInferencer. watchSubjectsMethods in org.eclipse.rdf4j.sail.inferencer.fc that return types with arguments of type Value Modifier and Type Method Description java.util.Collection<Value>CustomGraphQueryInferencer. getWatchObjects()Exposed for test purposes.java.util.Collection<Value>CustomGraphQueryInferencer. getWatchPredicates()Exposed for test purposes.java.util.Collection<Value>CustomGraphQueryInferencer. getWatchSubjects()Exposed for test purposes.Methods in org.eclipse.rdf4j.sail.inferencer.fc with parameters of type Value Modifier and Type Method Description booleanDedupingInferencerConnection. addInferredStatement(Resource subj, IRI pred, Value obj, Resource... contexts)booleanSchemaCachingRDFSInferencerConnection. addInferredStatement(Resource subj, IRI pred, Value obj, Resource... contexts)(package private) booleanSchemaCachingRDFSInferencerConnection. addInferredStatementInternal(Resource subj, IRI pred, Value obj, Resource... contexts)private voidSchemaCachingRDFSInferencerConnection. addStatement(boolean actuallyAdd, Resource subject, IRI predicate, Value object, Resource... context)voidSchemaCachingRDFSInferencerConnection. addStatement(Resource subject, IRI predicate, Value object, Resource... contexts)voidSchemaCachingRDFSInferencerConnection. addStatement(UpdateContext modify, Resource subj, IRI pred, Value obj, Resource... contexts)booleanDedupingInferencerConnection. removeInferredStatement(Resource subj, IRI pred, Value obj, Resource... contexts) -
Uses of Value in org.eclipse.rdf4j.sail.inferencer.util
Methods in org.eclipse.rdf4j.sail.inferencer.util with parameters of type Value Modifier and Type Method Description protected voidRDFInferencerInserter. addStatement(Resource subj, IRI pred, Value obj, Resource ctxt) -
Uses of Value in org.eclipse.rdf4j.sail.lucene
Methods in org.eclipse.rdf4j.sail.lucene that return Value Modifier and Type Method Description ValueLuceneSailBuffer.ContextAwareStatementImpl. getObject()(package private) static ValueDistanceQuerySpec. getValue(ValueExpr v)private static ValueGeoRelationQuerySpecBuilder. getValue(ValueExpr v)Methods in org.eclipse.rdf4j.sail.lucene with parameters of type Value Modifier and Type Method Description voidLuceneSailConnection. addStatement(Resource subj, IRI pred, Value obj, Resource... contexts)voidLuceneSailConnection. removeStatements(Resource subj, IRI pred, Value obj, Resource... contexts) -
Uses of Value in org.eclipse.rdf4j.sail.memory
Methods in org.eclipse.rdf4j.sail.memory that return Value Modifier and Type Method Description protected ValueMemEvaluationStatistics.MemCardinalityCalculator. getConstantValue(Var var)private ValueFileIO. readValue(java.io.DataInputStream dataIn)Methods in org.eclipse.rdf4j.sail.memory with parameters of type Value Modifier and Type Method Description booleanMemoryStoreConnection. addInferredStatement(Resource subj, IRI pred, Value obj, Resource... contexts)private MemStatementMemorySailStore.MemorySailSink. addStatement(Resource subj, IRI pred, Value obj, Resource context, boolean explicit)protected voidMemoryStoreConnection. addStatementInternal(Resource subj, IRI pred, Value obj, Resource... contexts)voidMemorySailStore.MemorySailSink. approve(Resource subj, IRI pred, Value obj, Resource ctx)private CloseableIteration<MemStatement,SailException>MemorySailStore. createStatementIterator(Resource subj, IRI pred, Value obj, java.lang.Boolean explicit, int snapshot, Resource... contexts)Creates a StatementIterator that contains the statements matching the specified pattern of subject, predicate, object, context.private CloseableIteration<MemTriple,SailException>MemorySailStore. createTripleIterator(Resource subj, IRI pred, Value obj, int snapshot)Creates a TripleIterator that contains the triples matching the specified pattern of subject, predicate, object, context.booleanMemorySailStore.MemorySailSink. deprecateByQuery(Resource subj, IRI pred, Value obj, Resource[] contexts)CloseableIteration<MemStatement,SailException>MemorySailStore.MemorySailDataset. getStatements(Resource subj, IRI pred, Value obj, Resource... contexts)CloseableIteration<MemTriple,SailException>MemorySailStore.MemorySailDataset. getTriples(Resource subj, IRI pred, Value obj)private intMemEvaluationStatistics.MemCardinalityCalculator. minStatementCount(Value subj, Value pred, Value obj, Value context)voidMemorySailStore.MemorySailSink. observe(Resource subj, IRI pred, Value obj, Resource... contexts)booleanMemoryStoreConnection. removeInferredStatement(Resource subj, IRI pred, Value obj, Resource... contexts)protected voidMemoryStoreConnection. removeStatementsInternal(Resource subj, IRI pred, Value obj, Resource... contexts)private voidFileIO. writeValue(Value value, java.io.DataOutputStream dataOut) -
Uses of Value in org.eclipse.rdf4j.sail.memory.model
Subinterfaces of Value in org.eclipse.rdf4j.sail.memory.model Modifier and Type Interface Description interfaceMemValueA MemoryStore-specific extension of the Value interface, giving it node properties.Classes in org.eclipse.rdf4j.sail.memory.model that implement Value Modifier and Type Class Description classBooleanMemLiteralAn extension of MemLiteral that stores a boolean value to avoid parsing.classCalendarMemLiteralAn extension of MemLiteral that stores a Calendar value to avoid parsing.classDecimalMemLiteralAn extension of MemLiteral that stores a decimal value to avoid parsing.classIntegerMemLiteralAn extension of MemLiteral that stores an integer value to avoid parsing.classMemBNodeA MemoryStore-specific extension of BNodeImpl giving it node properties.classMemIRIA 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.classMemLiteralA MemoryStore-specific extension of Literal giving it node properties.classMemResourceA MemoryStore-specific extension of Resource giving it subject statements.classMemTripleA MemoryStore-specific implementation ofTriple.classNumericMemLiteralAn extension of MemLiteral that stores a numeric value to avoid parsing.Methods in org.eclipse.rdf4j.sail.memory.model with parameters of type Value Modifier and Type Method Description TripleMemValueFactory. createTriple(Resource subject, IRI predicate, Value object)MemValueMemValueFactory. 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.MemValueMemValueFactory. 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 Modifier and Type Method Description booleanSailModel. add(Resource subj, IRI pred, Value obj, Resource... contexts)booleanSailModel. contains(Resource subj, IRI pred, Value obj, Resource... contexts)ModelSailModel. filter(Resource subj, IRI pred, Value obj, Resource... contexts)private java.util.Iterator<Statement>SailModel. iterator(Resource subj, IRI pred, Value obj, Resource... contexts)booleanSailModel. remove(Resource subj, IRI pred, Value obj, Resource... contexts)voidSailModel. removeTermIteration(java.util.Iterator<Statement> iter, Resource subj, IRI pred, Value obj, Resource... contexts) -
Uses of Value in org.eclipse.rdf4j.sail.shacl
Methods in org.eclipse.rdf4j.sail.shacl with parameters of type Value Modifier and Type Method Description voidShaclSailConnection. addStatement(Resource subj, IRI pred, Value obj, Resource... contexts)voidShaclSailConnection. addStatement(UpdateContext modify, Resource subj, IRI pred, Value obj, Resource... contexts)CloseableIteration<? extends Statement,SailException>ShaclSailConnection. getStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)booleanShaclSailConnection. hasStatement(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)voidShaclSailConnection. removeStatement(UpdateContext modify, Resource subj, IRI pred, Value obj, Resource... contexts)voidShaclSailConnection. removeStatements(Resource subj, IRI pred, Value obj, Resource... contexts)voidTransferStatement. transfer(Resource subject, IRI predicate, Value object, Resource context) -
Uses of Value in org.eclipse.rdf4j.sail.shacl.ast
Classes in org.eclipse.rdf4j.sail.shacl.ast with type parameters of type Value Modifier and Type Class Description static classStatementMatcher.Variable<T extends Value>Fields in org.eclipse.rdf4j.sail.shacl.ast declared as Value Modifier and Type Field Description private ValueShaclSparqlConstraintFailureException. focusNodeprivate ValueSeverity. iri(package private) TStatementMatcher.Variable. valueFields in org.eclipse.rdf4j.sail.shacl.ast with type parameters of type Value Modifier and Type Field Description private java.util.List<Value>ShaclProperties. hasValueprivate static StatementMatcher.Variable<Value>StatementMatcher. NULL_OBJECTprivate StatementMatcher.Variable<? extends Value>StatementMatcher. objectprivate java.util.TreeSet<Value>ShaclProperties. targetNodestatic StatementMatcher.Variable<Value>StatementMatcher.Variable. THISstatic StatementMatcher.Variable<Value>StatementMatcher.Variable. VALUEprivate java.util.List<StatementMatcher.Variable<Value>>ValidationQuery. variablesMethods in org.eclipse.rdf4j.sail.shacl.ast with type parameters of type Value Modifier and Type Method Description static <T extends Value>
java.util.List<T>ShaclAstLists. toList(ShapeSource shapeSource, Resource head, java.lang.Class<T> type)Methods in org.eclipse.rdf4j.sail.shacl.ast that return Value Modifier and Type Method Description ValueXmlDatatypeUtilFunction. evaluate(ValueFactory valueFactory, Value... args)ValueXmlDatatypeUtilFunction. evaluate(TripleSource tripleSource, Value... args)ValueShaclSparqlConstraintFailureException. getFocusNode()ValueSeverity. getIri()ValueStatementMatcher. getObjectValue()Methods in org.eclipse.rdf4j.sail.shacl.ast that return types with arguments of type Value Modifier and Type Method Description StatementMatcher.Variable<Value>StatementMatcher.StableRandomVariableProvider. current()java.util.List<Value>ShaclProperties. getHasValue()java.util.TreeSet<Value>ShaclProperties. getTargetNode()StatementMatcher.Variable<Value>StatementMatcher.StableRandomVariableProvider. next()private static java.util.List<Value>ShaclAstLists. toList(ShapeSource shapeSource, Resource head)Methods in org.eclipse.rdf4j.sail.shacl.ast with parameters of type Value Modifier and Type Method Description ValueXmlDatatypeUtilFunction. evaluate(ValueFactory valueFactory, Value... args)ValueXmlDatatypeUtilFunction. evaluate(TripleSource tripleSource, Value... args)private static java.lang.StringStatementMatcher. formatForToString(java.lang.String field, java.lang.String name, Value value)private static java.lang.StringShaclProperties. getClassName(Value object)private static ShaclShapeParsingExceptionShaclProperties. getExceptionForAlreadyPopulated(Resource id, java.lang.String predicate, java.lang.Object existingObject, Value secondValue)private static ShaclShapeParsingExceptionShaclProperties. getExceptionForCastIssue(Resource id, java.lang.String predicate, java.lang.Class<?> expectedClass, Value object)private static ShaclShapeParsingExceptionShaclProperties. getExceptionForLiteralFormatIssue(Resource id, java.lang.String predicate, Value object, java.lang.Class<?> clazz)private static java.lang.StringShaclSparqlConstraintFailureException. valueToString(Value value)Constructors in org.eclipse.rdf4j.sail.shacl.ast with parameters of type Value Constructor Description Severity(Value iri)ShaclSparqlConstraintFailureException(Shape shape, java.lang.String query, BindingSet resultBindingSet, Value focusNode, Resource[] dataGraph)Constructor parameters in org.eclipse.rdf4j.sail.shacl.ast with type arguments of type Value Constructor Description ValidationQuery(java.util.Collection<Namespace> namespaces, java.lang.String query, java.util.List<StatementMatcher.Variable<Value>> targets, StatementMatcher.Variable<Value> value, ConstraintComponent.Scope scope, ConstraintComponent constraintComponent, Severity severity, Shape shape)ValidationQuery(java.util.Collection<Namespace> namespaces, java.lang.String query, java.util.List<StatementMatcher.Variable<Value>> targets, StatementMatcher.Variable<Value> value, ConstraintComponent.Scope scope, ConstraintComponent constraintComponent, Severity severity, Shape shape)ValidationQuery(java.util.Set<Namespace> namespaces, java.lang.String query, ConstraintComponent.Scope scope, java.util.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 Value Modifier and Type Field Description private ValueHasValueConstraintComponent. hasValueFields in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents with type parameters of type Value Modifier and Type Field Description (package private) java.util.Set<Value>DashHasValueInConstraintComponent. hasValueInprivate java.util.Set<Value>InConstraintComponent. inMethods in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents with parameters of type Value Modifier and Type Method Description java.lang.StringAbstractConstraintComponent. stringRepresentationOfValue(Value value)Method parameters in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents with type arguments of type Value Modifier and Type Method Description SparqlFragmentAbstractConstraintComponent. buildSparqlValidNodes_rsx_targetShape(StatementMatcher.Variable<Value> subject, StatementMatcher.Variable<Value> object, RdfsSubClassOfReasoner rdfsSubClassOfReasoner, ConstraintComponent.Scope scope, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider)SparqlFragmentAndConstraintComponent. buildSparqlValidNodes_rsx_targetShape(StatementMatcher.Variable<Value> subject, StatementMatcher.Variable<Value> object, RdfsSubClassOfReasoner rdfsSubClassOfReasoner, ConstraintComponent.Scope scope, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider)SparqlFragmentConstraintComponent. buildSparqlValidNodes_rsx_targetShape(StatementMatcher.Variable<Value> subject, StatementMatcher.Variable<Value> object, RdfsSubClassOfReasoner rdfsSubClassOfReasoner, ConstraintComponent.Scope scope, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider)SparqlFragmentDashHasValueInConstraintComponent. buildSparqlValidNodes_rsx_targetShape(StatementMatcher.Variable<Value> subject, StatementMatcher.Variable<Value> object, RdfsSubClassOfReasoner rdfsSubClassOfReasoner, ConstraintComponent.Scope scope, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider)SparqlFragmentHasValueConstraintComponent. buildSparqlValidNodes_rsx_targetShape(StatementMatcher.Variable<Value> subject, StatementMatcher.Variable<Value> object, RdfsSubClassOfReasoner rdfsSubClassOfReasoner, ConstraintComponent.Scope scope, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider)SparqlFragmentOrConstraintComponent. buildSparqlValidNodes_rsx_targetShape(StatementMatcher.Variable<Value> subject, StatementMatcher.Variable<Value> object, RdfsSubClassOfReasoner rdfsSubClassOfReasoner, ConstraintComponent.Scope scope, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider)private java.lang.StringClassConstraintComponent. getFilter(ConnectionsGroup connectionsGroup, StatementMatcher.Variable<Value> target)private java.lang.StringSimpleAbstractConstraintComponent. getSparqlFilter(boolean negatePlan, StatementMatcher.Variable<Value> variable, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider)(package private) java.lang.StringDatatypeConstraintComponent. getSparqlFilterExpression(StatementMatcher.Variable<Value> variable, boolean negated)(package private) java.lang.StringInConstraintComponent. getSparqlFilterExpression(StatementMatcher.Variable<Value> variable, boolean negated)(package private) java.lang.StringLanguageInConstraintComponent. getSparqlFilterExpression(StatementMatcher.Variable<Value> variable, boolean negated)(package private) java.lang.StringMaxExclusiveConstraintComponent. getSparqlFilterExpression(StatementMatcher.Variable<Value> variable, boolean negated)(package private) java.lang.StringMaxInclusiveConstraintComponent. getSparqlFilterExpression(StatementMatcher.Variable<Value> variable, boolean negated)(package private) java.lang.StringMaxLengthConstraintComponent. getSparqlFilterExpression(StatementMatcher.Variable<Value> variable, boolean negated)(package private) java.lang.StringMinExclusiveConstraintComponent. getSparqlFilterExpression(StatementMatcher.Variable<Value> variable, boolean negated)(package private) java.lang.StringMinInclusiveConstraintComponent. getSparqlFilterExpression(StatementMatcher.Variable<Value> variable, boolean negated)(package private) java.lang.StringMinLengthConstraintComponent. getSparqlFilterExpression(StatementMatcher.Variable<Value> variable, boolean negated)(package private) java.lang.StringNodeKindConstraintComponent. getSparqlFilterExpression(StatementMatcher.Variable<Value> variable, boolean negated)(package private) java.lang.StringPatternConstraintComponent. getSparqlFilterExpression(StatementMatcher.Variable<Value> variable, boolean negated)(package private) abstract java.lang.StringSimpleAbstractConstraintComponent. 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 Constructor Description HasValueConstraintComponent(Value hasValue) -
Uses of Value in org.eclipse.rdf4j.sail.shacl.ast.planNodes
Fields in org.eclipse.rdf4j.sail.shacl.ast.planNodes declared as Value Modifier and Type Field Description private Value[]ValidationTuple. chainprivate ValueUnorderedSelect. objectprivate ValueSingletonBindingSet. valueFields in org.eclipse.rdf4j.sail.shacl.ast.planNodes with type parameters of type Value Modifier and Type Field Description private java.util.function.Function<ValidationTuple,Value>ExternalFilterByQuery. filterOnprivate java.util.Set<Value>SetFilterNode. targetNodeListprivate java.util.SortedSet<Value>ValuesBackedNode. valuesprivate java.util.Set<Value>ValueInFilter. valueSetprivate java.util.List<StatementMatcher.Variable<Value>>BindSelect. varsMethods in org.eclipse.rdf4j.sail.shacl.ast.planNodes that return Value Modifier and Type Method Description ValueValidationTuple. getActiveTarget()ValueSimpleBindingSet. getValue(java.lang.String bindingName)ValueSingletonBindingSet. getValue(java.lang.String bindingName)ValueValidationTuple. getValue()Methods in org.eclipse.rdf4j.sail.shacl.ast.planNodes that return types with arguments of type Value Modifier and Type Method Description java.util.List<Value>ValidationTuple. getTargetChain(boolean includePropertyShapeValues)This is only the target part.Methods in org.eclipse.rdf4j.sail.shacl.ast.planNodes with parameters of type Value Modifier and Type Method Description private booleanFilterByPredicateObject. matches(Value subject, IRI filterOnPredicate, Resource[] filterOnObject)static java.lang.StringFormatter. prefix(Value in)ValidationTupleValidationTuple. setValue(Value value)Constructors in org.eclipse.rdf4j.sail.shacl.ast.planNodes with parameters of type Value Constructor Description SingletonBindingSet(java.lang.String bindingName, Value value)UnorderedSelect(SailConnection connection, Resource subject, IRI predicate, Value object, Resource[] dataGraph, java.util.function.BiFunction<Statement,Resource[],ValidationTuple> mapper)ValidationTuple(java.util.List<ValidationResult> validationResults, Value[] chain, ConstraintComponent.Scope scope, boolean propertyShapeScopeWithValue, java.util.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 Value Constructor Description AllTargetsPlanNode(SailConnection sailConnection, Resource[] dataGraph, java.util.ArrayDeque<EffectiveTarget.EffectiveTargetFragment> chain, java.util.List<StatementMatcher.Variable<Value>> vars, ConstraintComponent.Scope scope)BindSelect(SailConnection connection, Resource[] dataGraph, SparqlFragment query, java.util.List<StatementMatcher.Variable<Value>> vars, PlanNode source, java.util.List<java.lang.String> varNames, ConstraintComponent.Scope scope, int bulkSize, EffectiveTarget.Extend direction, boolean includePropertyShapeValues)ExternalFilterByQuery(SailConnection connection, Resource[] dataGraph, PlanNode parent, SparqlFragment queryFragment, StatementMatcher.Variable queryVariable, java.util.function.Function<ValidationTuple,Value> filterOn)SetFilterNode(java.util.Set<Value> targetNodeList, PlanNode parent, int index, boolean returnValid)ValidationTuple(java.util.List<Value> chain, ConstraintComponent.Scope scope, boolean hasValue, Resource[] contexts)ValueInFilter(PlanNode parent, java.util.Set<Value> valueSet)ValuesBackedNode(java.util.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 Value Modifier and Type Field Description private java.util.TreeSet<Value>TargetNode. targetNodesprivate StatementMatcher.Variable<Value>EffectiveTarget.EffectiveTargetFragment. varMethods in org.eclipse.rdf4j.sail.shacl.ast.targets that return types with arguments of type Value Modifier and Type Method Description java.util.List<StatementMatcher.Variable<Value>>EffectiveTarget. getAllTargetVariables()StatementMatcher.Variable<Value>EffectiveTarget. getTargetVar()private java.util.List<StatementMatcher.Variable<Value>>EffectiveTarget. getVars()Constructor parameters in org.eclipse.rdf4j.sail.shacl.ast.targets with type arguments of type Value Constructor Description EffectiveTargetFragment(StatementMatcher.Variable<Value> var, Targetable target, EffectiveTarget.EffectiveTargetFragment prev, RdfsSubClassOfReasoner rdfsSubClassOfReasoner, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider)TargetNode(java.util.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 Value Modifier and Type Field Description private ValueValidationResult. focusNodeDeprecated.private ValueValidationResult. pathIriDeprecated.Fields in org.eclipse.rdf4j.sail.shacl.results with type parameters of type Value Modifier and Type Field Description private java.util.Optional<Value>ValidationResult. valueDeprecated.Methods in org.eclipse.rdf4j.sail.shacl.results that return Value Modifier and Type Method Description private ValueValidationResult. getFocusNode()Deprecated.Methods in org.eclipse.rdf4j.sail.shacl.results that return types with arguments of type Value Modifier and Type Method Description protected java.util.Optional<Value>ValidationResult. getValue()Deprecated.Methods in org.eclipse.rdf4j.sail.shacl.results with parameters of type Value Modifier and Type Method Description voidValidationResult. setPathIri(Value path)Deprecated.Constructors in org.eclipse.rdf4j.sail.shacl.results with parameters of type Value Constructor Description ValidationResult(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 Value Modifier and Type Method Description CloseableIteration<? extends Statement,SailException>VerySimpleRdfsBackwardsChainingConnection. getStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)booleanVerySimpleRdfsBackwardsChainingConnection. hasStatement(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) -
Uses of Value in org.eclipse.rdf4j.sail.shacl.wrapper.shape
Methods in org.eclipse.rdf4j.sail.shacl.wrapper.shape that return Value Modifier and Type Method Description (package private) static ValueShapeSourceHelper. getFirst(RepositoryConnection connection, Resource subject, Resource[] context)(package private) static ValueShapeSourceHelper. getFirst(SailConnection connection, Resource subject, Resource[] context)private static ValueShapeSourceHelper. getObject(CloseableIteration<? extends Statement,SailException> iteration)private static ValueShapeSourceHelper. getObject(RepositoryResult<Statement> iteration)ValueBackwardChainingShapeSource. getRdfFirst(Resource subject)ValueCombinedShapeSource. getRdfFirst(Resource subject)ValueRdf4jShaclShapeGraphShapeSource. getRdfFirst(Resource subject)ValueRepositoryConnectionShapeSource. getRdfFirst(Resource subject)ValueSailConnectionShapeSource. getRdfFirst(Resource subject)ValueShapeSource. getRdfFirst(Resource subject)Methods in org.eclipse.rdf4j.sail.shacl.wrapper.shape that return types with arguments of type Value Modifier and Type Method Description java.util.stream.Stream<Value>BackwardChainingShapeSource. getObjects(Resource subject, ShapeSource.Predicates predicate)java.util.stream.Stream<Value>CombinedShapeSource. getObjects(Resource subject, ShapeSource.Predicates predicate)java.util.stream.Stream<Value>Rdf4jShaclShapeGraphShapeSource. getObjects(Resource subject, ShapeSource.Predicates predicate)java.util.stream.Stream<Value>RepositoryConnectionShapeSource. getObjects(Resource subject, ShapeSource.Predicates predicate)java.util.stream.Stream<Value>SailConnectionShapeSource. getObjects(Resource subject, ShapeSource.Predicates predicate)java.util.stream.Stream<Value>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 Value Modifier and Type Method Description default TriplePatternTriplePattern. andHas(java.util.function.Consumer<EmptyPropertyPathBuilder> propertyPathConfigurer, Value... objects)Wrapper forTriplePattern.andHas(Consumer, RdfObject...)converting theValueobjectstoRdfObjects.default TriplePatternTriplePattern. andHas(RdfPredicate predicate, Value... objects)Convenience version ofTriplePattern.andHas(RdfPredicate, RdfObject...)that takesValues and converts them to StringLiteralsstatic TriplePatternGraphPatterns. tp(Resource subject, IRI predicate, Value... objects)static TriplePatternGraphPatterns. tp(Resource subject, RdfPredicate predicate, Value... objects)static TriplePatternGraphPatterns. tp(RdfSubject subject, IRI predicate, Value... objects)static TriplePatternGraphPatterns. tp(RdfSubject subject, RdfPredicate predicate, Value... objects) -
Uses of Value in org.eclipse.rdf4j.sparqlbuilder.rdf
Methods in org.eclipse.rdf4j.sparqlbuilder.rdf with parameters of type Value Modifier and Type Method Description default TriplePatternRdfSubject. has(java.util.function.Consumer<EmptyPropertyPathBuilder> propertyPathConfigurer, Value... objects)Wrapper forRdfSubject.has(Consumer, RdfObject...)that converts the specifiedValueobjectstoRdfObjects.default TriplePatternRdfSubject. has(IRI predicate, Value... values)Create a triple pattern from this subject and the given predicate and objectdefault TriplePatternRdfSubject. has(RdfPredicate predicate, Value... values)Create a triple pattern from this subject and the given predicate and objectstatic RdfObjectRdf. object(Value value)static RdfObject[]Rdf. objects(Value... values) -
Uses of Value in org.eclipse.rdf4j.spin
Fields in org.eclipse.rdf4j.spin declared as Value Modifier and Type Field Description private ValueArgument. defaultValueMethods in org.eclipse.rdf4j.spin that return Value Modifier and Type Method Description ValueArgument. getDefaultValue()private ValueSpinRenderer.SpinVisitor. toValue(Compare.CompareOp op)private ValueSpinRenderer.SpinVisitor. toValue(FunctionCall node)private ValueSpinRenderer.SpinVisitor. toValue(MathExpr.MathOp op)Methods in org.eclipse.rdf4j.spin with parameters of type Value Modifier and Type Method Description private ProjectionElemSpinParser.SpinVisitor. createProjectionElem(Value v, java.lang.String projName, java.util.Map<java.lang.String,ProjectionElem> previousProjElems)private VarSpinParser.SpinVisitor. getVar(Value v)(package private) voidSpinRenderer.SpinVisitor. listEntry(Value entry)ValueExprSpinParser. parseExpression(Value expr, TripleSource store)private ValueExprSpinParser.SpinVisitor. visitExpression(Value v)Method parameters in org.eclipse.rdf4j.spin with type arguments of type Value Modifier and Type Method Description ParsedOperationTemplate. call(java.util.Map<IRI,Value> argValues)Constructors in org.eclipse.rdf4j.spin with parameters of type Value Constructor Description Argument(IRI IRI, IRI valueType, boolean optional, Value defaultValue) -
Uses of Value in org.eclipse.rdf4j.spin.function
Methods in org.eclipse.rdf4j.spin.function that return Value Modifier and Type Method Description protected ValueAdd. evaluate(ValueFactory valueFactory, Value arg1, Value arg2)protected ValueAnd. evaluate(ValueFactory valueFactory, Value arg1, Value arg2)ValueAskFunction. evaluate(ValueFactory valueFactory, Value... args)protected ValueDivide. evaluate(ValueFactory valueFactory, Value arg1, Value arg2)protected ValueEqualTo. evaluate(ValueFactory valueFactory, Value arg1, Value arg2)ValueEvalFunction. evaluate(ValueFactory valueFactory, Value... args)protected ValueGreaterThan. evaluate(ValueFactory valueFactory, Value arg1, Value arg2)protected ValueGreaterThanOrEqualTo. evaluate(ValueFactory valueFactory, Value arg1, Value arg2)protected ValueLessThan. evaluate(ValueFactory valueFactory, Value arg1, Value arg2)protected ValueLessThanOrEqualTo. evaluate(ValueFactory valueFactory, Value arg1, Value arg2)protected ValueLocalname. evaluate(ValueFactory valueFactory, Value arg)protected ValueMultiply. evaluate(ValueFactory valueFactory, Value arg1, Value arg2)protected ValueNot. evaluate(ValueFactory valueFactory, Value arg)protected ValueNotEqualTo. evaluate(ValueFactory valueFactory, Value arg1, Value arg2)ValueObjectFunction. evaluate(ValueFactory valueFactory, Value... args)protected ValueOr. evaluate(ValueFactory valueFactory, Value arg1, Value arg2)ValueSpinFunction. evaluate(ValueFactory valueFactory, Value... args)ValueSpinxFunction. evaluate(ValueFactory valueFactory, Value... args)protected ValueSubtract. evaluate(ValueFactory valueFactory, Value arg1, Value arg2)Methods in org.eclipse.rdf4j.spin.function that return types with arguments of type Value Modifier and Type Method Description CloseableIteration<? extends java.util.List<? extends Value>,QueryEvaluationException>ConstructTupleFunction. evaluate(ValueFactory valueFactory, Value... args)CloseableIteration<? extends java.util.List<? extends Value>,QueryEvaluationException>SelectTupleFunction. evaluate(ValueFactory valueFactory, Value... args)CloseableIteration<? extends java.util.List<? extends Value>,QueryEvaluationException>SpinTupleFunction. evaluate(ValueFactory valueFactory, Value... args)java.util.List<Value>ConstructTupleFunction.GraphQueryResultIteration. next()java.util.List<Value>SelectTupleFunction.TupleQueryResultIteration. next()Methods in org.eclipse.rdf4j.spin.function with parameters of type Value Modifier and Type Method Description protected static voidEvalFunction. addArguments(Query query, Value... args)protected static voidAbstractSpinFunction. addBindings(Query query, Value... args)private static voidSpinFunction. addBindings(Query query, java.util.List<Argument> arguments, Value... args)private static voidSpinTupleFunction. addBindings(Query query, java.util.List<Argument> arguments, Value... args)protected ValueAdd. evaluate(ValueFactory valueFactory, Value arg1, Value arg2)protected ValueAnd. evaluate(ValueFactory valueFactory, Value arg1, Value arg2)ValueAskFunction. evaluate(ValueFactory valueFactory, Value... args)LiteralConcat. evaluate(ValueFactory valueFactory, Value... args)CloseableIteration<? extends java.util.List<? extends Value>,QueryEvaluationException>ConstructTupleFunction. evaluate(ValueFactory valueFactory, Value... args)protected ValueDivide. evaluate(ValueFactory valueFactory, Value arg1, Value arg2)protected ValueEqualTo. evaluate(ValueFactory valueFactory, Value arg1, Value arg2)ValueEvalFunction. evaluate(ValueFactory valueFactory, Value... args)protected ValueGreaterThan. evaluate(ValueFactory valueFactory, Value arg1, Value arg2)protected ValueGreaterThanOrEqualTo. evaluate(ValueFactory valueFactory, Value arg1, Value arg2)protected ValueLessThan. evaluate(ValueFactory valueFactory, Value arg1, Value arg2)protected ValueLessThanOrEqualTo. evaluate(ValueFactory valueFactory, Value arg1, Value arg2)protected ValueLocalname. evaluate(ValueFactory valueFactory, Value arg)protected ValueMultiply. evaluate(ValueFactory valueFactory, Value arg1, Value arg2)protected ValueNot. evaluate(ValueFactory valueFactory, Value arg)protected ValueNotEqualTo. evaluate(ValueFactory valueFactory, Value arg1, Value arg2)ValueObjectFunction. evaluate(ValueFactory valueFactory, Value... args)protected ValueOr. evaluate(ValueFactory valueFactory, Value arg1, Value arg2)CloseableIteration<? extends java.util.List<? extends Value>,QueryEvaluationException>SelectTupleFunction. evaluate(ValueFactory valueFactory, Value... args)ValueSpinFunction. evaluate(ValueFactory valueFactory, Value... args)CloseableIteration<? extends java.util.List<? extends Value>,QueryEvaluationException>SpinTupleFunction. evaluate(ValueFactory valueFactory, Value... args)ValueSpinxFunction. evaluate(ValueFactory valueFactory, Value... args)protected ValueSubtract. evaluate(ValueFactory valueFactory, Value arg1, Value arg2) -
Uses of Value in org.eclipse.rdf4j.spin.function.apf
Methods in org.eclipse.rdf4j.spin.function.apf that return types with arguments of type Value Modifier and Type Method Description CloseableIteration<? extends java.util.List<? extends Value>,QueryEvaluationException>ConcatTupleFunction. evaluate(ValueFactory valueFactory, Value... args)Methods in org.eclipse.rdf4j.spin.function.apf with parameters of type Value Modifier and Type Method Description CloseableIteration<? extends java.util.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 Value Modifier and Type Method Description CloseableIteration<? extends java.util.List<? extends Value>,QueryEvaluationException>Index. evaluate(ValueFactory valueFactory, Value... args)CloseableIteration<? extends java.util.List<? extends Value>,QueryEvaluationException>Length. evaluate(ValueFactory valueFactory, Value... args)CloseableIteration<? extends java.util.List<? extends Value>,QueryEvaluationException>Member. evaluate(ValueFactory valueFactory, Value... args)Methods in org.eclipse.rdf4j.spin.function.list with parameters of type Value Modifier and Type Method Description CloseableIteration<? extends java.util.List<? extends Value>,QueryEvaluationException>Index. evaluate(ValueFactory valueFactory, Value... args)CloseableIteration<? extends java.util.List<? extends Value>,QueryEvaluationException>Length. evaluate(ValueFactory valueFactory, Value... args)CloseableIteration<? extends java.util.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 Value Modifier and Type Method Description ValueAbstractStringReplacer. evaluate(ValueFactory valueFactory, Value... args)ValueBuildString. evaluate(ValueFactory valueFactory, Value... args)ValueBuildURI. evaluate(ValueFactory valueFactory, Value... args)protected ValueCast. evaluate(ValueFactory valueFactory, Value arg1, Value arg2)ValueConvertSpinRDFToString. evaluate(ValueFactory valueFactory, Value... args)ValueCurrentTimeMillis. evaluate(ValueFactory valueFactory, Value... args)protected ValueDateFormat. evaluate(ValueFactory valueFactory, Value arg1, Value arg2)protected ValueDecimalFormat. evaluate(ValueFactory valueFactory, Value arg1, Value arg2)ValueDecodeURL. evaluate(ValueFactory valueFactory, Value... args)ValueEncodeURL. evaluate(ValueFactory valueFactory, Value... args)ValueGenerateUUID. evaluate(ValueFactory valueFactory, Value... args)ValueHasAllObjects. evaluate(ValueFactory valueFactory, Value... args)ValueIndexOf. evaluate(ValueFactory valueFactory, Value... args)ValueInvoke. evaluate(ValueFactory valueFactory, Value... args)protected ValueIsValidURI. evaluate(ValueFactory valueFactory, Value arg)ValueLastIndexOf. evaluate(ValueFactory valueFactory, Value... args)protected ValueMod. evaluate(ValueFactory valueFactory, Value arg1, Value arg2)ValueName. evaluate(ValueFactory valueFactory, Value... args)protected ValueParseDate. evaluate(ValueFactory valueFactory, Value arg1, Value arg2)ValueRandom. evaluate(ValueFactory valueFactory, Value... args)ValueReplaceAll. evaluate(ValueFactory valueFactory, Value... args)protected ValueTimeMillis. evaluate(ValueFactory valueFactory, Value arg)protected ValueTrim. evaluate(ValueFactory valueFactory, Value arg)protected ValueUnCamelCase. evaluate(ValueFactory valueFactory, Value arg)Methods in org.eclipse.rdf4j.spin.function.spif that return types with arguments of type Value Modifier and Type Method Description CloseableIteration<? extends java.util.List<? extends Value>,QueryEvaluationException>For. evaluate(ValueFactory valueFactory, Value... args)CloseableIteration<? extends java.util.List<? extends Value>,QueryEvaluationException>ForEach. evaluate(ValueFactory valueFactory, Value... args)CloseableIteration<? extends java.util.List<? extends Value>,QueryEvaluationException>Split. evaluate(ValueFactory valueFactory, Value... args)Methods in org.eclipse.rdf4j.spin.function.spif with parameters of type Value Modifier and Type Method Description ValueAbstractStringReplacer. evaluate(ValueFactory valueFactory, Value... args)ValueBuildString. evaluate(ValueFactory valueFactory, Value... args)ValueBuildURI. evaluate(ValueFactory valueFactory, Value... args)protected ValueCast. evaluate(ValueFactory valueFactory, Value arg1, Value arg2)ValueConvertSpinRDFToString. evaluate(ValueFactory valueFactory, Value... args)ValueCurrentTimeMillis. evaluate(ValueFactory valueFactory, Value... args)protected ValueDateFormat. evaluate(ValueFactory valueFactory, Value arg1, Value arg2)protected ValueDecimalFormat. evaluate(ValueFactory valueFactory, Value arg1, Value arg2)ValueDecodeURL. evaluate(ValueFactory valueFactory, Value... args)ValueEncodeURL. evaluate(ValueFactory valueFactory, Value... args)CloseableIteration<? extends java.util.List<? extends Value>,QueryEvaluationException>For. evaluate(ValueFactory valueFactory, Value... args)CloseableIteration<? extends java.util.List<? extends Value>,QueryEvaluationException>ForEach. evaluate(ValueFactory valueFactory, Value... args)ValueGenerateUUID. evaluate(ValueFactory valueFactory, Value... args)ValueHasAllObjects. evaluate(ValueFactory valueFactory, Value... args)ValueIndexOf. evaluate(ValueFactory valueFactory, Value... args)ValueInvoke. evaluate(ValueFactory valueFactory, Value... args)protected ValueIsValidURI. evaluate(ValueFactory valueFactory, Value arg)ValueLastIndexOf. evaluate(ValueFactory valueFactory, Value... args)protected ValueMod. evaluate(ValueFactory valueFactory, Value arg1, Value arg2)ValueName. evaluate(ValueFactory valueFactory, Value... args)protected ValueParseDate. evaluate(ValueFactory valueFactory, Value arg1, Value arg2)ValueRandom. evaluate(ValueFactory valueFactory, Value... args)ValueReplaceAll. evaluate(ValueFactory valueFactory, Value... args)CloseableIteration<? extends java.util.List<? extends Value>,QueryEvaluationException>Split. evaluate(ValueFactory valueFactory, Value... args)protected ValueTimeMillis. evaluate(ValueFactory valueFactory, Value arg)protected ValueTrim. evaluate(ValueFactory valueFactory, Value arg)protected ValueUnCamelCase. evaluate(ValueFactory valueFactory, Value arg)
-