A B C D E F G H I L M N O P Q R S T U V W 

A

AbstractOperation - Class in org.openrdf.query.impl
Abstract super class of all operation types.
AbstractOperation() - Constructor for class org.openrdf.query.impl.AbstractOperation
Creates a new operation object.
AbstractQuery - Class in org.openrdf.query.impl
Abstract super class of all query types.
AbstractQuery() - Constructor for class org.openrdf.query.impl.AbstractQuery
Creates a new query object.
AbstractUpdate - Class in org.openrdf.query.impl
Abstract super class of all update types.
AbstractUpdate() - Constructor for class org.openrdf.query.impl.AbstractUpdate
Creates a new query object.
accept(E) - Method in class info.aduna.iteration.DistinctIteration
Returns true if the specified object hasn't been seen before.
accept(E) - Method in class info.aduna.iteration.FilterIteration
Tests whether or not the specified object should be returned by this Iteration.
accept(E) - Method in class info.aduna.iteration.IntersectIteration
Returns true if the object is in the set of elements of the second argument.
accept(E) - Method in class info.aduna.iteration.MinusIteration
 
accept(E) - Method in class info.aduna.iteration.OffsetIteration
Returns false for the first OFFSET objects.
accept(E) - Method in class info.aduna.iteration.ReducedIteration
 
addAll(Iteration<? extends E, X>, C) - Static method in class info.aduna.iteration.Iterations
Adds all elements from the supplied Iteration to the specified collection.
addBinding(String, Value) - Method in class org.openrdf.query.impl.MapBindingSet
Adds a binding to the binding set.
addBinding(Binding) - Method in class org.openrdf.query.impl.MapBindingSet
Adds a binding to the binding set.
addDefaultGraph(URI) - Method in class org.openrdf.query.impl.DatasetImpl
Adds a graph URI to the set of default graph URIs.
addDefaultRemoveGraph(URI) - Method in class org.openrdf.query.impl.DatasetImpl
Adds a graph URI to the set of default remove graph URIs.
addNamedGraph(URI) - Method in class org.openrdf.query.impl.DatasetImpl
Adds a graph URI to the set of named graph URIs.
afterLast() - Method in class org.openrdf.query.impl.MutableTupleQueryResult
Moves the cursor to the end of the query result, just after the last binding set.
append(BindingSet) - Method in class org.openrdf.query.impl.MutableTupleQueryResult
 
asGraph(GraphQueryResult) - Static method in class org.openrdf.query.QueryResults
Get a Graph containing all elements obtained from the specified query result.
asList(Iteration<? extends E, X>) - Static method in class info.aduna.iteration.Iterations
Get a List containing all elements obtained from the specified Iteration.
asModel(GraphQueryResult) - Static method in class org.openrdf.query.QueryResults
Get a Model containing all elements obtained from the specified query result.
asSet(Iteration<? extends E, X>) - Static method in class info.aduna.iteration.Iterations
Get a Set containing all elements obtained from the specified Iteration.

B

beforeFirst() - Method in class org.openrdf.query.impl.MutableTupleQueryResult
Moves the cursor to the start of the query result, just before the first binding set.
Binding - Interface in org.openrdf.query
A named value binding.
BINDING - Static variable in class org.openrdf.query.dawg.DAWGTestResultSetSchema
 
BindingImpl - Class in org.openrdf.query.impl
An implementation of the Binding interface.
BindingImpl(String, Value) - Constructor for class org.openrdf.query.impl.BindingImpl
Creates a binding object with the supplied name and value.
bindings - Variable in class org.openrdf.query.impl.AbstractOperation
 
BindingSet - Interface in org.openrdf.query
A BindingSet is a set of named value bindings, which is used a.o.
bindingSetsCompatible(BindingSet, BindingSet) - Static method in class org.openrdf.query.QueryResults
Check whether two BindingSets are compatible.
BOOLEAN - Static variable in class org.openrdf.query.dawg.DAWGTestResultSetSchema
 
BooleanQuery - Interface in org.openrdf.query
 

C

clear() - Method in class org.openrdf.query.impl.DatasetImpl
Removes all graph URIs (both default and named) from this dataset.
clear() - Method in class org.openrdf.query.impl.MapBindingSet
Removes all bindings from the binding set.
clear() - Method in class org.openrdf.query.impl.MutableTupleQueryResult
 
clearBindings() - Method in class org.openrdf.query.impl.AbstractOperation
 
clearBindings() - Method in interface org.openrdf.query.Operation
Removes all previously set bindings.
clone() - Method in class org.openrdf.query.impl.MutableTupleQueryResult
 
close() - Method in interface info.aduna.iteration.CloseableIteration
Closes this iteration, freeing any resources that it is holding.
close() - Method in class info.aduna.iteration.CloseableIterationBase
Calls CloseableIterationBase.handleClose() upon first call and makes sure this method gets called only once.
close() - Method in class org.openrdf.query.impl.MutableTupleQueryResult
 
CloseableIteration<E,X extends Exception> - Interface in info.aduna.iteration
An Iteration that can be closed to free resources that it is holding.
CloseableIterationBase<E,X extends Exception> - Class in info.aduna.iteration
Base class for CloseableIterations offering common functionality.
CloseableIterationBase() - Constructor for class info.aduna.iteration.CloseableIterationBase
 
CloseableIteratorIteration<E,X extends Exception> - Class in info.aduna.iteration
An Iteration that can convert an Iterator to a CloseableIteration.
CloseableIteratorIteration() - Constructor for class info.aduna.iteration.CloseableIteratorIteration
Creates an uninitialized CloseableIteratorIteration, needs to be initialized by calling CloseableIteratorIteration.setIterator(Iterator) before it can be used.
CloseableIteratorIteration(Iterator<? extends E>) - Constructor for class info.aduna.iteration.CloseableIteratorIteration
Creates a CloseableIteratorIteration that wraps the supplied iterator.
closeCloseable(Iteration<?, X>) - Static method in class info.aduna.iteration.Iterations
Closes the supplied Iteration if it is an instance of CloseableIteration, otherwise the request is ignored.
convert(S) - Method in class info.aduna.iteration.ConvertingIteration
Converts a source type object to a target type object.
convert(Exception) - Method in class info.aduna.iteration.ExceptionConvertingIteration
Converts an exception from the underlying iteration to an exception of type X.
ConvertingIteration<S,T,X extends Exception> - Class in info.aduna.iteration
A CloseableIteration that converts an iteration over objects of type S (the source type) to an iteration over objects of type T (the target type).
ConvertingIteration(Iteration<? extends S, ? extends X>) - Constructor for class info.aduna.iteration.ConvertingIteration
Creates a new ConvertingIteration that operates on the supplied source type iteration.
createIteration() - Method in class info.aduna.iteration.DelayedIteration
Creates the iteration that should be iterated over.

D

Dataset - Interface in org.openrdf.query
Represents a dataset against which operations can be evaluated.
dataset - Variable in class org.openrdf.query.impl.AbstractOperation
 
DatasetImpl - Class in org.openrdf.query.impl
 
DatasetImpl() - Constructor for class org.openrdf.query.impl.DatasetImpl
 
DAWGTestBooleanParser - Class in org.openrdf.query.dawg
 
DAWGTestBooleanParser() - Constructor for class org.openrdf.query.dawg.DAWGTestBooleanParser
 
DAWGTestResultSetParseException - Exception in org.openrdf.query.dawg
An exception that is thrown to indicate that the parsing of a DAWG Test Result Set graph failed due to an incompatible or incomplete graph.
DAWGTestResultSetParseException(String) - Constructor for exception org.openrdf.query.dawg.DAWGTestResultSetParseException
Creates a new DAWGTestResultSetParseException.
DAWGTestResultSetParseException(Throwable) - Constructor for exception org.openrdf.query.dawg.DAWGTestResultSetParseException
Creates a new DAWGTestResultSetParseException wrapping another exception.
DAWGTestResultSetParseException(String, Throwable) - Constructor for exception org.openrdf.query.dawg.DAWGTestResultSetParseException
Creates a new DAWGTestResultSetParseException wrapping another exception.
DAWGTestResultSetParser - Class in org.openrdf.query.dawg
 
DAWGTestResultSetParser(TupleQueryResultHandler) - Constructor for class org.openrdf.query.dawg.DAWGTestResultSetParser
 
DAWGTestResultSetSchema - Class in org.openrdf.query.dawg
 
DAWGTestResultSetSchema() - Constructor for class org.openrdf.query.dawg.DAWGTestResultSetSchema
 
DAWGTestResultSetUtil - Class in org.openrdf.query.dawg
 
DAWGTestResultSetUtil() - Constructor for class org.openrdf.query.dawg.DAWGTestResultSetUtil
 
DAWGTestResultSetWriter - Class in org.openrdf.query.dawg
A TupleQueryResultWriter that converts query results to an RDF graph using the Data Access Working Group Test Result Set RDF Vocabulary (http://www.w3.org/2001/sw/DataAccess/tests/result-set#).
DAWGTestResultSetWriter(RDFHandler) - Constructor for class org.openrdf.query.dawg.DAWGTestResultSetWriter
 
DAWGTestResultSetWriter(RDFHandler, ValueFactory) - Constructor for class org.openrdf.query.dawg.DAWGTestResultSetWriter
 
DelayedIteration<E,X extends Exception> - Class in info.aduna.iteration
An iteration that delays the creation of the underlying iteration until it is being accessed.
DelayedIteration() - Constructor for class info.aduna.iteration.DelayedIteration
Creates a new DelayedIteration.
DistinctIteration<E,X extends Exception> - Class in info.aduna.iteration
An Iteration that filters any duplicate elements from an underlying iterator.
DistinctIteration(Iteration<? extends E, ? extends X>) - Constructor for class info.aduna.iteration.DistinctIteration
Creates a new DistinctIterator.

E

EmptyBindingSet - Class in org.openrdf.query.impl
An immutable empty BindingSet.
EmptyBindingSet() - Constructor for class org.openrdf.query.impl.EmptyBindingSet
 
EmptyIteration<E,X extends Exception> - Class in info.aduna.iteration
An iterator that does not contain any elements.
EmptyIteration() - Constructor for class info.aduna.iteration.EmptyIteration
Creates a new EmptyIteration.
endQueryResult() - Method in class org.openrdf.query.dawg.DAWGTestResultSetWriter
 
endQueryResult() - Method in interface org.openrdf.query.TupleQueryResultHandler
Indicates the end of a sequence of solutions.
endQueryResult() - Method in class org.openrdf.query.TupleQueryResultHandlerBase
 
endRDF() - Method in class org.openrdf.query.dawg.DAWGTestBooleanParser
 
endRDF() - Method in class org.openrdf.query.dawg.DAWGTestResultSetParser
 
equals(Object) - Method in interface org.openrdf.query.Binding
Compares a binding object to another object.
equals(Object) - Method in interface org.openrdf.query.BindingSet
Compares a BindingSet object to another object.
equals(Object) - Method in class org.openrdf.query.impl.BindingImpl
 
equals(Object) - Method in class org.openrdf.query.impl.EmptyBindingSet
 
equals(Object) - Method in class org.openrdf.query.impl.ListBindingSet
 
equals(Object) - Method in class org.openrdf.query.impl.MapBindingSet
 
equals(Object) - Method in class org.openrdf.query.QueryLanguage
 
equals(TupleQueryResult, TupleQueryResult) - Static method in class org.openrdf.query.QueryResults
Compares the two query results by converting them to graphs and returns true if they are equal.
equals(GraphQueryResult, GraphQueryResult) - Static method in class org.openrdf.query.QueryResults
 
evaluate() - Method in interface org.openrdf.query.BooleanQuery
 
evaluate() - Method in interface org.openrdf.query.GraphQuery
 
evaluate(RDFHandler) - Method in interface org.openrdf.query.GraphQuery
 
evaluate() - Method in interface org.openrdf.query.TupleQuery
 
evaluate(TupleQueryResultHandler) - Method in interface org.openrdf.query.TupleQuery
 
ExceptionConvertingIteration<E,X extends Exception> - Class in info.aduna.iteration
A CloseableIteration that converts an arbitrary iteration to an iteration with exceptions of type X.
ExceptionConvertingIteration(Iteration<? extends E, ? extends Exception>) - Constructor for class info.aduna.iteration.ExceptionConvertingIteration
Creates a new ExceptionConvertingIteration that operates on the supplied iteration.
execute() - Method in interface org.openrdf.query.Update
Execute this update on the repository.

F

fallback(Dataset, Dataset) - Static method in class org.openrdf.query.impl.FallbackDataset
 
FallbackDataset - Class in org.openrdf.query.impl
 
FALSE - Static variable in class org.openrdf.query.dawg.DAWGTestResultSetSchema
 
FilterIteration<E,X extends Exception> - Class in info.aduna.iteration
A CloseableIteration that wraps another Iteration, applying a filter on the objects that are returned.
FilterIteration(Iteration<? extends E, ? extends X>) - Constructor for class info.aduna.iteration.FilterIteration
 

G

get(int) - Method in class org.openrdf.query.impl.MutableTupleQueryResult
 
getBinding(String) - Method in interface org.openrdf.query.BindingSet
Gets the binding with the specified name from this BindingSet.
getBinding(String) - Method in class org.openrdf.query.impl.EmptyBindingSet
 
getBinding(String) - Method in class org.openrdf.query.impl.ListBindingSet
 
getBinding(String) - Method in class org.openrdf.query.impl.MapBindingSet
 
getBindingNames() - Method in interface org.openrdf.query.BindingSet
Gets the names of the bindings in this BindingSet.
getBindingNames() - Method in class org.openrdf.query.impl.EmptyBindingSet
 
getBindingNames() - Method in class org.openrdf.query.impl.ListBindingSet
 
getBindingNames() - Method in class org.openrdf.query.impl.MapBindingSet
 
getBindingNames() - Method in class org.openrdf.query.impl.MutableTupleQueryResult
 
getBindingNames() - Method in class org.openrdf.query.impl.TupleQueryResultImpl
 
getBindingNames() - Method in interface org.openrdf.query.TupleQueryResult
Gets the names of the bindings, in order of projection.
getBindings() - Method in class org.openrdf.query.impl.AbstractOperation
 
getBindings() - Method in interface org.openrdf.query.Operation
Retrieves the bindings that have been set on this operation.
getDataset() - Method in class org.openrdf.query.impl.AbstractOperation
 
getDataset() - Method in interface org.openrdf.query.Operation
Gets the dataset that has been set using Operation.setDataset(Dataset), if any.
getDefaultGraphs() - Method in interface org.openrdf.query.Dataset
Gets the default graph URIs of this dataset.
getDefaultGraphs() - Method in class org.openrdf.query.impl.DatasetImpl
 
getDefaultGraphs() - Method in class org.openrdf.query.impl.FallbackDataset
 
getDefaultInsertGraph() - Method in interface org.openrdf.query.Dataset
Gets the default insert graph URI of this dataset.
getDefaultInsertGraph() - Method in class org.openrdf.query.impl.DatasetImpl
 
getDefaultInsertGraph() - Method in class org.openrdf.query.impl.FallbackDataset
 
getDefaultRemoveGraphs() - Method in interface org.openrdf.query.Dataset
Gets the default remove graph URIs of this dataset.
getDefaultRemoveGraphs() - Method in class org.openrdf.query.impl.DatasetImpl
 
getDefaultRemoveGraphs() - Method in class org.openrdf.query.impl.FallbackDataset
 
getIncludeInferred() - Method in class org.openrdf.query.impl.AbstractOperation
 
getIncludeInferred() - Method in interface org.openrdf.query.Operation
Returns whether or not this operation will return inferred statements (if any are present in the repository).
getIndex() - Method in class org.openrdf.query.impl.MutableTupleQueryResult
 
getInstance() - Static method in class org.openrdf.query.impl.EmptyBindingSet
 
getMaxQueryTime() - Method in class org.openrdf.query.impl.AbstractQuery
 
getMaxQueryTime() - Method in interface org.openrdf.query.Query
Returns the maximum query evaluation time.
getName() - Method in interface org.openrdf.query.Binding
Gets the name of the binding (e.g.
getName() - Method in class org.openrdf.query.impl.BindingImpl
 
getName() - Method in class org.openrdf.query.QueryLanguage
Gets the name of this query language.
getNamedGraphs() - Method in interface org.openrdf.query.Dataset
Gets the named graph URIs of this dataset.
getNamedGraphs() - Method in class org.openrdf.query.impl.DatasetImpl
Gets the (unmodifiable) set of named graph URIs.
getNamedGraphs() - Method in class org.openrdf.query.impl.FallbackDataset
 
getNamespaces() - Method in interface org.openrdf.query.GraphQueryResult
Retrieves relevant namespaces from the query result.
getNamespaces() - Method in class org.openrdf.query.impl.GraphQueryResultImpl
 
getNextElement() - Method in class info.aduna.iteration.LookAheadIteration
Gets the next element.
getNextElement() - Method in class info.aduna.iteration.UnionIteration
 
getQueryResult() - Method in class org.openrdf.query.impl.TupleQueryResultBuilder
 
getValue() - Method in interface org.openrdf.query.Binding
Gets the value of the binding.
getValue(String) - Method in interface org.openrdf.query.BindingSet
Gets the value of the binding with the specified name from this BindingSet.
getValue() - Method in class org.openrdf.query.dawg.DAWGTestBooleanParser
 
getValue() - Method in class org.openrdf.query.impl.BindingImpl
 
getValue(String) - Method in class org.openrdf.query.impl.EmptyBindingSet
 
getValue(String) - Method in class org.openrdf.query.impl.ListBindingSet
 
getValue(String) - Method in class org.openrdf.query.impl.MapBindingSet
 
GraphQuery - Interface in org.openrdf.query
 
GraphQueryResult - Interface in org.openrdf.query
A representation of a query result as a sequence of Statement objects.
GraphQueryResultImpl - Class in org.openrdf.query.impl
An utility implementation of the GraphQueryResult interface.
GraphQueryResultImpl(Map<String, String>, Iterable<? extends Statement>) - Constructor for class org.openrdf.query.impl.GraphQueryResultImpl
 
GraphQueryResultImpl(Map<String, String>, Iterator<? extends Statement>) - Constructor for class org.openrdf.query.impl.GraphQueryResultImpl
 
GraphQueryResultImpl(Map<String, String>, CloseableIteration<? extends Statement, ? extends QueryEvaluationException>) - Constructor for class org.openrdf.query.impl.GraphQueryResultImpl
 

H

handleClose() - Method in class info.aduna.iteration.CloseableIterationBase
Called by CloseableIterationBase.close() when it is called for the first time.
handleClose() - Method in class info.aduna.iteration.ConvertingIteration
Closes this iteration as well as the wrapped iteration if it is a CloseableIteration.
handleClose() - Method in class info.aduna.iteration.DelayedIteration
Closes this iteration as well as the underlying iteration if it has already been created and happens to be a CloseableIteration.
handleClose() - Method in class info.aduna.iteration.ExceptionConvertingIteration
Closes this Iteration as well as the wrapped Iteration if it happens to be a CloseableIteration.
handleClose() - Method in class info.aduna.iteration.FilterIteration
 
handleClose() - Method in class info.aduna.iteration.IntersectIteration
 
handleClose() - Method in class info.aduna.iteration.IterationWrapper
Closed this Iteration and also closes the wrapped Iteration if it is a CloseableIteration.
handleClose() - Method in class info.aduna.iteration.LookAheadIteration
 
handleClose() - Method in class info.aduna.iteration.MinusIteration
 
handleClose() - Method in class info.aduna.iteration.SingletonIteration
 
handleClose() - Method in class info.aduna.iteration.TimeLimitIteration
 
handleClose() - Method in class info.aduna.iteration.UnionIteration
 
handleSolution(BindingSet) - Method in class org.openrdf.query.dawg.DAWGTestResultSetWriter
 
handleSolution(BindingSet) - Method in class org.openrdf.query.impl.TupleQueryResultBuilder
 
handleSolution(BindingSet) - Method in interface org.openrdf.query.TupleQueryResultHandler
Handles a solution.
handleSolution(BindingSet) - Method in class org.openrdf.query.TupleQueryResultHandlerBase
 
handleStatement(Statement) - Method in class org.openrdf.query.dawg.DAWGTestBooleanParser
 
handleStatement(Statement) - Method in class org.openrdf.query.dawg.DAWGTestResultSetParser
 
hasBinding(String) - Method in interface org.openrdf.query.BindingSet
Checks whether this BindingSet has a binding with the specified name.
hasBinding(String) - Method in class org.openrdf.query.impl.EmptyBindingSet
 
hasBinding(String) - Method in class org.openrdf.query.impl.ListBindingSet
 
hasBinding(String) - Method in class org.openrdf.query.impl.MapBindingSet
 
hashCode() - Method in interface org.openrdf.query.Binding
The hash code of a binding is defined as the bit-wise XOR of the hash codes of its name and value:
hashCode() - Method in interface org.openrdf.query.BindingSet
The hash code of a binding is defined as the bit-wise XOR of the hash codes of its bindings:
hashCode() - Method in class org.openrdf.query.impl.BindingImpl
 
hashCode() - Method in class org.openrdf.query.impl.EmptyBindingSet
 
hashCode() - Method in class org.openrdf.query.impl.ListBindingSet
 
hashCode() - Method in class org.openrdf.query.impl.MapBindingSet
 
hashCode() - Method in class org.openrdf.query.QueryLanguage
 
hasName(String) - Method in class org.openrdf.query.QueryLanguage
 
hasNext() - Method in class info.aduna.iteration.CloseableIteratorIteration
 
hasNext() - Method in class info.aduna.iteration.ConvertingIteration
Checks whether the source type iteration contains more elements.
hasNext() - Method in class info.aduna.iteration.DelayedIteration
Calls the hasNext method of the underlying iteration.
hasNext() - Method in class info.aduna.iteration.EmptyIteration
 
hasNext() - Method in class info.aduna.iteration.ExceptionConvertingIteration
Checks whether the underlying Iteration contains more elements.
hasNext() - Method in class info.aduna.iteration.FilterIteration
 
hasNext() - Method in interface info.aduna.iteration.Iteration
Returns true if the iteration has more elements.
hasNext() - Method in class info.aduna.iteration.IterationWrapper
Checks whether the wrapped Iteration contains more elements, closing this Iteration when this is not the case.
hasNext() - Method in class info.aduna.iteration.IteratorIteration
 
hasNext() - Method in class info.aduna.iteration.LimitIteration
 
hasNext() - Method in class info.aduna.iteration.LookAheadIteration
 
hasNext() - Method in class info.aduna.iteration.SingletonIteration
 
hasNext() - Method in class info.aduna.iteration.TimeLimitIteration
 
hasNext() - Method in class org.openrdf.query.impl.MutableTupleQueryResult
 
hasPrevious() - Method in class org.openrdf.query.impl.MutableTupleQueryResult
 

I

includeInferred - Variable in class org.openrdf.query.impl.AbstractOperation
 
IncompatibleOperationException - Exception in org.openrdf.query
An exception indicating that a string could not be parsed into an operation of the expected type by the parser.
IncompatibleOperationException() - Constructor for exception org.openrdf.query.IncompatibleOperationException
 
IncompatibleOperationException(String) - Constructor for exception org.openrdf.query.IncompatibleOperationException
 
IncompatibleOperationException(Throwable) - Constructor for exception org.openrdf.query.IncompatibleOperationException
 
IncompatibleOperationException(String, Throwable) - Constructor for exception org.openrdf.query.IncompatibleOperationException
 
info.aduna.iteration - package info.aduna.iteration
 
insert(BindingSet) - Method in class org.openrdf.query.impl.MutableTupleQueryResult
Inserts the specified binding set into the list.
insert(int, BindingSet) - Method in class org.openrdf.query.impl.MutableTupleQueryResult
 
IntersectIteration<E,X extends Exception> - Class in info.aduna.iteration
An Iteration that returns the intersection of the results of two Iterations.
IntersectIteration(Iteration<? extends E, ? extends X>, Iteration<? extends E, ? extends X>) - Constructor for class info.aduna.iteration.IntersectIteration
Creates a new IntersectIteration that returns the intersection of the results of two Iterations.
IntersectIteration(Iteration<? extends E, ? extends X>, Iteration<? extends E, ? extends X>, boolean) - Constructor for class info.aduna.iteration.IntersectIteration
Creates a new IntersectIteration that returns the intersection of the results of two Iterations.
isClosed() - Method in class info.aduna.iteration.CloseableIterationBase
Checks whether this CloseableIteration has been closed.
isSubset(TupleQueryResult, TupleQueryResult) - Static method in class org.openrdf.query.QueryResults
 
Iteration<E,X extends Exception> - Interface in info.aduna.iteration
An Iteration is a typed Iterator-like object that can throw (typed) Exceptions while iterating.
Iterations - Class in info.aduna.iteration
This class consists exclusively of static methods that operate on or return Iterations.
Iterations() - Constructor for class info.aduna.iteration.Iterations
 
IterationWrapper<E,X extends Exception> - Class in info.aduna.iteration
Abstract superclass for Iterations that wrap other Iterations.
IterationWrapper(Iteration<? extends E, ? extends X>) - Constructor for class info.aduna.iteration.IterationWrapper
Creates a new IterationWrapper that operates on the supplied Iteration.
iterator() - Method in interface org.openrdf.query.BindingSet
Creates an iterator over the bindings in this BindingSet.
iterator() - Method in class org.openrdf.query.impl.EmptyBindingSet
 
iterator() - Method in class org.openrdf.query.impl.ListBindingSet
 
iterator() - Method in class org.openrdf.query.impl.MapBindingSet
 
IteratorIteration<E,X extends Exception> - Class in info.aduna.iteration
An Iteration that can convert an Iterator to a Iteration.
IteratorIteration(Iterator<? extends E>) - Constructor for class info.aduna.iteration.IteratorIteration
 

L

LimitIteration<E,X extends Exception> - Class in info.aduna.iteration
An Iteration that limits the amount of elements that it returns from an underlying Iteration to a fixed amount.
LimitIteration(Iteration<? extends E, X>, long) - Constructor for class info.aduna.iteration.LimitIteration
Creates a new LimitIteration.
ListBindingSet - Class in org.openrdf.query.impl
A List-based implementation of the BindingSet interface.
ListBindingSet(List<String>, Value...) - Constructor for class org.openrdf.query.impl.ListBindingSet
Creates a new List-based BindingSet containing the supplied bindings.
ListBindingSet(List<String>, List<? extends Value>) - Constructor for class org.openrdf.query.impl.ListBindingSet
Creates a new List-based BindingSet containing the supplied bindings.
LookAheadIteration<E,X extends Exception> - Class in info.aduna.iteration
An Iteration that looks one element ahead, if necessary, to handle calls to LookAheadIteration.hasNext().
LookAheadIteration() - Constructor for class info.aduna.iteration.LookAheadIteration
 

M

MalformedQueryException - Exception in org.openrdf.query
An exception indicating that a query could not be processed by the query parser, typically due to syntax errors.
MalformedQueryException() - Constructor for exception org.openrdf.query.MalformedQueryException
 
MalformedQueryException(String) - Constructor for exception org.openrdf.query.MalformedQueryException
 
MalformedQueryException(Throwable) - Constructor for exception org.openrdf.query.MalformedQueryException
 
MalformedQueryException(String, Throwable) - Constructor for exception org.openrdf.query.MalformedQueryException
 
MapBindingSet - Class in org.openrdf.query.impl
A Map-based implementation of the BindingSet interface.
MapBindingSet() - Constructor for class org.openrdf.query.impl.MapBindingSet
 
MapBindingSet(int) - Constructor for class org.openrdf.query.impl.MapBindingSet
Creates a new Map-based BindingSet with the specified initial capacity.
maxQueryTime - Variable in class org.openrdf.query.impl.AbstractQuery
 
MinusIteration<E,X extends Exception> - Class in info.aduna.iteration
An Iteration that returns the results of an Iteration (the left argument) minus the results of another Iteration (the right argument).
MinusIteration(Iteration<? extends E, X>, Iteration<? extends E, X>) - Constructor for class info.aduna.iteration.MinusIteration
Creates a new MinusIteration that returns the results of the left argument minus the results of the right argument.
MinusIteration(Iteration<? extends E, X>, Iteration<? extends E, X>, boolean) - Constructor for class info.aduna.iteration.MinusIteration
Creates a new MinusIteration that returns the results of the left argument minus the results of the right argument.
MutableTupleQueryResult - Class in org.openrdf.query.impl
An implementation of the TupleQueryResult interface that stores the complete query result in memory.
MutableTupleQueryResult(Collection<String>, BindingSet...) - Constructor for class org.openrdf.query.impl.MutableTupleQueryResult
 
MutableTupleQueryResult(Collection<String>, Collection<? extends BindingSet>) - Constructor for class org.openrdf.query.impl.MutableTupleQueryResult
Creates a query result table with the supplied binding names.
MutableTupleQueryResult(Collection<String>, Iteration<? extends BindingSet, E>) - Constructor for class org.openrdf.query.impl.MutableTupleQueryResult
 
MutableTupleQueryResult(TupleQueryResult) - Constructor for class org.openrdf.query.impl.MutableTupleQueryResult
 

N

NAMESPACE - Static variable in class org.openrdf.query.dawg.DAWGTestResultSetSchema
 
next() - Method in class info.aduna.iteration.CloseableIteratorIteration
 
next() - Method in class info.aduna.iteration.ConvertingIteration
Returns the next element from the source type iteration.
next() - Method in class info.aduna.iteration.DelayedIteration
Calls the next method of the underlying iteration.
next() - Method in class info.aduna.iteration.EmptyIteration
 
next() - Method in class info.aduna.iteration.ExceptionConvertingIteration
Returns the next element from the wrapped Iteration.
next() - Method in class info.aduna.iteration.FilterIteration
 
next() - Method in interface info.aduna.iteration.Iteration
Returns the next element in the iteration.
next() - Method in class info.aduna.iteration.IterationWrapper
Returns the next element from the wrapped Iteration.
next() - Method in class info.aduna.iteration.IteratorIteration
 
next() - Method in class info.aduna.iteration.LimitIteration
 
next() - Method in class info.aduna.iteration.LookAheadIteration
 
next() - Method in class info.aduna.iteration.SingletonIteration
 
next() - Method in class info.aduna.iteration.TimeLimitIteration
 
next() - Method in class org.openrdf.query.impl.MutableTupleQueryResult
 

O

OffsetIteration<E,X extends Exception> - Class in info.aduna.iteration
An Iteration that skips the first offset elements from an underlying Iteration.
OffsetIteration(Iteration<? extends E, X>, long) - Constructor for class info.aduna.iteration.OffsetIteration
Creates a new OffsetIteration.
Operation - Interface in org.openrdf.query
An operation (e.g.
org.openrdf.query - package org.openrdf.query
Interfaces and classes for handling queries and query results.
org.openrdf.query.dawg - package org.openrdf.query.dawg
Functionality to convert tuple query results to and from the Data Access Working Group Test Result Set RDF Vocabulary
org.openrdf.query.impl - package org.openrdf.query.impl
 

P

previous() - Method in class org.openrdf.query.impl.MutableTupleQueryResult
 

Q

Query - Interface in org.openrdf.query
A query on a repository.Repository that can be formulated in one of the supported query languages (for example SeRQL or SPARQL).
QueryEvaluationException - Exception in org.openrdf.query
An exception indicating that the evaluation of a query failed.
QueryEvaluationException() - Constructor for exception org.openrdf.query.QueryEvaluationException
 
QueryEvaluationException(String) - Constructor for exception org.openrdf.query.QueryEvaluationException
Creates a new TupleQueryResultHandlerException.
QueryEvaluationException(Throwable) - Constructor for exception org.openrdf.query.QueryEvaluationException
Creates a new TupleQueryResultHandlerException wrapping another exception.
QueryEvaluationException(String, Throwable) - Constructor for exception org.openrdf.query.QueryEvaluationException
Creates a new TupleQueryResultHandlerException wrapping another exception.
QueryInterruptedException - Exception in org.openrdf.query
An exception indicating that the evaluation of a query has been interrupted, for example because it took too long to complete.
QueryInterruptedException() - Constructor for exception org.openrdf.query.QueryInterruptedException
 
QueryInterruptedException(String) - Constructor for exception org.openrdf.query.QueryInterruptedException
 
QueryInterruptedException(String, Throwable) - Constructor for exception org.openrdf.query.QueryInterruptedException
 
QueryInterruptedException(Throwable) - Constructor for exception org.openrdf.query.QueryInterruptedException
 
QueryLanguage - Class in org.openrdf.query
A type-safe enumeration for RDF query languages.
QueryLanguage(String) - Constructor for class org.openrdf.query.QueryLanguage
Creates a new QueryLanguage object.
QueryResult<T> - Interface in org.openrdf.query
Super type of all query result types (TupleQueryResult, GraphQueryResult, etc.).
QueryResults - Class in org.openrdf.query
Utility methods related to query results.
QueryResults() - Constructor for class org.openrdf.query.QueryResults
 
QueryResultUtil - Class in org.openrdf.query
Deprecated.
since 2.7.0. Use QueryResults instead.
QueryResultUtil() - Constructor for class org.openrdf.query.QueryResultUtil
Deprecated.
 

R

ReducedIteration<E,X extends Exception> - Class in info.aduna.iteration
Removes consecutive duplicates from the object stream.
ReducedIteration(Iteration<? extends E, ? extends X>) - Constructor for class info.aduna.iteration.ReducedIteration
 
register(String) - Static method in class org.openrdf.query.QueryLanguage
Registers the specified query language.
register(QueryLanguage) - Static method in class org.openrdf.query.QueryLanguage
Registers the specified query language.
remove() - Method in class info.aduna.iteration.CloseableIteratorIteration
 
remove() - Method in class info.aduna.iteration.ConvertingIteration
Calls remove() on the underlying Iteration.
remove() - Method in class info.aduna.iteration.DelayedIteration
Calls the remove method of the underlying iteration.
remove() - Method in class info.aduna.iteration.EmptyIteration
 
remove() - Method in class info.aduna.iteration.ExceptionConvertingIteration
Calls remove() on the underlying Iteration.
remove() - Method in interface info.aduna.iteration.Iteration
Removes from the underlying collection the last element returned by the iteration (optional operation).
remove() - Method in class info.aduna.iteration.IterationWrapper
Removes the last element that has been returned from the wrapped Iteration.
remove() - Method in class info.aduna.iteration.IteratorIteration
 
remove() - Method in class info.aduna.iteration.LookAheadIteration
remove() - Method in class info.aduna.iteration.SingletonIteration
 
remove() - Method in class info.aduna.iteration.TimeLimitIteration
 
remove() - Method in class org.openrdf.query.impl.MutableTupleQueryResult
 
remove(int) - Method in class org.openrdf.query.impl.MutableTupleQueryResult
 
removeBinding(String) - Method in class org.openrdf.query.impl.AbstractOperation
 
removeBinding(String) - Method in class org.openrdf.query.impl.MapBindingSet
Removes a binding from the binding set.
removeBinding(String) - Method in interface org.openrdf.query.Operation
Removes a previously set binding on the supplied variable.
removeDefaultGraph(URI) - Method in class org.openrdf.query.impl.DatasetImpl
Removes a graph URI from the set of default graph URIs.
removeDefaultRemoveGraph(URI) - Method in class org.openrdf.query.impl.DatasetImpl
Removes a graph URI from the set of default remove graph URIs.
removeNamedGraph(URI) - Method in class org.openrdf.query.impl.DatasetImpl
Removes a graph URI from the set of named graph URIs.
report(TupleQueryResult, TupleQueryResultHandler) - Static method in class org.openrdf.query.QueryResults
Reports a tuple query result to a TupleQueryResultHandler.
report(GraphQueryResult, RDFHandler) - Static method in class org.openrdf.query.QueryResults
Reports a graph query result to an RDFHandler.
RESULTSET - Static variable in class org.openrdf.query.dawg.DAWGTestResultSetSchema
 
RESULTVARIABLE - Static variable in class org.openrdf.query.dawg.DAWGTestResultSetSchema
 

S

SERQL - Static variable in class org.openrdf.query.QueryLanguage
 
SERQO - Static variable in class org.openrdf.query.QueryLanguage
 
set(BindingSet) - Method in class org.openrdf.query.impl.MutableTupleQueryResult
 
set(int, BindingSet) - Method in class org.openrdf.query.impl.MutableTupleQueryResult
 
setBinding(String, Value) - Method in class org.openrdf.query.impl.AbstractOperation
 
setBinding(String, Value) - Method in interface org.openrdf.query.Operation
Binds the specified variable to the supplied value.
setDataset(Dataset) - Method in class org.openrdf.query.impl.AbstractOperation
 
setDataset(Dataset) - Method in interface org.openrdf.query.Operation
Specifies the dataset against which to execute an operation, overriding any dataset that is specified in the operation itself.
setDefaultInsertGraph(URI) - Method in class org.openrdf.query.impl.DatasetImpl
 
setIncludeInferred(boolean) - Method in class org.openrdf.query.impl.AbstractOperation
 
setIncludeInferred(boolean) - Method in interface org.openrdf.query.Operation
Determine whether evaluation results of this operation should include inferred statements (if any inferred statements are present in the repository).
setIndex(int) - Method in class org.openrdf.query.impl.MutableTupleQueryResult
 
setIterator(Iterator<? extends E>) - Method in class info.aduna.iteration.CloseableIteratorIteration
 
setMaxQueryTime(int) - Method in class org.openrdf.query.impl.AbstractQuery
 
setMaxQueryTime(int) - Method in interface org.openrdf.query.Query
Specifies the maximum time that a query is allowed to run.
singleResult(GraphQueryResult) - Static method in class org.openrdf.query.QueryResults
Returns a single element from the query result.
singleResult(TupleQueryResult) - Method in class org.openrdf.query.QueryResults
Returns a single element from the query result.
SingletonIteration<E,X extends Exception> - Class in info.aduna.iteration
An Iteration that contains exactly one element.
SingletonIteration(E) - Constructor for class info.aduna.iteration.SingletonIteration
Creates a new EmptyIteration.
size() - Method in interface org.openrdf.query.BindingSet
Returns the number of bindings in this BindingSet.
size() - Method in class org.openrdf.query.impl.EmptyBindingSet
 
size() - Method in class org.openrdf.query.impl.ListBindingSet
 
size() - Method in class org.openrdf.query.impl.MapBindingSet
 
size() - Method in class org.openrdf.query.impl.MutableTupleQueryResult
 
SOLUTION - Static variable in class org.openrdf.query.dawg.DAWGTestResultSetSchema
 
SPARQL - Static variable in class org.openrdf.query.QueryLanguage
 
startQueryResult(List<String>) - Method in class org.openrdf.query.dawg.DAWGTestResultSetWriter
 
startQueryResult(List<String>) - Method in class org.openrdf.query.impl.TupleQueryResultBuilder
 
startQueryResult(List<String>) - Method in interface org.openrdf.query.TupleQueryResultHandler
Indicates the start of a sequence of Solutions.
startQueryResult(List<String>) - Method in class org.openrdf.query.TupleQueryResultHandlerBase
 
startRDF() - Method in class org.openrdf.query.dawg.DAWGTestBooleanParser
 
startRDF() - Method in class org.openrdf.query.dawg.DAWGTestResultSetParser
 

T

throwInterruptedException() - Method in class info.aduna.iteration.TimeLimitIteration
 
TimeLimitIteration<E,X extends Exception> - Class in info.aduna.iteration
 
TimeLimitIteration(Iteration<? extends E, ? extends X>, long) - Constructor for class info.aduna.iteration.TimeLimitIteration
 
toBooleanQueryResult(Iterable<? extends Statement>) - Static method in class org.openrdf.query.dawg.DAWGTestResultSetUtil
 
toGraph(TupleQueryResult) - Static method in class org.openrdf.query.dawg.DAWGTestResultSetUtil
 
toString(Iteration<?, X>, String) - Static method in class info.aduna.iteration.Iterations
Converts an Iteration to a string by concatenating all of the string representations of objects in the Iteration, divided by a separator.
toString(Iteration<?, X>, String, StringBuilder) - Static method in class info.aduna.iteration.Iterations
Converts an Iteration to a string by concatenating all of the string representations of objects in the Iteration, divided by a separator.
toString() - Method in class org.openrdf.query.impl.BindingImpl
 
toString() - Method in class org.openrdf.query.impl.DatasetImpl
 
toString() - Method in class org.openrdf.query.impl.EmptyBindingSet
 
toString() - Method in class org.openrdf.query.impl.FallbackDataset
 
toString() - Method in class org.openrdf.query.impl.ListBindingSet
 
toString() - Method in class org.openrdf.query.impl.MapBindingSet
 
toString() - Method in class org.openrdf.query.QueryLanguage
 
toTupleQueryResult(Iterable<? extends Statement>) - Static method in class org.openrdf.query.dawg.DAWGTestResultSetUtil
 
TRUE - Static variable in class org.openrdf.query.dawg.DAWGTestResultSetSchema
 
TupleQuery - Interface in org.openrdf.query
 
TupleQueryResult - Interface in org.openrdf.query
A representation of a variable-binding query result as a sequence of BindingSet objects.
TupleQueryResultBuilder - Class in org.openrdf.query.impl
A TupleQueryResultHandler that can be used to create a TupleQueryResult object.
TupleQueryResultBuilder() - Constructor for class org.openrdf.query.impl.TupleQueryResultBuilder
 
TupleQueryResultHandler - Interface in org.openrdf.query
An interface defining methods related to handling sequences of Solutions.
TupleQueryResultHandlerBase - Class in org.openrdf.query
Base class for TupleQueryResultHandlers with dummy implementations of all methods.
TupleQueryResultHandlerBase() - Constructor for class org.openrdf.query.TupleQueryResultHandlerBase
 
TupleQueryResultHandlerException - Exception in org.openrdf.query
An exception that can be thrown by an TupleQueryResultHandler when it encounters an unrecoverable error.
TupleQueryResultHandlerException(String) - Constructor for exception org.openrdf.query.TupleQueryResultHandlerException
Creates a new TupleQueryResultHandlerException.
TupleQueryResultHandlerException(Throwable) - Constructor for exception org.openrdf.query.TupleQueryResultHandlerException
Creates a new TupleQueryResultHandlerException wrapping another exception.
TupleQueryResultHandlerException(String, Throwable) - Constructor for exception org.openrdf.query.TupleQueryResultHandlerException
Creates a new TupleQueryResultHandlerException wrapping another exception.
TupleQueryResultImpl - Class in org.openrdf.query.impl
A generic implementation of the TupleQueryResult interface.
TupleQueryResultImpl(List<String>, Iterable<? extends BindingSet>) - Constructor for class org.openrdf.query.impl.TupleQueryResultImpl
Creates a query result object with the supplied binding names.
TupleQueryResultImpl(List<String>, Iterator<? extends BindingSet>) - Constructor for class org.openrdf.query.impl.TupleQueryResultImpl
 
TupleQueryResultImpl(List<String>, CloseableIteration<? extends BindingSet, QueryEvaluationException>) - Constructor for class org.openrdf.query.impl.TupleQueryResultImpl
Creates a query result object with the supplied binding names.

U

UnionIteration<E,X extends Exception> - Class in info.aduna.iteration
An Iteration that returns the bag union of the results of a number of Iterations.
UnionIteration(Iteration<? extends E, X>...) - Constructor for class info.aduna.iteration.UnionIteration
Creates a new UnionIteration that returns the bag union of the results of a number of Iterations.
UnionIteration(Iterable<? extends Iteration<? extends E, X>>) - Constructor for class info.aduna.iteration.UnionIteration
Creates a new UnionIteration that returns the bag union of the results of a number of Iterations.
UnsupportedQueryLanguageException - Exception in org.openrdf.query
A RuntimeException indicating that a specific query language is not supported.
UnsupportedQueryLanguageException(String) - Constructor for exception org.openrdf.query.UnsupportedQueryLanguageException
Creates a new UnsupportedRDFormatException.
UnsupportedQueryLanguageException(Throwable) - Constructor for exception org.openrdf.query.UnsupportedQueryLanguageException
Creates a new UnsupportedRDFormatException.
UnsupportedQueryLanguageException(String, Throwable) - Constructor for exception org.openrdf.query.UnsupportedQueryLanguageException
Creates a new UnsupportedRDFormatException wrapping another exception.
Update - Interface in org.openrdf.query
An update operation on a repository.Repository that can be formulated in one of the supported query languages (for example SPARQL).
UpdateExecutionException - Exception in org.openrdf.query
An exception indicating that the execution of an update failed.
UpdateExecutionException() - Constructor for exception org.openrdf.query.UpdateExecutionException
 
UpdateExecutionException(String) - Constructor for exception org.openrdf.query.UpdateExecutionException
Creates a new UpdateExecutionException.
UpdateExecutionException(Throwable) - Constructor for exception org.openrdf.query.UpdateExecutionException
Creates a new UpdateExecutionException wrapping another exception.
UpdateExecutionException(String, Throwable) - Constructor for exception org.openrdf.query.UpdateExecutionException
Creates a new UpdateExecutionException wrapping another exception.

V

VALUE - Static variable in class org.openrdf.query.dawg.DAWGTestResultSetSchema
 
valueOf(String) - Static method in class org.openrdf.query.QueryLanguage
Returns the query language whose name matches the specified name.
values() - Static method in class org.openrdf.query.QueryLanguage
Returns all known/registered query languages.
VARIABLE - Static variable in class org.openrdf.query.dawg.DAWGTestResultSetSchema
 

W

wrappedIter - Variable in class info.aduna.iteration.IterationWrapper
The wrapped Iteration.
A B C D E F G H I L M N O P Q R S T U V W 

Copyright © 2001-2013 Aduna. All Rights Reserved.