Modifier and Type | Method and Description |
---|---|
static String |
Util.getPrefixedValue(Value value,
Map<String,String> namespaces)
Get string representation for a value.
|
Modifier and Type | Method and Description |
---|---|
Value |
ExistingPalindromeFunction.evaluate(TripleSource tripleSource,
Value... args)
Executes the existingPalindrome function.
|
Value |
ExistingPalindromeFunction.evaluate(ValueFactory valueFactory,
Value... args) |
Value |
PalindromeFunction.evaluate(ValueFactory valueFactory,
Value... args)
Executes the palindrome function.
|
Modifier and Type | Method and Description |
---|---|
Value |
ExistingPalindromeFunction.evaluate(TripleSource tripleSource,
Value... args)
Executes the existingPalindrome function.
|
Value |
ExistingPalindromeFunction.evaluate(ValueFactory valueFactory,
Value... args) |
Value |
PalindromeFunction.evaluate(ValueFactory valueFactory,
Value... args)
Executes the palindrome function.
|
Modifier and Type | Method and Description |
---|---|
protected void |
FedXConnection.addStatementInternal(Resource subj,
IRI pred,
Value obj,
Resource... contexts) |
protected CloseableIteration<? extends Statement,SailException> |
FedXConnection.getStatementsInternal(Resource subj,
IRI pred,
Value obj,
boolean includeInferred,
Resource... contexts) |
protected void |
FedXConnection.removeStatementsInternal(Resource subj,
IRI pred,
Value obj,
Resource... contexts) |
Modifier and Type | Method and Description |
---|---|
void |
FilterTuple.addBoundFilter(String varName,
Value value)
register a filter that can be directly expressed as a binding, e.g.
|
void |
ExclusiveGroup.addBoundFilter(String varName,
Value value) |
void |
FedXStatementPattern.addBoundFilter(String varName,
Value value) |
Modifier and Type | Method and Description |
---|---|
RepositoryResult<Statement> |
FedXApi.getStatements(Resource subject,
IRI predicate,
Value object,
Resource... contexts) |
Modifier and Type | Method and Description |
---|---|
static List<StatementSource> |
CacheUtils.checkCacheForStatementSourcesUpdateCache(SourceSelectionCache cache,
List<Endpoint> endpoints,
Resource subj,
IRI pred,
Value obj,
QueryInfo queryInfo,
Resource... contexts)
Checks the cache for relevant statement sources to the provided statement.
|
static boolean |
CacheUtils.checkCacheUpdateCache(SourceSelectionCache cache,
List<Endpoint> endpoints,
Resource subj,
IRI pred,
Value obj,
QueryInfo queryInfo,
Resource... contexts)
Checks the cache if some endpoint can provide results to the subquery.
|
Modifier and Type | Method and Description |
---|---|
Value |
FederationEvalStrategy.evaluate(ConjunctiveFilterExpr node,
BindingSet bindings) |
Value |
FederationEvalStrategy.evaluate(FilterExpr node,
BindingSet bindings) |
Value |
FederationEvalStrategy.evaluate(ValueExpr expr,
BindingSet bindings) |
Modifier and Type | Method and Description |
---|---|
CloseableIteration<Statement,QueryEvaluationException> |
FederationEvalStrategy.getStatements(QueryInfo queryInfo,
Resource subj,
IRI pred,
Value obj,
Resource... contexts)
Retrieve the statements matching the provided subject, predicate and object value from the federation members.
|
CloseableIteration<Statement,QueryEvaluationException> |
SailTripleSource.getStatements(Resource subj,
IRI pred,
Value obj,
QueryInfo queryInfo,
Resource... contexts) |
CloseableIteration<Statement,QueryEvaluationException> |
TripleSource.getStatements(Resource subj,
IRI pred,
Value obj,
QueryInfo queryInfo,
Resource... contexts)
Return the statements matching the given pattern as a
Statement iteration. |
CloseableIteration<Statement,QueryEvaluationException> |
SparqlTripleSource.getStatements(Resource subj,
IRI pred,
Value obj,
QueryInfo queryInfo,
Resource... contexts) |
boolean |
TripleSource.hasStatements(Resource subj,
IRI pred,
Value obj,
QueryInfo queryInfo,
Resource... contexts)
Check if the repository can return results for the given triple pattern represented by subj, pred and obj
|
boolean |
TripleSourceBase.hasStatements(Resource subj,
IRI pred,
Value obj,
QueryInfo queryInfo,
Resource... contexts) |
boolean |
SparqlTripleSource.hasStatements(Resource subj,
IRI pred,
Value obj,
QueryInfo queryInfo,
Resource... contexts) |
Modifier and Type | Field and Description |
---|---|
Value |
IndependentJoingroupBindingsIteration2.BindingInfo.value |
Value |
IndependentJoingroupBindingsIteration3.BindingInfo.value |
Constructor and Description |
---|
BindingInfo(String name,
int bindingsIdx,
Value value) |
BindingInfo(String name,
int bindingsIdx,
Value value) |
Modifier and Type | Field and Description |
---|---|
protected Value |
ParallelGetStatementsTask.obj |
Constructor and Description |
---|
ParallelGetStatementsTask(ParallelExecutor<Statement> unionControl,
Endpoint endpoint,
Resource subj,
IRI pred,
Value obj,
QueryInfo queryInfo,
Resource... contexts) |
Modifier and Type | Field and Description |
---|---|
protected Value |
UnboundStatement.obj |
protected Value |
SubQuery.obj |
Modifier and Type | Method and Description |
---|---|
Value |
UnboundStatement.getObject() |
Value |
SubQuery.object() |
Modifier and Type | Method and Description |
---|---|
void |
FedXBooleanQuery.setBinding(String name,
Value value) |
void |
FedXTupleQuery.setBinding(String name,
Value value) |
void |
FedXGraphQuery.setBinding(String name,
Value value) |
Constructor and Description |
---|
QueryInfo(Resource subj,
IRI pred,
Value obj,
boolean includeInferred,
FederationContext federationContext,
Dataset dataset) |
SubQuery(Resource subj,
IRI pred,
Value obj,
Resource... contexts) |
UnboundStatement(Resource subj,
IRI pred,
Value obj) |
Modifier and Type | Method and Description |
---|---|
static Value |
QueryAlgebraUtil.getVarValue(Var var,
BindingSet bindings)
Return the
Value of the variable which is either taken from the variable itself (bound) or from the
bindingsset (unbound). |
Modifier and Type | Method and Description |
---|---|
protected static StringBuilder |
QueryStringUtil.appendValue(StringBuilder sb,
Value value)
Append a string representation of the value to the string builder.
|
protected static StringBuilder |
FilterUtils.appendValue(StringBuilder sb,
Value value) |
protected static String |
QueryStringUtil.getValueString(Value value)
Return the string representation of this value, see
QueryStringUtil.appendValue(StringBuilder, Value) for details. |
static StatementPattern |
QueryAlgebraUtil.toStatementPattern(Resource subj,
IRI pred,
Value obj) |
static String |
QueryStringUtil.toString(Resource subj,
IRI pred,
Value obj)
Return a string representation of this statement using the following pattern, where variables are indicated using
?var and values are represented as strings.
|
Modifier and Type | Method and Description |
---|---|
void |
WriteStrategy.addStatement(Resource subj,
IRI pred,
Value obj,
Resource... contexts)
Add a statement
|
void |
ReadOnlyWriteStrategy.addStatement(Resource subj,
IRI pred,
Value obj,
Resource... contexts) |
void |
RepositoryWriteStrategy.addStatement(Resource subj,
IRI pred,
Value obj,
Resource... contexts) |
void |
WriteStrategy.removeStatement(Resource subj,
IRI pred,
Value obj,
Resource... contexts)
Remove a statement
|
void |
ReadOnlyWriteStrategy.removeStatement(Resource subj,
IRI pred,
Value obj,
Resource... contexts) |
void |
RepositoryWriteStrategy.removeStatement(Resource subj,
IRI pred,
Value obj,
Resource... contexts) |
Modifier and Type | Method and Description |
---|---|
void |
RDF4JProtocolSession.getStatements(Resource subj,
IRI pred,
Value obj,
boolean includeInferred,
RDFHandler handler,
Resource... contexts) |
Modifier and Type | Method and Description |
---|---|
static Value |
Protocol.decodeValue(String encodedValue,
ValueFactory valueFactory)
Decode a previously encoded value.
|
Modifier and Type | Method and Description |
---|---|
static String |
Protocol.encodeValue(Value value)
Encodes a value in a canonical serialized string format, for use in a URL query parameter.
|
Modifier and Type | Method and Description |
---|---|
protected void |
TransactionWriter.serialize(Value value,
XMLWriter xmlWriter) |
Modifier and Type | Method and Description |
---|---|
Value |
StatementOperation.getObject() |
Modifier and Type | Method and Description |
---|---|
void |
StatementOperation.setObject(Value object) |
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
static Value |
ProtocolUtil.parseValueParam(javax.servlet.http.HttpServletRequest request,
String paramName,
ValueFactory vf) |
Modifier and Type | Method and Description |
---|---|
void |
LuceneSpinSailConnection.addStatement(Resource subj,
IRI pred,
Value obj,
Resource... contexts)
Deprecated.
|
void |
LuceneSpinSailConnection.removeStatements(Resource subj,
IRI pred,
Value obj,
Resource... contexts)
Deprecated.
Removes all statements matching the specified subject, predicate and object from the repository.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BNode
An RDF-1.1 blank node (aka bnode, aka anonymous node).
|
interface |
IRI
An Internationalized Resource Identifier (IRI).
|
interface |
Literal
An RDF-1.1 literal consisting of a label (the lexical value), a datatype, and optionally a language tag.
|
interface |
Resource
The supertype of all RDF resources (IRIs and blank nodes).
|
interface |
Triple
An RDF-star embedded triple.
|
interface |
URI
Deprecated.
since 2.0. Use
IRI instead. |
Modifier and Type | Method and Description |
---|---|
Value |
Statement.getObject()
Gets the object of this statement.
|
Value |
Triple.getObject()
Gets the object of this triple.
|
Modifier and Type | Method and Description |
---|---|
Set<Value> |
Model.objects()
Returns a
Set view of the objects contained in this model. |
Modifier and Type | Method and Description |
---|---|
boolean |
Model.add(Resource subj,
IRI pred,
Value obj,
Resource... contexts)
Adds one or more statements to the model.
|
default boolean |
Model.add(Resource subj,
URI pred,
Value obj,
Resource... contexts)
Deprecated.
since 2.0. Use
Model.add(Resource, IRI, Value, Resource...) instead. |
boolean |
Model.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.
|
default boolean |
Model.contains(Resource subj,
URI pred,
Value obj,
Resource... contexts)
Deprecated.
since 2.0. Use
Model.contains(Resource, IRI, Value, Resource...) instead. |
Statement |
ValueFactory.createStatement(Resource subject,
IRI predicate,
Value object)
Creates a new statement with the supplied subject, predicate and object.
|
Statement |
ValueFactory.createStatement(Resource subject,
IRI predicate,
Value object,
Resource context)
Creates a new statement with the supplied subject, predicate and object and associated context.
|
default Statement |
ValueFactory.createStatement(Resource subject,
URI predicate,
Value object)
Deprecated.
Use
ValueFactory.createStatement(Resource, IRI, Value) instead. |
default Statement |
ValueFactory.createStatement(Resource subject,
URI predicate,
Value object,
Resource context)
Deprecated.
|
default Triple |
ValueFactory.createTriple(Resource subject,
IRI predicate,
Value object)
Creates a new RDF-star triple with the supplied subject, predicate and object.
|
Model |
Model.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 Model |
Model.filter(Resource subj,
URI pred,
Value obj,
Resource... contexts)
Deprecated.
|
default Iterable<Statement> |
Model.getStatements(Resource subject,
IRI predicate,
Value object,
Resource... contexts)
|
boolean |
Model.remove(Resource subj,
IRI pred,
Value obj,
Resource... contexts)
Removes statements with the specified subject, predicate, object and (optionally) context exist in this model.
|
default boolean |
Model.remove(Resource subj,
URI pred,
Value obj,
Resource... contexts)
Deprecated.
since 2.0. Use
Model.remove(Resource, IRI, Value, Resource...) instead. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractBNode
Base class for
BNode , offering common functionality. |
class |
AbstractIRI
Base class for
IRI , offering common functionality. |
class |
AbstractLiteral
Base class for
Literal , offering common functionality. |
class |
AbstractTriple
Base class for
Triple , offering common functionality. |
Modifier and Type | Method and Description |
---|---|
Statement |
AbstractValueFactory.createStatement(Resource subject,
IRI predicate,
Value object) |
Statement |
AbstractValueFactory.createStatement(Resource subject,
IRI predicate,
Value object,
Resource context) |
Triple |
AbstractValueFactory.createTriple(Resource subject,
IRI predicate,
Value object) |
Modifier and Type | Class and Description |
---|---|
class |
BNodeImpl
Deprecated.
since 2.0. Use
SimpleBNode instead for extending, and ValueFactory for instantiation. |
class |
BooleanLiteral
An extension of
SimpleLiteral that stores a boolean value to avoid parsing. |
class |
BooleanLiteralImpl
Deprecated.
since 2.0. Use
BooleanLiteral instead. |
class |
CalendarLiteral
An extension of
SimpleLiteral that stores a calendar value to avoid parsing. |
class |
DecimalLiteral
An extension of
SimpleLiteral that stores an integer value using a BigDecimal object. |
class |
IntegerLiteral
An extension of
SimpleLiteral that stores an integer value using a BigInteger object. |
class |
LiteralImpl
Deprecated.
since 2.0. Use
SimpleLiteral for extending, and instantiate using a ValueFactory . |
class |
NumericLiteral
An extension of
SimpleLiteral that stores a numeric value to avoid parsing. |
class |
SimpleBNode
An simple default implementation of the
BNode interface. |
class |
SimpleIRI
The default implementation of the
IRI interface. |
class |
SimpleLiteral
A simple default implementation of the
Literal interface. |
class |
SimpleTriple
A simple default implementation of the
Triple interface. |
class |
URIImpl
Deprecated.
since 2.0. Use
SimpleIRI instead for extending, and ValueFactory for instantiation. |
Modifier and Type | Field and Description |
---|---|
protected Value |
FilteredModel.obj |
Modifier and Type | Method and Description |
---|---|
Value |
SimpleTriple.getObject() |
Value |
LinkedHashModel.ModelStatement.getObject() |
Value |
SimpleStatement.getObject() |
Modifier and Type | Method and Description |
---|---|
Set<Value> |
AbstractModel.objects() |
Set<Value> |
DynamicModel.objects() |
Modifier and Type | Method and Description |
---|---|
boolean |
TreeModel.add(Resource subj,
IRI pred,
Value obj,
Resource... contexts) |
boolean |
LinkedHashModel.add(Resource subj,
IRI pred,
Value obj,
Resource... contexts) |
boolean |
EmptyModel.add(Resource subj,
IRI pred,
Value obj,
Resource... contexts) |
boolean |
DynamicModel.add(Resource subj,
IRI pred,
Value obj,
Resource... contexts) |
boolean |
FilteredModel.add(Resource s,
IRI p,
Value o,
Resource... c) |
boolean |
TreeModel.contains(Resource subj,
IRI pred,
Value obj,
Resource... contexts) |
boolean |
LinkedHashModel.contains(Resource subj,
IRI pred,
Value obj,
Resource... contexts) |
boolean |
EmptyModel.contains(Resource subj,
IRI pred,
Value obj,
Resource... contexts) |
boolean |
DynamicModel.contains(Resource subj,
IRI pred,
Value obj,
Resource... contexts) |
boolean |
FilteredModel.contains(Resource s,
IRI p,
Value o,
Resource... c) |
Statement |
ValidatingValueFactory.createStatement(Resource subject,
IRI predicate,
Value object) |
Statement |
SimpleValueFactory.createStatement(Resource subject,
IRI predicate,
Value object) |
Statement |
AbstractValueFactory.createStatement(Resource subject,
IRI predicate,
Value object)
Deprecated.
|
Statement |
ValidatingValueFactory.createStatement(Resource subject,
IRI predicate,
Value object,
Resource context) |
Statement |
SimpleValueFactory.createStatement(Resource subject,
IRI predicate,
Value object,
Resource context) |
Statement |
AbstractValueFactory.createStatement(Resource subject,
IRI predicate,
Value object,
Resource context)
Deprecated.
|
Statement |
ValidatingValueFactory.createStatement(Resource subject,
URI predicate,
Value object) |
Statement |
ValidatingValueFactory.createStatement(Resource subject,
URI predicate,
Value object,
Resource context) |
Triple |
ValidatingValueFactory.createTriple(Resource subject,
IRI predicate,
Value object) |
Triple |
SimpleValueFactory.createTriple(Resource subject,
IRI predicate,
Value object) |
Triple |
AbstractValueFactory.createTriple(Resource subject,
IRI predicate,
Value object)
Deprecated.
|
Model |
TreeModel.filter(Resource subj,
IRI pred,
Value obj,
Resource... contexts) |
Model |
LinkedHashModel.filter(Resource subj,
IRI pred,
Value obj,
Resource... contexts) |
Model |
EmptyModel.filter(Resource subj,
IRI pred,
Value obj,
Resource... contexts) |
Model |
DynamicModel.filter(Resource subj,
IRI pred,
Value obj,
Resource... contexts) |
Model |
FilteredModel.filter(Resource s,
IRI p,
Value o,
Resource... c) |
Iterable<Statement> |
DynamicModel.getStatements(Resource subject,
IRI predicate,
Value object,
Resource... contexts) |
boolean |
TreeModel.remove(Resource subj,
IRI pred,
Value obj,
Resource... contexts) |
boolean |
LinkedHashModel.remove(Resource subj,
IRI pred,
Value obj,
Resource... contexts) |
boolean |
EmptyModel.remove(Resource subj,
IRI pred,
Value obj,
Resource... contexts) |
boolean |
DynamicModel.remove(Resource subj,
IRI pred,
Value obj,
Resource... contexts) |
boolean |
FilteredModel.remove(Resource s,
IRI p,
Value o,
Resource... c) |
protected abstract void |
FilteredModel.removeFilteredTermIteration(Iterator<Statement> iter,
Resource subj,
IRI pred,
Value obj,
Resource... contexts)
Called by aggregate sets when a term has been removed from a term iterator.
|
void |
TreeModel.removeTermIteration(Iterator<Statement> iterator,
Resource subj,
IRI pred,
Value obj,
Resource... contexts) |
abstract void |
AbstractModel.removeTermIteration(Iterator<Statement> iter,
Resource subj,
IRI pred,
Value obj,
Resource... contexts)
Called by aggregate sets when a term has been removed from a term iterator.
|
void |
EmptyModel.removeTermIteration(Iterator<Statement> iter,
Resource subj,
IRI pred,
Value obj,
Resource... contexts) |
void |
FilteredModel.removeTermIteration(Iterator<Statement> iter,
Resource s,
IRI p,
Value o,
Resource... c) |
void |
LinkedHashModel.removeTermIteration(Iterator iterator,
Resource subj,
IRI pred,
Value obj,
Resource... contexts) |
Constructor and Description |
---|
ContextStatement(Resource subject,
IRI predicate,
Value object,
Resource context)
Creates a new Statement with the supplied subject, predicate and object for the specified associated context.
|
ContextStatementImpl(Resource subject,
URI predicate,
Value object,
Resource context)
Deprecated.
since 2.0. Use
ValueFactory.createStatement(Resource, IRI, Value, Resource) instead. |
FilteredModel(AbstractModel model,
Resource subj,
IRI pred,
Value obj,
Resource... contexts) |
SimpleStatement(Resource subject,
IRI predicate,
Value object)
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.
|
StatementImpl(Resource subject,
URI predicate,
Value object)
Deprecated.
since 2.0. Use
ValueFactory.createStatement(Resource, IRI, Value) instead. |
Constructor and Description |
---|
ModelStatement(org.eclipse.rdf4j.model.impl.LinkedHashModel.ModelNode<Resource> subj,
org.eclipse.rdf4j.model.impl.LinkedHashModel.ModelNode<IRI> pred,
org.eclipse.rdf4j.model.impl.LinkedHashModel.ModelNode<Value> obj,
org.eclipse.rdf4j.model.impl.LinkedHashModel.ModelNode<Resource> ctx) |
ModelStatement(org.eclipse.rdf4j.model.impl.LinkedHashModel.ModelNode<Resource> subj,
org.eclipse.rdf4j.model.impl.LinkedHashModel.ModelNode<IRI> pred,
org.eclipse.rdf4j.model.impl.LinkedHashModel.ModelNode<Value> obj,
org.eclipse.rdf4j.model.impl.LinkedHashModel.ModelNode<Resource> ctx,
Statement statement) |
Modifier and Type | Method and Description |
---|---|
static <C extends Collection<Value>> |
RDFCollections.asValues(Model m,
Resource head,
C collection,
Resource... contexts)
Converts an RDF Collection to a Java
Collection of Value objects. |
static <C extends Collection<Value>> |
RDFContainers.toValues(IRI containerType,
Model m,
Resource container,
C collection,
Resource... contexts)
Converts an RDF Containter to a Java
Collection of Value objects. |
Modifier and Type | Method and Description |
---|---|
static 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 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 Optional<Value> |
Models.object(Iterable<Statement> statements)
Retrieves an object
Value from the supplied statements. |
static Optional<Value> |
Models.object(Model m)
Retrieves an object
Value from the statements in the given model. |
Modifier and Type | Method and Description |
---|---|
int |
LexicalValueComparator.compare(Value o1,
Value o2) |
static void |
Statements.consume(ValueFactory vf,
Resource subject,
IRI predicate,
Value object,
java.util.function.Consumer<Statement> consumer,
Resource... contexts)
|
static <C extends Collection<Statement>> |
Statements.create(ValueFactory vf,
Resource subject,
IRI predicate,
Value object,
C collection,
Resource... contexts)
Creates one or more
Statement objects with the given subject, predicate and object, one for each given
context. |
Optional<Statement> |
GetStatementOptional.get(Resource subject,
IRI predicate,
Value object,
Resource... contexts)
Either supplies a statement matching the given pattern, or
Optional.empty() otherwise. |
static boolean |
Literals.getBooleanValue(Value v,
boolean fallback)
Returns the result of
getBooleanValue((Literal)value, fallback) in
case the supplied value is a literal, returns the fallback value otherwise. |
static byte |
Literals.getByteValue(Value v,
byte fallback)
Returns the result of
getByteValue((Literal)value, fallback) in case the
supplied value is a literal, returns the fallback value otherwise. |
static XMLGregorianCalendar |
Literals.getCalendarValue(Value v,
XMLGregorianCalendar fallback)
Returns the result of
getCalendarValue((Literal)value,
fallback) in case the supplied value is a literal, returns the fallback value otherwise. |
static BigDecimal |
Literals.getDecimalValue(Value v,
BigDecimal fallback)
Returns the result of
getDecimalValue((Literal)value, fallback) in
case the supplied value is a literal, returns the fallback value otherwise. |
static double |
Literals.getDoubleValue(Value v,
double fallback)
Returns the result of
getDoubleValue((Literal)value, fallback) in case
the supplied value is a literal, returns the fallback value otherwise. |
static float |
Literals.getFloatValue(Value v,
float fallback)
Returns the result of
getFloatValue((Literal)value, fallback) in case the
supplied value is a literal, returns the fallback value otherwise. |
static BigInteger |
Literals.getIntegerValue(Value v,
BigInteger fallback)
Returns the result of
getIntegerValue((Literal)value, fallback) in
case the supplied value is a literal, returns the fallback value otherwise. |
static int |
Literals.getIntValue(Value v,
int fallback)
Returns the result of
getIntValue((Literal)value, fallback) in case the
supplied value is a literal, returns the fallback value otherwise. |
static String |
Literals.getLabel(Value v,
String fallback)
Returns the result of
getLabel((Literal)v, fallback in case the supplied value
is a literal, returns the fallback value otherwise. |
static long |
Literals.getLongValue(Value v,
long fallback)
Returns the result of
getLongValue((Literal)value, fallback) in case the
supplied value is a literal, returns the fallback value otherwise. |
static short |
Literals.getShortValue(Value v,
short fallback)
Returns the result of
getShortValue((Literal)value, fallback) in case the
supplied value is a literal, returns the fallback value otherwise. |
static Model |
Models.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 Statement |
Statements.statement(Resource subject,
IRI predicate,
Value object,
Resource context)
Create a
Statement from the supplied subject, predicate, object and context. |
static Statement |
Statements.statement(ValueFactory vf,
Resource subject,
IRI predicate,
Value object,
Resource context)
Create a
Statement from the supplied subject, predicate, object and context. |
static Triple |
Values.triple(Resource subject,
IRI predicate,
Value object)
Creates a new
RDF-star embedded triple with the supplied subject, predicate, and object. |
static Triple |
Values.triple(ValueFactory vf,
Resource subject,
IRI predicate,
Value object)
Creates a new
RDF-star embedded triple with the supplied subject, predicate, and object. |
Modifier and Type | Method and Description |
---|---|
static void |
RDFCollections.consumeValues(Model m,
Resource head,
java.util.function.Consumer<Value> consumer,
Resource... contexts)
|
static void |
RDFContainers.consumeValues(Model m,
Resource container,
IRI containerType,
java.util.function.Consumer<Value> consumer,
Resource... contexts)
|
Constructor and Description |
---|
ModelException(Value value) |
ModelException(Value v1,
Value v2) |
PatternIterator(Iterator<S> iter,
Value subj,
Value pred,
Value obj,
Value... contexts) |
PatternIterator(Iterator<S> iter,
Value subj,
Value pred,
Value obj,
Value... contexts) |
Modifier and Type | Method and Description |
---|---|
Value |
Binding.getValue()
Gets the value of the binding.
|
Value |
BindingSet.getValue(String bindingName)
Gets the value of the binding with the specified name from this BindingSet.
|
Modifier and Type | Method and Description |
---|---|
static List<Value> |
QueryResults.getAllValues(TupleQueryResult result,
String var)
Returns a list of values of a particular variable out of the QueryResult.
|
Modifier and Type | Method and Description |
---|---|
void |
Operation.setBinding(String name,
Value value)
Binds the specified variable to the supplied value.
|
Modifier and Type | Method and Description |
---|---|
Value |
ValueConstant.getValue() |
Value |
Var.getValue() |
Modifier and Type | Method and Description |
---|---|
void |
ValueConstant.setValue(Value value) |
void |
Var.setValue(Value value) |
Constructor and Description |
---|
ValueConstant(Value value) |
Var(String name,
Value value) |
Modifier and Type | Method and Description |
---|---|
Value |
EvaluationStrategy.evaluate(ValueExpr expr,
BindingSet bindings)
Gets the value of this expression.
|
Value |
QueryBindingSet.getValue(String bindingName) |
Modifier and Type | Method and Description |
---|---|
void |
QueryBindingSet.addBinding(String name,
Value value)
Adds a new binding to the binding set.
|
CloseableIteration<? extends Triple,QueryEvaluationException> |
RDFStarTripleSource.getRdfStarTriples(Resource subj,
IRI pred,
Value obj)
Gets all Triple nodes that have a specific subject, predicate and/or object.
|
CloseableIteration<? extends Statement,QueryEvaluationException> |
TripleSource.getStatements(Resource subj,
IRI pred,
Value obj,
Resource... contexts)
Gets all statements that have a specific subject, predicate and/or object.
|
void |
QueryBindingSet.setBinding(String name,
Value value) |
Modifier and Type | Method and Description |
---|---|
default Value |
Function.evaluate(TripleSource tripleSource,
Value... args)
Evaluate the function over the supplied input arguments.
|
Value |
UnaryFunction.evaluate(ValueFactory valueFactory,
Value... args) |
Value |
Function.evaluate(ValueFactory valueFactory,
Value... args)
Deprecated.
since 3.3.0. Use
Function.evaluate(TripleSource, Value...) instead. A reference to a ValueFactory can
be retrieved using TripleSource.getValueFactory() if needed. |
Value |
BinaryFunction.evaluate(ValueFactory valueFactory,
Value... args) |
protected abstract Value |
UnaryFunction.evaluate(ValueFactory valueFactory,
Value arg) |
protected abstract Value |
BinaryFunction.evaluate(ValueFactory valueFactory,
Value arg1,
Value arg2) |
Modifier and Type | Method and Description |
---|---|
CloseableIteration<? extends List<? extends Value>,QueryEvaluationException> |
TupleFunction.evaluate(ValueFactory valueFactory,
Value... args) |
Modifier and Type | Method and Description |
---|---|
default Value |
Function.evaluate(TripleSource tripleSource,
Value... args)
Evaluate the function over the supplied input arguments.
|
CloseableIteration<? extends List<? extends Value>,QueryEvaluationException> |
TupleFunction.evaluate(ValueFactory valueFactory,
Value... args) |
Value |
UnaryFunction.evaluate(ValueFactory valueFactory,
Value... args) |
Value |
Function.evaluate(ValueFactory valueFactory,
Value... args)
Deprecated.
since 3.3.0. Use
Function.evaluate(TripleSource, Value...) instead. A reference to a ValueFactory can
be retrieved using TripleSource.getValueFactory() if needed. |
Value |
BinaryFunction.evaluate(ValueFactory valueFactory,
Value... args) |
protected abstract Value |
UnaryFunction.evaluate(ValueFactory valueFactory,
Value arg) |
protected abstract Value |
BinaryFunction.evaluate(ValueFactory valueFactory,
Value arg1,
Value arg2) |
Modifier and Type | Method and Description |
---|---|
Literal |
Minutes.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
Day.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
Month.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
Now.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
Year.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
Timezone.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
Seconds.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
Hours.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
Tz.evaluate(ValueFactory valueFactory,
Value... args) |
Modifier and Type | Method and Description |
---|---|
Value |
Relate.evaluate(ValueFactory valueFactory,
Value... args) |
Value |
SRID.evaluate(ValueFactory valueFactory,
Value... args) |
Value |
Distance.evaluate(ValueFactory valueFactory,
Value... args) |
Value |
Buffer.evaluate(ValueFactory valueFactory,
Value... args) |
Modifier and Type | Method and Description |
---|---|
Value |
Relate.evaluate(ValueFactory valueFactory,
Value... args) |
Value |
SRID.evaluate(ValueFactory valueFactory,
Value... args) |
Value |
Distance.evaluate(ValueFactory valueFactory,
Value... args) |
Value |
Buffer.evaluate(ValueFactory valueFactory,
Value... args) |
Modifier and Type | Method and Description |
---|---|
Literal |
MD5.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
SHA256.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
SHA512.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
SHA384.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
SHA1.evaluate(ValueFactory valueFactory,
Value... args) |
abstract Literal |
HashFunction.evaluate(ValueFactory valueFactory,
Value... args) |
Modifier and Type | Method and Description |
---|---|
Literal |
Rand.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
Floor.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
Ceil.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
Round.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
Abs.evaluate(ValueFactory valueFactory,
Value... args) |
Modifier and Type | Method and Description |
---|---|
IRI |
UUID.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
StrLang.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
STRUUID.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
StrDt.evaluate(ValueFactory valueFactory,
Value... args) |
Modifier and Type | Method and Description |
---|---|
Literal |
StrAfter.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
StrStarts.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
Substring.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
UpperCase.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
Concat.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
LowerCase.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
StrBefore.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
StrEnds.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
StrLen.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
Contains.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
EncodeForUri.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
Replace.evaluate(ValueFactory valueFactory,
Value... args) |
Modifier and Type | Method and Description |
---|---|
Value |
StatementFunction.evaluate(ValueFactory vf,
Value... args) |
Value |
TripleSubjectFunction.evaluate(ValueFactory vf,
Value... args) |
Value |
IsTripleFunction.evaluate(ValueFactory vf,
Value... args) |
Value |
TriplePredicateFunction.evaluate(ValueFactory vf,
Value... args) |
Value |
TripleObjectFunction.evaluate(ValueFactory vf,
Value... args) |
Modifier and Type | Method and Description |
---|---|
Value |
StatementFunction.evaluate(ValueFactory vf,
Value... args) |
Value |
TripleSubjectFunction.evaluate(ValueFactory vf,
Value... args) |
Value |
IsTripleFunction.evaluate(ValueFactory vf,
Value... args) |
Value |
TriplePredicateFunction.evaluate(ValueFactory vf,
Value... args) |
Value |
TripleObjectFunction.evaluate(ValueFactory vf,
Value... args) |
Modifier and Type | Method and Description |
---|---|
protected Literal |
DoubleCast.convert(ValueFactory valueFactory,
Value value) |
protected Literal |
DecimalCast.convert(ValueFactory valueFactory,
Value value) |
protected Literal |
BooleanCast.convert(ValueFactory valueFactory,
Value value) |
protected Literal |
DateTimeCast.convert(ValueFactory vf,
Value value) |
protected abstract Literal |
CastFunction.convert(ValueFactory vf,
Value v)
Convert the supplied value to a literal of the function output datatype.
|
protected Literal |
StringCast.convert(ValueFactory valueFactory,
Value value) |
protected Literal |
FloatCast.convert(ValueFactory valueFactory,
Value value) |
protected Literal |
IntegerCastFunction.convert(ValueFactory valueFactory,
Value value) |
Literal |
CastFunction.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
StringCast.evaluate(ValueFactory valueFactory,
Value... args) |
protected ValueExprEvaluationException |
CastFunction.typeError(Value arg,
Throwable cause)
Creates a
ValueExprEvaluationException that signals a type error. |
Modifier and Type | Method and Description |
---|---|
Value |
StrictEvaluationStrategy.evaluate(And node,
BindingSet bindings) |
Value |
StrictEvaluationStrategy.evaluate(BNodeGenerator node,
BindingSet bindings) |
Value |
StrictEvaluationStrategy.evaluate(Bound node,
BindingSet bindings) |
Value |
StrictEvaluationStrategy.evaluate(Coalesce node,
BindingSet bindings) |
Value |
StrictEvaluationStrategy.evaluate(CompareAll node,
BindingSet bindings) |
Value |
StrictEvaluationStrategy.evaluate(CompareAny node,
BindingSet bindings) |
Value |
ExtendedEvaluationStrategy.evaluate(Compare node,
BindingSet bindings) |
Value |
StrictEvaluationStrategy.evaluate(Compare node,
BindingSet bindings) |
Value |
StrictEvaluationStrategy.evaluate(Datatype node,
BindingSet bindings) |
Value |
StrictEvaluationStrategy.evaluate(Exists node,
BindingSet bindings) |
Value |
StrictEvaluationStrategy.evaluate(FunctionCall node,
BindingSet bindings)
Evaluates a function.
|
Value |
StrictEvaluationStrategy.evaluate(If node,
BindingSet bindings) |
Value |
StrictEvaluationStrategy.evaluate(In node,
BindingSet bindings) |
Value |
StrictEvaluationStrategy.evaluate(IsBNode node,
BindingSet bindings)
Determines whether the operand (a variable) contains a BNode.
|
Value |
StrictEvaluationStrategy.evaluate(IsLiteral node,
BindingSet bindings)
Determines whether the operand (a variable) contains a Literal.
|
Value |
StrictEvaluationStrategy.evaluate(IsNumeric node,
BindingSet bindings)
Determines whether the operand (a variable) contains a numeric datatyped literal, i.e.
|
Value |
StrictEvaluationStrategy.evaluate(IsResource node,
BindingSet bindings)
Determines whether the operand (a variable) contains a Resource.
|
Value |
StrictEvaluationStrategy.evaluate(IsURI node,
BindingSet bindings)
Determines whether the operand (a variable) contains a URI.
|
Value |
StrictEvaluationStrategy.evaluate(Label node,
BindingSet bindings) |
Value |
StrictEvaluationStrategy.evaluate(Lang node,
BindingSet bindings) |
Value |
StrictEvaluationStrategy.evaluate(LangMatches node,
BindingSet bindings) |
Value |
StrictEvaluationStrategy.evaluate(Like node,
BindingSet bindings)
Determines whether the two operands match according to the
like operator. |
Value |
StrictEvaluationStrategy.evaluate(ListMemberOperator node,
BindingSet bindings) |
Value |
StrictEvaluationStrategy.evaluate(LocalName node,
BindingSet bindings) |
Value |
ExtendedEvaluationStrategy.evaluate(MathExpr node,
BindingSet bindings) |
Value |
StrictEvaluationStrategy.evaluate(MathExpr node,
BindingSet bindings) |
Value |
StrictEvaluationStrategy.evaluate(Namespace node,
BindingSet bindings) |
Value |
StrictEvaluationStrategy.evaluate(Not node,
BindingSet bindings) |
Value |
StrictEvaluationStrategy.evaluate(Now node,
BindingSet bindings) |
Value |
StrictEvaluationStrategy.evaluate(Or node,
BindingSet bindings) |
Value |
StrictEvaluationStrategy.evaluate(Regex node,
BindingSet bindings)
Determines whether the two operands match according to the
regex operator. |
Value |
StrictEvaluationStrategy.evaluate(SameTerm node,
BindingSet bindings) |
Value |
StrictEvaluationStrategy.evaluate(Str node,
BindingSet bindings) |
Value |
StrictEvaluationStrategy.evaluate(ValueConstant valueConstant,
BindingSet bindings) |
Value |
StrictEvaluationStrategy.evaluate(ValueExpr expr,
BindingSet bindings) |
Value |
StrictEvaluationStrategy.evaluate(ValueExprTripleRef node,
BindingSet bindings) |
Value |
StrictEvaluationStrategy.evaluate(Var var,
BindingSet bindings) |
protected Value |
StrictEvaluationStrategy.getVarValue(Var var,
BindingSet bindings) |
Modifier and Type | Method and Description |
---|---|
static CloseableIteration<BindingSet,QueryEvaluationException> |
TupleFunctionEvaluationStrategy.evaluate(TupleFunction func,
List<Var> resultVars,
BindingSet bindings,
ValueFactory valueFactory,
Value... argValues) |
protected ZeroLengthPathIteration |
StrictEvaluationStrategy.getZeroLengthPathIterator(BindingSet bindings,
Var subjectVar,
Var objVar,
Var contextVar,
Value subj,
Value obj) |
Constructor and Description |
---|
VarBinder(String varName,
Value value) |
Modifier and Type | Method and Description |
---|---|
Value |
PathIteration.ValuePair.getEndValue() |
Value |
PathIteration.ValuePair.getStartValue() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
ZeroLengthPathIteration.add(Set<Value> reportedValues2,
Value v)
add param v to the set reportedValues2
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
ZeroLengthPathIteration.add(Set<Value> reportedValues2,
Value v)
add param v to the set reportedValues2
|
Constructor and Description |
---|
ValuePair(Value startValue,
Value endValue) |
ZeroLengthPathIteration(EvaluationStrategy evaluationStrategyImpl,
Var subjectVar,
Var objVar,
Value subj,
Value obj,
Var contextVar,
BindingSet bindings) |
Modifier and Type | Method and Description |
---|---|
protected ZeroLengthPathIteration |
LimitedSizeEvaluationStrategy.getZeroLengthPathIterator(BindingSet bindings,
Var subjectVar,
Var objVar,
Var contextVar,
Value subj,
Value obj) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
LimitedSizeZeroLengthPathIteration.add(Set<Value> reportedValues2,
Value v) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
LimitedSizeZeroLengthPathIteration.add(Set<Value> reportedValues2,
Value v) |
Constructor and Description |
---|
LimitedSizeZeroLengthPathIteration(EvaluationStrategy evaluationStrategyImpl,
Var subjectVar,
Var objVar,
Value subj,
Value obj,
Var contextVar,
BindingSet bindings,
AtomicLong used,
long maxSize) |
Modifier and Type | Method and Description |
---|---|
static Value |
TripleSources.singleValue(Resource subj,
IRI pred,
TripleSource store) |
Modifier and Type | Method and Description |
---|---|
static Iteration<Value,QueryEvaluationException> |
TripleSources.list(Resource subj,
TripleSource store) |
Modifier and Type | Method and Description |
---|---|
int |
ValueComparator.compare(Value o1,
Value o2) |
static boolean |
QueryEvaluationUtil.compare(Value leftVal,
Value rightVal,
Compare.CompareOp operator) |
static boolean |
QueryEvaluationUtil.compare(Value leftVal,
Value rightVal,
Compare.CompareOp operator,
boolean strict) |
static boolean |
QueryEvaluationUtil.getEffectiveBooleanValue(Value value)
Determines the effective boolean value (EBV) of the supplied value as defined in the
SPARQL specification:
The EBV of any literal whose type is 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) |
static boolean |
QueryEvaluationUtil.isPlainLiteral(Value v)
Checks whether the supplied value is a "plain literal".
|
static boolean |
QueryEvaluationUtil.isSimpleLiteral(Value v)
Checks whether the supplied value is a "simple literal".
|
static boolean |
QueryEvaluationUtil.isStringLiteral(Value v)
Checks whether the supplied literal is a "string literal".
|
static Statement |
TripleSources.single(Resource subj,
IRI pred,
Value obj,
TripleSource store)
Returns the single statement with the given subject, predicate and object or null if none exists.
|
Modifier and Type | Method and Description |
---|---|
static Var |
TupleExprs.createConstVar(Value value)
Creates an (anonymous) Var representing a constant value.
|
static String |
TupleExprs.getConstVarName(Value value) |
Modifier and Type | Method and Description |
---|---|
Value |
SimpleBinding.getValue() |
Value |
ListBindingSet.getValue(String bindingName) |
Value |
EmptyBindingSet.getValue(String bindingName) |
Value |
MapBindingSet.getValue(String bindingName) |
Modifier and Type | Method and Description |
---|---|
void |
MapBindingSet.addBinding(String name,
Value value)
Adds a binding to the binding set.
|
void |
AbstractOperation.setBinding(String name,
Value value) |
Constructor and Description |
---|
BindingImpl(String name,
Value value)
Deprecated.
|
ListBindingSet(List<String> names,
Value... values)
Creates a new List-based BindingSet containing the supplied bindings.
|
SimpleBinding(String name,
Value value)
Creates a binding object with the supplied name and value.
|
Constructor and Description |
---|
ListBindingSet(List<String> bindingNames,
List<? extends Value> values)
Creates a new List-based BindingSet containing the supplied bindings.
|
Modifier and Type | Method and Description |
---|---|
junit.framework.Test |
SeRQLParserTestCase.Factory.createTest(String name,
String queryFile,
Value result) |
Constructor and Description |
---|
SeRQLParserTestCase(String name,
String queryFile,
Value result)
Creates a new SeRQL Parser test.
|
Modifier and Type | Method and Description |
---|---|
protected Value |
TupleExprBuilder.getValueForExpr(ValueExpr valueExpr)
Retrieve the associated Value (if any) for the given valueExpr.
|
Modifier and Type | Method and Description |
---|---|
protected Value |
AbstractSPARQLJSONParser.parseValue(com.fasterxml.jackson.core.JsonParser jp,
String bindingStr) |
Modifier and Type | Method and Description |
---|---|
protected void |
SPARQLResultsJSONWriter.writeValue(Value value) |
Modifier and Type | Method and Description |
---|---|
protected Value |
SPARQLResultsXSVMappingStrategy.parseNumberPatternMatch(String valueString)
This method parses a number as matched by
SPARQLResultsXSVMappingStrategy.numberPattern into a Value . |
Modifier and Type | Method and Description |
---|---|
protected void |
SPARQLResultsCSVWriter.writeValue(Value val) |
Modifier and Type | Method and Description |
---|---|
protected Value |
SPARQLResultsTSVMappingStrategy.parseValue(String valueString) |
Modifier and Type | Method and Description |
---|---|
protected void |
SPARQLResultsTSVWriter.writeValue(Value val) |
Modifier and Type | Method and Description |
---|---|
static String |
RenderUtils.getSerqlQueryString(Value theValue)
Deprecated.
Use {
RenderUtils.toSeRQL(Value) instead. |
static String |
RenderUtils.getSPARQLQueryString(Value theValue)
Deprecated.
Use
RenderUtils.toSPARQL(Value) instead. |
static String |
RenderUtils.toSeRQL(Value theValue)
Return the query string rendering of the
Value |
static String |
RenderUtils.toSPARQL(Value theValue)
Return the SPARQL query string rendering of the
Value |
static StringBuilder |
RenderUtils.toSPARQL(Value value,
StringBuilder builder)
Append the SPARQL query string rendering of the
Value to the supplied
StringBuilder . |
Modifier and Type | Method and Description |
---|---|
QueryBuilder<T> |
AbstractQueryBuilder.addProjectionStatement(String theSubj,
IRI thePred,
Value theObj)
Deprecated.
|
QueryBuilder<T> |
QueryBuilder.addProjectionStatement(String theSubj,
IRI thePred,
Value theObj)
Deprecated.
|
QueryBuilder<T> |
AbstractQueryBuilder.addProjectionStatement(String theSubj,
String thePred,
Value theObj)
Deprecated.
|
QueryBuilder<T> |
QueryBuilder.addProjectionStatement(String theSubj,
String thePred,
Value theObj)
Deprecated.
|
QueryBuilder<T> |
AbstractQueryBuilder.addProjectionStatement(String theSubj,
Value thePred,
Value theObj)
Deprecated.
|
GroupBuilder<T,E> |
GroupBuilder.atom(String theSubjVar,
String thePredVar,
Value theObj)
Deprecated.
|
GroupBuilder<T,E> |
GroupBuilder.atom(String theSubjVar,
Value thePredVar,
String theObj)
Deprecated.
|
GroupBuilder<T,E> |
GroupBuilder.atom(String theSubjVar,
Value thePred,
Value theObj)
Deprecated.
|
GroupBuilder<T,E> |
GroupBuilder.atom(Value theSubjVar,
String thePredVar,
String theObj)
Deprecated.
|
GroupBuilder<T,E> |
GroupBuilder.atom(Value theSubjVar,
Value thePredVar,
String theObj)
Deprecated.
|
GroupBuilder<T,E> |
GroupBuilder.atom(Value theSubjVar,
Value thePredVar,
Value theObj)
Deprecated.
|
GroupBuilder<T,E> |
FilterBuilder.eq(String theVar,
Value theValue)
Deprecated.
|
static Compare |
ValueExprFactory.eq(String theVar,
Value theValue)
Deprecated.
|
GroupBuilder<T,E> |
GroupBuilder.filter(String theVar,
Compare.CompareOp theOp,
Value theValue)
Deprecated.
|
GroupBuilder<T,E> |
FilterBuilder.ge(String theVar,
Value theValue)
Deprecated.
|
static Compare |
ValueExprFactory.ge(String theVar,
Value theValue)
Deprecated.
|
GroupBuilder<T,E> |
FilterBuilder.gt(String theVar,
Value theValue)
Deprecated.
|
static Compare |
ValueExprFactory.gt(String theVar,
Value theValue)
Deprecated.
|
GroupBuilder<T,E> |
FilterBuilder.le(String theVar,
Value theValue)
Deprecated.
|
static Compare |
ValueExprFactory.le(String theVar,
Value theValue)
Deprecated.
|
GroupBuilder<T,E> |
FilterBuilder.lt(String theVar,
Value theValue)
Deprecated.
|
static Compare |
ValueExprFactory.lt(String theVar,
Value theValue)
Deprecated.
|
GroupBuilder<T,E> |
FilterBuilder.ne(String theVar,
Value theValue)
Deprecated.
|
static Compare |
ValueExprFactory.ne(String theVar,
Value theValue)
Deprecated.
|
GroupBuilder<T,E> |
GroupBuilder.setContext(Value theContextValue)
Deprecated.
|
static Var |
GroupBuilder.valueToVar(Value theValue)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
RepositoryConnection.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.
|
default void |
RepositoryConnection.add(Resource subject,
URI predicate,
Value object,
Resource... contexts)
Deprecated.
since 2.0. Use
RepositoryConnection.add(Resource, IRI, Value, Resource...) instead. |
void |
RepositoryConnection.exportStatements(Resource subj,
IRI pred,
Value obj,
boolean includeInferred,
RDFHandler handler,
Resource... contexts)
Exports all statements with a specific subject, predicate and/or object from the repository, optionally from the
specified contexts.
|
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.
|
default RepositoryResult<Statement> |
RepositoryConnection.getStatements(Resource subj,
URI pred,
Value obj,
boolean includeInferred,
Resource... contexts)
Deprecated.
since 2.0. Use
RepositoryConnection.getStatements(Resource, IRI, Value, boolean, Resource...) instead. |
boolean |
RepositoryConnection.hasStatement(Resource subj,
IRI pred,
Value obj,
boolean includeInferred,
Resource... contexts)
Checks whether the repository contains statements with a specific subject, predicate and/or object, optionally in
the specified contexts.
|
default boolean |
RepositoryConnection.hasStatement(Resource subj,
URI pred,
Value obj,
boolean includeInferred,
Resource... contexts)
Deprecated.
since 2.0. Use
RepositoryConnection.hasStatement(Resource, IRI, Value, boolean, Resource...) instead. |
void |
RepositoryConnection.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.
|
default void |
RepositoryConnection.remove(Resource subject,
URI predicate,
Value object,
Resource... contexts)
Deprecated.
since 2.0. Use
RepositoryConnection.remove(Resource, IRI, Value, Resource...) instead. |
Modifier and Type | Method and Description |
---|---|
void |
RepositoryConnectionWrapper.add(Resource subject,
IRI predicate,
Value object,
Resource... contexts) |
void |
AbstractRepositoryConnection.add(Resource subject,
IRI predicate,
Value object,
Resource... contexts) |
protected void |
RepositoryConnectionWrapper.addWithoutCommit(Resource subject,
IRI predicate,
Value object,
Resource... contexts) |
protected abstract void |
AbstractRepositoryConnection.addWithoutCommit(Resource subject,
IRI predicate,
Value object,
Resource... contexts) |
void |
RepositoryConnectionWrapper.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) |
boolean |
RepositoryConnectionWrapper.hasStatement(Resource subj,
IRI pred,
Value obj,
boolean includeInferred,
Resource... contexts) |
boolean |
AbstractRepositoryConnection.hasStatement(Resource subj,
IRI pred,
Value obj,
boolean includeInferred,
Resource... contexts) |
void |
RepositoryConnectionWrapper.remove(Resource subject,
IRI predicate,
Value object,
Resource... contexts) |
void |
AbstractRepositoryConnection.remove(Resource subject,
IRI predicate,
Value object,
Resource... contexts) |
protected void |
RepositoryConnectionWrapper.removeWithoutCommit(Resource subject,
IRI predicate,
Value object,
Resource... contexts) |
protected abstract void |
AbstractRepositoryConnection.removeWithoutCommit(Resource subject,
IRI predicate,
Value object,
Resource... contexts) |
Modifier and Type | Method and Description |
---|---|
void |
ContextAwareConnection.add(Resource subject,
IRI predicate,
Value object,
Resource... contexts) |
void |
ContextAwareConnection.exportStatements(Resource subj,
IRI pred,
Value obj,
boolean includeInferred,
RDFHandler handler,
Resource... contexts) |
void |
ContextAwareConnection.exportStatements(Resource subj,
IRI pred,
Value obj,
RDFHandler handler,
Resource... contexts)
Exports all statements with a specific subject, predicate and/or object from the repository, optionally from the
specified contexts.
|
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.
|
boolean |
ContextAwareConnection.hasStatement(Resource subj,
IRI pred,
Value obj,
boolean includeInferred,
Resource... contexts) |
boolean |
ContextAwareConnection.hasStatement(Resource subj,
IRI pred,
Value obj,
Resource... contexts)
Checks whether the repository contains statements with a specific subject, predicate and/or object, optionally in
the specified contexts.
|
void |
ContextAwareConnection.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 void |
ContextAwareConnection.removeWithoutCommit(Resource subject,
IRI predicate,
Value object,
Resource... contexts) |
Modifier and Type | Method and Description |
---|---|
CloseableIteration<? extends Statement,QueryEvaluationException> |
RepositoryTripleSource.getStatements(Resource subj,
IRI pred,
Value obj,
Resource... contexts) |
Modifier and Type | Method and Description |
---|---|
boolean |
RepositoryConnectionInterceptor.add(RepositoryConnection conn,
Resource subject,
IRI predicate,
Value object,
Resource... contexts) |
void |
RepositoryConnectionListener.add(RepositoryConnection conn,
Resource subject,
IRI predicate,
Value object,
Resource... contexts) |
boolean |
RepositoryConnectionInterceptor.remove(RepositoryConnection conn,
Resource subject,
IRI predicate,
Value object,
Resource... contexts) |
void |
RepositoryConnectionListener.remove(RepositoryConnection conn,
Resource subject,
IRI predicate,
Value object,
Resource... contexts) |
Modifier and Type | Method and Description |
---|---|
boolean |
RepositoryConnectionInterceptorAdapter.add(RepositoryConnection conn,
Resource subject,
IRI predicate,
Value object,
Resource... contexts) |
void |
RepositoryConnectionListenerAdapter.add(RepositoryConnection conn,
Resource subject,
IRI predicate,
Value object,
Resource... contexts) |
void |
InterceptingRepositoryConnectionWrapper.addWithoutCommit(Resource subject,
IRI predicate,
Value object,
Resource... contexts) |
void |
NotifyingRepositoryConnectionWrapper.addWithoutCommit(Resource subject,
IRI predicate,
Value object,
Resource... contexts) |
boolean |
RepositoryConnectionInterceptorAdapter.remove(RepositoryConnection conn,
Resource subject,
IRI predicate,
Value object,
Resource... contexts) |
void |
RepositoryConnectionListenerAdapter.remove(RepositoryConnection conn,
Resource subject,
IRI predicate,
Value object,
Resource... contexts) |
void |
InterceptingRepositoryConnectionWrapper.removeWithoutCommit(Resource subject,
IRI predicate,
Value object,
Resource... contexts) |
void |
NotifyingRepositoryConnectionWrapper.removeWithoutCommit(Resource subj,
IRI pred,
Value obj,
Resource... ctx) |
Modifier and Type | Method and Description |
---|---|
void |
DebugRepositoryConnectionListener.add(RepositoryConnection conn,
Resource subject,
IRI predicate,
Value object,
Resource... contexts) |
void |
DebugRepositoryConnectionListener.remove(RepositoryConnection conn,
Resource subject,
IRI predicate,
Value object,
Resource... contexts) |
Modifier and Type | Method and Description |
---|---|
boolean |
AccurateRepositoryBloomFilter.mayHaveStatement(RepositoryConnection conn,
Resource subj,
IRI pred,
Value obj,
Resource... contexts) |
boolean |
RepositoryBloomFilter.mayHaveStatement(RepositoryConnection conn,
Resource subj,
IRI pred,
Value obj,
Resource... ctxs)
Returns true if the repository may have such a statement or false if it definitely does not.
|
boolean |
InaccurateRepositoryBloomFilter.mayHaveStatement(RepositoryConnection conn,
Resource subj,
IRI pred,
Value obj,
Resource... contexts) |
Modifier and Type | Method and Description |
---|---|
protected long |
IsolationLevelTest.count(RepositoryConnection con,
Resource subj,
IRI pred,
Value obj,
boolean includeInferred,
Resource... contexts) |
Modifier and Type | Method and Description |
---|---|
protected void |
SailRepositoryConnection.addWithoutCommit(Resource subject,
IRI predicate,
Value object,
Resource... contexts) |
void |
SailRepositoryConnection.exportStatements(Resource subj,
IRI pred,
Value obj,
boolean includeInferred,
RDFHandler handler,
Resource... contexts) |
RepositoryResult<Statement> |
SailRepositoryConnection.getStatements(Resource subj,
IRI pred,
Value obj,
boolean includeInferred,
Resource... contexts) |
boolean |
SailRepositoryConnection.hasStatement(Resource subj,
IRI pred,
Value obj,
boolean includeInferred,
Resource... contexts) |
protected void |
SailRepositoryConnection.removeWithoutCommit(Resource subject,
IRI predicate,
Value object,
Resource... contexts) |
Modifier and Type | Method and Description |
---|---|
protected void |
RDFSailInserter.addStatement(Resource subj,
IRI pred,
Value obj,
Resource ctxt) |
Modifier and Type | Method and Description |
---|---|
protected void |
SPARQLConnection.addWithoutCommit(Resource subject,
IRI predicate,
Value object,
Resource... contexts) |
void |
SPARQLConnection.exportStatements(Resource subj,
IRI pred,
Value obj,
boolean includeInferred,
RDFHandler handler,
Resource... contexts) |
RepositoryResult<Statement> |
SPARQLConnection.getStatements(Resource subj,
IRI pred,
Value obj,
boolean includeInferred,
Resource... contexts) |
boolean |
SPARQLConnection.hasStatement(Resource subj,
IRI pred,
Value obj,
boolean includeInferred,
Resource... contexts) |
protected void |
SPARQLConnection.removeWithoutCommit(Resource subject,
IRI predicate,
Value object,
Resource... contexts) |
protected Iteration<Statement,QueryEvaluationException> |
SPARQLConnection.toStatementIteration(TupleQueryResult iter,
Resource subj,
IRI pred,
Value obj)
Converts a
TupleQueryResult resulting from the SPARQLConnection.EVERYTHING_WITH_GRAPH to a statement by using the
respective values from the BindingSet or (if provided) the ones from the arguments. |
Modifier and Type | Method and Description |
---|---|
Value |
SPARQLQueryBindingSet.getValue(String bindingName) |
Modifier and Type | Method and Description |
---|---|
void |
SPARQLQueryBindingSet.addBinding(String name,
Value value)
Adds a new binding to the binding set.
|
static StringBuilder |
QueryStringUtil.appendValueAsString(StringBuilder sb,
Value value)
Converts a value to its SPARQL string representation and appends it to a StringBuilder.
|
void |
SPARQLOperation.setBinding(String name,
Value value)
Deprecated.
|
void |
SPARQLQueryBindingSet.setBinding(String name,
Value value) |
static String |
QueryStringUtil.valueToString(Value value)
Converts a value to its SPARQL string representation.
|
Modifier and Type | Method and Description |
---|---|
protected abstract void |
AbstractRDFInserter.addStatement(Resource subj,
IRI pred,
Value obj,
Resource ctxt) |
protected void |
RDFInserter.addStatement(Resource subj,
IRI pred,
Value obj,
Resource ctxt) |
static Optional<Statement> |
Connections.getStatement(RepositoryConnection conn,
Resource subject,
IRI predicate,
Value object,
Resource... contexts)
Retrieve a single
Statement matching with the supplied subject, predicate, object and context(s) from the
given RepositoryConnection . |
Modifier and Type | Method and Description |
---|---|
static <T extends Value> |
RDFStarUtil.fromRDFEncodedValue(T encodedValue)
Converts the supplied value from an RDF-compatible representation to an RDF-star value.
|
static <T extends Value> |
RDFStarUtil.toRDFEncodedValue(T value)
Converts the supplied value from RDF-star to an RDF-compatible representation.
|
Modifier and Type | Method and Description |
---|---|
static Value |
NTriplesUtil.parseValue(String nTriplesValue,
ValueFactory valueFactory)
Parses an N-Triples value, creates an object for it using the supplied ValueFactory and returns this object.
|
Modifier and Type | Method and Description |
---|---|
static void |
NTriplesUtil.append(Value value,
Appendable appendable)
Appends the N-Triples representation of the given
Value to the given Appendable . |
static void |
NTriplesUtil.append(Value value,
Appendable appendable,
boolean xsdStringToPlainLiteral,
boolean escapeUnicode)
Appends the N-Triples representation of the given
Value to the given Appendable , optionally not
serializing the datatype a Literal with the xsd:string datatype as it is implied for RDF-1.1. |
protected Statement |
AbstractRDFParser.createStatement(Resource subj,
IRI pred,
Value obj)
Creates a new
Statement object with the supplied components. |
protected Statement |
AbstractRDFParser.createStatement(Resource subj,
IRI pred,
Value obj,
Resource context)
Creates a new
Statement object with the supplied components. |
static boolean |
RDFStarUtil.isEncodedTriple(Value value)
Checks if the supplied
Value represents an RDF-star triple encoded as an IRI. |
static String |
NTriplesUtil.toNTriplesString(Value value)
Creates an N-Triples string for the supplied value.
|
static String |
NTriplesUtil.toNTriplesString(Value value,
boolean xsdStringToPlainLiteral)
Creates an N-Triples string for the supplied value.If the supplied value is a
Literal , it optionally
ignores the xsd:string datatype, since this datatype is implicit in RDF-1.1. |
Modifier and Type | Field and Description |
---|---|
protected Value |
NTriplesParser.object |
Modifier and Type | Method and Description |
---|---|
protected void |
NTriplesWriter.writeValue(Value value)
Writes the N-Triples representation of the given
Value . |
Modifier and Type | Method and Description |
---|---|
static void |
RDFJSONWriter.writeObject(Value object,
Set<Resource> contexts,
com.fasterxml.jackson.core.JsonGenerator jg)
Helper method to reduce complexity of the JSON serialisation algorithm Any null contexts will only be serialised
to JSON if there are also non-null contexts in the contexts array
|
Modifier and Type | Method and Description |
---|---|
protected void |
TriGParser.reportStatement(Resource subj,
IRI pred,
Value obj) |
protected void |
TriGWriter.writeStatement(Resource subj,
IRI pred,
Value obj,
Resource context,
boolean canShortenSubject,
boolean canShortenObject) |
Modifier and Type | Method and Description |
---|---|
protected Value |
TriGStarParser.parseValue() |
Modifier and Type | Field and Description |
---|---|
protected Value |
TurtleParser.object |
Modifier and Type | Method and Description |
---|---|
protected Value |
TurtleParser.parseQNameOrBoolean()
Parses qnames and boolean values, which have equivalent starting characters.
|
protected Value |
TurtleParser.parseValue()
Parses an RDF value.
|
Modifier and Type | Method and Description |
---|---|
protected void |
TurtleParser.reportStatement(Resource subj,
IRI pred,
Value obj) |
protected void |
TurtleWriter.writeStatement(Resource subj,
IRI pred,
Value obj,
Resource context,
boolean canShortenSubjectBNode,
boolean canShortenObjectBNode) |
protected void |
TurtleWriter.writeValue(Value val)
Deprecated.
Use
TurtleWriter.writeValue(Value, boolean) instead. |
protected void |
TurtleWriter.writeValue(Value val,
boolean canShorten)
|
Modifier and Type | Method and Description |
---|---|
protected Value |
TurtleStarParser.parseValue() |
Modifier and Type | Method and Description |
---|---|
void |
SailConnection.addStatement(Resource subj,
IRI pred,
Value obj,
Resource... contexts)
Adds a statement to the store.
|
default void |
SailConnection.addStatement(Resource subj,
URI pred,
Value obj,
Resource... contexts)
Deprecated.
since 4.0. Use
SailConnection.addStatement(Resource, IRI, Value, Resource...) instead. |
void |
SailConnection.addStatement(UpdateContext op,
Resource subj,
IRI pred,
Value obj,
Resource... contexts)
Adds a statement to the store.
|
default void |
SailConnection.addStatement(UpdateContext op,
Resource subj,
URI pred,
Value obj,
Resource... contexts)
Deprecated.
since 4.0. Use
SailConnection.addStatement(UpdateContext, Resource, IRI, Value, Resource...) instead. |
protected long |
SailIsolationLevelTest.count(SailConnection con,
Resource subj,
IRI pred,
Value obj,
boolean includeInferred,
Resource... contexts) |
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 CloseableIteration<? extends Statement,SailException> |
SailConnection.getStatements(Resource subj,
URI pred,
Value obj,
boolean includeInferred,
Resource... contexts)
Deprecated.
since 4.0. Use
SailConnection.getStatements(Resource, IRI, Value, boolean, Resource...) instead. |
default boolean |
SailConnection.hasStatement(Resource subj,
IRI pred,
Value obj,
boolean includeInferred,
Resource... contexts)
Determines if the store contains any statements from the specified contexts that have a specific subject,
predicate and/or object.
|
void |
SailConnection.removeStatement(UpdateContext op,
Resource subj,
IRI pred,
Value obj,
Resource... contexts)
Removes all statements matching the specified subject, predicate and object from the repository.
|
default void |
SailConnection.removeStatement(UpdateContext op,
Resource subj,
URI pred,
Value obj,
Resource... contexts)
Deprecated.
since 4.0. USe
SailConnection.removeStatement(UpdateContext, Resource, IRI, Value, Resource...) instead. |
void |
SailConnection.removeStatements(Resource subj,
IRI pred,
Value obj,
Resource... contexts)
Removes all statements matching the specified subject, predicate and object from the repository.
|
default void |
SailConnection.removeStatements(Resource subj,
URI pred,
Value obj,
Resource... contexts)
Deprecated.
since 4.0. Use
SailConnection.removeStatements(Resource, IRI, Value, Resource...) instead. |
Modifier and Type | Method and Description |
---|---|
boolean |
SailSourceConnection.addInferredStatement(Resource subj,
IRI pred,
Value obj,
Resource... contexts) |
void |
SailSourceConnection.addStatement(UpdateContext op,
Resource subj,
IRI pred,
Value obj,
Resource... contexts) |
void |
SailSink.approve(Resource subj,
IRI pred,
Value obj,
Resource ctx)
Adds a statement to the store.
|
default void |
SailSink.deprecate(Resource subj,
IRI pred,
Value obj,
Resource ctx)
Deprecated.
|
default boolean |
SailSink.deprecateByQuery(Resource subj,
IRI pred,
Value obj,
Resource[] contexts)
Removes all statements with the specified subject, predicate, object, and context.
|
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.
|
protected CloseableIteration<? extends Statement,SailException> |
SailSourceConnection.getStatementsInternal(Resource subj,
IRI pred,
Value obj,
boolean includeInferred,
Resource... contexts) |
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.
|
void |
SailSink.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 this
SailSink is committed, iff this was opened in an isolation level compatible with
IsolationLevels.SERIALIZABLE . |
boolean |
SailSourceConnection.removeInferredStatement(Resource subj,
IRI pred,
Value obj,
Resource... contexts) |
void |
SailSourceConnection.removeStatement(UpdateContext op,
Resource subj,
IRI pred,
Value obj,
Resource... contexts) |
Modifier and Type | Method and Description |
---|---|
CloseableIteration<? extends Statement,QueryEvaluationException> |
SailTripleSource.getStatements(Resource subj,
IRI pred,
Value obj,
Resource... contexts) |
Modifier and Type | Method and Description |
---|---|
boolean |
ExtensibleStoreConnection.addInferredStatement(Resource subj,
IRI pred,
Value obj,
Resource... contexts) |
protected void |
ExtensibleStoreConnection.addStatementInternal(Resource subj,
IRI pred,
Value obj,
Resource... contexts) |
CloseableIteration<? extends ExtensibleStatement,SailException> |
ReadCache.getStatements(Resource subject,
IRI predicate,
Value object,
boolean inferred,
Resource... context) |
CloseableIteration<? extends ExtensibleStatement,SailException> |
DataStructureInterface.getStatements(Resource subject,
IRI predicate,
Value object,
boolean inferred,
Resource... context) |
boolean |
ExtensibleStoreConnection.removeInferredStatement(Resource subj,
IRI pred,
Value obj,
Resource... contexts) |
boolean |
ReadCache.removeStatementsByQuery(Resource subj,
IRI pred,
Value obj,
boolean inferred,
Resource[] contexts) |
default boolean |
DataStructureInterface.removeStatementsByQuery(Resource subj,
IRI pred,
Value obj,
boolean inferred,
Resource[] contexts) |
protected void |
ExtensibleStoreConnection.removeStatementsInternal(Resource subj,
IRI pred,
Value obj,
Resource... contexts) |
Constructor and Description |
---|
FilteringIteration(CloseableIteration<E,X> wrappedIteration,
Resource subject,
IRI predicate,
Value object,
boolean inferred,
Resource... context) |
FilteringIteration(Iteration<E,X> wrappedIteration,
Resource subject,
IRI predicate,
Value object,
boolean inferred,
Resource... context) |
PartialStatement(Resource subject,
IRI predicate,
Value object,
boolean inferred,
Resource... context) |
Modifier and Type | Method and Description |
---|---|
CloseableIteration<? extends ExtensibleStatement,SailException> |
EvaluationStatisticsWrapper.getStatements(Resource subject,
IRI predicate,
Value object,
boolean inferred,
Resource... context) |
void |
ExtensibleDynamicEvaluationStatistics.removeByQuery(Resource subj,
IRI pred,
Value obj,
boolean inferred,
Resource... contexts) |
void |
DynamicStatistics.removeByQuery(Resource subj,
IRI pred,
Value obj,
boolean inferred,
Resource... contexts) |
boolean |
EvaluationStatisticsWrapper.removeStatementsByQuery(Resource subj,
IRI pred,
Value obj,
boolean inferred,
Resource[] contexts) |
Constructor and Description |
---|
ExtensibleContextStatement(Resource subject,
IRI predicate,
Value object,
Resource context,
boolean inferred)
Creates a new Statement with the supplied subject, predicate and object for the specified associated context.
|
ExtensibleStatementImpl(Resource subject,
IRI predicate,
Value object,
boolean inferred)
Creates a new Statement with the supplied subject, predicate and object.
|
Modifier and Type | Method and Description |
---|---|
void |
SailConnectionWrapper.addStatement(Resource subj,
IRI pred,
Value obj,
Resource... contexts) |
void |
AbstractSailConnection.addStatement(Resource subj,
IRI pred,
Value obj,
Resource... contexts) |
void |
SailConnectionWrapper.addStatement(UpdateContext modify,
Resource subj,
IRI pred,
Value obj,
Resource... contexts) |
void |
AbstractSailConnection.addStatement(UpdateContext op,
Resource subj,
IRI pred,
Value obj,
Resource... contexts)
The default implementation buffers added statements until the update operation is complete.
|
protected abstract void |
AbstractSailConnection.addStatementInternal(Resource subj,
IRI pred,
Value obj,
Resource... contexts) |
CloseableIteration<? extends Statement,SailException> |
SailConnectionWrapper.getStatements(Resource subj,
IRI pred,
Value obj,
boolean includeInferred,
Resource... contexts) |
CloseableIteration<? extends Statement,SailException> |
AbstractSailConnection.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) |
boolean |
SailConnectionWrapper.hasStatement(Resource subj,
IRI pred,
Value obj,
boolean includeInferred,
Resource... contexts) |
void |
SailConnectionWrapper.removeStatement(UpdateContext modify,
Resource subj,
IRI pred,
Value obj,
Resource... contexts) |
void |
AbstractSailConnection.removeStatement(UpdateContext op,
Resource subj,
IRI pred,
Value obj,
Resource... contexts)
The default implementation buffers removed statements until the update operation is complete.
|
void |
SailConnectionWrapper.removeStatements(Resource subj,
IRI pred,
Value obj,
Resource... contexts) |
void |
AbstractSailConnection.removeStatements(Resource subj,
IRI pred,
Value obj,
Resource... contexts) |
protected abstract void |
AbstractSailConnection.removeStatementsInternal(Resource subj,
IRI pred,
Value obj,
Resource... contexts) |
Modifier and Type | Method and Description |
---|---|
boolean |
InferencerConnectionWrapper.addInferredStatement(Resource subj,
IRI pred,
Value obj,
Resource... contexts) |
boolean |
InferencerConnection.addInferredStatement(Resource subj,
IRI pred,
Value obj,
Resource... contexts)
Adds an inferred statement to a specific context.
|
CloseableIteration<? extends Statement,SailException> |
InferencerConnectionWrapper.getStatements(Resource subj,
IRI pred,
Value obj,
boolean includeInferred,
Resource... contexts)
Calls
InferencerConnectionWrapper.flushUpdates() before forwarding the call to the wrapped connection. |
boolean |
InferencerConnectionWrapper.hasStatement(Resource subj,
IRI pred,
Value obj,
boolean includeInferred,
Resource... contexts) |
boolean |
InferencerConnectionWrapper.removeInferredStatement(Resource subj,
IRI pred,
Value obj,
Resource... contexts) |
boolean |
InferencerConnection.removeInferredStatement(Resource subj,
IRI pred,
Value obj,
Resource... contexts)
Removes an inferred statement from a specific context.
|
Modifier and Type | Method and Description |
---|---|
Collection<Value> |
CustomGraphQueryInferencer.getWatchObjects()
Exposed for test purposes.
|
Collection<Value> |
CustomGraphQueryInferencer.getWatchPredicates()
Exposed for test purposes.
|
Collection<Value> |
CustomGraphQueryInferencer.getWatchSubjects()
Exposed for test purposes.
|
Modifier and Type | Method and Description |
---|---|
boolean |
SchemaCachingRDFSInferencerConnection.addInferredStatement(Resource subj,
IRI pred,
Value obj,
Resource... contexts) |
boolean |
DedupingInferencerConnection.addInferredStatement(Resource subj,
IRI pred,
Value obj,
Resource... contexts) |
void |
SchemaCachingRDFSInferencerConnection.addStatement(Resource subject,
IRI predicate,
Value object,
Resource... contexts) |
void |
SchemaCachingRDFSInferencerConnection.addStatement(UpdateContext modify,
Resource subj,
IRI pred,
Value obj,
Resource... contexts) |
boolean |
DedupingInferencerConnection.removeInferredStatement(Resource subj,
IRI pred,
Value obj,
Resource... contexts) |
Modifier and Type | Method and Description |
---|---|
protected void |
RDFInferencerInserter.addStatement(Resource subj,
IRI pred,
Value obj,
Resource ctxt) |
Modifier and Type | Method and Description |
---|---|
void |
LuceneSailConnection.addStatement(Resource subj,
IRI pred,
Value obj,
Resource... contexts) |
void |
LuceneSailConnection.removeStatements(Resource subj,
IRI pred,
Value obj,
Resource... contexts) |
Modifier and Type | Method and Description |
---|---|
CloseableIteration<? extends List<? extends Value>,QueryEvaluationException> |
QueryTupleFunction.evaluate(ValueFactory valueFactory,
Value... args)
Deprecated.
|
CloseableIteration<? extends List<? extends Value>,QueryEvaluationException> |
DistanceTupleFunction.evaluate(ValueFactory valueFactory,
Value... args)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
CloseableIteration<? extends List<? extends Value>,QueryEvaluationException> |
QueryTupleFunction.evaluate(ValueFactory valueFactory,
Value... args)
Deprecated.
|
CloseableIteration<? extends List<? extends Value>,QueryEvaluationException> |
DistanceTupleFunction.evaluate(ValueFactory valueFactory,
Value... args)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
MemoryStoreConnection.addInferredStatement(Resource subj,
IRI pred,
Value obj,
Resource... contexts) |
protected void |
MemoryStoreConnection.addStatementInternal(Resource subj,
IRI pred,
Value obj,
Resource... contexts) |
boolean |
MemoryStoreConnection.removeInferredStatement(Resource subj,
IRI pred,
Value obj,
Resource... contexts) |
protected void |
MemoryStoreConnection.removeStatementsInternal(Resource subj,
IRI pred,
Value obj,
Resource... contexts) |
Modifier and Type | Interface and Description |
---|---|
interface |
MemResource
A MemoryStore-specific extension of Resource giving it subject statements.
|
interface |
MemValue
A MemoryStore-specific extension of the Value interface, giving it node properties.
|
Modifier and Type | Class and Description |
---|---|
class |
BooleanMemLiteral
An extension of MemLiteral that stores a boolean value to avoid parsing.
|
class |
CalendarMemLiteral
An extension of MemLiteral that stores a Calendar value to avoid parsing.
|
class |
DecimalMemLiteral
An extension of MemLiteral that stores a decimal value to avoid parsing.
|
class |
IntegerMemLiteral
An extension of MemLiteral that stores an integer value to avoid parsing.
|
class |
MemBNode
A MemoryStore-specific extension of BNodeImpl giving it node properties.
|
class |
MemIRI
A MemoryStore-specific implementation of URI that stores separated namespace and local name information to enable
reuse of namespace String objects (reducing memory usage) and that gives it node properties.
|
class |
MemLiteral
A MemoryStore-specific extension of Literal giving it node properties.
|
class |
MemTriple
A MemoryStore-specific implementation of
Triple . |
class |
NumericMemLiteral
An extension of MemLiteral that stores a numeric value to avoid parsing.
|
Modifier and Type | Method and Description |
---|---|
Value |
MemTriple.getObject() |
Modifier and Type | Method and Description |
---|---|
MemValue |
MemValueFactory.getMemValue(Value value)
Returns a previously created MemValue that is equal to the supplied value, or null if the supplied value
is a new value or is equal to null.
|
MemValue |
MemValueFactory.getOrCreateMemValue(Value value)
Gets or creates a MemValue for the supplied Value.
|
Modifier and Type | Method and Description |
---|---|
boolean |
SailModel.add(Resource subj,
IRI pred,
Value obj,
Resource... contexts) |
boolean |
SailModel.contains(Resource subj,
IRI pred,
Value obj,
Resource... contexts) |
Model |
SailModel.filter(Resource subj,
IRI pred,
Value obj,
Resource... contexts) |
boolean |
SailModel.remove(Resource subj,
IRI pred,
Value obj,
Resource... contexts) |
void |
SailModel.removeTermIteration(Iterator<Statement> iter,
Resource subj,
IRI pred,
Value obj,
Resource... contexts) |
Modifier and Type | Method and Description |
---|---|
boolean |
NativeStoreConnection.addInferredStatement(Resource subj,
IRI pred,
Value obj,
Resource... contexts) |
protected void |
NativeStoreConnection.addStatementInternal(Resource subj,
IRI pred,
Value obj,
Resource... contexts) |
int |
ValueStore.getID(Value value)
Deprecated.
Gets the ID for the specified value.
|
NativeValue |
ValueStore.getNativeValue(Value value)
Deprecated.
|
boolean |
NativeStoreConnection.removeInferredStatement(Resource subj,
IRI pred,
Value obj,
Resource... contexts) |
protected void |
NativeStoreConnection.removeStatementsInternal(Resource subj,
IRI pred,
Value obj,
Resource... contexts) |
int |
ValueStore.storeValue(Value value)
Deprecated.
Stores the supplied value and returns the ID that has been assigned to it.
|
Modifier and Type | Interface and Description |
---|---|
interface |
NativeResource |
interface |
NativeValue |
Modifier and Type | Class and Description |
---|---|
class |
NativeBNode |
class |
NativeIRI |
class |
NativeLiteral |
Modifier and Type | Method and Description |
---|---|
void |
ShaclSailConnection.addStatement(Resource subj,
IRI pred,
Value obj,
Resource... contexts) |
void |
ShaclSailConnection.addStatement(UpdateContext modify,
Resource subj,
IRI pred,
Value obj,
Resource... contexts) |
CloseableIteration<? extends Statement,SailException> |
ShaclSailConnection.getStatements(Resource subj,
IRI pred,
Value obj,
boolean includeInferred,
Resource... contexts) |
CloseableIteration<? extends Statement,SailException> |
VerySimpleRdfsBackwardsChainingConnection.getStatements(Resource subj,
IRI pred,
Value obj,
boolean includeInferred,
Resource... contexts) |
boolean |
ShaclSailConnection.hasStatement(Resource subj,
IRI pred,
Value obj,
boolean includeInferred,
Resource... contexts) |
boolean |
VerySimpleRdfsBackwardsChainingConnection.hasStatement(Resource subj,
IRI pred,
Value obj,
boolean includeInferred,
Resource... contexts) |
void |
ShaclSailConnection.removeStatement(UpdateContext modify,
Resource subj,
IRI pred,
Value obj,
Resource... contexts) |
void |
ShaclSailConnection.removeStatements(Resource subj,
IRI pred,
Value obj,
Resource... contexts) |
Constructor and Description |
---|
ValidationResult(Value focusNode,
Value value,
org.eclipse.rdf4j.sail.shacl.ast.Shape shape,
SourceConstraintComponent sourceConstraintComponent,
org.eclipse.rdf4j.sail.shacl.ast.Severity severity,
org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents.ConstraintComponent.Scope scope)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static TriplePattern |
GraphPatterns.tp(RdfSubject subject,
IRI predicate,
Value... objects) |
static TriplePattern |
GraphPatterns.tp(RdfSubject subject,
RdfPredicate predicate,
Value... objects) |
static TriplePattern |
GraphPatterns.tp(Resource subject,
IRI predicate,
Value... objects) |
static TriplePattern |
GraphPatterns.tp(Resource subject,
RdfPredicate predicate,
Value... objects) |
Modifier and Type | Method and Description |
---|---|
default TriplePattern |
RdfSubject.has(IRI predicate,
Value... values)
Create a triple pattern from this subject and the given predicate and object
|
default TriplePattern |
RdfSubject.has(RdfPredicate predicate,
Value... values)
Create a triple pattern from this subject and the given predicate and object
|
static RdfObject |
Rdf.object(Value value)
|
static RdfObject[] |
Rdf.objects(Value... values)
|
Modifier and Type | Method and Description |
---|---|
Value |
Argument.getDefaultValue() |
Modifier and Type | Method and Description |
---|---|
ValueExpr |
SpinParser.parseExpression(Value expr,
TripleSource store) |
Modifier and Type | Method and Description |
---|---|
ParsedOperation |
Template.call(Map<IRI,Value> argValues) |
Constructor and Description |
---|
Argument(IRI IRI,
IRI valueType,
boolean optional,
Value defaultValue) |
Modifier and Type | Method and Description |
---|---|
Value |
EvalFunction.evaluate(ValueFactory valueFactory,
Value... args) |
Value |
AskFunction.evaluate(ValueFactory valueFactory,
Value... args) |
Value |
SpinFunction.evaluate(ValueFactory valueFactory,
Value... args) |
Value |
ObjectFunction.evaluate(ValueFactory valueFactory,
Value... args) |
Value |
SpinxFunction.evaluate(ValueFactory valueFactory,
Value... args) |
protected Value |
Not.evaluate(ValueFactory valueFactory,
Value arg) |
protected Value |
Localname.evaluate(ValueFactory valueFactory,
Value arg) |
protected Value |
NotEqualTo.evaluate(ValueFactory valueFactory,
Value arg1,
Value arg2) |
protected Value |
LessThanOrEqualTo.evaluate(ValueFactory valueFactory,
Value arg1,
Value arg2) |
protected Value |
And.evaluate(ValueFactory valueFactory,
Value arg1,
Value arg2) |
protected Value |
LessThan.evaluate(ValueFactory valueFactory,
Value arg1,
Value arg2) |
protected Value |
Subtract.evaluate(ValueFactory valueFactory,
Value arg1,
Value arg2) |
protected Value |
EqualTo.evaluate(ValueFactory valueFactory,
Value arg1,
Value arg2) |
protected Value |
GreaterThan.evaluate(ValueFactory valueFactory,
Value arg1,
Value arg2) |
protected Value |
Multiply.evaluate(ValueFactory valueFactory,
Value arg1,
Value arg2) |
protected Value |
GreaterThanOrEqualTo.evaluate(ValueFactory valueFactory,
Value arg1,
Value arg2) |
protected Value |
Add.evaluate(ValueFactory valueFactory,
Value arg1,
Value arg2) |
protected Value |
Divide.evaluate(ValueFactory valueFactory,
Value arg1,
Value arg2) |
protected Value |
Or.evaluate(ValueFactory valueFactory,
Value arg1,
Value arg2) |
Modifier and Type | Method and Description |
---|---|
CloseableIteration<? extends List<? extends Value>,QueryEvaluationException> |
ConstructTupleFunction.evaluate(ValueFactory valueFactory,
Value... args) |
CloseableIteration<? extends List<? extends Value>,QueryEvaluationException> |
SelectTupleFunction.evaluate(ValueFactory valueFactory,
Value... args) |
CloseableIteration<? extends List<? extends Value>,QueryEvaluationException> |
SpinTupleFunction.evaluate(ValueFactory valueFactory,
Value... args) |
Modifier and Type | Method and Description |
---|---|
protected static void |
EvalFunction.addArguments(Query query,
Value... args) |
protected static void |
AbstractSpinFunction.addBindings(Query query,
Value... args) |
CloseableIteration<? extends List<? extends Value>,QueryEvaluationException> |
ConstructTupleFunction.evaluate(ValueFactory valueFactory,
Value... args) |
Value |
EvalFunction.evaluate(ValueFactory valueFactory,
Value... args) |
CloseableIteration<? extends List<? extends Value>,QueryEvaluationException> |
SelectTupleFunction.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
Concat.evaluate(ValueFactory valueFactory,
Value... args) |
CloseableIteration<? extends List<? extends Value>,QueryEvaluationException> |
SpinTupleFunction.evaluate(ValueFactory valueFactory,
Value... args) |
Value |
AskFunction.evaluate(ValueFactory valueFactory,
Value... args) |
Value |
SpinFunction.evaluate(ValueFactory valueFactory,
Value... args) |
Value |
ObjectFunction.evaluate(ValueFactory valueFactory,
Value... args) |
Value |
SpinxFunction.evaluate(ValueFactory valueFactory,
Value... args) |
protected Value |
Not.evaluate(ValueFactory valueFactory,
Value arg) |
protected Value |
Localname.evaluate(ValueFactory valueFactory,
Value arg) |
protected Value |
NotEqualTo.evaluate(ValueFactory valueFactory,
Value arg1,
Value arg2) |
protected Value |
LessThanOrEqualTo.evaluate(ValueFactory valueFactory,
Value arg1,
Value arg2) |
protected Value |
And.evaluate(ValueFactory valueFactory,
Value arg1,
Value arg2) |
protected Value |
LessThan.evaluate(ValueFactory valueFactory,
Value arg1,
Value arg2) |
protected Value |
Subtract.evaluate(ValueFactory valueFactory,
Value arg1,
Value arg2) |
protected Value |
EqualTo.evaluate(ValueFactory valueFactory,
Value arg1,
Value arg2) |
protected Value |
GreaterThan.evaluate(ValueFactory valueFactory,
Value arg1,
Value arg2) |
protected Value |
Multiply.evaluate(ValueFactory valueFactory,
Value arg1,
Value arg2) |
protected Value |
GreaterThanOrEqualTo.evaluate(ValueFactory valueFactory,
Value arg1,
Value arg2) |
protected Value |
Add.evaluate(ValueFactory valueFactory,
Value arg1,
Value arg2) |
protected Value |
Divide.evaluate(ValueFactory valueFactory,
Value arg1,
Value arg2) |
protected Value |
Or.evaluate(ValueFactory valueFactory,
Value arg1,
Value arg2) |
Modifier and Type | Method and Description |
---|---|
CloseableIteration<? extends List<? extends Value>,QueryEvaluationException> |
ConcatTupleFunction.evaluate(ValueFactory valueFactory,
Value... args) |
Modifier and Type | Method and Description |
---|---|
CloseableIteration<? extends List<? extends Value>,QueryEvaluationException> |
ConcatTupleFunction.evaluate(ValueFactory valueFactory,
Value... args) |
Modifier and Type | Method and Description |
---|---|
CloseableIteration<? extends List<? extends Value>,QueryEvaluationException> |
Index.evaluate(ValueFactory valueFactory,
Value... args) |
CloseableIteration<? extends List<? extends Value>,QueryEvaluationException> |
Length.evaluate(ValueFactory valueFactory,
Value... args) |
CloseableIteration<? extends List<? extends Value>,QueryEvaluationException> |
Member.evaluate(ValueFactory valueFactory,
Value... args) |
Modifier and Type | Method and Description |
---|---|
CloseableIteration<? extends List<? extends Value>,QueryEvaluationException> |
Index.evaluate(ValueFactory valueFactory,
Value... args) |
CloseableIteration<? extends List<? extends Value>,QueryEvaluationException> |
Length.evaluate(ValueFactory valueFactory,
Value... args) |
CloseableIteration<? extends List<? extends Value>,QueryEvaluationException> |
Member.evaluate(ValueFactory valueFactory,
Value... args) |
Modifier and Type | Method and Description |
---|---|
Value |
CanInvoke.evaluate(ValueFactory valueFactory,
Value... args) |
Value |
DecodeURL.evaluate(ValueFactory valueFactory,
Value... args) |
Value |
Random.evaluate(ValueFactory valueFactory,
Value... args) |
Value |
LastIndexOf.evaluate(ValueFactory valueFactory,
Value... args) |
Value |
IndexOf.evaluate(ValueFactory valueFactory,
Value... args) |
Value |
HasAllObjects.evaluate(ValueFactory valueFactory,
Value... args) |
Value |
CurrentTimeMillis.evaluate(ValueFactory valueFactory,
Value... args) |
Value |
ReplaceAll.evaluate(ValueFactory valueFactory,
Value... args) |
Value |
BuildURI.evaluate(ValueFactory valueFactory,
Value... args) |
Value |
EncodeURL.evaluate(ValueFactory valueFactory,
Value... args) |
Value |
GenerateUUID.evaluate(ValueFactory valueFactory,
Value... args) |
Value |
BuildString.evaluate(ValueFactory valueFactory,
Value... args) |
Value |
Name.evaluate(ValueFactory valueFactory,
Value... args) |
Value |
ConvertSpinRDFToString.evaluate(ValueFactory valueFactory,
Value... args) |
Value |
Invoke.evaluate(ValueFactory valueFactory,
Value... args) |
protected Value |
IsValidURI.evaluate(ValueFactory valueFactory,
Value arg) |
protected Value |
UnCamelCase.evaluate(ValueFactory valueFactory,
Value arg) |
protected Value |
Trim.evaluate(ValueFactory valueFactory,
Value arg) |
protected Value |
TimeMillis.evaluate(ValueFactory valueFactory,
Value arg) |
protected Value |
Mod.evaluate(ValueFactory valueFactory,
Value arg1,
Value arg2) |
protected Value |
Cast.evaluate(ValueFactory valueFactory,
Value arg1,
Value arg2) |
protected Value |
DateFormat.evaluate(ValueFactory valueFactory,
Value arg1,
Value arg2) |
protected Value |
ParseDate.evaluate(ValueFactory valueFactory,
Value arg1,
Value arg2) |
protected Value |
DecimalFormat.evaluate(ValueFactory valueFactory,
Value arg1,
Value arg2) |
Modifier and Type | Method and Description |
---|---|
CloseableIteration<? extends List<? extends Value>,QueryEvaluationException> |
Split.evaluate(ValueFactory valueFactory,
Value... args) |
CloseableIteration<? extends List<? extends Value>,QueryEvaluationException> |
For.evaluate(ValueFactory valueFactory,
Value... args) |
CloseableIteration<? extends List<? extends Value>,QueryEvaluationException> |
ForEach.evaluate(ValueFactory valueFactory,
Value... args) |
Modifier and Type | Method and Description |
---|---|
Value |
CanInvoke.evaluate(ValueFactory valueFactory,
Value... args) |
Value |
DecodeURL.evaluate(ValueFactory valueFactory,
Value... args) |
Value |
Random.evaluate(ValueFactory valueFactory,
Value... args) |
Value |
LastIndexOf.evaluate(ValueFactory valueFactory,
Value... args) |
Value |
IndexOf.evaluate(ValueFactory valueFactory,
Value... args) |
Value |
HasAllObjects.evaluate(ValueFactory valueFactory,
Value... args) |
Value |
CurrentTimeMillis.evaluate(ValueFactory valueFactory,
Value... args) |
Value |
ReplaceAll.evaluate(ValueFactory valueFactory,
Value... args) |
Value |
BuildURI.evaluate(ValueFactory valueFactory,
Value... args) |
CloseableIteration<? extends List<? extends Value>,QueryEvaluationException> |
Split.evaluate(ValueFactory valueFactory,
Value... args) |
CloseableIteration<? extends List<? extends Value>,QueryEvaluationException> |
For.evaluate(ValueFactory valueFactory,
Value... args) |
Value |
EncodeURL.evaluate(ValueFactory valueFactory,
Value... args) |
Value |
GenerateUUID.evaluate(ValueFactory valueFactory,
Value... args) |
CloseableIteration<? extends List<? extends Value>,QueryEvaluationException> |
ForEach.evaluate(ValueFactory valueFactory,
Value... args) |
Value |
BuildString.evaluate(ValueFactory valueFactory,
Value... args) |
Value |
Name.evaluate(ValueFactory valueFactory,
Value... args) |
Value |
ConvertSpinRDFToString.evaluate(ValueFactory valueFactory,
Value... args) |
Value |
Invoke.evaluate(ValueFactory valueFactory,
Value... args) |
protected Value |
IsValidURI.evaluate(ValueFactory valueFactory,
Value arg) |
protected Value |
UnCamelCase.evaluate(ValueFactory valueFactory,
Value arg) |
protected Value |
Trim.evaluate(ValueFactory valueFactory,
Value arg) |
protected Value |
TimeMillis.evaluate(ValueFactory valueFactory,
Value arg) |
protected Value |
Mod.evaluate(ValueFactory valueFactory,
Value arg1,
Value arg2) |
protected Value |
Cast.evaluate(ValueFactory valueFactory,
Value arg1,
Value arg2) |
protected Value |
DateFormat.evaluate(ValueFactory valueFactory,
Value arg1,
Value arg2) |
protected Value |
ParseDate.evaluate(ValueFactory valueFactory,
Value arg1,
Value arg2) |
protected Value |
DecimalFormat.evaluate(ValueFactory valueFactory,
Value arg1,
Value arg2) |
Modifier and Type | Method and Description |
---|---|
protected ExploreServlet.ResultCursor |
ExploreServlet.processResource(RepositoryConnection con,
TupleResultBuilder builder,
Value value,
int offset,
int limit,
boolean render)
Query the repository for all instances of the given value, optionally writing the results into the HTTP response.
|
Modifier and Type | Method and Description |
---|---|
Value |
WorkbenchRequest.getValue(String name)
Gets the
Value referred to by the parameter value. |
Copyright © 2015-2022 Eclipse Foundation. All Rights Reserved.