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

A

abs(SqlExpr) - Static method in class org.openrdf.sail.rdbms.algebra.base.SqlExprSupport
 
abs() - Method in class org.openrdf.sail.rdbms.evaluation.SqlExprBuilder
 
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.
accept(BindingSet) - Method in class org.openrdf.query.algebra.evaluation.iterator.CompatibleBindingSetFilter
 
accept(BindingSet) - Method in class org.openrdf.query.algebra.evaluation.iterator.FilterIterator
 
ACCEPT_PARAM_NAME - Static variable in class org.openrdf.http.protocol.Protocol
Parameter name for the Accept parameter (may also be used as the name of the Accept HTTP header).
add(Resource, URI, Value, Resource...) - Method in interface org.openrdf.model.Graph
Adds one or more statements to the graph.
add(Statement) - Method in class org.openrdf.model.impl.GraphImpl
 
add(Resource, URI, Value, Resource...) - Method in class org.openrdf.model.impl.GraphImpl
 
add(QueryOptimizer) - Method in class org.openrdf.query.algebra.evaluation.util.QueryOptimizerList
 
add(File, String, RDFFormat, Resource...) - Method in class org.openrdf.repository.base.RepositoryConnectionBase
 
add(URL, String, RDFFormat, Resource...) - Method in class org.openrdf.repository.base.RepositoryConnectionBase
 
add(InputStream, String, RDFFormat, Resource...) - Method in class org.openrdf.repository.base.RepositoryConnectionBase
 
add(Reader, String, RDFFormat, Resource...) - Method in class org.openrdf.repository.base.RepositoryConnectionBase
 
add(Iterable<? extends Statement>, Resource...) - Method in class org.openrdf.repository.base.RepositoryConnectionBase
 
add(Iteration<? extends Statement, E>, Resource...) - Method in class org.openrdf.repository.base.RepositoryConnectionBase
 
add(Statement, Resource...) - Method in class org.openrdf.repository.base.RepositoryConnectionBase
 
add(Resource, URI, Value, Resource...) - Method in class org.openrdf.repository.base.RepositoryConnectionBase
 
add(File, String, RDFFormat, Resource...) - Method in class org.openrdf.repository.base.RepositoryConnectionWrapper
 
add(InputStream, String, RDFFormat, Resource...) - Method in class org.openrdf.repository.base.RepositoryConnectionWrapper
 
add(Iterable<? extends Statement>, Resource...) - Method in class org.openrdf.repository.base.RepositoryConnectionWrapper
 
add(Iteration<? extends Statement, E>, Resource...) - Method in class org.openrdf.repository.base.RepositoryConnectionWrapper
 
add(Reader, String, RDFFormat, Resource...) - Method in class org.openrdf.repository.base.RepositoryConnectionWrapper
 
add(Resource, URI, Value, Resource...) - Method in class org.openrdf.repository.base.RepositoryConnectionWrapper
 
add(Statement, Resource...) - Method in class org.openrdf.repository.base.RepositoryConnectionWrapper
 
add(URL, String, RDFFormat, Resource...) - Method in class org.openrdf.repository.base.RepositoryConnectionWrapper
 
add(RepositoryConnection, Resource, URI, Value, Resource...) - Method in class org.openrdf.repository.event.base.RepositoryConnectionInterceptorAdapter
 
add(RepositoryConnection, Resource, URI, Value, Resource...) - Method in class org.openrdf.repository.event.base.RepositoryConnectionListenerAdapter
 
add(RepositoryConnection, Resource, URI, Value, Resource...) - Method in interface org.openrdf.repository.event.RepositoryConnectionInterceptor
 
add(RepositoryConnection, Resource, URI, Value, Resource...) - Method in interface org.openrdf.repository.event.RepositoryConnectionListener
 
add(RepositoryConnection, Resource, URI, Value, Resource...) - Method in class org.openrdf.repository.event.util.DebugRepositoryConnectionListener
 
add(InputStream, String, RDFFormat, Resource...) - Method in interface org.openrdf.repository.RepositoryConnection
Adds RDF data from an InputStream to the repository, optionally to one or more named contexts.
add(Reader, String, RDFFormat, Resource...) - Method in interface org.openrdf.repository.RepositoryConnection
Adds RDF data from a Reader to the repository, optionally to one or more named contexts.
add(URL, String, RDFFormat, Resource...) - Method in interface org.openrdf.repository.RepositoryConnection
Adds the RDF data that can be found at the specified URL to the repository, optionally to one or more named contexts.
add(File, String, RDFFormat, Resource...) - Method in interface org.openrdf.repository.RepositoryConnection
Adds RDF data from the specified file to a specific contexts in the repository.
add(Resource, URI, Value, Resource...) - Method in interface org.openrdf.repository.RepositoryConnection
Adds a statement with the specified subject, predicate and object to this repository, optionally to one or more named contexts.
add(Statement, Resource...) - Method in interface org.openrdf.repository.RepositoryConnection
Adds the supplied statement to this repository, optionally to one or more named contexts.
add(Iterable<? extends Statement>, Resource...) - Method in interface org.openrdf.repository.RepositoryConnection
Adds the supplied statements to this repository, optionally to one or more named contexts.
add(Iteration<? extends Statement, E>, Resource...) - Method in interface org.openrdf.repository.RepositoryConnection
Adds the supplied statements to this repository, optionally to one or more named contexts.
add(MemStatement) - Method in class org.openrdf.sail.memory.model.MemStatementList
 
add(E) - Method in class org.openrdf.sail.memory.model.WeakObjectRegistry
 
add(RdbmsStatement) - Method in class org.openrdf.sail.rdbms.RdbmsTripleRepository
 
add(ValueType) - Method in class org.openrdf.sail.rdbms.schema.ValueTypes
 
add_escapes(String) - Method in exception org.openrdf.query.parser.serql.ast.ParseException
Used to convert raw characters to their escaped version when these raw version cannot be used as part of an ASCII string literal.
add_escapes(String) - Method in exception org.openrdf.query.parser.sparql.ast.ParseException
Used to convert raw characters to their escaped version when these raw version cannot be used as part of an ASCII string literal.
addAll(BindingSet) - Method in class org.openrdf.query.algebra.evaluation.QueryBindingSet
 
addAll(MemStatementList) - Method in class org.openrdf.sail.memory.model.MemStatementList
 
addArg(ValueExpr) - Method in class org.openrdf.query.algebra.FunctionCall
 
addArgs(ValueExpr...) - Method in class org.openrdf.query.algebra.FunctionCall
 
addArgs(Iterable<ValueExpr>) - Method in class org.openrdf.query.algebra.FunctionCall
 
addBatch() - Method in class org.openrdf.sail.rdbms.schema.Batch
 
addBatch(Number, long) - Method in class org.openrdf.sail.rdbms.schema.HashBatch
 
addBinding(Binding) - Method in class org.openrdf.query.algebra.evaluation.QueryBindingSet
Adds a new binding to the solution.
addBinding(String, Value) - Method in class org.openrdf.query.algebra.evaluation.QueryBindingSet
Adds a new binding to the solution.
addBinding(String, Value) - Method in class org.openrdf.query.impl.MapBindingSet
Adds a binding to the solution.
addBinding(Binding) - Method in class org.openrdf.query.impl.MapBindingSet
Adds a binding to the solution.
addConnectionListener(SailConnectionListener) - Method in class org.openrdf.sail.helpers.SailConnectionBase
 
addConnectionListener(SailConnectionListener) - Method in class org.openrdf.sail.helpers.SailConnectionWrapper
 
addConnectionListener(SailConnectionListener) - Method in interface org.openrdf.sail.SailConnection
Registers a SailConnection listener with this SailConnection.
addContextStatement(MemStatement) - Method in class org.openrdf.sail.memory.model.MemBNode
 
addContextStatement(MemStatement) - Method in interface org.openrdf.sail.memory.model.MemResource
Adds a statement to this MemResource's list of statements for which it represents the context.
addContextStatement(MemStatement) - Method in class org.openrdf.sail.memory.model.MemURI
 
AddController - Class in org.openrdf.http.webclient.repository.modify.add
 
AddController() - Constructor for class org.openrdf.http.webclient.repository.modify.add.AddController
 
addCoreOptimizations(EvaluationStrategy, QueryOptimizerList) - Method in class org.openrdf.sail.rdbms.optimizers.RdbmsQueryOptimizer
 
addDefaultGraph(URI) - Method in class org.openrdf.query.impl.DatasetImpl
Adds a graph URI to the set of default graph URIs.
addElement(ExtensionElem) - Method in class org.openrdf.query.algebra.Extension
 
addElement(OrderElem) - Method in class org.openrdf.query.algebra.Order
 
addElement(ProjectionElem) - Method in class org.openrdf.query.algebra.ProjectionElemList
 
addElements(ExtensionElem...) - Method in class org.openrdf.query.algebra.Extension
 
addElements(Iterable<ExtensionElem>) - Method in class org.openrdf.query.algebra.Extension
 
addElements(OrderElem...) - Method in class org.openrdf.query.algebra.Order
 
addElements(Iterable<OrderElem>) - Method in class org.openrdf.query.algebra.Order
 
addElements(ProjectionElem...) - Method in class org.openrdf.query.algebra.ProjectionElemList
 
addElements(Iterable<ProjectionElem>) - Method in class org.openrdf.query.algebra.ProjectionElemList
 
addEscapes(String) - Static method in error org.openrdf.query.parser.serql.ast.TokenMgrError
Replaces unprintable characters by their espaced (or unicode escaped) equivalents in the given string
addEscapes(String) - Static method in error org.openrdf.query.parser.sparql.ast.TokenMgrError
Replaces unprintable characters by their espaced (or unicode escaped) equivalents in the given string
addFilter(SqlExpr) - Method in class org.openrdf.sail.rdbms.algebra.base.FromItem
 
addFilter(SqlExpr) - Method in class org.openrdf.sail.rdbms.algebra.SelectQuery
 
addGroupBindingName(String) - Method in class org.openrdf.query.algebra.Group
 
addGroupElement(GroupElem) - Method in class org.openrdf.query.algebra.Group
 
addInferredStatement(Resource, URI, Value, Resource...) - Method in interface org.openrdf.sail.inferencer.InferencerConnection
Adds an inferred statement to a specific context.
addInferredStatement(Resource, URI, Value, Resource...) - Method in class org.openrdf.sail.inferencer.InferencerConnectionWrapper
 
addInferredStatement(Resource, URI, Value, Resource...) - Method in class org.openrdf.sail.memory.MemoryStoreConnection
 
addInferredStatement(Resource, URI, Value, Resource...) - Method in class org.openrdf.sail.nativerdf.NativeStoreConnection
 
addInputStreamOrReader(Object, String, RDFFormat, Resource...) - Method in class org.openrdf.repository.base.RepositoryConnectionBase
Adds the data that can be read from the supplied InputStream or Reader to this repository.
AdditiveExpression() - Method in class org.openrdf.query.parser.sparql.ast.SyntaxTreeBuilder
 
addJoin(FromItem) - Method in class org.openrdf.sail.rdbms.algebra.base.FromItem
 
addJoin(SelectQuery) - Method in class org.openrdf.sail.rdbms.algebra.SelectQuery
 
addJoinBefore(FromItem, FromItem) - Method in class org.openrdf.sail.rdbms.algebra.base.FromItem
 
addLeftJoin(SelectQuery) - Method in class org.openrdf.sail.rdbms.algebra.SelectQuery
 
addNamedGraph(URI) - Method in class org.openrdf.query.impl.DatasetImpl
Adds a graph URI to the set of named graph URIs.
addObjectStatement(MemStatement) - Method in class org.openrdf.sail.memory.model.MemBNode
 
addObjectStatement(MemStatement) - Method in class org.openrdf.sail.memory.model.MemLiteral
 
addObjectStatement(MemStatement) - Method in class org.openrdf.sail.memory.model.MemURI
 
addObjectStatement(MemStatement) - Method in interface org.openrdf.sail.memory.model.MemValue
Adds a statement to this MemValue's list of statements for which it is the object.
addOrder(SqlExpr, boolean) - Method in class org.openrdf.sail.rdbms.algebra.SelectQuery
 
addParameters(List<Object>) - Method in class org.openrdf.sail.rdbms.evaluation.SqlExprBuilder
 
addPredicateStatement(MemStatement) - Method in class org.openrdf.sail.memory.model.MemURI
Adds a statement to this MemURI's list of statements for which it is the predicate.
addProjection(ProjectionElemList) - Method in class org.openrdf.query.algebra.MultiProjection
 
addProjections(Iterable<ProjectionElemList>) - Method in class org.openrdf.query.algebra.MultiProjection
 
addRdbmsOptimizations(QueryOptimizerList) - Method in class org.openrdf.sail.rdbms.optimizers.RdbmsQueryOptimizer
 
addRdbmsOptimizations(QueryOptimizerList) - Method in class org.openrdf.sail.rdbms.postgresql.PgSqlQueryOptimizer
 
addRepositoryConfig(RepositoryConfig) - Method in class org.openrdf.repository.manager.RepositoryManager
Adds or updates the configuration of a repository to the manager's system repository.
addRepositoryConfig(RepositoryConfig) - Method in class org.openrdf.repository.manager.util.TypeFilteringRepositoryManager
 
addRepositoryConnectionInterceptor(RepositoryConnectionInterceptor) - Method in class org.openrdf.repository.event.base.InterceptingRepositoryConnectionWrapper
Registers a RepositoryConnectionInterceptor that will receive notifications of operations that are performed on this connection.
addRepositoryConnectionInterceptor(RepositoryConnectionInterceptor) - Method in class org.openrdf.repository.event.base.InterceptingRepositoryWrapper
Registers a RepositoryConnectionInterceptor that will receive notifications of operations that are performed on any connections that are created by this repository.
addRepositoryConnectionInterceptor(RepositoryConnectionInterceptor) - Method in interface org.openrdf.repository.event.InterceptingRepository
Registers a RepositoryConnectionInterceptor that will receive notifications of operations that are performed on this connection.
addRepositoryConnectionInterceptor(RepositoryConnectionInterceptor) - Method in interface org.openrdf.repository.event.InterceptingRepositoryConnection
Registers a RepositoryConnectionInterceptor that will receive notifications of operations that are performed on this connection.
addRepositoryConnectionListener(RepositoryConnectionListener) - Method in class org.openrdf.repository.event.base.NotifyingRepositoryConnectionWrapper
Registers a RepositoryConnectionListener that will receive notifications of operations that are performed on this connection.
addRepositoryConnectionListener(RepositoryConnectionListener) - Method in class org.openrdf.repository.event.base.NotifyingRepositoryWrapper
Registers a RepositoryConnectionListener that will receive notifications of operations that are performed on any< connections that are created by this repository.
addRepositoryConnectionListener(RepositoryConnectionListener) - Method in interface org.openrdf.repository.event.NotifyingRepository
Registers a RepositoryConnectionListener that will receive notifications of operations that are performed on any< connections that are created by this repository.
addRepositoryConnectionListener(RepositoryConnectionListener) - Method in interface org.openrdf.repository.event.NotifyingRepositoryConnection
Registers a RepositoryConnectionListener that will receive notifications of operations that are performed on this connection.
addRepositoryInterceptor(RepositoryInterceptor) - Method in class org.openrdf.repository.event.base.InterceptingRepositoryWrapper
Registers a RepositoryInterceptor that will receive notifications of operations that are performed on this repository.
addRepositoryInterceptor(RepositoryInterceptor) - Method in interface org.openrdf.repository.event.InterceptingRepository
Registers a RepositoryInterceptor that will receive notifications of operations that are performed on this repository.
addRepositoryListener(RepositoryListener) - Method in class org.openrdf.repository.event.base.NotifyingRepositoryWrapper
Registers a RepositoryListener that will receive notifications of operations that are performed on this repository.
addRepositoryListener(RepositoryListener) - Method in interface org.openrdf.repository.event.NotifyingRepository
Registers a RepositoryListener that will receive notifications of operations that are performed on this repository.
addRepositoryManagerListener(RepositoryManagerListener) - Method in class org.openrdf.repository.manager.util.NotifyingLocalRepositoryManager
 
addSailChangedListener(SailChangedListener) - Method in class org.openrdf.sail.helpers.SailBase
 
addSailChangedListener(SailChangedListener) - Method in class org.openrdf.sail.helpers.SailWrapper
 
addSailChangedListener(SailChangedListener) - Method in interface org.openrdf.sail.Sail
Adds the specified SailChangedListener to receive events when the data in this Sail object changes.
addSolution(BindingSet) - Method in class org.openrdf.query.algebra.evaluation.iterator.GroupIterator.Entry
 
addSqlSelectVar(SelectProjection) - Method in class org.openrdf.sail.rdbms.algebra.SelectQuery
 
addStatement(Resource, URI, Value, Resource...) - Method in class org.openrdf.sail.helpers.SailConnectionBase
 
addStatement(Resource, URI, Value, Resource...) - Method in class org.openrdf.sail.helpers.SailConnectionWrapper
 
addStatement(Resource, URI, Value, Resource, boolean) - Method in class org.openrdf.sail.memory.MemoryStore
 
addStatement(Resource, URI, Value, Resource...) - Method in interface org.openrdf.sail.SailConnection
Adds a statement to each context in the specified contexts.
addStatementInternal(Resource, URI, Value, Resource...) - Method in class org.openrdf.sail.helpers.SailConnectionBase
 
addStatementInternal(Resource, URI, Value, Resource...) - Method in class org.openrdf.sail.memory.MemoryStoreConnection
 
addStatementInternal(Resource, URI, Value, boolean, Resource...) - Method in class org.openrdf.sail.memory.MemoryStoreConnection
Adds the specified statement to this MemoryStore.
addStatementInternal(Resource, URI, Value, Resource...) - Method in class org.openrdf.sail.nativerdf.NativeStoreConnection
 
addStatementInternal(Resource, URI, Value, Resource...) - Method in class org.openrdf.sail.rdbms.RdbmsConnection
 
AddStatementOperation - Class in org.openrdf.http.protocol.transaction.operations
Operation to add a statement.
AddStatementOperation(Resource, URI, Value, Resource...) - Constructor for class org.openrdf.http.protocol.transaction.operations.AddStatementOperation
Create an AddStatementOperation.
addSubjectStatement(MemStatement) - Method in class org.openrdf.sail.memory.model.MemBNode
 
addSubjectStatement(MemStatement) - Method in interface org.openrdf.sail.memory.model.MemResource
Adds a statement to this MemResource's list of statements for which it is the subject.
addSubjectStatement(MemStatement) - Method in class org.openrdf.sail.memory.model.MemURI
 
addTo(C) - Method in class org.openrdf.repository.RepositoryResult
Adds all objects of this RepositoryResult to the supplied collection.
addToComponentLists() - Method in class org.openrdf.sail.memory.model.MemStatement
Lets this statement add itself to the appropriate statement lists of its subject, predicate, object and context.
addUnion(FromItem) - Method in class org.openrdf.sail.rdbms.algebra.UnionItem
 
addVar(ColumnVar) - Method in class org.openrdf.sail.rdbms.algebra.JoinItem
 
addWithoutCommit(Statement, Resource...) - Method in class org.openrdf.repository.base.RepositoryConnectionBase
 
addWithoutCommit(Resource, URI, Value, Resource...) - Method in class org.openrdf.repository.base.RepositoryConnectionBase
 
addWithoutCommit(Resource, URI, Value, Resource...) - Method in class org.openrdf.repository.base.RepositoryConnectionWrapper
 
addWithoutCommit(Resource, URI, Value, Resource...) - Method in class org.openrdf.repository.event.base.InterceptingRepositoryConnectionWrapper
 
addWithoutCommit(Resource, URI, Value, Resource...) - Method in class org.openrdf.repository.event.base.NotifyingRepositoryConnectionWrapper
 
addWithoutCommit(Resource, URI, Value, Resource...) - Method in class org.openrdf.repository.sail.SailRepositoryConnection
 
adjustBeginLineColumn(int, int) - Method in class org.openrdf.query.parser.serql.ast.SimpleCharStream
Method to adjust line and column numbers for the start of a token.
adjustBeginLineColumn(int, int) - Method in class org.openrdf.query.parser.sparql.ast.JavaCharStream
Method to adjust line and column numbers for the start of a token.
AdjustBuffSize() - Method in class org.openrdf.query.parser.sparql.ast.JavaCharStream
 
afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class org.openrdf.http.server.ServerInterceptor
 
afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class org.openrdf.http.webclient.NavigationRulesHandlerInterceptor
 
afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class org.openrdf.http.webclient.repository.RepositorySelectionInterceptor
 
afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class org.openrdf.http.webclient.server.ServerSelectionInterceptor
 
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.
aggregate(String...) - Method in class org.openrdf.sail.rdbms.schema.RdbmsTable
 
AggregateOperator - Interface in org.openrdf.query.algebra
An operator that returns aggregates values.
ALL - Static variable in interface org.openrdf.query.parser.serql.ast.SyntaxTreeBuilderConstants
 
ALLDIFFERENT - Static variable in class org.openrdf.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#AllDifferent
ALLVALUESFROM - Static variable in class org.openrdf.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#allValuesFrom
ALPHA - Static variable in interface org.openrdf.query.parser.serql.ast.SyntaxTreeBuilderConstants
 
ALPHA - Static variable in interface org.openrdf.query.parser.sparql.ast.SyntaxTreeBuilderConstants
 
ALT - Static variable in class org.openrdf.model.vocabulary.RDF
http://www.w3.org/1999/02/22-rdf-syntax-ns#Alt
And - Class in org.openrdf.query.algebra
A boolean AND operator operating on two boolean expressions.
And() - Constructor for class org.openrdf.query.algebra.And
 
And(ValueExpr, ValueExpr) - Constructor for class org.openrdf.query.algebra.And
 
And() - Method in class org.openrdf.query.parser.serql.ast.SyntaxTreeBuilder
 
AND - Static variable in interface org.openrdf.query.parser.serql.ast.SyntaxTreeBuilderConstants
 
AND - Static variable in interface org.openrdf.query.parser.sparql.ast.SyntaxTreeBuilderConstants
 
and(SqlExpr, SqlExpr) - Static method in class org.openrdf.sail.rdbms.algebra.base.SqlExprSupport
 
and() - Method in class org.openrdf.sail.rdbms.evaluation.SqlExprBuilder
 
ANNOTATIONPROPERTY - Static variable in class org.openrdf.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#AnnotationProperty
ANON - Static variable in interface org.openrdf.query.parser.sparql.ast.SyntaxTreeBuilderConstants
 
AnonymousVarGenerator - Class in org.openrdf.query.parser.serql
Inserts anonymous variables into the abstract syntax tree at places where such variables are already implicitly present.
AnonymousVarGenerator() - Constructor for class org.openrdf.query.parser.serql.AnonymousVarGenerator
 
ANY - Static variable in interface org.openrdf.query.parser.serql.ast.SyntaxTreeBuilderConstants
 
ANYURI - Static variable in class org.openrdf.model.vocabulary.XMLSchema
http://www.w3.org/2001/XMLSchema#anyURI
append(BindingSet) - Method in class org.openrdf.query.impl.MutableTupleQueryResult
 
append(CharSequence) - Method in class org.openrdf.sail.rdbms.evaluation.SqlExprBuilder
 
appendBoolean(boolean) - Method in class org.openrdf.sail.rdbms.evaluation.SqlExprBuilder
 
appendFlags(SqlExprBuilder) - Method in class org.openrdf.sail.rdbms.evaluation.SqlRegexBuilder
 
appendJoin(StringBuilder, SqlJoinBuilder) - Method in class org.openrdf.sail.rdbms.evaluation.SqlJoinBuilder
 
appendNull() - Method in class org.openrdf.sail.rdbms.evaluation.SqlExprBuilder
 
appendNumeric(double) - Method in class org.openrdf.sail.rdbms.evaluation.SqlExprBuilder
 
appendOperator(SqlCompare.Operator) - Method in class org.openrdf.sail.rdbms.evaluation.SqlExprBuilder
 
appendPattern(SqlExprBuilder) - Method in class org.openrdf.sail.rdbms.evaluation.SqlRegexBuilder
 
appendRegExp(SqlExprBuilder) - Method in class org.openrdf.sail.rdbms.evaluation.SqlRegexBuilder
 
appendValue(SqlExprBuilder) - Method in class org.openrdf.sail.rdbms.evaluation.SqlRegexBuilder
 
appendVars(List<ColumnVar>) - Method in class org.openrdf.sail.rdbms.algebra.base.FromItem
 
appendVars(List<ColumnVar>) - Method in class org.openrdf.sail.rdbms.algebra.JoinItem
 
appendVars(List<ColumnVar>) - Method in class org.openrdf.sail.rdbms.algebra.UnionItem
 
arg - Variable in class org.openrdf.query.algebra.Bound
The operator's argument.
arg - Variable in class org.openrdf.query.algebra.CompareSubQueryValueOperator
 
arg - Variable in class org.openrdf.query.algebra.UnaryTupleOperator
The operator's argument.
arg - Variable in class org.openrdf.query.algebra.UnaryValueOperator
The operator's argument.
ArgList() - Method in class org.openrdf.query.parser.serql.ast.SyntaxTreeBuilder
 
ArgList() - Method in class org.openrdf.query.parser.sparql.ast.SyntaxTreeBuilder
 
args - Variable in class org.openrdf.query.algebra.FunctionCall
The operator's argument.
AS - Static variable in interface org.openrdf.query.parser.serql.ast.SyntaxTreeBuilderConstants
 
as(String) - Method in class org.openrdf.sail.rdbms.algebra.ColumnVar
 
as(String, String) - Method in class org.openrdf.sail.rdbms.algebra.ColumnVar
 
as(String) - Method in class org.openrdf.sail.rdbms.evaluation.SqlExprBuilder
 
ASC - Static variable in interface org.openrdf.query.parser.sparql.ast.SyntaxTreeBuilderConstants
 
ASK - Static variable in interface org.openrdf.query.parser.sparql.ast.SyntaxTreeBuilderConstants
 
AskQuery() - Method in class org.openrdf.query.parser.sparql.ast.SyntaxTreeBuilder
 
asList() - Method in class org.openrdf.repository.RepositoryResult
Returns a List containing all objects of this RepositoryResult in order of iteration.
asRdbmsLiteral(Literal) - Method in class org.openrdf.sail.rdbms.RdbmsValueFactory
 
asRdbmsResource(Resource) - Method in class org.openrdf.sail.rdbms.RdbmsValueFactory
 
asRdbmsResource(Resource...) - Method in class org.openrdf.sail.rdbms.RdbmsValueFactory
 
asRdbmsStatement(Statement) - Method in class org.openrdf.sail.rdbms.RdbmsValueFactory
 
asRdbmsURI(URI) - Method in class org.openrdf.sail.rdbms.RdbmsValueFactory
 
asRdbmsValue(Value) - Method in class org.openrdf.sail.rdbms.RdbmsValueFactory
 
assignId(RdbmsValue, int) - Method in class org.openrdf.sail.rdbms.managers.HashManager
 
ASTAnd - Class in org.openrdf.query.parser.serql.ast
 
ASTAnd(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTAnd
 
ASTAnd(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTAnd
 
ASTAnd - Class in org.openrdf.query.parser.sparql.ast
 
ASTAnd(int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTAnd
 
ASTAnd(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTAnd
 
ASTAskQuery - Class in org.openrdf.query.parser.sparql.ast
 
ASTAskQuery(int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTAskQuery
 
ASTAskQuery(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTAskQuery
 
ASTBaseDecl - Class in org.openrdf.query.parser.sparql.ast
 
ASTBaseDecl(int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTBaseDecl
 
ASTBaseDecl(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTBaseDecl
 
ASTBasicGraphPattern - Class in org.openrdf.query.parser.sparql.ast
 
ASTBasicGraphPattern(int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTBasicGraphPattern
 
ASTBasicGraphPattern(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTBasicGraphPattern
 
ASTBasicPathExpr - Class in org.openrdf.query.parser.serql.ast
 
ASTBasicPathExpr(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTBasicPathExpr
 
ASTBasicPathExpr(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTBasicPathExpr
 
ASTBasicPathExprTail - Class in org.openrdf.query.parser.serql.ast
 
ASTBasicPathExprTail(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTBasicPathExprTail
 
ASTBasicPathExprTail(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTBasicPathExprTail
 
ASTBlankNode - Class in org.openrdf.query.parser.sparql.ast
 
ASTBlankNode(int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTBlankNode
 
ASTBlankNode(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTBlankNode
 
ASTBlankNodePropertyList - Class in org.openrdf.query.parser.sparql.ast
 
ASTBlankNodePropertyList(int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTBlankNodePropertyList
 
ASTBlankNodePropertyList(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTBlankNodePropertyList
 
ASTBNode - Class in org.openrdf.query.parser.serql.ast
 
ASTBNode(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTBNode
 
ASTBNode(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTBNode
 
ASTBooleanConstant - Class in org.openrdf.query.parser.serql.ast
 
ASTBooleanConstant(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTBooleanConstant
 
ASTBooleanConstant(boolean) - Constructor for class org.openrdf.query.parser.serql.ast.ASTBooleanConstant
 
ASTBooleanConstant(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTBooleanConstant
 
ASTBooleanExpr - Class in org.openrdf.query.parser.serql.ast
 
ASTBooleanExpr(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTBooleanExpr
 
ASTBooleanExpr(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTBooleanExpr
 
ASTBound - Class in org.openrdf.query.parser.serql.ast
 
ASTBound() - Constructor for class org.openrdf.query.parser.serql.ast.ASTBound
 
ASTBound(ASTValueExpr) - Constructor for class org.openrdf.query.parser.serql.ast.ASTBound
 
ASTBound(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTBound
 
ASTBound(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTBound
 
ASTBound - Class in org.openrdf.query.parser.sparql.ast
 
ASTBound(int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTBound
 
ASTBound(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTBound
 
ASTCollection - Class in org.openrdf.query.parser.sparql.ast
 
ASTCollection(int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTCollection
 
ASTCollection(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTCollection
 
ASTCompare - Class in org.openrdf.query.parser.serql.ast
 
ASTCompare(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTCompare
 
ASTCompare(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTCompare
 
ASTCompare - Class in org.openrdf.query.parser.sparql.ast
 
ASTCompare(int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTCompare
 
ASTCompare(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTCompare
 
ASTCompareAll - Class in org.openrdf.query.parser.serql.ast
 
ASTCompareAll(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTCompareAll
 
ASTCompareAll(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTCompareAll
 
ASTCompareAny - Class in org.openrdf.query.parser.serql.ast
 
ASTCompareAny(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTCompareAny
 
ASTCompareAny(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTCompareAny
 
ASTCompOperator - Class in org.openrdf.query.parser.serql.ast
 
ASTCompOperator(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTCompOperator
 
ASTCompOperator(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTCompOperator
 
ASTConstraint - Class in org.openrdf.query.parser.sparql.ast
 
ASTConstraint(int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTConstraint
 
ASTConstraint(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTConstraint
 
ASTConstruct - Class in org.openrdf.query.parser.serql.ast
 
ASTConstruct(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTConstruct
 
ASTConstruct(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTConstruct
 
ASTConstruct - Class in org.openrdf.query.parser.sparql.ast
 
ASTConstruct(int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTConstruct
 
ASTConstruct(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTConstruct
 
ASTConstructQuery - Class in org.openrdf.query.parser.serql.ast
 
ASTConstructQuery(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTConstructQuery
 
ASTConstructQuery(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTConstructQuery
 
ASTConstructQuery - Class in org.openrdf.query.parser.sparql.ast
 
ASTConstructQuery(int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTConstructQuery
 
ASTConstructQuery(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTConstructQuery
 
ASTDatasetClause - Class in org.openrdf.query.parser.sparql.ast
 
ASTDatasetClause(int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTDatasetClause
 
ASTDatasetClause(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTDatasetClause
 
ASTDatatype - Class in org.openrdf.query.parser.serql.ast
 
ASTDatatype(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTDatatype
 
ASTDatatype(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTDatatype
 
ASTDatatype - Class in org.openrdf.query.parser.sparql.ast
 
ASTDatatype(int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTDatatype
 
ASTDatatype(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTDatatype
 
ASTDescribe - Class in org.openrdf.query.parser.sparql.ast
 
ASTDescribe(int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTDescribe
 
ASTDescribe(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTDescribe
 
ASTDescribeQuery - Class in org.openrdf.query.parser.sparql.ast
 
ASTDescribeQuery(int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTDescribeQuery
 
ASTDescribeQuery(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTDescribeQuery
 
ASTEdge - Class in org.openrdf.query.parser.serql.ast
 
ASTEdge(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTEdge
 
ASTEdge(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTEdge
 
ASTExists - Class in org.openrdf.query.parser.serql.ast
 
ASTExists(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTExists
 
ASTExists(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTExists
 
ASTFalse - Class in org.openrdf.query.parser.sparql.ast
 
ASTFalse(int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTFalse
 
ASTFalse(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTFalse
 
ASTFrom - Class in org.openrdf.query.parser.serql.ast
 
ASTFrom(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTFrom
 
ASTFrom(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTFrom
 
ASTFunctionCall - Class in org.openrdf.query.parser.serql.ast
 
ASTFunctionCall(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTFunctionCall
 
ASTFunctionCall(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTFunctionCall
 
ASTFunctionCall - Class in org.openrdf.query.parser.sparql.ast
 
ASTFunctionCall(int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTFunctionCall
 
ASTFunctionCall(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTFunctionCall
 
ASTGraphGraphPattern - Class in org.openrdf.query.parser.sparql.ast
 
ASTGraphGraphPattern(int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTGraphGraphPattern
 
ASTGraphGraphPattern(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTGraphGraphPattern
 
ASTGraphIntersect - Class in org.openrdf.query.parser.serql.ast
 
ASTGraphIntersect(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTGraphIntersect
 
ASTGraphIntersect(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTGraphIntersect
 
ASTGraphMinus - Class in org.openrdf.query.parser.serql.ast
 
ASTGraphMinus(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTGraphMinus
 
ASTGraphMinus(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTGraphMinus
 
ASTGraphPatternGroup - Class in org.openrdf.query.parser.sparql.ast
 
ASTGraphPatternGroup(int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTGraphPatternGroup
 
ASTGraphPatternGroup(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTGraphPatternGroup
 
ASTGraphQuery - Class in org.openrdf.query.parser.serql.ast
 
ASTGraphQuery(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTGraphQuery
 
ASTGraphQuery(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTGraphQuery
 
ASTGraphQuerySet - Class in org.openrdf.query.parser.serql.ast
 
ASTGraphQuerySet(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTGraphQuerySet
 
ASTGraphQuerySet(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTGraphQuerySet
 
ASTGraphUnion - Class in org.openrdf.query.parser.serql.ast
 
ASTGraphUnion(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTGraphUnion
 
ASTGraphUnion(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTGraphUnion
 
ASTIn - Class in org.openrdf.query.parser.serql.ast
 
ASTIn(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTIn
 
ASTIn(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTIn
 
ASTIRI - Class in org.openrdf.query.parser.sparql.ast
 
ASTIRI(int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTIRI
 
ASTIRI(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTIRI
 
ASTIsBlank - Class in org.openrdf.query.parser.sparql.ast
 
ASTIsBlank(int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTIsBlank
 
ASTIsBlank(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTIsBlank
 
ASTIsBNode - Class in org.openrdf.query.parser.serql.ast
 
ASTIsBNode(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTIsBNode
 
ASTIsBNode(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTIsBNode
 
ASTIsIRI - Class in org.openrdf.query.parser.sparql.ast
 
ASTIsIRI(int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTIsIRI
 
ASTIsIRI(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTIsIRI
 
ASTIsLiteral - Class in org.openrdf.query.parser.serql.ast
 
ASTIsLiteral(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTIsLiteral
 
ASTIsLiteral(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTIsLiteral
 
ASTIsLiteral - Class in org.openrdf.query.parser.sparql.ast
 
ASTIsLiteral(int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTIsLiteral
 
ASTIsLiteral(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTIsLiteral
 
ASTIsResource - Class in org.openrdf.query.parser.serql.ast
 
ASTIsResource(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTIsResource
 
ASTIsResource(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTIsResource
 
ASTIsURI - Class in org.openrdf.query.parser.serql.ast
 
ASTIsURI(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTIsURI
 
ASTIsURI(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTIsURI
 
ASTLabel - Class in org.openrdf.query.parser.serql.ast
 
ASTLabel(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTLabel
 
ASTLabel(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTLabel
 
ASTLang - Class in org.openrdf.query.parser.serql.ast
 
ASTLang(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTLang
 
ASTLang(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTLang
 
ASTLang - Class in org.openrdf.query.parser.sparql.ast
 
ASTLang(int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTLang
 
ASTLang(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTLang
 
ASTLangMatches - Class in org.openrdf.query.parser.sparql.ast
 
ASTLangMatches(int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTLangMatches
 
ASTLangMatches(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTLangMatches
 
ASTLike - Class in org.openrdf.query.parser.serql.ast
 
ASTLike(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTLike
 
ASTLike(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTLike
 
ASTLimit - Class in org.openrdf.query.parser.serql.ast
 
ASTLimit(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTLimit
 
ASTLimit(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTLimit
 
ASTLimit - Class in org.openrdf.query.parser.sparql.ast
 
ASTLimit(int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTLimit
 
ASTLimit(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTLimit
 
ASTLiteral - Class in org.openrdf.query.parser.serql.ast
 
ASTLiteral(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTLiteral
 
ASTLiteral(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTLiteral
 
ASTLocalName - Class in org.openrdf.query.parser.serql.ast
 
ASTLocalName(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTLocalName
 
ASTLocalName(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTLocalName
 
ASTMath - Class in org.openrdf.query.parser.sparql.ast
 
ASTMath(int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTMath
 
ASTMath(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTMath
 
ASTNamespace - Class in org.openrdf.query.parser.serql.ast
 
ASTNamespace(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTNamespace
 
ASTNamespace(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTNamespace
 
ASTNamespaceDecl - Class in org.openrdf.query.parser.serql.ast
 
ASTNamespaceDecl(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTNamespaceDecl
 
ASTNamespaceDecl(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTNamespaceDecl
 
ASTNode - Class in org.openrdf.query.parser.serql.ast
 
ASTNode(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTNode
 
ASTNode(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTNode
 
ASTNodeElem - Class in org.openrdf.query.parser.serql.ast
 
ASTNodeElem(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTNodeElem
 
ASTNodeElem(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTNodeElem
 
ASTNot - Class in org.openrdf.query.parser.serql.ast
 
ASTNot() - Constructor for class org.openrdf.query.parser.serql.ast.ASTNot
 
ASTNot(ASTBooleanExpr) - Constructor for class org.openrdf.query.parser.serql.ast.ASTNot
 
ASTNot(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTNot
 
ASTNot(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTNot
 
ASTNot - Class in org.openrdf.query.parser.sparql.ast
 
ASTNot(int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTNot
 
ASTNot(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTNot
 
ASTNull - Class in org.openrdf.query.parser.serql.ast
 
ASTNull(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTNull
 
ASTNull(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTNull
 
ASTNumericLiteral - Class in org.openrdf.query.parser.sparql.ast
 
ASTNumericLiteral(int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTNumericLiteral
 
ASTNumericLiteral(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTNumericLiteral
 
ASTObjectList - Class in org.openrdf.query.parser.sparql.ast
 
ASTObjectList(int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTObjectList
 
ASTObjectList(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTObjectList
 
ASTOffset - Class in org.openrdf.query.parser.serql.ast
 
ASTOffset(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTOffset
 
ASTOffset(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTOffset
 
ASTOffset - Class in org.openrdf.query.parser.sparql.ast
 
ASTOffset(int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTOffset
 
ASTOffset(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTOffset
 
ASTOptionalGraphPattern - Class in org.openrdf.query.parser.sparql.ast
 
ASTOptionalGraphPattern(int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTOptionalGraphPattern
 
ASTOptionalGraphPattern(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTOptionalGraphPattern
 
ASTOptPathExpr - Class in org.openrdf.query.parser.serql.ast
 
ASTOptPathExpr(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTOptPathExpr
 
ASTOptPathExpr(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTOptPathExpr
 
ASTOptPathExprTail - Class in org.openrdf.query.parser.serql.ast
 
ASTOptPathExprTail(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTOptPathExprTail
 
ASTOptPathExprTail(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTOptPathExprTail
 
ASTOr - Class in org.openrdf.query.parser.serql.ast
 
ASTOr(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTOr
 
ASTOr(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTOr
 
ASTOr - Class in org.openrdf.query.parser.sparql.ast
 
ASTOr(int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTOr
 
ASTOr(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTOr
 
ASTOrderClause - Class in org.openrdf.query.parser.sparql.ast
 
ASTOrderClause(int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTOrderClause
 
ASTOrderClause(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTOrderClause
 
ASTOrderCondition - Class in org.openrdf.query.parser.sparql.ast
 
ASTOrderCondition(int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTOrderCondition
 
ASTOrderCondition(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTOrderCondition
 
ASTPathExpr - Class in org.openrdf.query.parser.serql.ast
 
ASTPathExpr(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTPathExpr
 
ASTPathExpr(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTPathExpr
 
ASTPathExprTail - Class in org.openrdf.query.parser.serql.ast
 
ASTPathExprTail(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTPathExprTail
 
ASTPathExprTail(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTPathExprTail
 
ASTPrefixDecl - Class in org.openrdf.query.parser.sparql.ast
 
ASTPrefixDecl(int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTPrefixDecl
 
ASTPrefixDecl(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTPrefixDecl
 
ASTProjectionElem - Class in org.openrdf.query.parser.serql.ast
 
ASTProjectionElem(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTProjectionElem
 
ASTProjectionElem(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTProjectionElem
 
ASTPropertyList - Class in org.openrdf.query.parser.sparql.ast
 
ASTPropertyList(int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTPropertyList
 
ASTPropertyList(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTPropertyList
 
ASTQName - Class in org.openrdf.query.parser.serql.ast
 
ASTQName(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTQName
 
ASTQName(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTQName
 
ASTQName(int, String) - Constructor for class org.openrdf.query.parser.serql.ast.ASTQName
 
ASTQName - Class in org.openrdf.query.parser.sparql.ast
 
ASTQName(int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTQName
 
ASTQName(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTQName
 
ASTQuery - Class in org.openrdf.query.parser.serql.ast
 
ASTQuery(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTQuery
 
ASTQuery(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTQuery
 
ASTQuery - Class in org.openrdf.query.parser.sparql.ast
 
ASTQuery(int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTQuery
 
ASTQuery(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTQuery
 
ASTQueryBody - Class in org.openrdf.query.parser.serql.ast
 
ASTQueryBody(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTQueryBody
 
ASTQueryBody(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTQueryBody
 
ASTQueryContainer - Class in org.openrdf.query.parser.serql.ast
 
ASTQueryContainer(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTQueryContainer
 
ASTQueryContainer(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTQueryContainer
 
ASTQueryContainer - Class in org.openrdf.query.parser.sparql.ast
 
ASTQueryContainer(int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTQueryContainer
 
ASTQueryContainer(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTQueryContainer
 
ASTRDFLiteral - Class in org.openrdf.query.parser.sparql.ast
 
ASTRDFLiteral(int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTRDFLiteral
 
ASTRDFLiteral(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTRDFLiteral
 
ASTRegexExpression - Class in org.openrdf.query.parser.sparql.ast
 
ASTRegexExpression(int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTRegexExpression
 
ASTRegexExpression(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTRegexExpression
 
ASTReifiedStat - Class in org.openrdf.query.parser.serql.ast
 
ASTReifiedStat(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTReifiedStat
 
ASTReifiedStat(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTReifiedStat
 
ASTSameTerm - Class in org.openrdf.query.parser.sparql.ast
 
ASTSameTerm(int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTSameTerm
 
ASTSameTerm(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTSameTerm
 
ASTSelect - Class in org.openrdf.query.parser.serql.ast
 
ASTSelect(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTSelect
 
ASTSelect(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTSelect
 
ASTSelect - Class in org.openrdf.query.parser.sparql.ast
 
ASTSelect(int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTSelect
 
ASTSelect(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTSelect
 
ASTSelectQuery - Class in org.openrdf.query.parser.serql.ast
 
ASTSelectQuery(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTSelectQuery
 
ASTSelectQuery(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTSelectQuery
 
ASTSelectQuery - Class in org.openrdf.query.parser.sparql.ast
 
ASTSelectQuery(int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTSelectQuery
 
ASTSelectQuery(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTSelectQuery
 
ASTStr - Class in org.openrdf.query.parser.sparql.ast
 
ASTStr(int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTStr
 
ASTStr(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTStr
 
ASTString - Class in org.openrdf.query.parser.serql.ast
 
ASTString(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTString
 
ASTString(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTString
 
ASTString - Class in org.openrdf.query.parser.sparql.ast
 
ASTString(int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTString
 
ASTString(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTString
 
ASTTriplesSameSubject - Class in org.openrdf.query.parser.sparql.ast
 
ASTTriplesSameSubject(int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTTriplesSameSubject
 
ASTTriplesSameSubject(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTTriplesSameSubject
 
ASTTrue - Class in org.openrdf.query.parser.sparql.ast
 
ASTTrue(int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTTrue
 
ASTTrue(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTTrue
 
ASTTupleIntersect - Class in org.openrdf.query.parser.serql.ast
 
ASTTupleIntersect(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTTupleIntersect
 
ASTTupleIntersect(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTTupleIntersect
 
ASTTupleMinus - Class in org.openrdf.query.parser.serql.ast
 
ASTTupleMinus(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTTupleMinus
 
ASTTupleMinus(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTTupleMinus
 
ASTTupleQuery - Class in org.openrdf.query.parser.serql.ast
 
ASTTupleQuery(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTTupleQuery
 
ASTTupleQuery(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTTupleQuery
 
ASTTupleQuerySet - Class in org.openrdf.query.parser.serql.ast
 
ASTTupleQuerySet(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTTupleQuerySet
 
ASTTupleQuerySet(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTTupleQuerySet
 
ASTTupleUnion - Class in org.openrdf.query.parser.serql.ast
 
ASTTupleUnion(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTTupleUnion
 
ASTTupleUnion(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTTupleUnion
 
ASTUnionGraphPattern - Class in org.openrdf.query.parser.sparql.ast
 
ASTUnionGraphPattern(int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTUnionGraphPattern
 
ASTUnionGraphPattern(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTUnionGraphPattern
 
ASTURI - Class in org.openrdf.query.parser.serql.ast
 
ASTURI(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTURI
 
ASTURI(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTURI
 
ASTURI(int, String) - Constructor for class org.openrdf.query.parser.serql.ast.ASTURI
 
ASTValue - Class in org.openrdf.query.parser.serql.ast
Abstract super type of all basic values (URIs, QNames, BNodes and Literals).
ASTValue(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTValue
 
ASTValue(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTValue
 
ASTValueExpr - Class in org.openrdf.query.parser.serql.ast
 
ASTValueExpr(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTValueExpr
 
ASTValueExpr(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTValueExpr
 
ASTVar - Class in org.openrdf.query.parser.serql.ast
 
ASTVar(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTVar
 
ASTVar(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTVar
 
ASTVar - Class in org.openrdf.query.parser.sparql.ast
 
ASTVar(int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTVar
 
ASTVar(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTVar
 
ASTVisitorBase - Class in org.openrdf.query.parser.serql
 
ASTVisitorBase() - Constructor for class org.openrdf.query.parser.serql.ASTVisitorBase
 
ASTWhere - Class in org.openrdf.query.parser.serql.ast
 
ASTWhere(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTWhere
 
ASTWhere(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTWhere
 
ASTWhereClause - Class in org.openrdf.query.parser.sparql.ast
 
ASTWhereClause(int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTWhereClause
 
ASTWhereClause(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTWhereClause
 
autoCommit() - Method in class org.openrdf.repository.base.RepositoryConnectionBase
Calls RepositoryConnection.commit() when in auto-commit mode.
autoStartTransaction() - Method in class org.openrdf.sail.helpers.SailConnectionBase
 

B

backup(int) - Method in class org.openrdf.query.parser.serql.ast.SimpleCharStream
 
backup(int) - Method in class org.openrdf.query.parser.sparql.ast.JavaCharStream
 
BACKWARDCOMPATIBLEWITH - Static variable in class org.openrdf.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#backwardCompatibleWith
BAG - Static variable in class org.openrdf.model.vocabulary.RDF
http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag
BASE - Static variable in interface org.openrdf.query.parser.sparql.ast.SyntaxTreeBuilderConstants
 
BASE64BINARY - Static variable in class org.openrdf.model.vocabulary.XMLSchema
http://www.w3.org/2001/XMLSchema#base64Binary
BASECHAR - Static variable in interface org.openrdf.query.parser.serql.ast.SyntaxTreeBuilderConstants
 
BaseDecl() - Method in class org.openrdf.query.parser.sparql.ast.SyntaxTreeBuilder
 
baseURI - Variable in class org.openrdf.repository.http.HTTPQuery
 
BASEURI_PARAM_NAME - Static variable in class org.openrdf.http.protocol.Protocol
Parameter name for the base-URI parameter.
BasicGraphPattern() - Method in class org.openrdf.query.parser.sparql.ast.SyntaxTreeBuilder
 
BasicPathExpr() - Method in class org.openrdf.query.parser.serql.ast.SyntaxTreeBuilder
 
BasicPathExprTail() - Method in class org.openrdf.query.parser.serql.ast.SyntaxTreeBuilder
 
Batch - Class in org.openrdf.sail.rdbms.schema
 
Batch() - Constructor for class org.openrdf.sail.rdbms.schema.Batch
 
BATCH_SIZE - Static variable in class org.openrdf.sail.rdbms.managers.base.ManagerBase
 
BATCH_SIZE - Static variable in class org.openrdf.sail.rdbms.managers.TransTableManager
 
BATCH_SIZE - Static variable in class org.openrdf.sail.rdbms.schema.ValueTable
 
BatchBlockingQueue - Class in org.openrdf.sail.rdbms.managers.helpers
 
BatchBlockingQueue(int) - Constructor for class org.openrdf.sail.rdbms.managers.helpers.BatchBlockingQueue
 
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.
begin() - Method in class org.openrdf.sail.rdbms.RdbmsTripleRepository
 
beginColumn - Variable in class org.openrdf.query.parser.serql.ast.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
beginColumn - Variable in class org.openrdf.query.parser.sparql.ast.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
beginLine - Variable in class org.openrdf.query.parser.serql.ast.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
beginLine - Variable in class org.openrdf.query.parser.sparql.ast.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
BeginToken() - Method in class org.openrdf.query.parser.serql.ast.SimpleCharStream
 
BeginToken() - Method in class org.openrdf.query.parser.sparql.ast.JavaCharStream
 
BINARY - Static variable in class org.openrdf.query.resultio.TupleQueryResultFormat
Binary RDF results table format.
BinaryQueryResultConstants - Interface in org.openrdf.query.resultio.binary
Interface defining constants for the binary table result format.
BinaryQueryResultParser - Class in org.openrdf.query.resultio.binary
Reader for the binary tuple result format.
BinaryQueryResultParser() - Constructor for class org.openrdf.query.resultio.binary.BinaryQueryResultParser
Creates a new parser for the binary query result format that will use an instance of ValueFactoryImpl to create Value objects.
BinaryQueryResultParser(ValueFactory) - Constructor for class org.openrdf.query.resultio.binary.BinaryQueryResultParser
Creates a new parser for the binary query result format that will use the supplied ValueFactory to create Value objects.
BinaryQueryResultParserFactory - Class in org.openrdf.query.resultio.binary
A TupleQueryResultParserFactory for binary tuple query result parsers.
BinaryQueryResultParserFactory() - Constructor for class org.openrdf.query.resultio.binary.BinaryQueryResultParserFactory
 
BinaryQueryResultWriter - Class in org.openrdf.query.resultio.binary
Writer for the binary tuple result format.
BinaryQueryResultWriter(OutputStream) - Constructor for class org.openrdf.query.resultio.binary.BinaryQueryResultWriter
 
BinaryQueryResultWriterFactory - Class in org.openrdf.query.resultio.binary
A TupleQueryResultWriterFactory for writers of binary query results.
BinaryQueryResultWriterFactory() - Constructor for class org.openrdf.query.resultio.binary.BinaryQueryResultWriterFactory
 
BinarySqlOperator - Class in org.openrdf.sail.rdbms.algebra.base
An abstract binary sql operator with two arguments.
BinarySqlOperator() - Constructor for class org.openrdf.sail.rdbms.algebra.base.BinarySqlOperator
 
BinarySqlOperator(SqlExpr, SqlExpr) - Constructor for class org.openrdf.sail.rdbms.algebra.base.BinarySqlOperator
 
BinaryTupleOperator - Class in org.openrdf.query.algebra
An abstract superclass for binary tuple operators which, by definition, has two arguments.
BinaryTupleOperator() - Constructor for class org.openrdf.query.algebra.BinaryTupleOperator
 
BinaryTupleOperator(TupleExpr, TupleExpr) - Constructor for class org.openrdf.query.algebra.BinaryTupleOperator
Creates a new binary tuple operator.
BinaryValueOperator - Class in org.openrdf.query.algebra
An abstract superclass for binary value operators which, by definition, has two arguments.
BinaryValueOperator() - Constructor for class org.openrdf.query.algebra.BinaryValueOperator
 
BinaryValueOperator(ValueExpr, ValueExpr) - Constructor for class org.openrdf.query.algebra.BinaryValueOperator
Creates a new binary value operator.
Binding - Interface in org.openrdf.query
A named value binding.
BINDING - Static variable in class org.openrdf.query.dawg.DAWGTestResultSetSchema
 
BINDING_PREFIX - Static variable in class org.openrdf.http.protocol.Protocol
Parameter prefix for query-external variable bindings.
BindingAssigner - Class in org.openrdf.query.algebra.evaluation.impl
Assigns values to variables based on a supplied set of bindings.
BindingAssigner() - Constructor for class org.openrdf.query.algebra.evaluation.impl.BindingAssigner
 
BindingAssigner.VarVisitor - Class in org.openrdf.query.algebra.evaluation.impl
 
BindingAssigner.VarVisitor(BindingSet) - Constructor for class org.openrdf.query.algebra.evaluation.impl.BindingAssigner.VarVisitor
 
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.algebra.evaluation.impl.BindingAssigner.VarVisitor
 
bindings - Variable in class org.openrdf.query.impl.AbstractQuery
 
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.QueryResultUtil
Check whether two BindingSets are compatible.
bindingsInOrder(List<String>, BindingSet) - Static method in class org.openrdf.http.webclient.repository.query.QueryResultFunctions
 
BLANK_NODE_LABEL - Static variable in interface org.openrdf.query.parser.sparql.ast.SyntaxTreeBuilderConstants
 
BlankNode() - Method in class org.openrdf.query.parser.sparql.ast.SyntaxTreeBuilder
 
BlankNodePropertyList() - Method in class org.openrdf.query.parser.sparql.ast.SyntaxTreeBuilder
 
blockUntilReady() - Method in class org.openrdf.sail.rdbms.schema.TripleTable
 
BNode - Interface in org.openrdf.model
A blank node (aka bnode, aka anonymous node).
BNode() - Method in class org.openrdf.query.parser.serql.ast.SyntaxTreeBuilder
 
BNODE - Static variable in interface org.openrdf.query.parser.serql.ast.SyntaxTreeBuilderConstants
 
bNode(ValueExpr) - Method in class org.openrdf.sail.rdbms.algebra.factories.BooleanExprFactory
 
BNODE_RECORD_MARKER - Static variable in interface org.openrdf.query.resultio.binary.BinaryQueryResultConstants
 
BNODE_TAG - Static variable in interface org.openrdf.rio.trix.TriXConstants
The tag for BNode values.
BNODE_VALUES - Static variable in class org.openrdf.sail.rdbms.schema.ValueTableFactory
 
BNodeColumn - Class in org.openrdf.sail.rdbms.algebra
Represents the BNode value of a variable.
BNodeColumn(ColumnVar) - Constructor for class org.openrdf.sail.rdbms.algebra.BNodeColumn
 
BNodeColumn(Var) - Constructor for class org.openrdf.sail.rdbms.algebra.BNodeColumn
 
BNodeExprFactory - Class in org.openrdf.sail.rdbms.algebra.factories
BNode expression factory - creates a BNodeColumn or a StringValue of the BNode ID.
BNodeExprFactory() - Constructor for class org.openrdf.sail.rdbms.algebra.factories.BNodeExprFactory
 
BNodeGenerator - Class in org.openrdf.query.algebra
A BNode generator, which generates a new BNode for each new call to #getValue.
BNodeGenerator() - Constructor for class org.openrdf.query.algebra.BNodeGenerator
 
BNodeImpl - Class in org.openrdf.model.impl
An implementation of the BNode interface.
BNodeImpl(String) - Constructor for class org.openrdf.model.impl.BNodeImpl
Creates a new blank node with the supplied identifier.
BNodeManager - Class in org.openrdf.sail.rdbms.managers
Manages BNodes.
BNodeManager() - Constructor for class org.openrdf.sail.rdbms.managers.BNodeManager
 
BNodeTable - Class in org.openrdf.sail.rdbms.schema
Manages the rows in the BNode table.
BNodeTable(ValueTable) - Constructor for class org.openrdf.sail.rdbms.schema.BNodeTable
 
bool(ValueExpr) - Method in class org.openrdf.sail.rdbms.algebra.factories.BooleanExprFactory
 
BOOLEAN - Static variable in class org.openrdf.model.vocabulary.XMLSchema
http://www.w3.org/2001/XMLSchema#boolean
BOOLEAN - Static variable in class org.openrdf.query.dawg.DAWGTestResultSetSchema
 
BooleanCast - Class in org.openrdf.query.algebra.evaluation.function
A Function that tries to cast its argument to an xsd:boolean.
BooleanCast() - Constructor for class org.openrdf.query.algebra.evaluation.function.BooleanCast
 
BooleanConstant() - Method in class org.openrdf.query.parser.serql.ast.SyntaxTreeBuilder
 
BooleanElem() - Method in class org.openrdf.query.parser.serql.ast.SyntaxTreeBuilder
 
BooleanExpr() - Method in class org.openrdf.query.parser.serql.ast.SyntaxTreeBuilder
 
BooleanExprFactory - Class in org.openrdf.sail.rdbms.algebra.factories
Boolean SQL expression factory.
BooleanExprFactory() - Constructor for class org.openrdf.sail.rdbms.algebra.factories.BooleanExprFactory
 
BooleanLiteral() - Method in class org.openrdf.query.parser.sparql.ast.SyntaxTreeBuilder
 
BooleanLiteralImpl - Class in org.openrdf.model.impl
An extension of LiteralImpl that stores a boolean value to avoid parsing.
BooleanLiteralImpl(boolean) - Constructor for class org.openrdf.model.impl.BooleanLiteralImpl
Creates an xsd:boolean typed literal with the specified value.
BooleanMemLiteral - Class in org.openrdf.sail.memory.model
An extension of MemLiteral that stores a boolean value to avoid parsing.
BooleanMemLiteral(Object, boolean) - Constructor for class org.openrdf.sail.memory.model.BooleanMemLiteral
 
BooleanMemLiteral(Object, String, boolean) - Constructor for class org.openrdf.sail.memory.model.BooleanMemLiteral
 
BooleanQuery - Interface in org.openrdf.query
 
BooleanQueryFormController - Class in org.openrdf.http.webclient.repository.query
 
BooleanQueryFormController() - Constructor for class org.openrdf.http.webclient.repository.query.BooleanQueryFormController
 
BooleanQueryInfo - Class in org.openrdf.http.webclient.repository.query
 
BooleanQueryInfo() - Constructor for class org.openrdf.http.webclient.repository.query.BooleanQueryInfo
 
BooleanQueryResultFormat - Class in org.openrdf.query.resultio
Represents the concept of a boolean query result serialization format.
BooleanQueryResultFormat(String, String, String) - Constructor for class org.openrdf.query.resultio.BooleanQueryResultFormat
Creates a new TupleQueryResultFormat object.
BooleanQueryResultFormat(String, String, Charset, String) - Constructor for class org.openrdf.query.resultio.BooleanQueryResultFormat
Creates a new TupleQueryResultFormat object.
BooleanQueryResultFormat(String, Collection<String>, Charset, Collection<String>) - Constructor for class org.openrdf.query.resultio.BooleanQueryResultFormat
Creates a new TupleQueryResultFormat object.
BooleanQueryResultParser - Interface in org.openrdf.query.resultio
A general interface for boolean query result parsers.
BooleanQueryResultParserFactory - Interface in org.openrdf.query.resultio
Returns BooleanQueryResultParsers for a specific boolean query result format.
BooleanQueryResultParserRegistry - Class in org.openrdf.query.resultio
A registry that keeps track of the available BooleanQueryResultParserFactorys.
BooleanQueryResultParserRegistry() - Constructor for class org.openrdf.query.resultio.BooleanQueryResultParserRegistry
 
BooleanQueryResultView - Class in org.openrdf.http.server.repository
View used to render boolean query results.
BooleanQueryResultWriter - Interface in org.openrdf.query.resultio
The interface of objects that writer query results in a specific query result format.
BooleanQueryResultWriterFactory - Interface in org.openrdf.query.resultio
Returns BooleanQueryResultWriters for a specific boolean query result format.
BooleanQueryResultWriterRegistry - Class in org.openrdf.query.resultio
A registry that keeps track of the available BooleanQueryResultWriterFactorys.
BooleanQueryResultWriterRegistry() - Constructor for class org.openrdf.query.resultio.BooleanQueryResultWriterRegistry
 
BooleanTextParser - Class in org.openrdf.query.resultio.text
Reader for the plain text boolean result format.
BooleanTextParser() - Constructor for class org.openrdf.query.resultio.text.BooleanTextParser
Creates a new parser for the plain text boolean query result format.
BooleanTextParserFactory - Class in org.openrdf.query.resultio.text
A BooleanQueryResultParserFactory for plain text boolean result parsers.
BooleanTextParserFactory() - Constructor for class org.openrdf.query.resultio.text.BooleanTextParserFactory
 
BooleanTextWriter - Class in org.openrdf.query.resultio.text
Writer for the plain text boolean result format.
BooleanTextWriter(OutputStream) - Constructor for class org.openrdf.query.resultio.text.BooleanTextWriter
 
BooleanTextWriterFactory - Class in org.openrdf.query.resultio.text
A BooleanQueryResultWriterFactory for writers of plain text boolean query results.
BooleanTextWriterFactory() - Constructor for class org.openrdf.query.resultio.text.BooleanTextWriterFactory
 
booleanValue() - Method in class org.openrdf.model.impl.BooleanLiteralImpl
 
booleanValue() - Method in class org.openrdf.model.impl.LiteralImpl
 
booleanValue() - Method in interface org.openrdf.model.Literal
Returns the boolean value of this literal.
booleanValue() - Method in class org.openrdf.sail.memory.model.BooleanMemLiteral
 
BooleanValue - Class in org.openrdf.sail.rdbms.algebra.base
A boolean value of true or false.
BooleanValue(boolean) - Constructor for class org.openrdf.sail.rdbms.algebra.base.BooleanValue
 
booleanValue() - Method in class org.openrdf.sail.rdbms.model.RdbmsLiteral
 
BooleanValueOp() - Method in class org.openrdf.query.parser.serql.ast.SyntaxTreeBuilder
 
Bound - Class in org.openrdf.query.algebra
The BOUND function, as defined in SPARQL Query Language for RDF; checks if a variable is bound.
Bound() - Constructor for class org.openrdf.query.algebra.Bound
 
Bound(Var) - Constructor for class org.openrdf.query.algebra.Bound
 
Bound() - Method in class org.openrdf.query.parser.serql.ast.SyntaxTreeBuilder
 
BOUND - Static variable in interface org.openrdf.query.parser.serql.ast.SyntaxTreeBuilderConstants
 
Bound() - Method in class org.openrdf.query.parser.sparql.ast.SyntaxTreeBuilder
 
BOUND - Static variable in interface org.openrdf.query.parser.sparql.ast.SyntaxTreeBuilderConstants
 
boundVars - Variable in class org.openrdf.query.algebra.evaluation.impl.EvaluationStatistics.CardinalityCalculator
 
BrackettedExpression() - Method in class org.openrdf.query.parser.sparql.ast.SyntaxTreeBuilder
 
BTree - Class in org.openrdf.sail.nativerdf.btree
Implementation of an on-disk B-Tree using the java.nio classes that are available in JDK 1.4 and newer.
BTree(File, int, int) - Constructor for class org.openrdf.sail.nativerdf.btree.BTree
Creates a new BTree that uses an instance of DefaultRecordComparator to compare values.
BTree(File, int, int, boolean) - Constructor for class org.openrdf.sail.nativerdf.btree.BTree
Creates a new BTree that uses an instance of DefaultRecordComparator to compare values.
BTree(File, int, int, RecordComparator) - Constructor for class org.openrdf.sail.nativerdf.btree.BTree
Creates a new BTree that uses the supplied RecordComparator to compare the values that are or will be stored in the B-Tree.
BTree(File, int, int, RecordComparator, boolean) - Constructor for class org.openrdf.sail.nativerdf.btree.BTree
Creates a new BTree that uses the supplied RecordComparator to compare the values that are or will be stored in the B-Tree.
bufcolumn - Variable in class org.openrdf.query.parser.serql.ast.SimpleCharStream
 
bufcolumn - Variable in class org.openrdf.query.parser.sparql.ast.JavaCharStream
 
buffer - Variable in class org.openrdf.query.parser.serql.ast.SimpleCharStream
 
buffer - Variable in class org.openrdf.query.parser.sparql.ast.JavaCharStream
 
bufline - Variable in class org.openrdf.query.parser.serql.ast.SimpleCharStream
 
bufline - Variable in class org.openrdf.query.parser.sparql.ast.JavaCharStream
 
bufpos - Variable in class org.openrdf.query.parser.serql.ast.SimpleCharStream
 
bufpos - Variable in class org.openrdf.query.parser.sparql.ast.JavaCharStream
 
buildClear() - Method in class org.openrdf.sail.rdbms.postgresql.PgSqlTable
 
buildClear() - Method in class org.openrdf.sail.rdbms.schema.RdbmsTable
 
buildCreateTable(CharSequence) - Method in class org.openrdf.sail.rdbms.schema.RdbmsTable
 
buildCreateTemporaryTable(CharSequence) - Method in class org.openrdf.sail.rdbms.schema.RdbmsTable
 
buildCreateTransactionalTable(CharSequence) - Method in class org.openrdf.sail.rdbms.mysql.MySqlTable
 
buildCreateTransactionalTable(CharSequence) - Method in class org.openrdf.sail.rdbms.schema.RdbmsTable
 
buildDropIndex(String) - Method in class org.openrdf.sail.rdbms.mysql.MySqlTable
 
buildDropIndex(String) - Method in class org.openrdf.sail.rdbms.schema.RdbmsTable
 
buildIndex(String...) - Method in class org.openrdf.sail.rdbms.schema.RdbmsTable
 
buildIndexName(String...) - Method in class org.openrdf.sail.rdbms.schema.RdbmsTable
Creates an index name based on the name of the columns and table that it's supposed to index.
buildInsert(String, boolean) - Method in class org.openrdf.sail.rdbms.schema.TransactionTable
 
buildInsertSelect() - Method in class org.openrdf.sail.rdbms.schema.TransactionTable
 
buildLongIndex(String...) - Method in class org.openrdf.sail.rdbms.mysql.MySqlTable
 
buildLongIndex(String...) - Method in class org.openrdf.sail.rdbms.postgresql.PgSqlTable
 
buildLongIndex(String...) - Method in class org.openrdf.sail.rdbms.schema.RdbmsTable
 
buildOptimize() - Method in class org.openrdf.sail.rdbms.mysql.MySqlTable
 
buildOptimize() - Method in class org.openrdf.sail.rdbms.postgresql.PgSqlTable
 
buildOptimize() - Method in class org.openrdf.sail.rdbms.schema.RdbmsTable
 
buildPrimaryIndex(String...) - Method in class org.openrdf.sail.rdbms.schema.RdbmsTable
 
buildTableColumns() - Method in class org.openrdf.sail.rdbms.schema.TripleTable
 
BuiltInCall() - Method in class org.openrdf.query.parser.sparql.ast.SyntaxTreeBuilder
 
BY - Static variable in interface org.openrdf.query.parser.sparql.ast.SyntaxTreeBuilderConstants
 
BYTE - Static variable in class org.openrdf.model.vocabulary.XMLSchema
http://www.w3.org/2001/XMLSchema#byte
byteValue() - Method in class org.openrdf.model.impl.DecimalLiteralImpl
 
byteValue() - Method in class org.openrdf.model.impl.IntegerLiteralImpl
 
byteValue() - Method in class org.openrdf.model.impl.LiteralImpl
 
byteValue() - Method in class org.openrdf.model.impl.NumericLiteralImpl
 
byteValue() - Method in interface org.openrdf.model.Literal
Returns the byte value of this literal.
byteValue() - Method in class org.openrdf.sail.memory.model.DecimalMemLiteral
 
byteValue() - Method in class org.openrdf.sail.memory.model.IntegerMemLiteral
 
byteValue() - Method in class org.openrdf.sail.memory.model.NumericMemLiteral
 
byteValue() - Method in class org.openrdf.sail.rdbms.model.RdbmsLiteral
 

C

cache(V) - Method in class org.openrdf.sail.rdbms.managers.base.ValueManagerBase
 
CalendarLiteralImpl - Class in org.openrdf.model.impl
An extension of LiteralImpl that stores a calendar value to avoid parsing.
CalendarLiteralImpl(XMLGregorianCalendar) - Constructor for class org.openrdf.model.impl.CalendarLiteralImpl
Creates a literal for the specified calendar using a datatype appropriate for the value indicated by XMLGregorianCalendar.getXMLSchemaType().
CalendarMemLiteral - Class in org.openrdf.sail.memory.model
An extension of MemLiteral that stores a Calendar value to avoid parsing.
CalendarMemLiteral(Object, XMLGregorianCalendar) - Constructor for class org.openrdf.sail.memory.model.CalendarMemLiteral
 
CalendarMemLiteral(Object, String, XMLGregorianCalendar) - Constructor for class org.openrdf.sail.memory.model.CalendarMemLiteral
 
calendarValue() - Method in class org.openrdf.model.impl.CalendarLiteralImpl
 
calendarValue() - Method in class org.openrdf.model.impl.LiteralImpl
 
calendarValue() - Method in interface org.openrdf.model.Literal
Returns the XMLGregorianCalendar value of this literal.
calendarValue() - Method in class org.openrdf.sail.memory.model.CalendarMemLiteral
 
calendarValue() - Method in class org.openrdf.sail.rdbms.model.RdbmsLiteral
 
cancelSyncTask() - Method in class org.openrdf.sail.memory.MemoryStore
 
cancelSyncTimer() - Method in class org.openrdf.sail.memory.MemoryStore
 
CARDINALITY - Static variable in class org.openrdf.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#cardinality
cardinality - Variable in class org.openrdf.query.algebra.evaluation.impl.EvaluationStatistics.CardinalityCalculator
 
CASE - Static variable in interface org.openrdf.query.parser.serql.ast.SyntaxTreeBuilderConstants
 
caseBegin() - Method in class org.openrdf.sail.rdbms.evaluation.SqlExprBuilder
 
cast(int) - Method in class org.openrdf.sail.rdbms.evaluation.SqlExprBuilder
 
checkRepositoryURL() - Method in class org.openrdf.http.client.HTTPClient
 
checkServerURL() - Method in class org.openrdf.http.client.HTTPClient
 
children - Variable in class org.openrdf.query.parser.serql.ast.SimpleNode
 
children - Variable in class org.openrdf.query.parser.sparql.ast.SimpleNode
 
childrenAccept(SyntaxTreeBuilderVisitor, Object) - Method in class org.openrdf.query.parser.serql.ast.SimpleNode
Accept the visitor.
childrenAccept(SyntaxTreeBuilderVisitor, Object) - Method in class org.openrdf.query.parser.sparql.ast.SimpleNode
Accept the visitor.
CLASS - Static variable in class org.openrdf.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#Class
CLASS - Static variable in class org.openrdf.model.vocabulary.RDFS
http://www.w3.org/2000/01/rdf-schema#Class
cleanSnapshots() - Method in class org.openrdf.sail.memory.MemoryStore
Removes statements from old snapshots from the main statement list and resets the snapshot to 1 for the rest of the statements.
cleanUpRepository(String) - Method in class org.openrdf.repository.manager.LocalRepositoryManager
 
cleanUpRepository(String) - Method in class org.openrdf.repository.manager.RemoteRepositoryManager
 
cleanUpRepository(String) - Method in class org.openrdf.repository.manager.RepositoryManager
Clean up a removed repository.
cleanUpRepository(String) - Method in class org.openrdf.repository.manager.util.TypeFilteringRepositoryManager
 
cleanUpResources() - Method in class org.openrdf.http.server.repository.RepositoryInterceptor
 
cleanUpResources() - Method in class org.openrdf.http.server.ServerInterceptor
Clean up resources used in handling this request.
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.MutableTupleQueryResult
 
clear(Resource...) - Method in class org.openrdf.repository.base.RepositoryConnectionBase
 
clear(Resource...) - Method in class org.openrdf.repository.base.RepositoryConnectionWrapper
 
clear(Resource...) - Method in class org.openrdf.repository.event.base.InterceptingRepositoryConnectionWrapper
 
clear(Resource...) - Method in class org.openrdf.repository.event.base.NotifyingRepositoryConnectionWrapper
 
clear(RepositoryConnection, Resource...) - Method in class org.openrdf.repository.event.base.RepositoryConnectionInterceptorAdapter
 
clear(RepositoryConnection, Resource...) - Method in class org.openrdf.repository.event.base.RepositoryConnectionListenerAdapter
 
clear(RepositoryConnection, Resource...) - Method in interface org.openrdf.repository.event.RepositoryConnectionInterceptor
 
clear(RepositoryConnection, Resource...) - Method in interface org.openrdf.repository.event.RepositoryConnectionListener
 
clear(RepositoryConnection, Resource...) - Method in class org.openrdf.repository.event.util.DebugRepositoryConnectionListener
 
clear(Resource...) - Method in interface org.openrdf.repository.RepositoryConnection
Removes all statements from a specific contexts in the repository.
clear(Resource...) - Method in class org.openrdf.repository.sail.SailRepositoryConnection
 
clear() - Method in class org.openrdf.rio.helpers.RDFParserBase
Clears any information that has been collected while parsing.
clear() - Method in class org.openrdf.rio.helpers.StatementCollector
Clear the set of collected statements.
clear(Resource...) - Method in class org.openrdf.sail.helpers.SailConnectionBase
 
clear(Resource...) - Method in class org.openrdf.sail.helpers.SailConnectionWrapper
 
clear() - Method in class org.openrdf.sail.memory.model.MemStatementList
 
clear() - Method in class org.openrdf.sail.memory.model.WeakObjectRegistry
 
clear() - Method in class org.openrdf.sail.nativerdf.btree.BTree
Removes all values from the B-Tree.
clear() - Method in class org.openrdf.sail.nativerdf.datastore.DataFile
Discards all stored data.
clear() - Method in class org.openrdf.sail.nativerdf.datastore.DataStore
Removes all values from the DataStore.
clear() - Method in class org.openrdf.sail.nativerdf.datastore.HashFile
 
clear() - Method in class org.openrdf.sail.nativerdf.datastore.HashIndex
 
clear() - Method in class org.openrdf.sail.nativerdf.datastore.IDFile
Discards all stored data.
clear() - Method in class org.openrdf.sail.nativerdf.ValueStore
Removes all values from the ValueStore.
clear() - Method in class org.openrdf.sail.rdbms.managers.base.ManagerBase
 
clear() - Method in class org.openrdf.sail.rdbms.schema.RdbmsTable
 
clear(Resource...) - Method in interface org.openrdf.sail.SailConnection
Removes all statements from the specified/all contexts.
clearBNodeIDMap() - Method in class org.openrdf.rio.helpers.RDFParserBase
Clears the map that keeps track of blank nodes that have been parsed.
ClearController - Class in org.openrdf.http.webclient.repository.modify.remove
 
ClearController() - Constructor for class org.openrdf.http.webclient.repository.modify.remove.ClearController
 
clearInferred(Resource...) - Method in interface org.openrdf.sail.inferencer.InferencerConnection
Removes all inferred statements from the specified/all contexts.
clearInferred(Resource...) - Method in class org.openrdf.sail.inferencer.InferencerConnectionWrapper
 
clearInferred(Resource...) - Method in class org.openrdf.sail.memory.MemoryStoreConnection
 
clearInferred(Resource...) - Method in class org.openrdf.sail.nativerdf.NativeStoreConnection
 
clearInternal(Resource...) - Method in class org.openrdf.sail.helpers.SailConnectionBase
 
clearInternal(Resource...) - Method in class org.openrdf.sail.memory.MemoryStoreConnection
 
clearInternal(Resource...) - Method in class org.openrdf.sail.nativerdf.NativeStoreConnection
 
clearInternal(Resource...) - Method in class org.openrdf.sail.rdbms.RdbmsConnection
 
clearNamespaces() - Method in class org.openrdf.http.client.HTTPClient
 
clearNamespaces() - Method in class org.openrdf.repository.base.RepositoryConnectionWrapper
 
clearNamespaces() - Method in class org.openrdf.repository.event.base.InterceptingRepositoryConnectionWrapper
 
clearNamespaces() - Method in class org.openrdf.repository.event.base.NotifyingRepositoryConnectionWrapper
 
clearNamespaces(RepositoryConnection) - Method in class org.openrdf.repository.event.base.RepositoryConnectionInterceptorAdapter
 
clearNamespaces(RepositoryConnection) - Method in class org.openrdf.repository.event.base.RepositoryConnectionListenerAdapter
 
clearNamespaces(RepositoryConnection) - Method in interface org.openrdf.repository.event.RepositoryConnectionInterceptor
 
clearNamespaces(RepositoryConnection) - Method in interface org.openrdf.repository.event.RepositoryConnectionListener
 
clearNamespaces(RepositoryConnection) - Method in class org.openrdf.repository.event.util.DebugRepositoryConnectionListener
 
clearNamespaces() - Method in interface org.openrdf.repository.RepositoryConnection
Removes all namespace declarations from the repository.
clearNamespaces() - Method in class org.openrdf.repository.sail.SailRepositoryConnection
 
clearNamespaces() - Method in class org.openrdf.sail.helpers.SailConnectionBase
 
clearNamespaces() - Method in class org.openrdf.sail.helpers.SailConnectionWrapper
 
clearNamespaces() - Method in interface org.openrdf.sail.SailConnection
Removes all namespace declarations from the repository.
clearNamespacesInternal() - Method in class org.openrdf.sail.helpers.SailConnectionBase
 
clearNamespacesInternal() - Method in class org.openrdf.sail.memory.MemoryStoreConnection
 
clearNamespacesInternal() - Method in class org.openrdf.sail.nativerdf.NativeStoreConnection
 
clearNamespacesInternal() - Method in class org.openrdf.sail.rdbms.RdbmsConnection
 
ClearNamespacesOperation - Class in org.openrdf.http.protocol.transaction.operations
Operation that removes all namespace declarations.
ClearNamespacesOperation() - Constructor for class org.openrdf.http.protocol.transaction.operations.ClearNamespacesOperation
 
ClearOperation - Class in org.openrdf.http.protocol.transaction.operations
Operation that clears the whole repository.
ClearOperation(Resource...) - Constructor for class org.openrdf.http.protocol.transaction.operations.ClearOperation
 
clearPrefixes() - Method in class org.openrdf.sail.rdbms.managers.NamespaceManager
 
clearPrefixes() - Method in class org.openrdf.sail.rdbms.schema.NamespacesTable
 
ClientHTTPException - Exception in org.openrdf.http.server
HTTP-related exception indicating that an HTTP client has erred.
ClientHTTPException() - Constructor for exception org.openrdf.http.server.ClientHTTPException
Creates a ClientHTTPException with status code 400 "Bad Request".
ClientHTTPException(String) - Constructor for exception org.openrdf.http.server.ClientHTTPException
Creates a ClientHTTPException with status code 400 "Bad Request".
ClientHTTPException(String, Throwable) - Constructor for exception org.openrdf.http.server.ClientHTTPException
Creates a ClientHTTPException with status code 400 "Bad Request".
ClientHTTPException(int) - Constructor for exception org.openrdf.http.server.ClientHTTPException
Creates a ClientHTTPException with the specified status code.
ClientHTTPException(int, String) - Constructor for exception org.openrdf.http.server.ClientHTTPException
Creates a ClientHTTPException with the specified status code.
ClientHTTPException(int, String, Throwable) - Constructor for exception org.openrdf.http.server.ClientHTTPException
Creates a ClientHTTPException with the specified status code.
ClientHTTPException(int, Throwable) - Constructor for exception org.openrdf.http.server.ClientHTTPException
Creates a ClientHTTPException with the specified status code.
clone() - Method in class org.openrdf.model.datatypes.XMLDateTime
 
clone() - Method in interface org.openrdf.query.algebra.AggregateOperator
 
clone() - Method in class org.openrdf.query.algebra.And
 
clone() - Method in class org.openrdf.query.algebra.BinaryTupleOperator
 
clone() - Method in class org.openrdf.query.algebra.BinaryValueOperator
 
clone() - Method in class org.openrdf.query.algebra.BNodeGenerator
 
clone() - Method in class org.openrdf.query.algebra.Bound
 
clone() - Method in class org.openrdf.query.algebra.Compare
 
clone() - Method in class org.openrdf.query.algebra.CompareAll
 
clone() - Method in class org.openrdf.query.algebra.CompareAny
 
clone() - Method in class org.openrdf.query.algebra.CompareSubQueryValueOperator
 
clone() - Method in class org.openrdf.query.algebra.Count
 
clone() - Method in class org.openrdf.query.algebra.Datatype
 
clone() - Method in class org.openrdf.query.algebra.Difference
 
clone() - Method in class org.openrdf.query.algebra.Distinct
 
clone() - Method in class org.openrdf.query.algebra.EmptySet
 
clone() - Method in class org.openrdf.query.algebra.Exists
 
clone() - Method in class org.openrdf.query.algebra.Extension
 
clone() - Method in class org.openrdf.query.algebra.ExtensionElem
 
clone() - Method in class org.openrdf.query.algebra.Filter
 
clone() - Method in class org.openrdf.query.algebra.FunctionCall
 
clone() - Method in class org.openrdf.query.algebra.Group
 
clone() - Method in class org.openrdf.query.algebra.GroupElem
 
clone() - Method in class org.openrdf.query.algebra.In
 
clone() - Method in class org.openrdf.query.algebra.Intersection
 
clone() - Method in class org.openrdf.query.algebra.IsBNode
 
clone() - Method in class org.openrdf.query.algebra.IsLiteral
 
clone() - Method in class org.openrdf.query.algebra.IsResource
 
clone() - Method in class org.openrdf.query.algebra.IsURI
 
clone() - Method in class org.openrdf.query.algebra.Join
 
clone() - Method in class org.openrdf.query.algebra.Label
 
clone() - Method in class org.openrdf.query.algebra.Lang
 
clone() - Method in class org.openrdf.query.algebra.LangMatches
 
clone() - Method in class org.openrdf.query.algebra.LeftJoin
 
clone() - Method in class org.openrdf.query.algebra.Like
 
clone() - Method in class org.openrdf.query.algebra.LocalName
 
clone() - Method in class org.openrdf.query.algebra.MathExpr
 
clone() - Method in class org.openrdf.query.algebra.Max
 
clone() - Method in class org.openrdf.query.algebra.Min
 
clone() - Method in class org.openrdf.query.algebra.MultiProjection
 
clone() - Method in class org.openrdf.query.algebra.Namespace
 
clone() - Method in class org.openrdf.query.algebra.Not
 
clone() - Method in class org.openrdf.query.algebra.Or
 
clone() - Method in class org.openrdf.query.algebra.Order
 
clone() - Method in class org.openrdf.query.algebra.OrderElem
 
clone() - Method in class org.openrdf.query.algebra.Projection
 
clone() - Method in class org.openrdf.query.algebra.ProjectionElem
 
clone() - Method in class org.openrdf.query.algebra.ProjectionElemList
 
clone() - Method in interface org.openrdf.query.algebra.QueryModelNode
Returns a (deep) clone of this query model node.
clone() - Method in class org.openrdf.query.algebra.QueryModelNodeBase
 
clone() - Method in class org.openrdf.query.algebra.QueryRoot
 
clone() - Method in class org.openrdf.query.algebra.Regex
 
clone() - Method in class org.openrdf.query.algebra.SameTerm
 
clone() - Method in class org.openrdf.query.algebra.SingletonSet
 
clone() - Method in class org.openrdf.query.algebra.Slice
 
clone() - Method in class org.openrdf.query.algebra.StatementPattern
 
clone() - Method in class org.openrdf.query.algebra.Str
 
clone() - Method in class org.openrdf.query.algebra.SubQueryValueOperator
 
clone() - Method in interface org.openrdf.query.algebra.TupleExpr
 
clone() - Method in class org.openrdf.query.algebra.UnaryTupleOperator
 
clone() - Method in class org.openrdf.query.algebra.UnaryValueOperator
 
clone() - Method in class org.openrdf.query.algebra.Union
 
clone() - Method in class org.openrdf.query.algebra.ValueConstant
 
clone() - Method in interface org.openrdf.query.algebra.ValueExpr
 
clone() - Method in class org.openrdf.query.algebra.Var
 
clone() - Method in class org.openrdf.query.impl.MutableTupleQueryResult
 
clone() - Method in class org.openrdf.sail.rdbms.algebra.base.BinarySqlOperator
 
clone() - Method in class org.openrdf.sail.rdbms.algebra.base.FromItem
 
clone() - Method in class org.openrdf.sail.rdbms.algebra.base.SqlConstant
 
clone() - Method in interface org.openrdf.sail.rdbms.algebra.base.SqlExpr
 
clone() - Method in class org.openrdf.sail.rdbms.algebra.base.UnarySqlOperator
 
clone() - Method in class org.openrdf.sail.rdbms.algebra.base.ValueColumnBase
 
clone() - Method in class org.openrdf.sail.rdbms.algebra.IdColumn
 
clone() - Method in class org.openrdf.sail.rdbms.algebra.JoinItem
 
clone() - Method in class org.openrdf.sail.rdbms.algebra.RefIdColumn
 
clone() - Method in class org.openrdf.sail.rdbms.algebra.SelectProjection
 
clone() - Method in class org.openrdf.sail.rdbms.algebra.SelectQuery
 
clone() - Method in class org.openrdf.sail.rdbms.algebra.SqlCase
 
clone() - Method in class org.openrdf.sail.rdbms.algebra.SqlRegex
 
clone() - Method in class org.openrdf.sail.rdbms.algebra.UnionItem
 
clone() - Method in class org.openrdf.sail.rdbms.schema.ValueTypes
 
cloneValueExpr() - Method in class org.openrdf.query.algebra.Count
 
cloneValueExpr() - Method in class org.openrdf.query.algebra.Max
 
cloneValueExpr() - Method in class org.openrdf.query.algebra.Min
 
close() - Method in class org.openrdf.query.impl.MutableTupleQueryResult
 
close() - Method in class org.openrdf.query.impl.TupleQueryResultImpl
 
close() - Method in class org.openrdf.repository.base.RepositoryConnectionBase
 
close() - Method in class org.openrdf.repository.base.RepositoryConnectionWrapper
 
close() - Method in class org.openrdf.repository.event.base.InterceptingRepositoryConnectionWrapper
 
close() - Method in class org.openrdf.repository.event.base.NotifyingRepositoryConnectionWrapper
 
close(RepositoryConnection) - Method in class org.openrdf.repository.event.base.RepositoryConnectionInterceptorAdapter
 
close(RepositoryConnection) - Method in class org.openrdf.repository.event.base.RepositoryConnectionListenerAdapter
 
close(RepositoryConnection) - Method in interface org.openrdf.repository.event.RepositoryConnectionInterceptor
 
close(RepositoryConnection) - Method in interface org.openrdf.repository.event.RepositoryConnectionListener
 
close(RepositoryConnection) - Method in class org.openrdf.repository.event.util.DebugRepositoryConnectionListener
 
close() - Method in interface org.openrdf.repository.RepositoryConnection
Closes the connection, freeing resources.
close() - Method in class org.openrdf.repository.sail.SailRepositoryConnection
 
close() - Method in class org.openrdf.rio.rdfxml.util.RDFXMLPrettyWriter
 
close() - Method in class org.openrdf.sail.helpers.SailConnectionBase
 
close() - Method in class org.openrdf.sail.helpers.SailConnectionWrapper
 
close() - Method in class org.openrdf.sail.nativerdf.btree.BTree
Closes any opened files and release any resources used by this B-Tree.
close() - Method in interface org.openrdf.sail.nativerdf.btree.RecordIterator
Closes the iterator, freeing any resources that it uses.
close() - Method in class org.openrdf.sail.nativerdf.datastore.DataFile
Closes the data file, releasing any file locks that it might have.
close() - Method in class org.openrdf.sail.nativerdf.datastore.DataStore
Closes the DataStore, releasing any file references, etc.
close() - Method in class org.openrdf.sail.nativerdf.datastore.HashFile
 
close() - Method in class org.openrdf.sail.nativerdf.datastore.HashIndex
 
close() - Method in class org.openrdf.sail.nativerdf.datastore.HashIndex.IDIterator
 
close() - Method in class org.openrdf.sail.nativerdf.datastore.IDFile
Closes the ID file, releasing any file locks that it might have.
close() - Method in class org.openrdf.sail.nativerdf.ValueStore
Closes the ValueStore, releasing any file references, etc.
close() - Method in class org.openrdf.sail.rdbms.evaluation.SqlBracketBuilder
 
close() - Method in class org.openrdf.sail.rdbms.evaluation.SqlCastBuilder
 
close() - Method in class org.openrdf.sail.rdbms.evaluation.SqlRegexBuilder
 
close() - Method in class org.openrdf.sail.rdbms.iteration.base.RdbmIterationBase
 
close() - Method in class org.openrdf.sail.rdbms.iteration.EmptyRdbmsResourceIteration
 
close() - Method in class org.openrdf.sail.rdbms.iteration.EmptyRdbmsStatementIteration
 
close() - Method in class org.openrdf.sail.rdbms.iteration.NamespaceIteration
 
close() - Method in class org.openrdf.sail.rdbms.managers.base.ManagerBase
 
close() - Method in class org.openrdf.sail.rdbms.managers.BNodeManager
 
close() - Method in class org.openrdf.sail.rdbms.managers.HashManager
 
close() - Method in class org.openrdf.sail.rdbms.managers.LiteralManager
 
close() - Method in class org.openrdf.sail.rdbms.managers.NamespaceManager
 
close() - Method in class org.openrdf.sail.rdbms.managers.TransTableManager
 
close() - Method in class org.openrdf.sail.rdbms.managers.TripleManager
 
close() - Method in class org.openrdf.sail.rdbms.managers.TripleTableManager
 
close() - Method in class org.openrdf.sail.rdbms.managers.UriManager
 
close() - Method in class org.openrdf.sail.rdbms.RdbmsTripleRepository
 
close() - Method in class org.openrdf.sail.rdbms.schema.BNodeTable
 
close() - Method in class org.openrdf.sail.rdbms.schema.HashTable
 
close() - Method in class org.openrdf.sail.rdbms.schema.LiteralTable
 
close() - Method in class org.openrdf.sail.rdbms.schema.NamespacesTable
 
close() - Method in class org.openrdf.sail.rdbms.schema.RdbmsTable
 
close() - Method in class org.openrdf.sail.rdbms.schema.TransactionTable
 
close() - Method in class org.openrdf.sail.rdbms.schema.TripleTable
 
close() - Method in class org.openrdf.sail.rdbms.schema.URITable
 
close() - Method in class org.openrdf.sail.rdbms.schema.ValueTable
 
close() - Method in interface org.openrdf.sail.SailConnection
Closes the connection.
closeActiveContext() - Method in class org.openrdf.rio.trig.TriGWriter
 
CLOSED_SIGNAL - Static variable in class org.openrdf.sail.rdbms.schema.Batch
 
closeInternal() - Method in class org.openrdf.sail.helpers.SailConnectionBase
 
closeInternal() - Method in class org.openrdf.sail.memory.MemoryStoreConnection
 
closeInternal() - Method in class org.openrdf.sail.nativerdf.NativeStoreConnection
 
closeInternal() - Method in class org.openrdf.sail.rdbms.RdbmsConnection
 
closePreviousStatement() - Method in class org.openrdf.rio.turtle.TurtleWriter
 
cmp(SqlExpr, Compare.CompareOp, SqlExpr) - Static method in class org.openrdf.sail.rdbms.algebra.base.SqlExprSupport
 
coalesce(SqlExpr...) - Static method in class org.openrdf.sail.rdbms.algebra.base.SqlExprSupport
 
code(Literal) - Method in class org.openrdf.sail.rdbms.schema.IdSequence
 
collapseWhiteSpace(String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
Replaces all contiguous sequences of #x9 (tab), #xA (line feed) and #xD (carriage return) with a single #x20 (space) character, and removes any leading and trailing whitespace characters, as specified for whiteSpace facet collapse.
Collection() - Method in class org.openrdf.query.parser.sparql.ast.SyntaxTreeBuilder
 
column - Variable in class org.openrdf.query.parser.serql.ast.SimpleCharStream
 
column - Variable in class org.openrdf.query.parser.sparql.ast.JavaCharStream
 
column(String, String) - Method in class org.openrdf.sail.rdbms.evaluation.SqlExprBuilder
 
columnEquals(String, String, Number) - Method in class org.openrdf.sail.rdbms.evaluation.SqlExprBuilder
 
columnEquals(String, String, String) - Method in class org.openrdf.sail.rdbms.evaluation.SqlExprBuilder
 
columnIn(String, String, Number[]) - Method in class org.openrdf.sail.rdbms.evaluation.SqlExprBuilder
 
columnsEqual(String, String, String, String) - Method in class org.openrdf.sail.rdbms.evaluation.SqlExprBuilder
 
ColumnVar - Class in org.openrdf.sail.rdbms.algebra
Represents a variable in an SQL expression.
COMBINING_CHAR - Static variable in interface org.openrdf.query.parser.serql.ast.SyntaxTreeBuilderConstants
 
COMMA - Static variable in interface org.openrdf.query.parser.serql.ast.SyntaxTreeBuilderConstants
 
COMMA - Static variable in interface org.openrdf.query.parser.sparql.ast.SyntaxTreeBuilderConstants
 
COMMENT - Static variable in class org.openrdf.model.vocabulary.RDFS
http://www.w3.org/2000/01/rdf-schema#comment
commit() - Method in class org.openrdf.repository.base.RepositoryConnectionWrapper
 
commit() - Method in class org.openrdf.repository.event.base.InterceptingRepositoryConnectionWrapper
 
commit() - Method in class org.openrdf.repository.event.base.NotifyingRepositoryConnectionWrapper
 
commit(RepositoryConnection) - Method in class org.openrdf.repository.event.base.RepositoryConnectionInterceptorAdapter
 
commit(RepositoryConnection) - Method in class org.openrdf.repository.event.base.RepositoryConnectionListenerAdapter
 
commit(RepositoryConnection) - Method in interface org.openrdf.repository.event.RepositoryConnectionInterceptor
 
commit(RepositoryConnection) - Method in interface org.openrdf.repository.event.RepositoryConnectionListener
 
commit(RepositoryConnection) - Method in class org.openrdf.repository.event.util.DebugRepositoryConnectionListener
 
commit() - Method in interface org.openrdf.repository.RepositoryConnection
Commits all updates that have been performed as part of this connection sofar.
commit() - Method in class org.openrdf.repository.sail.SailRepositoryConnection
 
commit() - Method in class org.openrdf.sail.helpers.SailConnectionBase
 
commit() - Method in class org.openrdf.sail.helpers.SailConnectionWrapper
 
commit() - Method in class org.openrdf.sail.inferencer.InferencerConnectionWrapper
Calls InferencerConnectionWrapper.flushUpdates() before forwarding the call to the wrapped connection.
commit() - Method in class org.openrdf.sail.memory.MemoryStore
 
commit() - Method in class org.openrdf.sail.rdbms.RdbmsTripleRepository
 
commit() - Method in interface org.openrdf.sail.SailConnection
Commits any updates that have been performed since the last time SailConnection.commit() or SailConnection.rollback() was called.
commitInternal() - Method in class org.openrdf.sail.helpers.SailConnectionBase
 
commitInternal() - Method in class org.openrdf.sail.memory.MemoryStoreConnection
 
commitInternal() - Method in class org.openrdf.sail.nativerdf.NativeStoreConnection
 
commitInternal() - Method in class org.openrdf.sail.rdbms.RdbmsConnection
 
committed(boolean) - Method in class org.openrdf.sail.rdbms.managers.TransTableManager
 
committed() - Method in class org.openrdf.sail.rdbms.schema.TransactionTable
 
compare(String, String, URI) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
 
Compare - Class in org.openrdf.query.algebra
A comparison between two values.
Compare() - Constructor for class org.openrdf.query.algebra.Compare
 
Compare(ValueExpr, ValueExpr) - Constructor for class org.openrdf.query.algebra.Compare
 
Compare(ValueExpr, ValueExpr, Compare.CompareOp) - Constructor for class org.openrdf.query.algebra.Compare
 
compare(BindingSet, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.util.OrderComparator
 
compare(Value, Value, Compare.CompareOp) - Static method in class org.openrdf.query.algebra.evaluation.util.QueryEvaluationUtil
 
compare(Value, Value) - Method in class org.openrdf.query.algebra.evaluation.util.ValueComparator
 
Compare.CompareOp - Enum in org.openrdf.query.algebra
 
CompareAll - Class in org.openrdf.query.algebra
 
CompareAll() - Constructor for class org.openrdf.query.algebra.CompareAll
 
CompareAll(ValueExpr, TupleExpr, Compare.CompareOp) - Constructor for class org.openrdf.query.algebra.CompareAll
 
CompareAny - Class in org.openrdf.query.algebra
 
CompareAny() - Constructor for class org.openrdf.query.algebra.CompareAny
 
CompareAny(ValueExpr, TupleExpr, Compare.CompareOp) - Constructor for class org.openrdf.query.algebra.CompareAny
 
compareBTreeValues(byte[], byte[], int, int) - Method in class org.openrdf.sail.nativerdf.btree.DefaultRecordComparator
 
compareBTreeValues(byte[], byte[], int, int) - Method in interface org.openrdf.sail.nativerdf.btree.RecordComparator
Compares the supplied key to the value of length length, starting at offset offset in the supplied data array.
compareBytes(String, String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
 
compareCanonicalDecimals(String, String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
Compares two canonical decimals to eachother.
compareCanonicalDoubles(String, String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
Compares two canonical doubles to eachother.
compareCanonicalFloats(String, String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
Compares two canonical floats to eachother.
compareCanonicalFPNumbers(String, String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
Compares two canonical floating point numbers to eachother.
compareCanonicalIntegers(String, String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
Compares two canonical integers to eachother.
compareDateTime(String, String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
Compares two dateTime objects.
compareDecimals(String, String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
Compares two decimals to eachother.
compareDoubles(String, String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
Compares two doubles to eachother.
compareFloats(String, String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
Compares two floats to eachother.
compareFPNumbers(String, String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
Compares two floating point numbers to eachother.
compareIntegers(String, String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
Compares two integers to eachother.
compareInts(String, String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
 
compareLiterals(Literal, Literal, Compare.CompareOp) - Static method in class org.openrdf.query.algebra.evaluation.util.QueryEvaluationUtil
 
compareLongs(String, String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
 
compareNegativeIntegers(String, String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
 
compareNonNegativeIntegers(String, String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
 
compareNonPositiveIntegers(String, String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
 
CompareOptimizer - Class in org.openrdf.query.algebra.evaluation.impl
A query optimizer that replaces Compare operators with SameTerms, if possible.
CompareOptimizer() - Constructor for class org.openrdf.query.algebra.evaluation.impl.CompareOptimizer
 
CompareOptimizer.CompareVisitor - Class in org.openrdf.query.algebra.evaluation.impl
 
CompareOptimizer.CompareVisitor() - Constructor for class org.openrdf.query.algebra.evaluation.impl.CompareOptimizer.CompareVisitor
 
comparePositiveIntegers(String, String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
 
compareShorts(String, String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
 
CompareSubQueryValueOperator - Class in org.openrdf.query.algebra
 
CompareSubQueryValueOperator() - Constructor for class org.openrdf.query.algebra.CompareSubQueryValueOperator
 
CompareSubQueryValueOperator(ValueExpr, TupleExpr) - Constructor for class org.openrdf.query.algebra.CompareSubQueryValueOperator
 
compareTo(XMLDateTime) - Method in class org.openrdf.model.datatypes.XMLDateTime
Compares this DateTime object to another DateTime object.
compareTo(RepositoryInfo) - Method in class org.openrdf.repository.manager.RepositoryInfo
 
compareUnsignedBytes(String, String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
 
compareUnsignedInts(String, String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
 
compareUnsignedLongs(String, String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
 
compareUnsignedShorts(String, String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
 
CompatibleBindingSetFilter - Class in org.openrdf.query.algebra.evaluation.iterator
 
CompatibleBindingSetFilter(CloseableIteration<BindingSet, QueryEvaluationException>, BindingSet) - Constructor for class org.openrdf.query.algebra.evaluation.iterator.CompatibleBindingSetFilter
 
COMPLEMENTOF - Static variable in class org.openrdf.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#complementOf
CompOperator() - Method in class org.openrdf.query.parser.serql.ast.SyntaxTreeBuilder
 
concat(SqlExpr, SqlExpr) - Static method in class org.openrdf.sail.rdbms.algebra.base.SqlExprSupport
 
concat() - Method in class org.openrdf.sail.rdbms.evaluation.SqlExprBuilder
 
ConditionalAndExpression() - Method in class org.openrdf.query.parser.sparql.ast.SyntaxTreeBuilder
 
ConditionalOrExpression() - Method in class org.openrdf.query.parser.sparql.ast.SyntaxTreeBuilder
 
CONFIG - Static variable in class org.openrdf.http.protocol.Protocol
Relative location of the config resource.
ConjunctiveConstraintSplitter - Class in org.openrdf.query.algebra.evaluation.impl
Splits conjunctive constraints into seperate constraints.
ConjunctiveConstraintSplitter() - Constructor for class org.openrdf.query.algebra.evaluation.impl.ConjunctiveConstraintSplitter
 
ConjunctiveConstraintSplitter.ConstraintVisitor - Class in org.openrdf.query.algebra.evaluation.impl
 
ConjunctiveConstraintSplitter.ConstraintVisitor(TupleExpr) - Constructor for class org.openrdf.query.algebra.evaluation.impl.ConjunctiveConstraintSplitter.ConstraintVisitor
 
connectionClosed(SailConnection) - Method in class org.openrdf.sail.helpers.SailBase
Signals to the store that the supplied connection has been closed.
connectionTimeOut - Variable in class org.openrdf.sail.helpers.SailBase
Connection timeout on shutdown (in ms).
Console - Class in org.openrdf.console
The Sesame Console is a command-line application for interacting with Sesame.
Console() - Constructor for class org.openrdf.console.Console
 
ConstantOptimizer - Class in org.openrdf.query.algebra.evaluation.impl
A query optimizer that optimizes constant value expressions.
ConstantOptimizer(EvaluationStrategy) - Constructor for class org.openrdf.query.algebra.evaluation.impl.ConstantOptimizer
 
ConstantOptimizer.ConstantVisitor - Class in org.openrdf.query.algebra.evaluation.impl
 
ConstantOptimizer.ConstantVisitor() - Constructor for class org.openrdf.query.algebra.evaluation.impl.ConstantOptimizer.ConstantVisitor
 
Constraint() - Method in class org.openrdf.query.parser.sparql.ast.SyntaxTreeBuilder
 
Construct() - Method in class org.openrdf.query.parser.serql.ast.SyntaxTreeBuilder
 
CONSTRUCT - Static variable in interface org.openrdf.query.parser.serql.ast.SyntaxTreeBuilderConstants
 
Construct() - Method in class org.openrdf.query.parser.sparql.ast.SyntaxTreeBuilder
 
CONSTRUCT - Static variable in interface org.openrdf.query.parser.sparql.ast.SyntaxTreeBuilderConstants
 
ConstructQuery() - Method in class org.openrdf.query.parser.serql.ast.SyntaxTreeBuilder
 
ConstructQuery() - Method in class org.openrdf.query.parser.sparql.ast.SyntaxTreeBuilder
 
ConstructQueryFormController - Class in org.openrdf.http.webclient.repository.query
 
ConstructQueryFormController() - Constructor for class org.openrdf.http.webclient.repository.query.ConstructQueryFormController
 
ConstructQueryInfo - Class in org.openrdf.http.webclient.repository.query
 
ConstructQueryInfo() - Constructor for class org.openrdf.http.webclient.repository.query.ConstructQueryInfo
 
CONTAINER - Static variable in class org.openrdf.model.vocabulary.RDFS
http://www.w3.org/2000/01/rdf-schema#Container
CONTAINERMEMBERSHIPPROPERTY - Static variable in class org.openrdf.model.vocabulary.RDFS
http://www.w3.org/2000/01/rdf-schema#ContainerMembershipProperty
contains(Object) - Method in class org.openrdf.sail.memory.model.WeakObjectRegistry
 
CONTEXT - Static variable in interface org.openrdf.query.parser.serql.ast.SyntaxTreeBuilderConstants
 
CONTEXT_PARAM_NAME - Static variable in class org.openrdf.http.protocol.Protocol
Parameter name for the context parameter.
CONTEXT_TAG - Static variable in interface org.openrdf.rio.trix.TriXConstants
The tag that starts a new context/graph.
ContextID() - Method in class org.openrdf.query.parser.serql.ast.SyntaxTreeBuilder
 
ContextOperation - Class in org.openrdf.http.protocol.transaction.operations
A TransactionOperation that operates on a specific (set of) contexts.
ContextOperation(Resource...) - Constructor for class org.openrdf.http.protocol.transaction.operations.ContextOperation
 
CONTEXTS - Static variable in class org.openrdf.http.protocol.Protocol
Relative location of the context list resource of a repository.
contexts - Variable in class org.openrdf.http.protocol.transaction.operations.ContextOperation
 
CONTEXTS_KEY - Static variable in class org.openrdf.http.server.repository.statements.ExportStatementsView
 
ContextsController - Class in org.openrdf.http.server.repository.contexts
Handles requests for the list of contexts in a repository.
ContextsController() - Constructor for class org.openrdf.http.server.repository.contexts.ContextsController
 
ContextStatementImpl - Class in org.openrdf.model.impl
An extension of StatementImpl that adds a context field.
ContextStatementImpl(Resource, URI, Value, Resource) - Constructor for class org.openrdf.model.impl.ContextStatementImpl
Creates a new Statement with the supplied subject, predicate and object for the specified associated context.
convert(BindingSet) - Method in class org.openrdf.query.algebra.evaluation.iterator.ExtensionIterator
 
convert(BindingSet) - Method in class org.openrdf.query.algebra.evaluation.iterator.ProjectionIterator
 
convert(ResultSet) - Method in class org.openrdf.sail.rdbms.iteration.base.RdbmIterationBase
 
convert(ResultSet) - Method in class org.openrdf.sail.rdbms.iteration.RdbmsBindingIteration
 
convert(ResultSet) - Method in class org.openrdf.sail.rdbms.iteration.RdbmsResourceIteration
 
convert(ResultSet) - Method in class org.openrdf.sail.rdbms.iteration.RdbmsStatementIteration
 
convertSQLException(SQLException) - Method in class org.openrdf.sail.rdbms.iteration.base.RdbmIterationBase
 
convertSQLException(SQLException) - Method in class org.openrdf.sail.rdbms.iteration.RdbmsBindingIteration
 
convertSQLException(SQLException) - Method in class org.openrdf.sail.rdbms.iteration.RdbmsResourceIteration
 
convertSQLException(SQLException) - Method in class org.openrdf.sail.rdbms.iteration.RdbmsStatementIteration
 
Count - Class in org.openrdf.query.algebra
 
Count() - Constructor for class org.openrdf.query.algebra.Count
 
Count(ValueExpr) - Constructor for class org.openrdf.query.algebra.Count
 
count() - Method in class org.openrdf.sail.rdbms.schema.RdbmsTable
 
countBoundVars(StatementPattern) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStatistics.CardinalityCalculator
 
countConstantVars(StatementPattern) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStatistics.CardinalityCalculator
 
create(Graph, Resource) - Static method in class org.openrdf.repository.config.RepositoryConfig
Creates a new RepositoryConfig object and initializes it by supplying the graph and repositoryNode to its parse method.
create(Graph, Resource) - Static method in class org.openrdf.repository.config.RepositoryImplConfigBase
 
createBNode() - Method in class org.openrdf.model.impl.ValueFactoryBase
 
createBNode(String) - Method in class org.openrdf.model.impl.ValueFactoryImpl
 
createBNode() - Method in interface org.openrdf.model.ValueFactory
Creates a new bNode.
createBNode(String) - Method in interface org.openrdf.model.ValueFactory
Creates a new blank node with the given node identifier.
createBNode() - Method in class org.openrdf.rio.helpers.RDFParserBase
Creates a new BNode object.
createBNode(String) - Method in class org.openrdf.rio.helpers.RDFParserBase
Creates a BNode object for the specified identifier.
createBNode(String) - Method in class org.openrdf.rio.rdfxml.RDFXMLParser
 
createBNode(String) - Method in class org.openrdf.sail.memory.model.MemValueFactory
 
createBNode(String) - Method in class org.openrdf.sail.nativerdf.ValueStore
 
createBNode(String) - Method in class org.openrdf.sail.rdbms.RdbmsValueFactory
 
createBNodeExpr(ValueExpr) - Method in class org.openrdf.sail.rdbms.algebra.factories.BNodeExprFactory
 
createBNodeExpr(ValueExpr) - Method in class org.openrdf.sail.rdbms.algebra.factories.SqlExprFactory
 
createBNodeTable(Connection, BlockingQueue<Batch>) - Method in class org.openrdf.sail.rdbms.schema.ValueTableFactory
 
createBooleanExpr(ValueExpr) - Method in class org.openrdf.sail.rdbms.algebra.factories.BooleanExprFactory
 
createBooleanExpr(ValueExpr) - Method in class org.openrdf.sail.rdbms.algebra.factories.SqlExprFactory
 
createBooleanExprFactory() - Method in class org.openrdf.sail.rdbms.optimizers.SelectQueryOptimizerFactory
 
createConnection() - Method in class org.openrdf.sail.rdbms.RdbmsConnectionFactory
 
createCtx(String, Var, Resource) - Static method in class org.openrdf.sail.rdbms.algebra.ColumnVar
 
createDatatypeExpr(ValueExpr) - Method in class org.openrdf.sail.rdbms.algebra.factories.DatatypeExprFactory
 
createDatatypeExpr(ValueExpr) - Method in class org.openrdf.sail.rdbms.algebra.factories.SqlExprFactory
 
createFPLiteral(Number, URI) - Method in class org.openrdf.model.impl.ValueFactoryBase
Calls ValueFactoryBase.createNumericLiteral(Number, URI) with the supplied value and datatype as parameters.
createFPLiteral(Number, URI) - Method in class org.openrdf.sail.memory.model.MemValueFactory
 
createHashExpr(ValueExpr) - Method in class org.openrdf.sail.rdbms.algebra.factories.HashExprFactory
 
createHashExpr(ValueExpr) - Method in class org.openrdf.sail.rdbms.algebra.factories.SqlExprFactory
 
createHashTable(Connection, BlockingQueue<Batch>) - Method in class org.openrdf.sail.rdbms.schema.ValueTableFactory
 
createIndex() - Method in class org.openrdf.sail.rdbms.schema.TripleTable
 
createIntegerLiteral(Number, URI) - Method in class org.openrdf.model.impl.ValueFactoryBase
Calls ValueFactoryBase.createNumericLiteral(Number, URI) with the supplied value and datatype as parameters.
createIntegerLiteral(Number, URI) - Method in class org.openrdf.sail.memory.model.MemValueFactory
 
createLabelExpr(ValueExpr) - Method in class org.openrdf.sail.rdbms.algebra.factories.LabelExprFactory
 
createLabelExpr(ValueExpr) - Method in class org.openrdf.sail.rdbms.algebra.factories.SqlExprFactory
 
createLanguageExpr(ValueExpr) - Method in class org.openrdf.sail.rdbms.algebra.factories.LanguageExprFactory
 
createLanguageExpr(ValueExpr) - Method in class org.openrdf.sail.rdbms.algebra.factories.SqlExprFactory
 
createLiteral(boolean) - Method in class org.openrdf.model.impl.ValueFactoryBase
Calls ValueFactory.createLiteral(String, URI) with the String-value of the supplied value and XMLSchema.BOOLEAN as parameters.
createLiteral(byte) - Method in class org.openrdf.model.impl.ValueFactoryBase
Calls #createIntegerLiteral(long, URI) with the supplied value and XMLSchema.BYTE as parameters.
createLiteral(short) - Method in class org.openrdf.model.impl.ValueFactoryBase
Calls #createIntegerLiteral(long, URI) with the supplied value and XMLSchema.SHORT as parameters.
createLiteral(int) - Method in class org.openrdf.model.impl.ValueFactoryBase
Calls #createIntegerLiteral(long, URI) with the supplied value and XMLSchema.INT as parameters.
createLiteral(long) - Method in class org.openrdf.model.impl.ValueFactoryBase
Calls #createIntegerLiteral(long, URI) with the supplied value and XMLSchema.LONG as parameters.
createLiteral(float) - Method in class org.openrdf.model.impl.ValueFactoryBase
Calls ValueFactoryBase.createFPLiteral(Number, URI) with the supplied value and XMLSchema.FLOAT as parameters.
createLiteral(double) - Method in class org.openrdf.model.impl.ValueFactoryBase
Calls ValueFactoryBase.createFPLiteral(Number, URI) with the supplied value and XMLSchema.DOUBLE as parameters.
createLiteral(XMLGregorianCalendar) - Method in class org.openrdf.model.impl.ValueFactoryBase
Calls ValueFactory.createLiteral(String, URI) with the String-value of the supplied calendar and the appropriate datatype as parameters.
createLiteral(String) - Method in class org.openrdf.model.impl.ValueFactoryImpl
 
createLiteral(String, String) - Method in class org.openrdf.model.impl.ValueFactoryImpl
 
createLiteral(String, URI) - Method in class org.openrdf.model.impl.ValueFactoryImpl
 
createLiteral(String) - Method in interface org.openrdf.model.ValueFactory
Creates a new literal with the supplied label.
createLiteral(String, String) - Method in interface org.openrdf.model.ValueFactory
Creates a new literal with the supplied label and language attribute.
createLiteral(String, URI) - Method in interface org.openrdf.model.ValueFactory
Creates a new literal with the supplied label and datatype.
createLiteral(boolean) - Method in interface org.openrdf.model.ValueFactory
Creates a new xsd:boolean-typed literal representing the specified value.
createLiteral(byte) - Method in interface org.openrdf.model.ValueFactory
Creates a new xsd:byte-typed literal representing the specified value.
createLiteral(short) - Method in interface org.openrdf.model.ValueFactory
Creates a new xsd:short-typed literal representing the specified value.
createLiteral(int) - Method in interface org.openrdf.model.ValueFactory
Creates a new xsd:int-typed literal representing the specified value.
createLiteral(long) - Method in interface org.openrdf.model.ValueFactory
Creates a new xsd:long-typed literal representing the specified value.
createLiteral(float) - Method in interface org.openrdf.model.ValueFactory
Creates a new xsd:float-typed literal representing the specified value.
createLiteral(double) - Method in interface org.openrdf.model.ValueFactory
Creates a new xsd:double-typed literal representing the specified value.
createLiteral(XMLGregorianCalendar) - Method in interface org.openrdf.model.ValueFactory
Creates a new literal representing the specified calendar that is typed using the appropriate XML Schema date/time datatype.
createLiteral(String, String, URI) - Method in class org.openrdf.rio.helpers.RDFParserBase
Creates a Literal object with the supplied parameters.
createLiteral(String, String, String) - Method in class org.openrdf.rio.ntriples.NTriplesParser
 
createLiteral(String) - Method in class org.openrdf.sail.memory.model.MemValueFactory
 
createLiteral(String, String) - Method in class org.openrdf.sail.memory.model.MemValueFactory
 
createLiteral(String, URI) - Method in class org.openrdf.sail.memory.model.MemValueFactory
 
createLiteral(boolean) - Method in class org.openrdf.sail.memory.model.MemValueFactory
 
createLiteral(XMLGregorianCalendar) - Method in class org.openrdf.sail.memory.model.MemValueFactory
 
createLiteral(String) - Method in class org.openrdf.sail.nativerdf.ValueStore
 
createLiteral(String, String) - Method in class org.openrdf.sail.nativerdf.ValueStore
 
createLiteral(String, URI) - Method in class org.openrdf.sail.nativerdf.ValueStore
 
createLiteral(String) - Method in class org.openrdf.sail.rdbms.RdbmsValueFactory
 
createLiteral(String, String) - Method in class org.openrdf.sail.rdbms.RdbmsValueFactory
 
createLiteral(String, URI) - Method in class org.openrdf.sail.rdbms.RdbmsValueFactory
 
createLiteralTable(Connection, BlockingQueue<Batch>) - Method in class org.openrdf.sail.rdbms.schema.ValueTableFactory
 
createMemBNode(BNode) - Method in class org.openrdf.sail.memory.model.MemValueFactory
See createMemValue() for description.
createMemLiteral(Literal) - Method in class org.openrdf.sail.memory.model.MemValueFactory
See createMemValue() for description.
createMemResource(Resource) - Method in class org.openrdf.sail.memory.model.MemValueFactory
See createMemValue() for description.
createMemURI(URI) - Method in class org.openrdf.sail.memory.model.MemValueFactory
See createMemValue() for description.
createMemValue(Value) - Method in class org.openrdf.sail.memory.model.MemValueFactory
Creates a MemValue for the supplied Value.
createNamespacesTable(Connection) - Method in class org.openrdf.sail.rdbms.schema.ValueTableFactory
 
createNumericExpr(ValueExpr) - Method in class org.openrdf.sail.rdbms.algebra.factories.NumericExprFactory
 
createNumericExpr(ValueExpr) - Method in class org.openrdf.sail.rdbms.algebra.factories.SqlExprFactory
 
createNumericLiteral(Number, URI) - Method in class org.openrdf.model.impl.ValueFactoryBase
Calls ValueFactory.createLiteral(String, URI) with the String-value of the supplied number and the supplied datatype as parameters.
createObj(String, Var, Value) - Static method in class org.openrdf.sail.rdbms.algebra.ColumnVar
 
createOptimizer() - Method in class org.openrdf.sail.rdbms.postgresql.PgSqlConnectionFactory
 
createOptimizer() - Method in class org.openrdf.sail.rdbms.RdbmsConnectionFactory
 
createParser(QueryLanguage) - Static method in class org.openrdf.query.parser.QueryParserUtil
 
createParser(TupleQueryResultFormat) - Static method in class org.openrdf.query.resultio.QueryResultIO
Convenience methods for creating TupleQueryResultParser objects.
createParser(TupleQueryResultFormat, ValueFactory) - Static method in class org.openrdf.query.resultio.QueryResultIO
Convenience methods for creating TupleQueryResultParser objects that use the specified ValueFactory to create RDF model objects.
createParser(BooleanQueryResultFormat) - Static method in class org.openrdf.query.resultio.QueryResultIO
Convenience methods for creating BooleanQueryResultParser objects.
createParser(RDFFormat) - Static method in class org.openrdf.rio.Rio
Convenience methods for creating RDFParser objects.
createParser(RDFFormat, ValueFactory) - Static method in class org.openrdf.rio.Rio
Convenience methods for creating RDFParser objects that use the specified ValueFactory to create RDF model objects.
createPred(String, Var, URI, boolean) - Static method in class org.openrdf.sail.rdbms.algebra.ColumnVar
 
createQueryBuilder() - Method in class org.openrdf.sail.rdbms.evaluation.QueryBuilderFactory
 
createQueryBuilderFactory() - Method in class org.openrdf.sail.rdbms.mysql.MySqlConnectionFactory
 
createQueryBuilderFactory() - Method in class org.openrdf.sail.rdbms.postgresql.PgSqlConnectionFactory
 
createQueryBuilderFactory() - Method in class org.openrdf.sail.rdbms.RdbmsConnectionFactory
 
createRdbmsConnectionFactory(String, String) - Method in class org.openrdf.sail.rdbms.mysql.MySqlProvider
 
createRdbmsConnectionFactory(String, String) - Method in class org.openrdf.sail.rdbms.postgresql.PgSqlProvider
 
createRdbmsConnectionFactory(String, String) - Method in interface org.openrdf.sail.rdbms.RdbmsProvider
 
createRdbmsEvaluation(Dataset) - Method in class org.openrdf.sail.rdbms.evaluation.RdbmsEvaluationFactory
 
createRdbmsFilterOptimizer() - Method in class org.openrdf.sail.rdbms.optimizers.SelectQueryOptimizerFactory
 
createRepository(String) - Method in class org.openrdf.repository.manager.LocalRepositoryManager
 
createRepository(String) - Method in class org.openrdf.repository.manager.RemoteRepositoryManager
Creates and initializes the repository with the specified ID.
createRepository(String) - Method in class org.openrdf.repository.manager.RepositoryManager
Creates and initializes the repository with the specified ID.
createRepository(String) - Method in class org.openrdf.repository.manager.util.TypeFilteringRepositoryManager
 
createRepositoryResult(CloseableIteration<? extends E, SailException>) - Method in class org.openrdf.repository.sail.SailRepositoryConnection
Wraps a CloseableIteration coming from a Sail in a RepositoryResult object, applying the required conversions
createSelectQueryOptimizerFactory() - Method in class org.openrdf.sail.rdbms.mysql.MySqlConnectionFactory
 
createSelectQueryOptimizerFactory() - Method in class org.openrdf.sail.rdbms.RdbmsConnectionFactory
 
createSqlBracketBuilder(SqlExprBuilder) - Method in class org.openrdf.sail.rdbms.evaluation.QueryBuilderFactory
 
createSqlCastBuilder(SqlExprBuilder, int) - Method in class org.openrdf.sail.rdbms.evaluation.QueryBuilderFactory
 
createSqlExprBuilder() - Method in class org.openrdf.sail.rdbms.evaluation.QueryBuilderFactory
 
createSqlJoinBuilder(String, String) - Method in class org.openrdf.sail.rdbms.evaluation.QueryBuilderFactory
 
createSqlQueryBuilder() - Method in class org.openrdf.sail.rdbms.evaluation.QueryBuilderFactory
 
createSqlRegexBuilder(SqlExprBuilder) - Method in class org.openrdf.sail.rdbms.evaluation.QueryBuilderFactory
 
createSqlRegexBuilder(SqlExprBuilder) - Method in class org.openrdf.sail.rdbms.postgresql.PgQueryBuilderFactory
 
createStatement(Resource, URI, Value) - Method in class org.openrdf.model.impl.ValueFactoryImpl
 
createStatement(Resource, URI, Value, Resource) - Method in class org.openrdf.model.impl.ValueFactoryImpl
 
createStatement(Resource, URI, Value) - Method in interface org.openrdf.model.ValueFactory
Creates a new statement with the supplied subject, predicate and object.
createStatement(Resource, URI, Value, Resource) - Method in interface org.openrdf.model.ValueFactory
Creates a new statement with the supplied subject, predicate and object and associated context.
createStatement(Resource, URI, Value) - Method in class org.openrdf.rio.helpers.RDFParserBase
Creates a new Statement object with the supplied components.
createStatement(Resource, URI, Value, Resource) - Method in class org.openrdf.rio.helpers.RDFParserBase
Creates a new Statement object with the supplied components.
createStatement(Resource, URI, Value) - Method in class org.openrdf.sail.memory.model.MemValueFactory
 
createStatement(Resource, URI, Value, Resource) - Method in class org.openrdf.sail.memory.model.MemValueFactory
 
createStatement(Resource, URI, Value) - Method in class org.openrdf.sail.nativerdf.ValueStore
 
createStatement(Resource, URI, Value, Resource) - Method in class org.openrdf.sail.nativerdf.ValueStore
 
createStatement(Resource, URI, Value) - Method in class org.openrdf.sail.rdbms.RdbmsValueFactory
 
createStatement(Resource, URI, Value, Resource) - Method in class org.openrdf.sail.rdbms.RdbmsValueFactory
 
createStatementIterator(Class<X>, Resource, URI, Value, boolean, int, ReadMode, Resource...) - Method in class org.openrdf.sail.memory.MemoryStore
Creates a StatementIterator that contains the statements matching the specified pattern of subject, predicate, object, context.
createStatementIterator(Resource, URI, Value, boolean, boolean, Resource...) - Method in class org.openrdf.sail.nativerdf.NativeStore
Creates a statement iterator based on the supplied pattern.
createSubj(String, Var, Resource) - Static method in class org.openrdf.sail.rdbms.algebra.ColumnVar
 
createSystemRepository() - Method in class org.openrdf.repository.manager.LocalRepositoryManager
 
createSystemRepository() - Method in class org.openrdf.repository.manager.RemoteRepositoryManager
 
createSystemRepository() - Method in class org.openrdf.repository.manager.RepositoryManager
 
createSystemRepository() - Method in class org.openrdf.repository.manager.util.TypeFilteringRepositoryManager
 
createTable() - Method in class org.openrdf.sail.rdbms.schema.NamespacesTable
 
createTable(CharSequence) - Method in class org.openrdf.sail.rdbms.schema.NamespacesTable
 
createTable(CharSequence) - Method in class org.openrdf.sail.rdbms.schema.RdbmsTable
 
createTable(Connection, String) - Method in class org.openrdf.sail.rdbms.schema.TableFactory
 
createTable(RdbmsTable) - Method in class org.openrdf.sail.rdbms.schema.ValueTable
 
createTable(Connection, String) - Method in class org.openrdf.sail.rdbms.schema.ValueTableFactory
 
createTableFactory() - Method in class org.openrdf.sail.rdbms.mysql.MySqlConnectionFactory
 
createTableFactory() - Method in class org.openrdf.sail.rdbms.postgresql.PgSqlConnectionFactory
 
createTableFactory() - Method in class org.openrdf.sail.rdbms.RdbmsConnectionFactory
 
createTemporaryTable(Connection) - Method in class org.openrdf.sail.rdbms.managers.TransTableManager
 
createTemporaryTable(RdbmsTable) - Method in class org.openrdf.sail.rdbms.managers.TransTableManager
 
createTemporaryTable(CharSequence) - Method in class org.openrdf.sail.rdbms.schema.RdbmsTable
 
createTemporaryTable(Connection) - Method in class org.openrdf.sail.rdbms.schema.TableFactory
 
createTemporaryTable(Connection, String) - Method in class org.openrdf.sail.rdbms.schema.TableFactory
 
createTemporaryTable(RdbmsTable) - Method in class org.openrdf.sail.rdbms.schema.ValueTable
 
createTimeExpr(ValueExpr) - Method in class org.openrdf.sail.rdbms.algebra.factories.SqlExprFactory
 
createTimeExpr(ValueExpr) - Method in class org.openrdf.sail.rdbms.algebra.factories.TimeExprFactory
 
createTransactionalTable(CharSequence) - Method in class org.openrdf.sail.rdbms.schema.RdbmsTable
 
createTransactionTable(TripleTable) - Method in class org.openrdf.sail.rdbms.managers.TransTableManager
 
createTransactionTable() - Method in class org.openrdf.sail.rdbms.managers.TransTableManager
 
createTransTableManager() - Method in class org.openrdf.sail.rdbms.RdbmsConnectionFactory
 
createTripleIndexes() - Method in class org.openrdf.sail.rdbms.managers.TripleTableManager
 
createTripleTable(Connection, String) - Method in class org.openrdf.sail.rdbms.postgresql.PgSqlValueTableFactory
 
createTripleTable(Connection, String) - Method in class org.openrdf.sail.rdbms.schema.ValueTableFactory
 
createURI(String) - Method in class org.openrdf.model.impl.ValueFactoryImpl
 
createURI(String, String) - Method in class org.openrdf.model.impl.ValueFactoryImpl
 
createURI(String) - Method in interface org.openrdf.model.ValueFactory
Creates a new URI from the supplied string-representation.
createURI(String, String) - Method in interface org.openrdf.model.ValueFactory
Creates a new URI from the supplied namespace and local name.
createURI(String) - Method in class org.openrdf.rio.helpers.RDFParserBase
Creates a URI object for the specified URI-string.
createURI(String) - Method in class org.openrdf.rio.ntriples.NTriplesParser
 
createURI(String) - Method in class org.openrdf.sail.memory.model.MemValueFactory
 
createURI(String, String) - Method in class org.openrdf.sail.memory.model.MemValueFactory
 
createURI(String) - Method in class org.openrdf.sail.nativerdf.ValueStore
 
createURI(String, String) - Method in class org.openrdf.sail.nativerdf.ValueStore
 
createURI(String) - Method in class org.openrdf.sail.rdbms.RdbmsValueFactory
 
createURI(String, String) - Method in class org.openrdf.sail.rdbms.RdbmsValueFactory
 
createUriExpr(ValueExpr) - Method in class org.openrdf.sail.rdbms.algebra.factories.SqlExprFactory
 
createUriExpr(ValueExpr) - Method in class org.openrdf.sail.rdbms.algebra.factories.URIExprFactory
 
createURITable(Connection, BlockingQueue<Batch>) - Method in class org.openrdf.sail.rdbms.schema.ValueTableFactory
 
createValueTable(Connection, BlockingQueue<Batch>, String, int) - Method in class org.openrdf.sail.rdbms.schema.ValueTableFactory
 
createValueTable(Connection, BlockingQueue<Batch>, String, int, int) - Method in class org.openrdf.sail.rdbms.schema.ValueTableFactory
 
createValueTableFactory() - Method in class org.openrdf.sail.rdbms.mysql.MySqlConnectionFactory
 
createValueTableFactory() - Method in class org.openrdf.sail.rdbms.postgresql.PgSqlConnectionFactory
 
createValueTableFactory() - Method in class org.openrdf.sail.rdbms.RdbmsConnectionFactory
 
createWriter(TupleQueryResultFormat, OutputStream) - Static method in class org.openrdf.query.resultio.QueryResultIO
Convenience methods for creating TupleQueryResultWriter objects.
createWriter(BooleanQueryResultFormat, OutputStream) - Static method in class org.openrdf.query.resultio.QueryResultIO
Convenience methods for creating BooleanQueryResultWriter objects.
createWriter(RDFFormat, OutputStream) - Static method in class org.openrdf.rio.Rio
Convenience methods for creating RDFWriter objects.
createWriter(RDFFormat, Writer) - Static method in class org.openrdf.rio.Rio
Convenience methods for creating RDFWriter objects.
createZonedExpr(ValueExpr) - Method in class org.openrdf.sail.rdbms.algebra.factories.SqlExprFactory
 
createZonedExpr(ValueExpr) - Method in class org.openrdf.sail.rdbms.algebra.factories.ZonedExprFactory
 
curChar - Variable in class org.openrdf.query.parser.serql.ast.SyntaxTreeBuilderTokenManager
 
curChar - Variable in class org.openrdf.query.parser.sparql.ast.SyntaxTreeBuilderTokenManager
 
currentToken - Variable in exception org.openrdf.query.parser.serql.ast.ParseException
This is the last token that has been consumed successfully.
currentToken - Variable in exception org.openrdf.query.parser.sparql.ast.ParseException
This is the last token that has been consumed successfully.

D

DATA_FILE_NAME - Static variable in class org.openrdf.sail.memory.MemoryStore
 
DataFile - Class in org.openrdf.sail.nativerdf.datastore
Class supplying access to a data file.
DataFile(File) - Constructor for class org.openrdf.sail.nativerdf.datastore.DataFile
 
DataFile(File, boolean) - Constructor for class org.openrdf.sail.nativerdf.datastore.DataFile
 
DataFile.DataIterator - Class in org.openrdf.sail.nativerdf.datastore
An iterator that iterates over the data that is stored in a data file.
DataFile.DataIterator() - Constructor for class org.openrdf.sail.nativerdf.datastore.DataFile.DataIterator
 
Dataset - Interface in org.openrdf.query
Represents a dataset against which queries can be evaluated.
dataset - Variable in class org.openrdf.query.impl.AbstractQuery
 
DatasetClause() - Method in class org.openrdf.query.parser.sparql.ast.SyntaxTreeBuilder
 
DatasetDeclProcessor - Class in org.openrdf.query.parser.sparql
Extracts a SPARQL #Dataset from an ASTQueryContainer, if one is contained.
DatasetDeclProcessor() - Constructor for class org.openrdf.query.parser.sparql.DatasetDeclProcessor
 
DatasetImpl - Class in org.openrdf.query.impl
 
DatasetImpl() - Constructor for class org.openrdf.query.impl.DatasetImpl
 
DatasetRepository - Class in org.openrdf.repository.dataset
 
DatasetRepository() - Constructor for class org.openrdf.repository.dataset.DatasetRepository
 
DatasetRepository(SailRepository) - Constructor for class org.openrdf.repository.dataset.DatasetRepository
 
DatasetRepositoryConfig - Class in org.openrdf.repository.dataset.config
 
DatasetRepositoryConfig() - Constructor for class org.openrdf.repository.dataset.config.DatasetRepositoryConfig
 
DatasetRepositoryConnection - Class in org.openrdf.repository.dataset
 
DatasetRepositoryConnection(DatasetRepository, SailRepositoryConnection) - Constructor for class org.openrdf.repository.dataset.DatasetRepositoryConnection
 
DatasetRepositoryFactory - Class in org.openrdf.repository.dataset.config
A RepositoryFactory that creates DatasetRepositorys based on RDF configuration data.
DatasetRepositoryFactory() - Constructor for class org.openrdf.repository.dataset.config.DatasetRepositoryFactory
 
DataStore - Class in org.openrdf.sail.nativerdf.datastore
Class that provides indexed storage and retrieval of arbitrary length data.
DataStore(File, String) - Constructor for class org.openrdf.sail.nativerdf.datastore.DataStore
 
DataStore(File, String, boolean) - Constructor for class org.openrdf.sail.nativerdf.datastore.DataStore
 
DATATYPE - Static variable in class org.openrdf.model.vocabulary.RDFS
http://www.w3.org/2000/01/rdf-schema#Datatype
Datatype - Class in org.openrdf.query.algebra
The DATATYPE function, as defined in SPARQL Query Language for RDF.
Datatype() - Constructor for class org.openrdf.query.algebra.Datatype
 
Datatype(ValueExpr) - Constructor for class org.openrdf.query.algebra.Datatype
 
Datatype() - Method in class org.openrdf.query.parser.serql.ast.SyntaxTreeBuilder
 
DATATYPE - Static variable in interface org.openrdf.query.parser.serql.ast.SyntaxTreeBuilderConstants
 
Datatype() - Method in class org.openrdf.query.parser.sparql.ast.SyntaxTreeBuilder
 
DATATYPE - Static variable in interface org.openrdf.query.parser.sparql.ast.SyntaxTreeBuilderConstants
 
DATATYPE_ATT - Static variable in interface org.openrdf.rio.trix.TriXConstants
The attribute for datatypes of typed literal.
DATATYPE_LITERAL_RECORD_MARKER - Static variable in interface org.openrdf.query.resultio.binary.BinaryQueryResultConstants
 
DatatypeColumn - Class in org.openrdf.sail.rdbms.algebra
Represents a variable's datatype value in an SQL expression.
DatatypeColumn(Var) - Constructor for class org.openrdf.sail.rdbms.algebra.DatatypeColumn
 
DatatypeColumn(ColumnVar) - Constructor for class org.openrdf.sail.rdbms.algebra.DatatypeColumn
 
DATATYPED_LITERAL - Static variable in interface org.openrdf.query.parser.serql.ast.SyntaxTreeBuilderConstants
 
DatatypedLiteral() - Method in class org.openrdf.query.parser.serql.ast.SyntaxTreeBuilder
 
DatatypeExprFactory - Class in org.openrdf.sail.rdbms.algebra.factories
Creates a datatype SQL expression.
DatatypeExprFactory() - Constructor for class org.openrdf.sail.rdbms.algebra.factories.DatatypeExprFactory
 
datatypeHandling() - Method in class org.openrdf.rio.helpers.RDFParserBase
 
DATATYPEPROPERTY - Static variable in class org.openrdf.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#DatatypeProperty
DATE - Static variable in class org.openrdf.model.vocabulary.XMLSchema
http://www.w3.org/2001/XMLSchema#date
DATETIME - Static variable in class org.openrdf.model.vocabulary.XMLSchema
http://www.w3.org/2001/XMLSchema#dateTime
DateTimeCast - Class in org.openrdf.query.algebra.evaluation.function
A Function that tries to cast its argument to an xsd:dateTime.
DateTimeCast() - Constructor for class org.openrdf.query.algebra.evaluation.function.DateTimeCast
 
DateTimeColumn - Class in org.openrdf.sail.rdbms.algebra
Represents a variable's time value in an SQL expression.
DateTimeColumn(Var) - Constructor for class org.openrdf.sail.rdbms.algebra.DateTimeColumn
 
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
 
DebugRepositoryConnectionListener - Class in org.openrdf.repository.event.util
Utility class that prints all events to a PrintStream (default: System.err), optionally with a stacktrace.
DebugRepositoryConnectionListener() - Constructor for class org.openrdf.repository.event.util.DebugRepositoryConnectionListener
 
DebugRepositoryConnectionListener(PrintStream) - Constructor for class org.openrdf.repository.event.util.DebugRepositoryConnectionListener
 
debugStream - Variable in class org.openrdf.query.parser.serql.ast.SyntaxTreeBuilderTokenManager
 
debugStream - Variable in class org.openrdf.query.parser.sparql.ast.SyntaxTreeBuilderTokenManager
 
DECIMAL - Static variable in class org.openrdf.model.vocabulary.XMLSchema
http://www.w3.org/2001/XMLSchema#decimal
DECIMAL - Static variable in interface org.openrdf.query.parser.serql.ast.SyntaxTreeBuilderConstants
 
DECIMAL - Static variable in interface org.openrdf.query.parser.sparql.ast.SyntaxTreeBuilderConstants
 
DECIMAL1 - Static variable in interface org.openrdf.query.parser.sparql.ast.SyntaxTreeBuilderConstants
 
DECIMAL2 - Static variable in interface org.openrdf.query.parser.sparql.ast.SyntaxTreeBuilderConstants
 
DECIMAL_NEGATIVE - Static variable in interface org.openrdf.query.parser.sparql.ast.SyntaxTreeBuilderConstants
 
DECIMAL_POSITIVE - Static variable in interface org.openrdf.query.parser.sparql.ast.SyntaxTreeBuilderConstants
 
DecimalCast - Class in org.openrdf.query.algebra.evaluation.function
A Function that tries to cast its argument to an xsd:decimal.
DecimalCast() - Constructor for class org.openrdf.query.algebra.evaluation.function.DecimalCast
 
DecimalLiteral() - Method in class org.openrdf.query.parser.serql.ast.SyntaxTreeBuilder
 
DecimalLiteralImpl - Class in org.openrdf.model.impl
An extension of LiteralImpl that stores an integer value using a BigDecimal object.
DecimalLiteralImpl(BigDecimal) - Constructor for class org.openrdf.model.impl.DecimalLiteralImpl
Creates an xsd:decimal literal with the specified value.
DecimalLiteralImpl(BigDecimal, URI) - Constructor for class org.openrdf.model.impl.DecimalLiteralImpl
Creates a literal with the specified value and datatype.
DecimalMemLiteral - Class in org.openrdf.sail.memory.model
An extension of MemLiteral that stores a decimal value to avoid parsing.
DecimalMemLiteral(Object, BigDecimal) - Constructor for class org.openrdf.sail.memory.model.DecimalMemLiteral
 
DecimalMemLiteral(Object, BigDecimal, URI) - Constructor for class org.openrdf.sail.memory.model.DecimalMemLiteral
 
DecimalMemLiteral(Object, String, BigDecimal, URI) - Constructor for class org.openrdf.sail.memory.model.DecimalMemLiteral
 
decimalValue() - Method in class org.openrdf.model.impl.DecimalLiteralImpl
 
decimalValue() - Method in class org.openrdf.model.impl.IntegerLiteralImpl
 
decimalValue() - Method in class org.openrdf.model.impl.LiteralImpl
 
decimalValue() - Method in interface org.openrdf.model.Literal
Returns the decimal value of this literal.
decimalValue() - Method in class org.openrdf.sail.memory.model.DecimalMemLiteral
 
decimalValue() - Method in class org.openrdf.sail.memory.model.IntegerMemLiteral
 
decimalValue() - Method in class org.openrdf.sail.rdbms.model.RdbmsLiteral
 
decodeContext(String, ValueFactory) - Static method in class org.openrdf.http.protocol.Protocol
Decode a previously encoded context Resource.
decodeContexts(String[], ValueFactory) - Static method in class org.openrdf.http.protocol.Protocol
Decode previously encoded contexts.
decodeResource(String, ValueFactory) - Static method in class org.openrdf.http.protocol.Protocol
Decode a previously encoded Resource.
decodeString(String) - Static method in class org.openrdf.query.parser.serql.SeRQLUtil
Decodes an encoded SeRQL string.
decodeString(String) - Static method in class org.openrdf.query.parser.sparql.SPARQLUtil
Decodes an encoded SPARQL string.
decodeString(String) - Static method in class org.openrdf.rio.turtle.TurtleUtil
Decodes an encoded Turtle string.
decodeURI(String, ValueFactory) - Static method in class org.openrdf.http.protocol.Protocol
Decode a previously encoded URI.
decodeValue(String, ValueFactory) - Static method in class org.openrdf.http.protocol.Protocol
Decode a previously encoded value.
DEFAULT - Static variable in class org.openrdf.http.webclient.server.ServerSelection
 
DEFAULT - Static variable in interface org.openrdf.query.parser.serql.ast.SyntaxTreeBuilderConstants
 
DEFAULT - Static variable in interface org.openrdf.query.parser.sparql.ast.SyntaxTreeBuilderConstants
 
DEFAULT_CONNECTION_TIMEOUT - Static variable in class org.openrdf.sail.helpers.SailBase
Default connection timeout on shutdown: 20,000 milliseconds.
DEFAULT_GRAPH_PARAM_NAME - Static variable in class org.openrdf.http.protocol.Protocol
Parameter name for the default graph URI parameter.
defaultGraphs - Variable in class org.openrdf.query.impl.DatasetImpl
 
DefaultRecordComparator - Class in org.openrdf.sail.nativerdf.btree
A RecordComparator that compares values with eachother by comparing all of their bytes.
DefaultRecordComparator() - Constructor for class org.openrdf.sail.nativerdf.btree.DefaultRecordComparator
 
DefaultSailChangedEvent - Class in org.openrdf.sail.helpers
Default implementation of the SailChangedEvent interface.
DefaultSailChangedEvent(Sail) - Constructor for class org.openrdf.sail.helpers.DefaultSailChangedEvent
Creates a new DefaultSailChangedEvent in which all possible changes are set to false.
DELEGATE - Static variable in class org.openrdf.repository.config.RepositoryConfigSchema
http://www.openrdf.org/config/repository#delegate
DELEGATE - Static variable in class org.openrdf.sail.config.SailConfigSchema
http://www.openrdf.org/config/sail#delegate
DelegatingRepository - Interface in org.openrdf.repository
Main interface for repositories that wrap another repository.
DelegatingRepositoryConnection - Interface in org.openrdf.repository
 
DelegatingRepositoryImplConfig - Interface in org.openrdf.repository.config
 
DelegatingRepositoryImplConfigBase - Class in org.openrdf.repository.config
 
DelegatingRepositoryImplConfigBase() - Constructor for class org.openrdf.repository.config.DelegatingRepositoryImplConfigBase
Create a new DelegatingRepositoryImplConfigBase.
DelegatingRepositoryImplConfigBase(String) - Constructor for class org.openrdf.repository.config.DelegatingRepositoryImplConfigBase
Create a new DelegatingRepositoryImplConfigBase.
DelegatingRepositoryImplConfigBase(String, RepositoryImplConfig) - Constructor for class org.openrdf.repository.config.DelegatingRepositoryImplConfigBase
Create a new DelegatingRepositoryImplConfigBase.
DelegatingSailImplConfig - Interface in org.openrdf.sail.config
 
DelegatingSailImplConfigBase - Class in org.openrdf.sail.config
 
DelegatingSailImplConfigBase() - Constructor for class org.openrdf.sail.config.DelegatingSailImplConfigBase
Create a new RepositoryConfigImpl.
DelegatingSailImplConfigBase(String) - Constructor for class org.openrdf.sail.config.DelegatingSailImplConfigBase
Create a new RepositoryConfigImpl.
DelegatingSailImplConfigBase(String, SailImplConfig) - Constructor for class org.openrdf.sail.config.DelegatingSailImplConfigBase
Create a new RepositoryConfigImpl.
DEPRECATEDCLASS - Static variable in class org.openrdf.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#DeprecatedClass
DEPRECATEDPROPERTY - Static variable in class org.openrdf.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#DeprecatedProperty
DESC - Static variable in interface org.openrdf.query.parser.sparql.ast.SyntaxTreeBuilderConstants
 
Describe() - Method in class org.openrdf.query.parser.sparql.ast.SyntaxTreeBuilder
 
DESCRIBE - Static variable in interface org.openrdf.query.parser.sparql.ast.SyntaxTreeBuilderConstants
 
DescribeQuery() - Method in class org.openrdf.query.parser.sparql.ast.SyntaxTreeBuilder
 
Difference - Class in org.openrdf.query.algebra
The MINUS set operator, which returns the result of the left tuple expression, except for the results that are also returned by the right tuple expression.
Difference() - Constructor for class org.openrdf.query.algebra.Difference
 
Difference(TupleExpr, TupleExpr) - Constructor for class org.openrdf.query.algebra.Difference
Creates a new minus operator that operates on the two specified arguments.
difference(Repository, Repository) - Static method in class org.openrdf.repository.util.RepositoryUtil
Compares two models defined by the default context of two repositories and returns the difference between the first and the second model (that is, all statements that are present in rep1 but not in rep2).
difference(Collection<? extends Statement>, Collection<? extends Statement>) - Static method in class org.openrdf.repository.util.RepositoryUtil
Compares two models, defined by two statement collections, and returns the difference between the first and the second model (that is, all statements that are present in model1 but not in model2).
DIFFERENTFROM - Static variable in class org.openrdf.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#differentFrom
DIGIT - Static variable in interface org.openrdf.query.parser.serql.ast.SyntaxTreeBuilderConstants
 
DIRECTSUBCLASSOF - Static variable in class org.openrdf.model.vocabulary.SESAME
http://www.openrdf.org/schema/sesame#directSubClassOf
DIRECTSUBPROPERTYOF - Static variable in class org.openrdf.model.vocabulary.SESAME
http://www.openrdf.org/schema/sesame#directSubPropertyOf
DIRECTTYPE - Static variable in class org.openrdf.model.vocabulary.SESAME
http://www.openrdf.org/schema/sesame#directType
DirectTypeHierarchyInferencer - Class in org.openrdf.sail.inferencer.fc
A forward-chaining inferencer that infers the direct-type hierarchy relations sesame:directSubClassOf, sesame:directSubPropertyOf and sesame:directType.
DirectTypeHierarchyInferencer() - Constructor for class org.openrdf.sail.inferencer.fc.DirectTypeHierarchyInferencer
 
DirectTypeHierarchyInferencer(Sail) - Constructor for class org.openrdf.sail.inferencer.fc.DirectTypeHierarchyInferencer
 
DirectTypeHierarchyInferencerConfig - Class in org.openrdf.sail.inferencer.fc.config
 
DirectTypeHierarchyInferencerConfig() - Constructor for class org.openrdf.sail.inferencer.fc.config.DirectTypeHierarchyInferencerConfig
 
DirectTypeHierarchyInferencerConfig(SailImplConfig) - Constructor for class org.openrdf.sail.inferencer.fc.config.DirectTypeHierarchyInferencerConfig
 
DirectTypeHierarchyInferencerFactory - Class in org.openrdf.sail.inferencer.fc.config
A SailFactory that creates DirectTypeHierarchyInferencers based on RDF configuration data.
DirectTypeHierarchyInferencerFactory() - Constructor for class org.openrdf.sail.inferencer.fc.config.DirectTypeHierarchyInferencerFactory
 
disable_tracing() - Method in class org.openrdf.query.parser.serql.ast.SyntaxTreeBuilder
 
disable_tracing() - Method in class org.openrdf.query.parser.sparql.ast.SyntaxTreeBuilder
 
DISJOINTWITH - Static variable in class org.openrdf.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#disjointWith
Distinct - Class in org.openrdf.query.algebra
 
Distinct() - Constructor for class org.openrdf.query.algebra.Distinct
 
Distinct(TupleExpr) - Constructor for class org.openrdf.query.algebra.Distinct
 
DISTINCT - Static variable in interface org.openrdf.query.parser.serql.ast.SyntaxTreeBuilderConstants
 
DISTINCT - Static variable in interface org.openrdf.query.parser.sparql.ast.SyntaxTreeBuilderConstants
 
distinct() - Method in class org.openrdf.sail.rdbms.evaluation.QueryBuilder
 
distinct() - Method in class org.openrdf.sail.rdbms.evaluation.SqlQueryBuilder
 
DISTINCTMEMBERS - Static variable in class org.openrdf.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#distinctMembers
DOMAIN - Static variable in class org.openrdf.model.vocabulary.RDFS
http://www.w3.org/2000/01/rdf-schema#domain
Done() - Method in class org.openrdf.query.parser.serql.ast.SimpleCharStream
 
Done() - Method in class org.openrdf.query.parser.sparql.ast.JavaCharStream
 
doStartTag() - Method in class org.openrdf.http.webclient.ParameterValueTag
 
DOT - Static variable in interface org.openrdf.query.parser.sparql.ast.SyntaxTreeBuilderConstants
 
DOUBLE - Static variable in class org.openrdf.model.vocabulary.XMLSchema
http://www.w3.org/2001/XMLSchema#double
DOUBLE - Static variable in interface org.openrdf.query.parser.sparql.ast.SyntaxTreeBuilderConstants
 
DOUBLE1 - Static variable in interface org.openrdf.query.parser.sparql.ast.SyntaxTreeBuilderConstants
 
DOUBLE2 - Static variable in interface org.openrdf.query.parser.sparql.ast.SyntaxTreeBuilderConstants
 
DOUBLE3 - Static variable in interface org.openrdf.query.parser.sparql.ast.SyntaxTreeBuilderConstants
 
DOUBLE_NEGATIVE - Static variable in interface org.openrdf.query.parser.sparql.ast.SyntaxTreeBuilderConstants
 
DOUBLE_POSITIVE - Static variable in interface org.openrdf.query.parser.sparql.ast.SyntaxTreeBuilderConstants
 
DoubleCast - Class in org.openrdf.query.algebra.evaluation.function
A Function that tries to cast its argument to an xsd:double.
DoubleCast() - Constructor for class org.openrdf.query.algebra.evaluation.function.DoubleCast
 
doubleValue() - Method in class org.openrdf.model.impl.DecimalLiteralImpl
 
doubleValue() - Method in class org.openrdf.model.impl.IntegerLiteralImpl
 
doubleValue() - Method in class org.openrdf.model.impl.LiteralImpl
 
doubleValue() - Method in class org.openrdf.model.impl.NumericLiteralImpl
 
doubleValue() - Method in interface org.openrdf.model.Literal
Returns the double value of this literal.
doubleValue() - Method in class org.openrdf.sail.memory.model.DecimalMemLiteral
 
doubleValue() - Method in class org.openrdf.sail.memory.model.IntegerMemLiteral
 
doubleValue() - Method in class org.openrdf.sail.memory.model.NumericMemLiteral
 
DoubleValue - Class in org.openrdf.sail.rdbms.algebra
A static number in an SQL expression.
DoubleValue(Double) - Constructor for class org.openrdf.sail.rdbms.algebra.DoubleValue
 
doubleValue() - Method in class org.openrdf.sail.rdbms.model.RdbmsLiteral
 
drainTo(Collection<? super Batch>) - Method in class org.openrdf.sail.rdbms.managers.helpers.BatchBlockingQueue
 
drainTo(Collection<? super Batch>, int) - Method in class org.openrdf.sail.rdbms.managers.helpers.BatchBlockingQueue
 
drop() - Method in class org.openrdf.sail.rdbms.schema.RdbmsTable
 
drop() - Method in class org.openrdf.sail.rdbms.schema.TripleTable
 
dropIndex(String) - Method in class org.openrdf.sail.rdbms.schema.RdbmsTable
 
dropIndex() - Method in class org.openrdf.sail.rdbms.schema.TripleTable
 
dropTripleIndexes() - Method in class org.openrdf.sail.rdbms.managers.TripleTableManager
 
DT_PREFIX - Static variable in interface org.openrdf.query.parser.sparql.ast.SyntaxTreeBuilderConstants
 
DTS - Static variable in class org.openrdf.sail.rdbms.schema.ValueTableFactory
 
dump(String, Appendable) - Method in class org.openrdf.query.parser.serql.ast.SimpleNode
Writes a tree-like representation of this node and all of its subnodes (recursively) to the supplied Appendable.
dump(String) - Method in class org.openrdf.query.parser.serql.ast.SimpleNode
Writes a tree-like representation of this node and all of its subnodes (recursively) and returns it as a string.
dump(String, Appendable) - Method in class org.openrdf.query.parser.sparql.ast.SimpleNode
Writes a tree-like representation of this node and all of its subnodes (recursively) to the supplied Appendable.
dump(String) - Method in class org.openrdf.query.parser.sparql.ast.SimpleNode
Writes a tree-like representation of this node and all of its subnodes (recursively) and returns it as a string.
dumpContents(PrintStream) - Method in class org.openrdf.sail.nativerdf.datastore.HashFile
 
DURATION - Static variable in class org.openrdf.model.vocabulary.XMLSchema
http://www.w3.org/2001/XMLSchema#duration

E

ECHAR - Static variable in interface org.openrdf.query.parser.sparql.ast.SyntaxTreeBuilderConstants
 
Edge() - Method in class org.openrdf.query.parser.serql.ast.SyntaxTreeBuilder
 
EMPTY_LIST - Static variable in interface org.openrdf.sail.memory.model.MemValue
A shared empty MemStatementList that is returned by MemURI and MemBNode to represent an empty list.
EmptyBindingSet - Class in org.openrdf.query.impl
An immutable empty BindingSet.
EmptyBindingSet() - Constructor for class org.openrdf.query.impl.EmptyBindingSet
 
EmptyRdbmsResourceIteration - Class in org.openrdf.sail.rdbms.iteration
Empty iteration that extends RdbmsResourceIteration.
EmptyRdbmsResourceIteration() - Constructor for class org.openrdf.sail.rdbms.iteration.EmptyRdbmsResourceIteration
 
EmptyRdbmsStatementIteration - Class in org.openrdf.sail.rdbms.iteration
Empty iteration that extends RdbmsStatementIteration.
EmptyRdbmsStatementIteration() - Constructor for class org.openrdf.sail.rdbms.iteration.EmptyRdbmsStatementIteration
 
EmptySet - Class in org.openrdf.query.algebra
A tuple expression that contains zero solutions.
EmptySet() - Constructor for class org.openrdf.query.algebra.EmptySet
 
enable_tracing() - Method in class org.openrdf.query.parser.serql.ast.SyntaxTreeBuilder
 
enable_tracing() - Method in class org.openrdf.query.parser.sparql.ast.SyntaxTreeBuilder
 
enableDuplicateFilter() - Method in class org.openrdf.repository.RepositoryResult
Switches on duplicate filtering while iterating over objects.
encodeContext(Resource) - Static method in class org.openrdf.http.protocol.Protocol
Encodes a context resource for use in a URL.
encodeContexts(Resource...) - Static method in class org.openrdf.http.protocol.Protocol
Encode context resources for use in a URL.
encodeLongString(String) - Static method in class org.openrdf.rio.turtle.TurtleUtil
Encodes the supplied string for inclusion as a long string in a Turtle document.
encodeString(String) - Static method in class org.openrdf.query.parser.serql.SeRQLUtil
Encodes the supplied string for inclusion as a 'normal' string in a SeRQL query.
encodeString(String) - Static method in class org.openrdf.query.parser.sparql.SPARQLUtil
Encodes the supplied string for inclusion as a 'normal' string in a SPARQL query.
encodeString(String) - Static method in class org.openrdf.rio.turtle.TurtleUtil
Encodes the supplied string for inclusion as a 'normal' string in a Turtle document.
encodeURIString(String) - Static method in class org.openrdf.rio.turtle.TurtleUtil
Encodes the supplied string for inclusion as a (relative) URI in a Turtle document.
encodeValue(Value) - Static method in class org.openrdf.http.protocol.Protocol
Encodes a value for use in a URL.
end() - Method in class org.openrdf.sail.rdbms.evaluation.SqlCaseBuilder
 
endColumn - Variable in class org.openrdf.query.parser.serql.ast.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
endColumn - Variable in class org.openrdf.query.parser.sparql.ast.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
endLine - Variable in class org.openrdf.query.parser.serql.ast.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
endLine - Variable in class org.openrdf.query.parser.sparql.ast.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
endQueryResult() - Method in class org.openrdf.query.dawg.DAWGTestResultSetWriter
 
endQueryResult() - Method in class org.openrdf.query.resultio.binary.BinaryQueryResultWriter
 
endQueryResult() - Method in class org.openrdf.query.resultio.sparqljson.SPARQLResultsJSONWriter
 
endQueryResult() - Method in class org.openrdf.query.resultio.sparqlxml.SPARQLResultsXMLWriter
 
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
 
endRDF() - Method in class org.openrdf.repository.util.RDFInserter
 
endRDF() - Method in class org.openrdf.rio.helpers.RDFHandlerBase
 
endRDF() - Method in class org.openrdf.rio.helpers.RDFHandlerWrapper
 
endRDF() - Method in class org.openrdf.rio.n3.N3Writer
 
endRDF() - Method in class org.openrdf.rio.ntriples.NTriplesWriter
 
endRDF() - Method in interface org.openrdf.rio.RDFHandler
Signals the end of the RDF data.
endRDF() - Method in class org.openrdf.rio.rdfxml.RDFXMLWriter
 
endRDF() - Method in class org.openrdf.rio.trig.TriGWriter
 
endRDF() - Method in class org.openrdf.rio.trix.TriXWriter
 
endRDF() - Method in class org.openrdf.rio.turtle.TurtleWriter
 
enforceContext(Resource...) - Method in class org.openrdf.repository.util.RDFInserter
Enforces the supplied contexts upon all statements that are reported to this RDFInserter.
enforceContext(Resource) - Method in class org.openrdf.repository.util.RDFRemover
Enforces the supplied context upon all statements that are reported to this RDFRemover.
enforcesContext() - Method in class org.openrdf.repository.util.RDFInserter
Checks whether this RDFInserter enforces its contexts upon all statements that are reported to it.
enforcesContext() - Method in class org.openrdf.repository.util.RDFRemover
Checks whether this RDFRemover enforces its context upon all statements that are reported to it.
ENTITIES - Static variable in class org.openrdf.model.vocabulary.XMLSchema
http://www.w3.org/2001/XMLSchema#ENTITIES
ENTITY - Static variable in class org.openrdf.model.vocabulary.XMLSchema
http://www.w3.org/2001/XMLSchema#ENTITY
EOF - Static variable in interface org.openrdf.query.parser.serql.ast.SyntaxTreeBuilderConstants
 
EOF - Static variable in interface org.openrdf.query.parser.sparql.ast.SyntaxTreeBuilderConstants
 
eol - Variable in exception org.openrdf.query.parser.serql.ast.ParseException
The end of line string for this machine.
eol - Variable in exception org.openrdf.query.parser.sparql.ast.ParseException
The end of line string for this machine.
EQ - Static variable in interface org.openrdf.query.parser.serql.ast.SyntaxTreeBuilderConstants
 
EQ - Static variable in interface org.openrdf.query.parser.sparql.ast.SyntaxTreeBuilderConstants
 
eq(SqlExpr, SqlExpr) - Static method in class org.openrdf.sail.rdbms.algebra.base.SqlExprSupport
 
eq() - Method in class org.openrdf.sail.rdbms.evaluation.SqlExprBuilder
 
eqComparingNull(SqlExpr, SqlExpr) - Static method in class org.openrdf.sail.rdbms.algebra.base.SqlExprSupport
 
eqIfNotNull(SqlExpr, SqlExpr) - Static method in class org.openrdf.sail.rdbms.algebra.base.SqlExprSupport
 
eqOrBothNull(SqlExpr, SqlExpr) - Static method in class org.openrdf.sail.rdbms.algebra.base.SqlExprSupport
 
eqOrSimpleType(SqlExpr, SqlExpr) - Static method in class org.openrdf.sail.rdbms.algebra.base.SqlExprSupport
 
equals(Object) - Method in class org.openrdf.http.protocol.error.ErrorType
 
equals(Object) - Method in class org.openrdf.http.protocol.transaction.operations.AddStatementOperation
 
equals(Object) - Method in class org.openrdf.http.protocol.transaction.operations.ClearNamespacesOperation
 
equals(Object) - Method in class org.openrdf.http.protocol.transaction.operations.ClearOperation
 
equals(Object) - Method in class org.openrdf.http.protocol.transaction.operations.ContextOperation
 
equals(Object) - Method in class org.openrdf.http.protocol.transaction.operations.RemoveNamespaceOperation
 
equals(Object) - Method in class org.openrdf.http.protocol.transaction.operations.RemoveStatementsOperation
 
equals(Object) - Method in class org.openrdf.http.protocol.transaction.operations.SetNamespaceOperation
 
equals(Object) - Method in class org.openrdf.http.protocol.transaction.operations.StatementOperation
 
equals(Object) - Method in interface org.openrdf.model.BNode
Compares a blank node object to another object.
equals(Object) - Method in class org.openrdf.model.impl.BNodeImpl
 
equals(Object) - Method in class org.openrdf.model.impl.LiteralImpl
 
equals(Object) - Method in class org.openrdf.model.impl.StatementImpl
 
equals(Object) - Method in class org.openrdf.model.impl.URIImpl
 
equals(Object) - Method in interface org.openrdf.model.Literal
Compares a literal object to another object.
equals(Object) - Method in interface org.openrdf.model.Statement
Compares a statement object to another object.
equals(Object) - Method in interface org.openrdf.model.URI
Compares a URI object to another object.
equals(Iterable<? extends Statement>, Iterable<? extends Statement>) - Static method in class org.openrdf.model.util.ModelUtil
Compares two models, defined by two statement collections, and returns true if they are equal.
equals(Set<? extends Statement>, Set<? extends Statement>) - Static method in class org.openrdf.model.util.ModelUtil
Compares two models, defined by two statement collections, and returns true if they are equal.
equals(Object) - Method in class org.openrdf.query.algebra.evaluation.iterator.GroupIterator.Key
 
equals(Object) - Method in class org.openrdf.query.algebra.evaluation.QueryBindingSet
 
equals(Object) - Method in class org.openrdf.query.algebra.Var
 
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.QueryResultUtil
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.QueryResultUtil
 
equals(Repository, Repository) - Static method in class org.openrdf.repository.util.RepositoryUtil
Compares the models in the default contexts of the two supplied repositories and returns true if they are equal.
equals(Object) - Method in class org.openrdf.sail.memory.model.MemURI
 
equals(Object) - Method in class org.openrdf.sail.rdbms.algebra.base.BinarySqlOperator
 
equals(Object) - Method in class org.openrdf.sail.rdbms.algebra.base.SqlConstant
 
equals(Object) - Method in class org.openrdf.sail.rdbms.algebra.base.UnarySqlOperator
 
equals(Object) - Method in class org.openrdf.sail.rdbms.algebra.base.ValueColumnBase
 
equals(Object) - Method in class org.openrdf.sail.rdbms.algebra.ColumnVar
 
equals(Object) - Method in class org.openrdf.sail.rdbms.algebra.IdColumn
 
equals(Object) - Method in class org.openrdf.sail.rdbms.algebra.SelectProjection
 
equals(Object) - Method in class org.openrdf.sail.rdbms.algebra.SqlCase.Entry
 
equals(Object) - Method in class org.openrdf.sail.rdbms.algebra.SqlCase
 
equals(Object) - Method in class org.openrdf.sail.rdbms.algebra.SqlCompare
 
equals(Object) - Method in class org.openrdf.sail.rdbms.algebra.SqlRegex
 
equals(Object) - Method in class org.openrdf.sail.rdbms.model.RdbmsBNode
 
equals(Object) - Method in class org.openrdf.sail.rdbms.model.RdbmsLiteral
 
equals(Object) - Method in class org.openrdf.sail.rdbms.model.RdbmsURI
 
equals(Object) - Method in class org.openrdf.sail.rdbms.schema.RdbmsTable
 
EQUIVALENTCLASS - Static variable in class org.openrdf.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#equivalentClass
EQUIVALENTPROPERTY - Static variable in class org.openrdf.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#equivalentProperty
error(QueryErrorType, String) - Method in class org.openrdf.query.resultio.binary.BinaryQueryResultWriter
Writes an error msg to the stream.
error(String, int, int) - Method in interface org.openrdf.rio.ParseErrorListener
Reports an error from the parser.
ERROR_RECORD_MARKER - Static variable in interface org.openrdf.query.resultio.binary.BinaryQueryResultConstants
 
ErrorInfo - Class in org.openrdf.http.protocol.error
 
ErrorInfo(String) - Constructor for class org.openrdf.http.protocol.error.ErrorInfo
 
ErrorInfo(ErrorType, String) - Constructor for class org.openrdf.http.protocol.error.ErrorInfo
 
ErrorType - Class in org.openrdf.http.protocol.error
 
ESCAPED_CHAR - Static variable in interface org.openrdf.query.parser.serql.ast.SyntaxTreeBuilderConstants
 
escapeString(String) - Static method in class org.openrdf.rio.ntriples.NTriplesUtil
Escapes a Unicode string to an all-ASCII character sequence.
evaluate(TupleExpr, BindingSet) - Method in interface org.openrdf.query.algebra.evaluation.EvaluationStrategy
Evaluates the tuple expression against the supplied triple source with the specified set of variable bindings as input.
evaluate(ValueExpr, BindingSet) - Method in interface org.openrdf.query.algebra.evaluation.EvaluationStrategy
Gets the value of this expression.
evaluate(ValueFactory, Value...) - Method in class org.openrdf.query.algebra.evaluation.function.BooleanCast
 
evaluate(ValueFactory, Value...) - Method in class org.openrdf.query.algebra.evaluation.function.DateTimeCast
 
evaluate(ValueFactory, Value...) - Method in class org.openrdf.query.algebra.evaluation.function.DecimalCast
 
evaluate(ValueFactory, Value...) - Method in class org.openrdf.query.algebra.evaluation.function.DoubleCast
 
evaluate(ValueFactory, Value...) - Method in class org.openrdf.query.algebra.evaluation.function.FloatCast
 
evaluate(ValueFactory, Value...) - Method in interface org.openrdf.query.algebra.evaluation.function.Function
 
evaluate(ValueFactory, Value...) - Method in class org.openrdf.query.algebra.evaluation.function.IntegerCast
 
evaluate(ValueFactory, Value...) - Method in class org.openrdf.query.algebra.evaluation.function.StringCast
 
evaluate(TupleExpr, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
 
evaluate(StatementPattern, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
 
evaluate(UnaryTupleOperator, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
 
evaluate(Projection, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
 
evaluate(MultiProjection, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
 
evaluate(Filter, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
 
evaluate(Slice, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
 
evaluate(Extension, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
 
evaluate(Distinct, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
 
evaluate(Group, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
 
evaluate(Order, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
 
evaluate(BinaryTupleOperator, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
 
evaluate(Join, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
 
evaluate(LeftJoin, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
 
evaluate(Union, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
 
evaluate(Intersection, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
 
evaluate(Difference, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
 
evaluate(SingletonSet, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
 
evaluate(EmptySet, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
 
evaluate(ValueExpr, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
 
evaluate(Var, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
 
evaluate(ValueConstant, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
 
evaluate(BNodeGenerator, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
 
evaluate(Bound, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
 
evaluate(Str, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
 
evaluate(Label, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
 
evaluate(Lang, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
 
evaluate(Datatype, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
 
evaluate(Namespace, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
 
evaluate(LocalName, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
 
evaluate(IsResource, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
Determines whether the operand (a variable) contains a Resource.
evaluate(IsURI, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
Determines whether the operand (a variable) contains a URI.
evaluate(IsBNode, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
Determines whether the operand (a variable) contains a BNode.
evaluate(IsLiteral, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
Determines whether the operand (a variable) contains a Literal.
evaluate(Regex, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
Determines whether the two operands match according to the regex operator.
evaluate(LangMatches, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
 
evaluate(Like, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
Determines whether the two operands match according to the like operator.
evaluate(FunctionCall, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
Evaluates a function.
evaluate(And, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
 
evaluate(Or, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
 
evaluate(Not, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
 
evaluate(SameTerm, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
 
evaluate(Compare, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
 
evaluate(MathExpr, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
 
evaluate(In, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
 
evaluate(CompareAny, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
 
evaluate(CompareAll, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
 
evaluate(Exists, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
 
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
 
evaluate() - Method in class org.openrdf.repository.http.HTTPBooleanQuery
 
evaluate() - Method in class org.openrdf.repository.http.HTTPGraphQuery
 
evaluate(RDFHandler) - Method in class org.openrdf.repository.http.HTTPGraphQuery
 
evaluate() - Method in class org.openrdf.repository.http.HTTPTupleQuery
 
evaluate(TupleQueryResultHandler) - Method in class org.openrdf.repository.http.HTTPTupleQuery
 
evaluate() - Method in class org.openrdf.repository.sail.SailBooleanQuery
 
evaluate() - Method in class org.openrdf.repository.sail.SailGraphQuery
 
evaluate(RDFHandler) - Method in class org.openrdf.repository.sail.SailGraphQuery
 
evaluate() - Method in class org.openrdf.repository.sail.SailTupleQuery
 
evaluate(TupleQueryResultHandler) - Method in class org.openrdf.repository.sail.SailTupleQuery
 
evaluate(TupleExpr, Dataset, BindingSet, boolean) - Method in class org.openrdf.sail.helpers.SailConnectionBase
 
evaluate(TupleExpr, Dataset, BindingSet, boolean) - Method in class org.openrdf.sail.helpers.SailConnectionWrapper
 
evaluate(TupleExpr, Dataset, BindingSet, boolean) - Method in class org.openrdf.sail.inferencer.InferencerConnectionWrapper
Calls InferencerConnectionWrapper.flushUpdates() before forwarding the call to the wrapped connection.
evaluate(TupleExpr, BindingSet) - Method in class org.openrdf.sail.rdbms.evaluation.RdbmsEvaluation
 
evaluate(TupleExpr, Dataset, BindingSet, boolean) - Method in interface org.openrdf.sail.SailConnection
Evaluates the supplied TupleExpr on the data contained in this Sail object, using the (optional) dataset and supplied bindings as input parameters.
evaluateInternal(TupleExpr, Dataset, BindingSet, boolean) - Method in class org.openrdf.sail.helpers.SailConnectionBase
 
evaluateInternal(TupleExpr, Dataset, BindingSet, boolean) - Method in class org.openrdf.sail.memory.MemoryStoreConnection
 
evaluateInternal(TupleExpr, Dataset, BindingSet, boolean) - Method in class org.openrdf.sail.nativerdf.NativeStoreConnection
 
evaluateInternal(TupleExpr, Dataset, BindingSet, boolean) - Method in class org.openrdf.sail.rdbms.RdbmsConnection
 
EvaluationStatistics - Class in org.openrdf.query.algebra.evaluation.impl
Supplies various query model statistics to the query engine/optimizer.
EvaluationStatistics() - Constructor for class org.openrdf.query.algebra.evaluation.impl.EvaluationStatistics
 
EvaluationStatistics.CardinalityCalculator - Class in org.openrdf.query.algebra.evaluation.impl
 
EvaluationStatistics.CardinalityCalculator(Set<String>) - Constructor for class org.openrdf.query.algebra.evaluation.impl.EvaluationStatistics.CardinalityCalculator
 
EvaluationStrategy - Interface in org.openrdf.query.algebra.evaluation
Evaluates TupleExprs and ValueExprs.
EvaluationStrategyImpl - Class in org.openrdf.query.algebra.evaluation.impl
Evaluates the TupleExpr and ValueExpr using Iterators and common tripleSource API.
EvaluationStrategyImpl(TripleSource) - Constructor for class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
 
EvaluationStrategyImpl(TripleSource, Dataset) - Constructor for class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
 
execute(RepositoryConnection) - Method in class org.openrdf.http.protocol.transaction.operations.AddStatementOperation
 
execute(RepositoryConnection) - Method in class org.openrdf.http.protocol.transaction.operations.ClearNamespacesOperation
 
execute(RepositoryConnection) - Method in class org.openrdf.http.protocol.transaction.operations.ClearOperation
 
execute(RepositoryConnection) - Method in class org.openrdf.http.protocol.transaction.operations.RemoveNamespaceOperation
 
execute(RepositoryConnection) - Method in class org.openrdf.http.protocol.transaction.operations.RemoveStatementsOperation
 
execute(RepositoryConnection) - Method in class org.openrdf.http.protocol.transaction.operations.SetNamespaceOperation
 
execute(RepositoryConnection) - Method in interface org.openrdf.http.protocol.transaction.operations.TransactionOperation
Executes this operation on the supplied connection.
execute(String) - Method in class org.openrdf.sail.rdbms.schema.RdbmsTable
 
executeUpdate(String, Object...) - Method in class org.openrdf.sail.rdbms.schema.RdbmsTable
 
Exists - Class in org.openrdf.query.algebra
Checks whether the wrapped Query produces any results.
Exists() - Constructor for class org.openrdf.query.algebra.Exists
 
Exists(TupleExpr) - Constructor for class org.openrdf.query.algebra.Exists
 
Exists() - Method in class org.openrdf.query.parser.serql.ast.SyntaxTreeBuilder
 
EXISTS - Static variable in interface org.openrdf.query.parser.serql.ast.SyntaxTreeBuilderConstants
 
ExpandBuff(boolean) - Method in class org.openrdf.query.parser.serql.ast.SimpleCharStream
 
ExpandBuff(boolean) - Method in class org.openrdf.query.parser.sparql.ast.JavaCharStream
 
expectedTokenSequences - Variable in exception org.openrdf.query.parser.serql.ast.ParseException
Each entry in this array is an array of integers.
expectedTokenSequences - Variable in exception org.openrdf.query.parser.sparql.ast.ParseException
Each entry in this array is an array of integers.
ExplorationResource - Class in org.openrdf.http.webclient.repository.explore
 
ExplorationResource() - Constructor for class org.openrdf.http.webclient.repository.explore.ExplorationResource
 
ExploreContextsController - Class in org.openrdf.http.webclient.repository.explore
 
ExploreContextsController() - Constructor for class org.openrdf.http.webclient.repository.explore.ExploreContextsController
 
ExploreNamespacesController - Class in org.openrdf.http.webclient.repository.explore
 
ExploreNamespacesController() - Constructor for class org.openrdf.http.webclient.repository.explore.ExploreNamespacesController
 
ExploreRepositoryController - Class in org.openrdf.http.webclient.repository.explore
 
ExploreRepositoryController() - Constructor for class org.openrdf.http.webclient.repository.explore.ExploreRepositoryController
 
ExploreResourceController - Class in org.openrdf.http.webclient.repository.explore
 
ExploreResourceController() - Constructor for class org.openrdf.http.webclient.repository.explore.ExploreResourceController
 
EXPONENT - Static variable in interface org.openrdf.query.parser.sparql.ast.SyntaxTreeBuilderConstants
 
export(RDFHandler, Resource...) - Method in class org.openrdf.repository.base.RepositoryConnectionBase
 
export(Graph) - Method in class org.openrdf.repository.config.DelegatingRepositoryImplConfigBase
 
export(Graph) - Method in class org.openrdf.repository.config.RepositoryConfig
 
export(Graph) - Method in interface org.openrdf.repository.config.RepositoryImplConfig
 
export(Graph) - Method in class org.openrdf.repository.config.RepositoryImplConfigBase
 
export(Graph) - Method in class org.openrdf.repository.http.config.HTTPRepositoryConfig
 
export(RDFHandler, Resource...) - Method in interface org.openrdf.repository.RepositoryConnection
Exports all explicit statements in the specified contexts to the supplied RDFHandler.
export(Graph) - Method in class org.openrdf.repository.sail.config.SailRepositoryConfig
 
export(Graph) - Method in class org.openrdf.sail.config.DelegatingSailImplConfigBase
 
export(Graph) - Method in interface org.openrdf.sail.config.SailImplConfig
 
export(Graph) - Method in class org.openrdf.sail.config.SailImplConfigBase
 
export(Graph) - Method in class org.openrdf.sail.memory.config.MemoryStoreConfig
 
export(Graph) - Method in class org.openrdf.sail.nativerdf.config.NativeStoreConfig
 
export(Graph) - Method in class org.openrdf.sail.rdbms.config.RdbmsStoreConfig
 
exportStatements(Resource, URI, Value, boolean, RDFHandler, Resource...) - Method in class org.openrdf.repository.base.RepositoryConnectionWrapper
 
exportStatements(RepositoryResult<Statement>, RDFHandler) - Method in class org.openrdf.repository.base.RepositoryConnectionWrapper
Exports all statements contained in the supplied statement iterator and all relevant namespace information to the supplied RDFHandler.
exportStatements(Resource, URI, Value, boolean, RDFHandler, Resource...) - Method in interface org.openrdf.repository.RepositoryConnection
Exports all statements with a specific subject, predicate and/or object from the repository, optionally from the specified contexts.
exportStatements(Resource, URI, Value, boolean, RDFHandler, Resource...) - Method in class org.openrdf.repository.sail.SailRepositoryConnection
 
ExportStatementsView - Class in org.openrdf.http.server.repository.statements
View used to export statements.
Expression() - Method in class org.openrdf.query.parser.sparql.ast.SyntaxTreeBuilder
 
expunge(String) - Method in class org.openrdf.sail.rdbms.managers.base.ValueManagerBase
 
expunge(String) - Method in class org.openrdf.sail.rdbms.managers.BNodeManager
 
expunge(String) - Method in class org.openrdf.sail.rdbms.managers.LiteralManager
 
expunge(String) - Method in class org.openrdf.sail.rdbms.managers.UriManager
 
expunge(String) - Method in class org.openrdf.sail.rdbms.schema.BNodeTable
 
expunge(String) - Method in class org.openrdf.sail.rdbms.schema.LiteralTable
 
expunge(String) - Method in class org.openrdf.sail.rdbms.schema.URITable
 
expunge(String) - Method in class org.openrdf.sail.rdbms.schema.ValueTable
 
expungeRemovedStatements(int, String) - Method in class org.openrdf.sail.rdbms.schema.HashTable
 
EXTENDER - Static variable in interface org.openrdf.query.parser.serql.ast.SyntaxTreeBuilderConstants
 
Extension - Class in org.openrdf.query.algebra
An extension operator that can be used to add bindings to solutions whose values are defined by value expressions.
Extension() - Constructor for class org.openrdf.query.algebra.Extension
 
Extension(TupleExpr) - Constructor for class org.openrdf.query.algebra.Extension
 
Extension(TupleExpr, ExtensionElem...) - Constructor for class org.openrdf.query.algebra.Extension
 
Extension(TupleExpr, Iterable<ExtensionElem>) - Constructor for class org.openrdf.query.algebra.Extension
 
ExtensionElem - Class in org.openrdf.query.algebra
 
ExtensionElem() - Constructor for class org.openrdf.query.algebra.ExtensionElem
 
ExtensionElem(ValueExpr, String) - Constructor for class org.openrdf.query.algebra.ExtensionElem
 
ExtensionIterator - Class in org.openrdf.query.algebra.evaluation.iterator
 
ExtensionIterator(Extension, CloseableIteration<BindingSet, QueryEvaluationException>, EvaluationStrategy) - Constructor for class org.openrdf.query.algebra.evaluation.iterator.ExtensionIterator
 
ExtractionController - Class in org.openrdf.http.webclient.repository.extract
 
ExtractionController() - Constructor for class org.openrdf.http.webclient.repository.extract.ExtractionController
 
ExtractionSettings - Class in org.openrdf.http.webclient.repository.extract
 
ExtractionSettings() - Constructor for class org.openrdf.http.webclient.repository.extract.ExtractionSettings
 

F

FACTORY_KEY - Static variable in class org.openrdf.http.server.repository.QueryResultView
Key by which the query result writer factory is stored in the model.
FACTORY_KEY - Static variable in class org.openrdf.http.server.repository.statements.ExportStatementsView
 
FALSE - Static variable in class org.openrdf.model.impl.BooleanLiteralImpl
 
FALSE - Static variable in class org.openrdf.query.dawg.DAWGTestResultSetSchema
 
FALSE - Static variable in interface org.openrdf.query.parser.serql.ast.SyntaxTreeBuilderConstants
 
FALSE - Static variable in interface org.openrdf.query.parser.sparql.ast.SyntaxTreeBuilderConstants
 
FalseValue - Class in org.openrdf.sail.rdbms.algebra
Represents the value false in an SQL expression.
FalseValue() - Constructor for class org.openrdf.sail.rdbms.algebra.FalseValue
 
fatalError(String, int, int) - Method in interface org.openrdf.rio.ParseErrorListener
Reports a fatal error from the parser.
FILENAME_HINT_KEY - Static variable in class org.openrdf.http.server.repository.QueryResultView
Key by which a filename hint is stored in the model.
FillBuff() - Method in class org.openrdf.query.parser.serql.ast.SimpleCharStream
 
FillBuff() - Method in class org.openrdf.query.parser.sparql.ast.JavaCharStream
 
filter - Variable in class org.openrdf.query.algebra.evaluation.impl.FilterOptimizer.FilterRelocator
 
Filter - Class in org.openrdf.query.algebra
The FILTER operator, as defined in SPARQL Query Language for RDF.
Filter() - Constructor for class org.openrdf.query.algebra.Filter
 
Filter(TupleExpr, ValueExpr) - Constructor for class org.openrdf.query.algebra.Filter
 
Filter() - Method in class org.openrdf.query.parser.sparql.ast.SyntaxTreeBuilder
 
FILTER - Static variable in interface org.openrdf.query.parser.sparql.ast.SyntaxTreeBuilderConstants
 
filter(ColumnVar, Value) - Method in class org.openrdf.sail.rdbms.evaluation.QueryBuilder
 
filter() - Method in class org.openrdf.sail.rdbms.evaluation.SqlQueryBuilder
 
FilterIterator - Class in org.openrdf.query.algebra.evaluation.iterator
 
FilterIterator(Filter, CloseableIteration<BindingSet, QueryEvaluationException>, EvaluationStrategy) - Constructor for class org.openrdf.query.algebra.evaluation.iterator.FilterIterator
 
FilterOptimizer - Class in org.openrdf.query.algebra.evaluation.impl
Optimizes a query model by pushing Filters as far down in the model tree as possible.
FilterOptimizer() - Constructor for class org.openrdf.query.algebra.evaluation.impl.FilterOptimizer
 
FilterOptimizer.FilterFinder - Class in org.openrdf.query.algebra.evaluation.impl
 
FilterOptimizer.FilterFinder(TupleExpr) - Constructor for class org.openrdf.query.algebra.evaluation.impl.FilterOptimizer.FilterFinder
 
FilterOptimizer.FilterRelocator - Class in org.openrdf.query.algebra.evaluation.impl
 
FilterOptimizer.FilterRelocator(Filter) - Constructor for class org.openrdf.query.algebra.evaluation.impl.FilterOptimizer.FilterRelocator
 
filterVars - Variable in class org.openrdf.query.algebra.evaluation.impl.FilterOptimizer.FilterRelocator
 
finalize() - Method in class org.openrdf.repository.base.RepositoryConnectionBase
 
finalize() - Method in class org.openrdf.sail.rdbms.RdbmsConnection
 
finalize() - Method in class org.openrdf.sail.rdbms.RdbmsTripleRepository
 
find(Resource, URI, Value, Resource...) - Method in class org.openrdf.sail.rdbms.RdbmsTripleRepository
 
findAllTables() - Method in class org.openrdf.sail.rdbms.managers.TripleTableManager
 
findByPrefix(String) - Method in class org.openrdf.sail.rdbms.managers.NamespaceManager
 
findContexts() - Method in class org.openrdf.sail.rdbms.RdbmsTripleRepository
 
findInCache(Object) - Method in class org.openrdf.sail.rdbms.managers.base.ValueManagerBase
 
findJoin(String) - Method in class org.openrdf.sail.rdbms.evaluation.SqlJoinBuilder
 
findNamespace(String) - Method in class org.openrdf.sail.rdbms.managers.NamespaceManager
 
findParameters(List<Object>) - Method in class org.openrdf.sail.rdbms.evaluation.SqlJoinBuilder
 
findParameters(List<Object>) - Method in class org.openrdf.sail.rdbms.evaluation.SqlQueryBuilder
 
findPredicateTables() - Method in class org.openrdf.sail.rdbms.managers.TripleTableManager
 
findSailInStack(Sail, Class<? extends Sail>) - Static method in class org.openrdf.sail.helpers.SailUtil
Searches a stack of Sails from top to bottom for a Sail that is an instance of the suppied class or interface.
findTableName(Number) - Method in class org.openrdf.sail.rdbms.managers.TransTableManager
 
findTableName(Number) - Method in class org.openrdf.sail.rdbms.managers.TripleTableManager
 
findTablesWithColumn(String) - Method in class org.openrdf.sail.rdbms.managers.TripleTableManager
 
findTablesWithExactColumn(String) - Method in class org.openrdf.sail.rdbms.managers.TripleTableManager
 
findURISplitIndex(String) - Static method in class org.openrdf.rio.turtle.TurtleUtil
Tries to find an index where the suppied URI can be split into a namespace and a local name that comply with the serialization constraints of the Turtle format.
FIRST - Static variable in class org.openrdf.model.vocabulary.RDF
http://www.w3.org/1999/02/22-rdf-syntax-ns#first
flags() - Method in class org.openrdf.sail.rdbms.evaluation.SqlRegexBuilder
 
FLOAT - Static variable in class org.openrdf.model.vocabulary.XMLSchema
http://www.w3.org/2001/XMLSchema#float
FloatCast - Class in org.openrdf.query.algebra.evaluation.function
A Function that tries to cast its argument to an xsd:float.
FloatCast() - Constructor for class org.openrdf.query.algebra.evaluation.function.FloatCast
 
floatValue() - Method in class org.openrdf.model.impl.DecimalLiteralImpl
 
floatValue() - Method in class org.openrdf.model.impl.IntegerLiteralImpl
 
floatValue() - Method in class org.openrdf.model.impl.LiteralImpl
 
floatValue() - Method in class org.openrdf.model.impl.NumericLiteralImpl
 
floatValue() - Method in interface org.openrdf.model.Literal
Returns the float value of this literal.
floatValue() - Method in class org.openrdf.sail.memory.model.DecimalMemLiteral
 
floatValue() - Method in class org.openrdf.sail.memory.model.IntegerMemLiteral
 
floatValue() - Method in class org.openrdf.sail.memory.model.NumericMemLiteral
 
floatValue() - Method in class org.openrdf.sail.rdbms.model.RdbmsLiteral
 
flush() - Method in class org.openrdf.rio.rdfxml.util.RDFXMLPrettyWriter
 
flush() - Method in class org.openrdf.sail.rdbms.managers.base.ManagerBase
 
flush(Batch) - Method in class org.openrdf.sail.rdbms.managers.base.ManagerBase
 
flush() - Method in class org.openrdf.sail.rdbms.managers.base.ValueManagerBase
 
flush() - Method in class org.openrdf.sail.rdbms.managers.HashManager
 
flush(Batch) - Method in class org.openrdf.sail.rdbms.managers.HashManager
 
flush() - Method in class org.openrdf.sail.rdbms.RdbmsTripleRepository
 
flush() - Method in class org.openrdf.sail.rdbms.RdbmsValueFactory
 
flush() - Method in class org.openrdf.sail.rdbms.schema.Batch
 
flush() - Method in class org.openrdf.sail.rdbms.schema.TripleBatch
 
flush() - Method in class org.openrdf.sail.rdbms.schema.ValueBatch
 
flushPendingStatements() - Method in class org.openrdf.rio.rdfxml.RDFXMLWriter
 
flushPendingStatements() - Method in class org.openrdf.rio.rdfxml.util.RDFXMLPrettyWriter
 
flushUpdates() - Method in interface org.openrdf.sail.inferencer.InferencerConnection
Flushes any pending updates to be processed and the resulting changes to be reported to registered SailConnectionListeners.
flushUpdates() - Method in class org.openrdf.sail.inferencer.InferencerConnectionWrapper
 
flushUpdates() - Method in class org.openrdf.sail.memory.MemoryStoreConnection
 
flushUpdates() - Method in class org.openrdf.sail.nativerdf.NativeStoreConnection
 
FORCE_SYNC - Static variable in class org.openrdf.sail.nativerdf.config.NativeStoreSchema
http://www.openrdf.org/config/sail/native#forceSync
forFileName(String) - Static method in class org.openrdf.query.resultio.BooleanQueryResultFormat
Tries to determine the appropriate boolean file format for a file, based on the extension specified in a file name.
forFileName(String, BooleanQueryResultFormat) - Static method in class org.openrdf.query.resultio.BooleanQueryResultFormat
Tries to determine the appropriate boolean file format for a file, based on the extension specified in a file name.
forFileName(String) - Static method in class org.openrdf.query.resultio.TupleQueryResultFormat
Tries to determine the appropriate tuple file format for a file, based on the extension specified in a file name.
forFileName(String, TupleQueryResultFormat) - Static method in class org.openrdf.query.resultio.TupleQueryResultFormat
Tries to determine the appropriate tuple file format for a file, based on the extension specified in a file name.
forFileName(String) - Static method in class org.openrdf.rio.RDFFormat
Tries to determine the appropriate RDF file format based on the extension of a file name.
forFileName(String, RDFFormat) - Static method in class org.openrdf.rio.RDFFormat
Tries to determine the appropriate RDF file format based on the extension of a file name.
forLabel(String) - Static method in class org.openrdf.http.protocol.error.ErrorType
 
FORM_MIME_TYPE - Static variable in class org.openrdf.http.protocol.Protocol
MIME type for www forms: application/x-www-form-urlencoded.
FORMAT_VERSION - Static variable in interface org.openrdf.query.resultio.binary.BinaryQueryResultConstants
The version number of the current format.
formBackingObject(HttpServletRequest) - Method in class org.openrdf.http.webclient.server.ServerSelectionController
 
forMIMEType(String) - Static method in class org.openrdf.query.resultio.BooleanQueryResultFormat
Tries to determine the appropriate boolean file format based on the a MIME type that describes the content type.
forMIMEType(String, BooleanQueryResultFormat) - Static method in class org.openrdf.query.resultio.BooleanQueryResultFormat
Tries to determine the appropriate boolean file format based on the a MIME type that describes the content type.
forMIMEType(String) - Static method in class org.openrdf.query.resultio.TupleQueryResultFormat
Tries to determine the appropriate tuple file format based on the a MIME type that describes the content type.
forMIMEType(String, TupleQueryResultFormat) - Static method in class org.openrdf.query.resultio.TupleQueryResultFormat
Tries to determine the appropriate tuple file format based on the a MIME type that describes the content type.
forMIMEType(String) - Static method in class org.openrdf.rio.RDFFormat
Tries to determine the appropriate RDF file format based on the a MIME type that describes the content type.
forMIMEType(String, RDFFormat) - Static method in class org.openrdf.rio.RDFFormat
Tries to determine the appropriate RDF file format based on the a MIME type that describes the content type.
ForwardChainingRDFSInferencer - Class in org.openrdf.sail.inferencer.fc
Forward-chaining RDF Schema inferencer, using the rules from the RDF Semantics Recommendation (10 February 2004).
ForwardChainingRDFSInferencer() - Constructor for class org.openrdf.sail.inferencer.fc.ForwardChainingRDFSInferencer
 
ForwardChainingRDFSInferencer(Sail) - Constructor for class org.openrdf.sail.inferencer.fc.ForwardChainingRDFSInferencer
 
ForwardChainingRDFSInferencerConfig - Class in org.openrdf.sail.inferencer.fc.config
 
ForwardChainingRDFSInferencerConfig() - Constructor for class org.openrdf.sail.inferencer.fc.config.ForwardChainingRDFSInferencerConfig
 
ForwardChainingRDFSInferencerConfig(SailImplConfig) - Constructor for class org.openrdf.sail.inferencer.fc.config.ForwardChainingRDFSInferencerConfig
 
ForwardChainingRDFSInferencerFactory - Class in org.openrdf.sail.inferencer.fc.config
A SailFactory that creates ForwardChainingRDFSInferencers based on RDF configuration data.
ForwardChainingRDFSInferencerFactory() - Constructor for class org.openrdf.sail.inferencer.fc.config.ForwardChainingRDFSInferencerFactory
 
From() - Method in class org.openrdf.query.parser.serql.ast.SyntaxTreeBuilder
 
FROM - Static variable in interface org.openrdf.query.parser.serql.ast.SyntaxTreeBuilderConstants
 
FROM - Static variable in interface org.openrdf.query.parser.sparql.ast.SyntaxTreeBuilderConstants
 
from(FromItem) - Method in class org.openrdf.sail.rdbms.evaluation.QueryBuilder
 
from(String, String) - Method in class org.openrdf.sail.rdbms.evaluation.SqlQueryBuilder
 
from(String) - Method in class org.openrdf.sail.rdbms.evaluation.SqlQueryBuilder
 
FromItem - Class in org.openrdf.sail.rdbms.algebra.base
An item in the SQL from clause.
FromItem(String) - Constructor for class org.openrdf.sail.rdbms.algebra.base.FromItem
 
Function - Interface in org.openrdf.query.algebra.evaluation.function
 
FUNCTIONALPROPERTY - Static variable in class org.openrdf.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#FunctionalProperty
FunctionCall - Class in org.openrdf.query.algebra
A call to an (external) function that operates on zero or more arguments.
FunctionCall() - Constructor for class org.openrdf.query.algebra.FunctionCall
 
FunctionCall(String, ValueExpr...) - Constructor for class org.openrdf.query.algebra.FunctionCall
Creates a new unary value operator.
FunctionCall(String, Iterable<ValueExpr>) - Constructor for class org.openrdf.query.algebra.FunctionCall
 
FunctionCall() - Method in class org.openrdf.query.parser.serql.ast.SyntaxTreeBuilder
 
FunctionCall() - Method in class org.openrdf.query.parser.sparql.ast.SyntaxTreeBuilder
 
FunctionRegistry - Class in org.openrdf.query.algebra.evaluation.function
 
FunctionRegistry() - Constructor for class org.openrdf.query.algebra.evaluation.function.FunctionRegistry
 

G

GDAY - Static variable in class org.openrdf.model.vocabulary.XMLSchema
http://www.w3.org/2001/XMLSchema#gDay
GE - Static variable in interface org.openrdf.query.parser.serql.ast.SyntaxTreeBuilderConstants
 
GE - Static variable in interface org.openrdf.query.parser.sparql.ast.SyntaxTreeBuilderConstants
 
ge(SqlExpr, SqlExpr) - Static method in class org.openrdf.sail.rdbms.algebra.base.SqlExprSupport
 
generateParseException() - Method in class org.openrdf.query.parser.serql.ast.SyntaxTreeBuilder
 
generateParseException() - Method in class org.openrdf.query.parser.sparql.ast.SyntaxTreeBuilder
 
get(int) - Method in class org.openrdf.query.impl.MutableTupleQueryResult
 
get(int) - Method in class org.openrdf.sail.memory.model.MemStatementList
 
get(Object) - Method in class org.openrdf.sail.memory.model.WeakObjectRegistry
Retrieves the stored object that is equal to the supplied key object.
get(byte[]) - Method in class org.openrdf.sail.nativerdf.btree.BTree
Gets the value that matches the specified key.
getAcceptableService(HttpServletRequest, HttpServletResponse, FileFormatServiceRegistry<FF, S>) - Static method in class org.openrdf.http.server.ProtocolUtil
 
getActiveDataset() - Method in class org.openrdf.repository.sail.SailQuery
Gets the "active" dataset for this query.
getAggregateBindingNames() - Method in class org.openrdf.query.algebra.Group
 
getAlias() - Method in class org.openrdf.query.parser.serql.ast.ASTProjectionElem
 
getAlias() - Method in class org.openrdf.sail.rdbms.algebra.base.FromItem
 
getAlias() - Method in class org.openrdf.sail.rdbms.algebra.base.ValueColumnBase
 
getAlias() - Method in class org.openrdf.sail.rdbms.algebra.ColumnVar
 
getAlias() - Method in class org.openrdf.sail.rdbms.algebra.IdColumn
 
getAlias() - Method in class org.openrdf.sail.rdbms.evaluation.SqlJoinBuilder
 
getAllRepositories() - Method in class org.openrdf.repository.manager.RepositoryManager
Returns all configured repositories.
getAllRepositoryInfos(boolean) - Method in class org.openrdf.repository.manager.LocalRepositoryManager
 
getAllRepositoryInfos(boolean) - Method in class org.openrdf.repository.manager.RemoteRepositoryManager
 
getAllRepositoryInfos() - Method in class org.openrdf.repository.manager.RepositoryManager
 
getAllRepositoryInfos(boolean) - Method in class org.openrdf.repository.manager.RepositoryManager
 
getAllRepositoryInfos(boolean) - Method in class org.openrdf.repository.manager.util.TypeFilteringRepositoryManager
 
getAllUserRepositoryInfos() - Method in class org.openrdf.repository.manager.RepositoryManager
 
getArg() - Method in class org.openrdf.query.algebra.Bound
Gets the argument of this unary value operator.
getArg() - Method in class org.openrdf.query.algebra.CompareSubQueryValueOperator
 
getArg() - Method in class org.openrdf.query.algebra.Regex
 
getArg() - Method in class org.openrdf.query.algebra.UnaryTupleOperator
Gets the argument of this unary tuple operator.
getArg() - Method in class org.openrdf.query.algebra.UnaryValueOperator
Gets the argument of this unary value operator.
getArg() - Method in class org.openrdf.query.parser.sparql.ast.ASTBound
 
getArg() - Method in class org.openrdf.sail.rdbms.algebra.base.UnarySqlOperator
 
getArg() - Method in class org.openrdf.sail.rdbms.algebra.SqlRegex
 
getArgList() - Method in class org.openrdf.query.parser.serql.ast.ASTFunctionCall
 
getArgs() - Method in class org.openrdf.query.algebra.FunctionCall
 
getAsText() - Method in class org.openrdf.http.webclient.properties.RDFFormatPropertyEditor
 
getAsText() - Method in class org.openrdf.http.webclient.properties.ResourcePropertyEditor
 
getAsText() - Method in class org.openrdf.http.webclient.properties.UriPropertyEditor
 
getAsText() - Method in class org.openrdf.http.webclient.properties.ValuePropertyEditor
 
getBaseDecl() - Method in class org.openrdf.query.parser.sparql.ast.ASTQueryContainer
 
getBaseDir() - Method in class org.openrdf.repository.manager.LocalRepositoryManager
Gets the base dir against which to resolve relative paths.
getBaseSail() - Method in class org.openrdf.sail.helpers.SailWrapper
 
getBaseSail() - Method in interface org.openrdf.sail.StackableSail
Gets the base Sail that this Sail works on top of.
getBaseUri() - Method in class org.openrdf.http.webclient.repository.modify.add.RDFUpload
 
getBatchSize() - Method in class org.openrdf.sail.rdbms.managers.base.ValueManagerBase
 
getBatchSize() - Method in class org.openrdf.sail.rdbms.managers.BNodeManager
 
getBatchSize() - Method in class org.openrdf.sail.rdbms.managers.LiteralManager
 
getBatchSize() - Method in class org.openrdf.sail.rdbms.managers.TransTableManager
 
getBatchSize() - Method in class org.openrdf.sail.rdbms.managers.UriManager
 
getBatchSize() - Method in class org.openrdf.sail.rdbms.schema.BNodeTable
 
getBatchSize() - Method in class org.openrdf.sail.rdbms.schema.HashTable
 
getBatchSize() - Method in class org.openrdf.sail.rdbms.schema.LiteralTable
 
getBatchSize() - Method in class org.openrdf.sail.rdbms.schema.TransactionTable
 
getBatchSize() - Method in class org.openrdf.sail.rdbms.schema.URITable
 
getBatchSize() - Method in class org.openrdf.sail.rdbms.schema.ValueTable
 
getBeginColumn() - Method in class org.openrdf.query.parser.serql.ast.SimpleCharStream
 
getBeginColumn() - Method in class org.openrdf.query.parser.sparql.ast.JavaCharStream
 
getBeginLine() - Method in class org.openrdf.query.parser.serql.ast.SimpleCharStream
 
getBeginLine() - Method in class org.openrdf.query.parser.sparql.ast.JavaCharStream
 
getBinding(String) - Method in class org.openrdf.query.algebra.evaluation.QueryBindingSet
 
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
 
getBindingName(ColumnVar) - Method in class org.openrdf.sail.rdbms.algebra.SelectQuery
 
getBindingNames() - Method in class org.openrdf.query.algebra.Difference
 
getBindingNames() - Method in class org.openrdf.query.algebra.EmptySet
 
getBindingNames() - Method in class org.openrdf.query.algebra.evaluation.QueryBindingSet
 
getBindingNames() - Method in class org.openrdf.query.algebra.Extension
 
getBindingNames() - Method in class org.openrdf.query.algebra.Group
 
getBindingNames() - Method in class org.openrdf.query.algebra.Intersection
 
getBindingNames() - Method in class org.openrdf.query.algebra.Join
 
getBindingNames() - Method in class org.openrdf.query.algebra.LeftJoin
 
getBindingNames() - Method in class org.openrdf.query.algebra.MultiProjection
 
getBindingNames() - Method in class org.openrdf.query.algebra.Projection
 
getBindingNames() - Method in class org.openrdf.query.algebra.SingletonSet
 
getBindingNames() - Method in class org.openrdf.query.algebra.StatementPattern
 
getBindingNames() - Method in interface org.openrdf.query.algebra.TupleExpr
Gets the names of the bindings that are, or can be, returned by this tuple expression when it is evaluated.
getBindingNames() - Method in class org.openrdf.query.algebra.UnaryTupleOperator
 
getBindingNames() - Method in class org.openrdf.query.algebra.Union
 
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.
getBindingNames() - Method in class org.openrdf.sail.rdbms.algebra.SelectQuery
 
getBindings() - Method in class org.openrdf.query.impl.AbstractQuery
 
getBindings() - Method in interface org.openrdf.query.Query
Retrieves the bindings that have been set on this query.
getBindingsArray() - Method in class org.openrdf.repository.http.HTTPQuery
 
getBoolean(HttpMethod) - Method in class org.openrdf.http.client.HTTPClient
 
getBooleanQueryResultFormat() - Method in interface org.openrdf.query.resultio.BooleanQueryResultParser
Gets the query result format that this parser can parse.
getBooleanQueryResultFormat() - Method in interface org.openrdf.query.resultio.BooleanQueryResultParserFactory
Returns the boolean query result format for this factory.
getBooleanQueryResultFormat() - Method in interface org.openrdf.query.resultio.BooleanQueryResultWriter
Gets the query result format that this writer uses.
getBooleanQueryResultFormat() - Method in interface org.openrdf.query.resultio.BooleanQueryResultWriterFactory
Returns the boolean query result format for this factory.
getBooleanQueryResultFormat() - Method in class org.openrdf.query.resultio.sparqlxml.SPARQLBooleanXMLParser
 
getBooleanQueryResultFormat() - Method in class org.openrdf.query.resultio.sparqlxml.SPARQLBooleanXMLParserFactory
Returns TupleQueryResultFormat.SPARQL.
getBooleanQueryResultFormat() - Method in class org.openrdf.query.resultio.sparqlxml.SPARQLBooleanXMLWriter
 
getBooleanQueryResultFormat() - Method in class org.openrdf.query.resultio.sparqlxml.SPARQLBooleanXMLWriterFactory
Returns BooleanQueryResultFormat.SPARQL.
getBooleanQueryResultFormat() - Method in class org.openrdf.query.resultio.text.BooleanTextParser
 
getBooleanQueryResultFormat() - Method in class org.openrdf.query.resultio.text.BooleanTextParserFactory
Returns BooleanQueryResultFormat#BINARY.
getBooleanQueryResultFormat() - Method in class org.openrdf.query.resultio.text.BooleanTextWriter
 
getBooleanQueryResultFormat() - Method in class org.openrdf.query.resultio.text.BooleanTextWriterFactory
Returns BooleanQueryResultFormat.TEXT.
getBooleanValue(Literal, boolean) - Static method in class org.openrdf.model.util.LiteralUtil
Gets the boolean value of the supplied literal.
getBooleanValue(Value, boolean) - Static method in class org.openrdf.model.util.LiteralUtil
Returns the result of getByteValue((Literal)value, fallback) in case the supplied value is a literal, returns the fallback value otherwise.
getBucketCount() - Method in class org.openrdf.sail.nativerdf.datastore.HashFile
 
getBucketSize() - Method in class org.openrdf.sail.nativerdf.datastore.HashFile
 
getByteValue(Literal, byte) - Static method in class org.openrdf.model.util.LiteralUtil
Gets the byte value of the supplied literal.
getByteValue(Value, byte) - Static method in class org.openrdf.model.util.LiteralUtil
Returns the result of getByteValue((Literal)value, fallback) in case the supplied value is a literal, returns the fallback value otherwise.
getCalendarValue(Literal, XMLGregorianCalendar) - Static method in class org.openrdf.model.util.LiteralUtil
Gets the calendar value of the supplied literal.
getCalendarValue(Value, XMLGregorianCalendar) - Static method in class org.openrdf.model.util.LiteralUtil
Returns the result of getByteValue((Literal)value, fallback) in case the supplied value is a literal, returns the fallback value otherwise.
getCalendarValue(XMLGregorianCalendar) - Static method in class org.openrdf.sail.rdbms.managers.LiteralManager
 
getCardinality() - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStatistics.CardinalityCalculator
 
getCardinality(TupleExpr) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStatistics
 
getCardinality(TupleExpr, Set<String>) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStatistics
 
getCardinalityCalculator(Set<String>) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStatistics
 
getCardinalityCalculator(Set<String>) - Method in class org.openrdf.sail.memory.MemoryStoreConnection.MemEvaluationStatistics
 
getCatalog() - Method in class org.openrdf.sail.rdbms.schema.RdbmsTable
 
getCauseAsIOException() - Method in exception org.openrdf.repository.http.HTTPQueryEvaluationException
 
getCauseAsMalformedQueryException() - Method in exception org.openrdf.repository.http.HTTPQueryEvaluationException
 
getCauseAsRepositoryException() - Method in exception org.openrdf.repository.http.HTTPQueryEvaluationException
 
getChild() - Method in class org.openrdf.query.parser.serql.ast.ASTNodeElem
Gets the node element's child node.
getChunkSize() - Method in class org.openrdf.sail.rdbms.managers.HashManager
 
getClosing() - Method in class org.openrdf.sail.rdbms.evaluation.SqlBracketBuilder
 
getColumn() - Method in class org.openrdf.query.parser.serql.ast.SimpleCharStream
Deprecated.  
getColumn() - Method in class org.openrdf.query.parser.sparql.ast.JavaCharStream
Deprecated.  
getColumn() - Method in class org.openrdf.sail.rdbms.algebra.base.ValueColumnBase
 
getColumn() - Method in class org.openrdf.sail.rdbms.algebra.ColumnVar
 
getColumn() - Method in class org.openrdf.sail.rdbms.algebra.IdColumn
 
getColumnNumber() - Method in exception org.openrdf.query.resultio.QueryResultParseException
Gets the column number associated with this parse exception.
getColumnNumber() - Method in exception org.openrdf.rio.RDFParseException
Gets the column number associated with this parse exception.
getCombinedTableName() - Method in class org.openrdf.sail.rdbms.managers.TransTableManager
 
getCondition() - Method in class org.openrdf.query.algebra.Filter
 
getCondition() - Method in class org.openrdf.query.algebra.LeftJoin
 
getCondition() - Method in class org.openrdf.query.parser.serql.ast.ASTWhere
 
getCondition() - Method in class org.openrdf.sail.rdbms.algebra.SqlCase.Entry
 
getConfig() - Method in interface org.openrdf.repository.config.RepositoryFactory
 
getConfig() - Method in class org.openrdf.repository.dataset.config.DatasetRepositoryFactory
 
getConfig() - Method in class org.openrdf.repository.http.config.HTTPRepositoryFactory
 
getConfig() - Method in class org.openrdf.repository.sail.config.SailRepositoryFactory
 
getConfig() - Method in interface org.openrdf.sail.config.SailFactory
 
getConfig() - Method in class org.openrdf.sail.inferencer.fc.config.DirectTypeHierarchyInferencerFactory
 
getConfig() - Method in class org.openrdf.sail.inferencer.fc.config.ForwardChainingRDFSInferencerFactory
 
getConfig() - Method in class org.openrdf.sail.memory.config.MemoryStoreFactory
 
getConfig() - Method in class org.openrdf.sail.nativerdf.config.NativeStoreFactory
 
getConfig() - Method in class org.openrdf.sail.rdbms.config.RdbmsStoreFactory
 
getConfigLocation(String) - Static method in class org.openrdf.http.protocol.Protocol
Get the location of the server configuration resource on the specified server.
getConjunctiveConstraints(ValueExpr, List<ValueExpr>) - Method in class org.openrdf.query.algebra.evaluation.impl.ConjunctiveConstraintSplitter.ConstraintVisitor
 
getConnection() - Method in class org.openrdf.repository.base.RepositoryWrapper
 
getConnection() - Method in class org.openrdf.repository.dataset.DatasetRepository
 
getConnection() - Method in class org.openrdf.repository.event.base.InterceptingRepositoryWrapper
 
getConnection() - Method in class org.openrdf.repository.event.base.NotifyingRepositoryWrapper
 
getConnection(Repository, RepositoryConnection) - Method in interface org.openrdf.repository.event.RepositoryInterceptor
 
getConnection(Repository, RepositoryConnection) - Method in interface org.openrdf.repository.event.RepositoryListener
 
getConnection() - Method in class org.openrdf.repository.http.HTTPRepository
 
getConnection() - Method in interface org.openrdf.repository.Repository
Opens a connection to this repository that can be used for querying and updating the contents of the repository.
getConnection() - Method in class org.openrdf.repository.sail.SailQuery
 
getConnection() - Method in class org.openrdf.repository.sail.SailRepository
 
getConnection() - Method in class org.openrdf.sail.helpers.SailBase
 
getConnection() - Method in class org.openrdf.sail.helpers.SailWrapper
 
getConnection() - Method in class org.openrdf.sail.inferencer.fc.DirectTypeHierarchyInferencer
 
getConnection() - Method in class org.openrdf.sail.inferencer.fc.ForwardChainingRDFSInferencer
 
getConnection() - Method in class org.openrdf.sail.rdbms.RdbmsConnectionFactory
 
getConnection() - Method in class org.openrdf.sail.rdbms.RdbmsTripleRepository
 
getConnection() - Method in interface org.openrdf.sail.Sail
Opens a connection on the Sail which can be used to query and update data.
getConnectionID(RepositoryConnection) - Method in class org.openrdf.repository.event.util.DebugRepositoryConnectionListener
 
getConnectionInternal() - Method in class org.openrdf.sail.helpers.SailBase
returns a store-specific SailConnection object.
getConnectionInternal() - Method in class org.openrdf.sail.memory.MemoryStore
 
getConnectionInternal() - Method in class org.openrdf.sail.nativerdf.NativeStore
 
getConnectionInternal() - Method in class org.openrdf.sail.rdbms.RdbmsStore
 
getConstantValue(Var) - Method in class org.openrdf.sail.memory.MemoryStoreConnection.MemEvaluationStatistics.MemCardinalityCalculator
 
getConstruct() - Method in class org.openrdf.query.parser.sparql.ast.ASTConstructQuery
 
getConstructClause() - Method in class org.openrdf.query.parser.serql.ast.ASTConstructQuery
 
getContents() - Method in class org.openrdf.http.webclient.repository.modify.add.RDFFileUpload
 
getContents() - Method in class org.openrdf.http.webclient.repository.modify.add.RDFTextUpload
 
getContents() - Method in class org.openrdf.http.webclient.repository.modify.add.RDFURLUpload
 
getContentType() - Method in class org.openrdf.http.server.repository.BooleanQueryResultView
 
getContentType() - Method in class org.openrdf.http.server.repository.GraphQueryResultView
 
getContentType() - Method in class org.openrdf.http.server.repository.statements.ExportStatementsView
 
getContentType() - Method in class org.openrdf.http.server.repository.TupleQueryResultView
 
getContext() - Method in class org.openrdf.model.impl.ContextStatementImpl
 
getContext() - Method in class org.openrdf.model.impl.StatementImpl
 
getContext() - Method in interface org.openrdf.model.Statement
Gets the context of this statement.
getContext(RepositoryConnection, String) - Static method in class org.openrdf.repository.config.RepositoryConfigUtil
 
getContext() - Method in class org.openrdf.repository.util.RDFRemover
Gets the context identifier that this RDFRemover enforces upon all statements that are reported to it (in case enforcesContext() returns true).
getContext() - Method in class org.openrdf.sail.memory.model.MemStatement
 
getContext() - Method in class org.openrdf.sail.rdbms.model.RdbmsStatement
 
getContextID() - Method in class org.openrdf.query.parser.serql.ast.ASTFrom
 
getContextIDs() - Method in class org.openrdf.http.client.HTTPClient
 
getContextIDs(TupleQueryResultHandler) - Method in class org.openrdf.http.client.HTTPClient
 
getContextIDs() - Method in class org.openrdf.repository.base.RepositoryConnectionWrapper
 
getContextIDs() - Method in interface org.openrdf.repository.RepositoryConnection
Gets all resources that are used as content identifiers.
getContextIDs() - Method in class org.openrdf.repository.sail.SailRepositoryConnection
 
getContextIDs() - Method in class org.openrdf.sail.helpers.SailConnectionBase
 
getContextIDs() - Method in class org.openrdf.sail.helpers.SailConnectionWrapper
 
getContextIDs() - Method in class org.openrdf.sail.inferencer.InferencerConnectionWrapper
Calls InferencerConnectionWrapper.flushUpdates() before forwarding the call to the wrapped connection.
getContextIDs(Resource...) - Method in class org.openrdf.sail.nativerdf.NativeStore
 
getContextIDs() - Method in interface org.openrdf.sail.SailConnection
Returns the set of all unique context identifiers that are used to store statements.
getContextIDsInternal() - Method in class org.openrdf.sail.helpers.SailConnectionBase
 
getContextIDsInternal() - Method in class org.openrdf.sail.memory.MemoryStoreConnection
 
getContextIDsInternal() - Method in class org.openrdf.sail.nativerdf.NativeStoreConnection
 
getContextIDsInternal() - Method in class org.openrdf.sail.rdbms.RdbmsConnection
 
getContexts() - Method in class org.openrdf.http.protocol.transaction.operations.ContextOperation
 
getContexts() - Method in class org.openrdf.http.webclient.StatementSpecification
 
getContexts() - Method in class org.openrdf.repository.util.RDFInserter
Gets the contexts that this RDFInserter enforces upon all statements that are reported to it (in case enforcesContext() returns true).
getContextsLocation(String) - Static method in class org.openrdf.http.protocol.Protocol
Get the location of the contexts lists resource for a specific repository.
getContextStatementCount() - Method in class org.openrdf.sail.memory.model.MemBNode
 
getContextStatementCount() - Method in interface org.openrdf.sail.memory.model.MemResource
Gets the number of statements for which this MemResource represents the context.
getContextStatementCount() - Method in class org.openrdf.sail.memory.model.MemURI
 
getContextStatementList() - Method in class org.openrdf.sail.memory.model.MemBNode
 
getContextStatementList() - Method in interface org.openrdf.sail.memory.model.MemResource
Gets the list of statements for which this MemResource represents the context.
getContextStatementList() - Method in class org.openrdf.sail.memory.model.MemURI
 
getContextVar() - Method in class org.openrdf.query.algebra.StatementPattern
Returns the context variable, if available.
getCreator() - Method in class org.openrdf.sail.memory.model.MemBNode
 
getCreator() - Method in class org.openrdf.sail.memory.model.MemLiteral
 
getCreator() - Method in class org.openrdf.sail.memory.model.MemURI
 
getCreator() - Method in interface org.openrdf.sail.memory.model.MemValue
Returns the object that created this MemValue.
getCurrentSnapshot() - Method in class org.openrdf.sail.memory.MemoryStore
 
getData(long) - Method in class org.openrdf.sail.nativerdf.datastore.DataFile
Gets the data that is stored at the specified offset.
getData(int) - Method in class org.openrdf.sail.nativerdf.datastore.DataStore
Gets the value for the specified ID.
getDatabaseName() - Method in class org.openrdf.sail.rdbms.mysql.MySqlStore
 
getDatabaseName() - Method in class org.openrdf.sail.rdbms.postgresql.PgSqlStore
 
getDataDir() - Method in class org.openrdf.repository.base.RepositoryWrapper
 
getDataDir() - Method in class org.openrdf.repository.http.HTTPRepository
 
getDataDir() - Method in interface org.openrdf.repository.Repository
Get the directory where data and logging for this repository is stored.
getDataDir() - Method in class org.openrdf.repository.sail.SailRepository
 
getDataDir() - Method in class org.openrdf.sail.helpers.SailBase
 
getDataDir() - Method in class org.openrdf.sail.helpers.SailWrapper
 
getDataDir() - Method in interface org.openrdf.sail.Sail
 
getDataset() - Method in class org.openrdf.query.impl.AbstractQuery
 
getDataset() - Method in class org.openrdf.query.parser.ParsedQuery
 
getDataset() - Method in interface org.openrdf.query.Query
Gets the dataset that has been set using Query.setDataset(Dataset), if any.
getDatasetClauseList() - Method in class org.openrdf.query.parser.sparql.ast.ASTQuery
 
getDataSource() - Method in class org.openrdf.sail.rdbms.RdbmsConnectionFactory
 
getDatatype() - Method in class org.openrdf.model.impl.LiteralImpl
 
getDatatype() - Method in interface org.openrdf.model.Literal
Gets the datatype for this literal.
getDatatype() - Method in class org.openrdf.query.parser.sparql.ast.ASTNumericLiteral
 
getDatatype() - Method in class org.openrdf.query.parser.sparql.ast.ASTRDFLiteral
 
getDatatype() - Method in class org.openrdf.sail.rdbms.algebra.SelectProjection
 
getDatatype() - Method in class org.openrdf.sail.rdbms.model.RdbmsLiteral
 
getDatatypeNode() - Method in class org.openrdf.query.parser.serql.ast.ASTLiteral
 
getDatatypeTable() - Method in class org.openrdf.sail.rdbms.schema.LiteralTable
 
getDateTimeTable() - Method in class org.openrdf.sail.rdbms.schema.LiteralTable
 
getDecimalValue(Literal, BigDecimal) - Static method in class org.openrdf.model.util.LiteralUtil
Gets the decimal value of the supplied literal.
getDecimalValue(Value, BigDecimal) - Static method in class org.openrdf.model.util.LiteralUtil
Returns the result of getByteValue((Literal)value, fallback) in case the supplied value is a literal, returns the fallback value otherwise.
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
 
getDefaultReportDeltas() - Method in class org.openrdf.repository.event.base.NotifyingRepositoryWrapper
 
getDefaultServerContextName() - Method in class org.openrdf.http.webclient.server.ServerSelection
 
getDefaultServerContextName() - Method in class org.openrdf.http.webclient.server.ServerSelectionController
 
getDefaultServerContextName() - Method in class org.openrdf.http.webclient.server.ServerSelectionInterceptor
 
getDefaultServerURL() - Method in class org.openrdf.http.webclient.server.ServerSelection
 
getDelegate() - Method in class org.openrdf.repository.base.RepositoryConnectionWrapper
 
getDelegate() - Method in class org.openrdf.repository.base.RepositoryWrapper
 
getDelegate() - Method in interface org.openrdf.repository.config.DelegatingRepositoryImplConfig
 
getDelegate() - Method in class org.openrdf.repository.config.DelegatingRepositoryImplConfigBase
 
getDelegate() - Method in class org.openrdf.repository.dataset.DatasetRepository
 
getDelegate() - Method in interface org.openrdf.repository.DelegatingRepository
 
getDelegate() - Method in interface org.openrdf.repository.DelegatingRepositoryConnection
 
getDelegate() - Method in interface org.openrdf.sail.config.DelegatingSailImplConfig
 
getDelegate() - Method in class org.openrdf.sail.config.DelegatingSailImplConfigBase
 
getDescribe() - Method in class org.openrdf.query.parser.sparql.ast.ASTDescribeQuery
 
getDescription() - Method in class org.openrdf.repository.manager.RepositoryInfo
 
getDoubleValue(Literal, double) - Static method in class org.openrdf.model.util.LiteralUtil
Gets the double value of the supplied literal.
getDoubleValue(Value, double) - Static method in class org.openrdf.model.util.LiteralUtil
Returns the result of getByteValue((Literal)value, fallback) in case the supplied value is a literal, returns the fallback value otherwise.
getEdge() - Method in class org.openrdf.query.parser.serql.ast.ASTBasicPathExprTail
 
getEffectiveBooleanValue(Value) - Static method in class org.openrdf.query.algebra.evaluation.util.QueryEvaluationUtil
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.
getElements() - Method in class org.openrdf.query.algebra.Extension
 
getElements() - Method in class org.openrdf.query.algebra.Order
 
getElements() - Method in class org.openrdf.query.algebra.ProjectionElemList
 
getEndColumn() - Method in class org.openrdf.query.parser.serql.ast.SimpleCharStream
 
getEndColumn() - Method in class org.openrdf.query.parser.sparql.ast.JavaCharStream
 
getEndLine() - Method in class org.openrdf.query.parser.serql.ast.SimpleCharStream
 
getEndLine() - Method in class org.openrdf.query.parser.sparql.ast.JavaCharStream
 
getEntries() - Method in class org.openrdf.sail.rdbms.algebra.SqlCase
 
getErrorInfo(HttpMethod) - Method in class org.openrdf.http.client.HTTPClient
 
getErrorMessage() - Method in class org.openrdf.http.protocol.error.ErrorInfo
 
getErrorType() - Method in class org.openrdf.http.protocol.error.ErrorInfo
 
getExclusiveConnectionLock() - Method in class org.openrdf.sail.helpers.SailConnectionBase
 
getExistingTable(Number) - Method in class org.openrdf.sail.rdbms.managers.TripleTableManager
 
getExpr() - Method in class org.openrdf.query.algebra.ExtensionElem
 
getExpr() - Method in class org.openrdf.query.algebra.OrderElem
 
getExpungeCondition() - Method in class org.openrdf.sail.rdbms.managers.HashManager
 
getExpungeCondition() - Method in class org.openrdf.sail.rdbms.managers.TripleTableManager
 
getFile() - Method in class org.openrdf.sail.nativerdf.btree.BTree
Gets the file that this BTree operates on.
getFile() - Method in class org.openrdf.sail.nativerdf.datastore.DataFile
 
getFile() - Method in class org.openrdf.sail.nativerdf.datastore.HashFile
 
getFile() - Method in class org.openrdf.sail.nativerdf.datastore.HashIndex
 
getFile() - Method in class org.openrdf.sail.nativerdf.datastore.IDFile
 
getFileChannel() - Method in class org.openrdf.sail.nativerdf.datastore.HashFile
 
getFilterRelocator(Filter) - Method in class org.openrdf.query.algebra.evaluation.impl.FilterOptimizer.FilterFinder
 
getFilters() - Method in class org.openrdf.sail.rdbms.algebra.base.FromItem
 
getFilters() - Method in class org.openrdf.sail.rdbms.algebra.SelectQuery
 
getFlagsArg() - Method in class org.openrdf.query.algebra.Regex
 
getFlagsArg() - Method in class org.openrdf.sail.rdbms.algebra.SqlRegex
 
getFloatValue(Literal, float) - Static method in class org.openrdf.model.util.LiteralUtil
Gets the float value of the supplied literal.
getFloatValue(Value, float) - Static method in class org.openrdf.model.util.LiteralUtil
Returns the result of getByteValue((Literal)value, fallback) in case the supplied value is a literal, returns the fallback value otherwise.
getForceSync() - Method in class org.openrdf.sail.nativerdf.config.NativeStoreConfig
 
getForceSync() - Method in class org.openrdf.sail.nativerdf.NativeStore
 
getFormat() - Method in class org.openrdf.http.webclient.repository.modify.add.RDFUpload
 
getFrom() - Method in class org.openrdf.sail.rdbms.algebra.SelectQuery
 
getFromClause() - Method in class org.openrdf.sail.rdbms.evaluation.SqlJoinBuilder
 
getFromClauseList() - Method in class org.openrdf.query.parser.serql.ast.ASTQueryBody
 
getFromDummyTable() - Method in class org.openrdf.sail.rdbms.postgresql.PgSqlConnectionFactory
 
getFromDummyTable() - Method in class org.openrdf.sail.rdbms.RdbmsConnectionFactory
 
getFromItem(String) - Method in class org.openrdf.sail.rdbms.algebra.base.FromItem
 
getFromItem(String) - Method in class org.openrdf.sail.rdbms.algebra.SelectQuery
 
getFromItem(String) - Method in class org.openrdf.sail.rdbms.algebra.UnionItem
 
getGraphPatternGroup() - Method in class org.openrdf.query.parser.sparql.ast.ASTWhereClause
 
getGroupBindingNames() - Method in class org.openrdf.query.algebra.Group
 
getGroupElements() - Method in class org.openrdf.query.algebra.Group
 
getHashes() - Method in class org.openrdf.sail.rdbms.schema.HashBatch
 
getHashTable() - Method in class org.openrdf.sail.rdbms.schema.IdSequence
 
getHead() - Method in class org.openrdf.query.parser.serql.ast.ASTBasicPathExpr
 
getHttpClient() - Method in class org.openrdf.http.client.HTTPClient
 
getI18n() - Method in class org.openrdf.http.webclient.repository.modify.add.RDFFileUpload
 
getI18n() - Method in class org.openrdf.http.webclient.repository.modify.add.RDFTextUpload
 
getI18n() - Method in class org.openrdf.http.webclient.repository.modify.add.RDFUpload
 
getI18n() - Method in class org.openrdf.http.webclient.repository.modify.add.RDFURLUpload
 
getID() - Method in interface org.openrdf.model.BNode
retrieves this blank node's identifier.
getID() - Method in class org.openrdf.model.impl.BNodeImpl
 
getID() - Method in class org.openrdf.query.parser.serql.ast.ASTBNode
 
getID() - Method in class org.openrdf.query.parser.serql.ast.ASTReifiedStat
 
getID() - Method in class org.openrdf.query.parser.sparql.ast.ASTBlankNode
 
getID() - Method in class org.openrdf.repository.config.RepositoryConfig
 
getId() - Method in class org.openrdf.repository.manager.RepositoryInfo
 
getID(byte[]) - Method in class org.openrdf.sail.nativerdf.datastore.DataStore
Gets the ID for the specified value.
getID(Value) - Method in class org.openrdf.sail.nativerdf.ValueStore
Gets the ID for the specified value.
getId() - Method in class org.openrdf.sail.rdbms.algebra.SelectProjection
 
getID() - Method in class org.openrdf.sail.rdbms.model.RdbmsBNode
 
getIDIterator(int) - Method in class org.openrdf.sail.nativerdf.datastore.HashFile
Gets an iterator that iterates over the IDs with hash codes that match the specified hash code.
getIDIterator(int) - Method in class org.openrdf.sail.nativerdf.datastore.HashIndex
Gets an iterator that iterates over the IDs with hash codes that match the specified hash code.
getIdOfPredicate(RdbmsURI) - Method in class org.openrdf.sail.rdbms.managers.PredicateManager
 
getIdReadLock() - Method in class org.openrdf.sail.rdbms.RdbmsValueFactory
 
getIdSequence() - Method in class org.openrdf.sail.rdbms.managers.base.ValueManagerBase
 
getIdType() - Method in class org.openrdf.sail.rdbms.schema.ValueTable
 
getIdVersion() - Method in class org.openrdf.sail.rdbms.managers.base.ValueManagerBase
 
getIdVersion() - Method in class org.openrdf.sail.rdbms.managers.HashManager
 
getIdVersion() - Method in class org.openrdf.sail.rdbms.schema.LiteralTable
 
getIdWriteLock() - Method in class org.openrdf.sail.rdbms.RdbmsValueFactory
 
GetImage() - Method in class org.openrdf.query.parser.serql.ast.SimpleCharStream
 
GetImage() - Method in class org.openrdf.query.parser.sparql.ast.JavaCharStream
 
getIncludeInferred() - Method in class org.openrdf.query.impl.AbstractQuery
 
getIncludeInferred() - Method in interface org.openrdf.query.Query
Returns whether or not this query will return inferred statements (if any are present in the repository).
getIndex() - Method in class org.openrdf.query.impl.MutableTupleQueryResult
 
getIndex() - Method in class org.openrdf.sail.rdbms.algebra.ColumnVar
 
getIndexes() - Method in class org.openrdf.sail.rdbms.schema.RdbmsTable
 
getInitializedRepositories() - Method in class org.openrdf.repository.manager.RepositoryManager
Returns all inititalized repositories.
getInitializedRepositories() - Method in class org.openrdf.repository.manager.util.TypeFilteringRepositoryManager
 
getInitializedRepositoryIDs() - Method in class org.openrdf.repository.manager.RepositoryManager
Returns all inititalized repositories.
getInitializedRepositoryIDs() - Method in class org.openrdf.repository.manager.util.TypeFilteringRepositoryManager
 
getInputStream() - Method in class org.openrdf.http.webclient.repository.modify.add.RDFFileUpload
 
getInputStream() - Method in class org.openrdf.http.webclient.repository.modify.add.RDFTextUpload
 
getInputStream() - Method in class org.openrdf.http.webclient.repository.modify.add.RDFUpload
 
getInputStream() - Method in class org.openrdf.http.webclient.repository.modify.add.RDFURLUpload
 
getInsertTable() - Method in class org.openrdf.sail.rdbms.schema.ValueTable
 
getInstance() - Static method in class org.openrdf.http.server.repository.BooleanQueryResultView
 
getInstance() - Static method in class org.openrdf.http.server.repository.GraphQueryResultView
 
getInstance() - Static method in class org.openrdf.http.server.repository.statements.ExportStatementsView
 
getInstance() - Static method in class org.openrdf.http.server.repository.TupleQueryResultView
 
getInstance() - Static method in class org.openrdf.model.impl.ValueFactoryImpl
 
getInstance() - Static method in class org.openrdf.query.algebra.evaluation.function.FunctionRegistry
Gets the default QueryParserRegistry.
getInstance() - Static method in class org.openrdf.query.impl.EmptyBindingSet
 
getInstance() - Static method in class org.openrdf.query.parser.QueryParserRegistry
Gets the default QueryParserRegistry.
getInstance() - Static method in class org.openrdf.query.resultio.BooleanQueryResultParserRegistry
Gets the default BooleanQueryResultParserRegistry.
getInstance() - Static method in class org.openrdf.query.resultio.BooleanQueryResultWriterRegistry
Gets the default BooleanQueryResultWriterRegistry.
getInstance() - Static method in class org.openrdf.query.resultio.TupleQueryResultParserRegistry
Gets the default TupleQueryResultParserRegistry.
getInstance() - Static method in class org.openrdf.query.resultio.TupleQueryResultWriterRegistry
Gets the default TupleQueryResultWriterRegistry.
getInstance() - Static method in class org.openrdf.repository.config.RepositoryRegistry
Gets the default QueryParserRegistry.
getInstance(String) - Static method in class org.openrdf.repository.manager.RemoteRepositoryManager
Creates an initialized RemoteRepositoryManager with the specified server URL.
getInstance(String, String, String) - Static method in class org.openrdf.repository.manager.RemoteRepositoryManager
Creates an initialized RemoteRepositoryManager with the specified server URL and credentials.
getInstance() - Static method in class org.openrdf.rio.RDFParserRegistry
Gets the default RDFParserRegistry.
getInstance() - Static method in class org.openrdf.rio.RDFWriterRegistry
Gets the default RDFWriterRegistry.
getInstance() - Static method in class org.openrdf.sail.config.SailRegistry
Gets the default SailRegistry.
getIntegerValue(Literal, BigInteger) - Static method in class org.openrdf.model.util.LiteralUtil
Gets the integer value of the supplied literal.
getIntegerValue(Value, BigInteger) - Static method in class org.openrdf.model.util.LiteralUtil
Returns the result of getByteValue((Literal)value, fallback) in case the supplied value is a literal, returns the fallback value otherwise.
getInternalID() - Method in class org.openrdf.sail.nativerdf.model.NativeBNode
 
getInternalID() - Method in class org.openrdf.sail.nativerdf.model.NativeLiteral
 
getInternalID() - Method in class org.openrdf.sail.nativerdf.model.NativeURI
 
getInternalID() - Method in interface org.openrdf.sail.nativerdf.model.NativeValue
Gets the ID that is used in the native store for this Value.
getInternalId(V) - Method in class org.openrdf.sail.rdbms.managers.base.ValueManagerBase
 
getInternalId() - Method in class org.openrdf.sail.rdbms.model.RdbmsValue
 
getInternalId(Value) - Method in class org.openrdf.sail.rdbms.RdbmsValueFactory
 
getIntValue(Literal, int) - Static method in class org.openrdf.model.util.LiteralUtil
Gets the int value of the supplied literal.
getIntValue(Value, int) - Static method in class org.openrdf.model.util.LiteralUtil
Returns the result of getByteValue((Literal)value, fallback) in case the supplied value is a literal, returns the fallback value otherwise.
getIRI() - Method in class org.openrdf.query.parser.sparql.ast.ASTBaseDecl
 
getIRI() - Method in class org.openrdf.query.parser.sparql.ast.ASTPrefixDecl
 
getItemCount() - Method in class org.openrdf.sail.nativerdf.datastore.HashFile
 
getJdbcDriver() - Method in class org.openrdf.sail.rdbms.config.RdbmsStoreConfig
 
getJdbcIdType() - Method in class org.openrdf.sail.rdbms.schema.IdSequence
 
getJdbcIdType() - Method in class org.openrdf.sail.rdbms.schema.IntegerIdSequence
 
getJdbcIdType() - Method in class org.openrdf.sail.rdbms.schema.LongIdSequence
 
getJoinArgs(TupleExpr, L) - Method in class org.openrdf.query.algebra.evaluation.impl.QueryJoinOptimizer.JoinVisitor
 
getJoinClause() - Method in class org.openrdf.sail.rdbms.evaluation.SqlJoinBuilder
 
getJoins() - Method in class org.openrdf.sail.rdbms.algebra.base.FromItem
 
getKey(Function) - Method in class org.openrdf.query.algebra.evaluation.function.FunctionRegistry
 
getKey(QueryParserFactory) - Method in class org.openrdf.query.parser.QueryParserRegistry
 
getKey(BooleanQueryResultParserFactory) - Method in class org.openrdf.query.resultio.BooleanQueryResultParserRegistry
 
getKey(BooleanQueryResultWriterFactory) - Method in class org.openrdf.query.resultio.BooleanQueryResultWriterRegistry
 
getKey(TupleQueryResultParserFactory) - Method in class org.openrdf.query.resultio.TupleQueryResultParserRegistry
 
getKey(TupleQueryResultWriterFactory) - Method in class org.openrdf.query.resultio.TupleQueryResultWriterRegistry
 
getKey(RepositoryFactory) - Method in class org.openrdf.repository.config.RepositoryRegistry
 
getKey(RDFParserFactory) - Method in class org.openrdf.rio.RDFParserRegistry
 
getKey(RDFWriterFactory) - Method in class org.openrdf.rio.RDFWriterRegistry
 
getKey(SailFactory) - Method in class org.openrdf.sail.config.SailRegistry
 
getLabel() - Method in class org.openrdf.http.protocol.error.ErrorType
 
getLabel() - Method in class org.openrdf.model.impl.LiteralImpl
 
getLabel() - Method in interface org.openrdf.model.Literal
Gets the label of this literal.
getLabel(Literal, String) - Static method in class org.openrdf.model.util.LiteralUtil
Gets the label of the supplied literal.
getLabel(Value, String) - Static method in class org.openrdf.model.util.LiteralUtil
Returns the result of getLabel((Literal)v, fallback in case the supplied value is a literal, returns the fallback value otherwise.
getLabel() - Method in class org.openrdf.query.parser.serql.ast.ASTLiteral
 
getLabel() - Method in class org.openrdf.query.parser.sparql.ast.ASTRDFLiteral
 
getLabel() - Method in class org.openrdf.sail.rdbms.model.RdbmsLiteral
 
getLabelTable() - Method in class org.openrdf.sail.rdbms.schema.LiteralTable
 
getLang() - Method in class org.openrdf.query.parser.serql.ast.ASTLiteral
 
getLang() - Method in class org.openrdf.query.parser.sparql.ast.ASTRDFLiteral
 
getLanguage() - Method in class org.openrdf.model.impl.LiteralImpl
 
getLanguage() - Method in interface org.openrdf.model.Literal
Gets the language tag for this literal, normalized to lower case.
getLanguage() - Method in class org.openrdf.sail.rdbms.algebra.SelectProjection
 
getLanguage() - Method in class org.openrdf.sail.rdbms.model.RdbmsLiteral
 
getLanguageTable() - Method in class org.openrdf.sail.rdbms.schema.LiteralTable
 
getLeftArg() - Method in class org.openrdf.query.algebra.BinaryTupleOperator
Gets the left argument of this binary tuple operator.
getLeftArg() - Method in class org.openrdf.query.algebra.BinaryValueOperator
Gets the left argument of this binary value operator.
getLeftArg() - Method in class org.openrdf.query.parser.serql.ast.ASTGraphQuerySet
 
getLeftArg() - Method in class org.openrdf.query.parser.serql.ast.ASTTupleQuerySet
 
getLeftArg() - Method in class org.openrdf.sail.rdbms.algebra.base.BinarySqlOperator
 
getLeftJoins() - Method in class org.openrdf.sail.rdbms.evaluation.SqlJoinBuilder
 
getLeftOperand() - Method in class org.openrdf.query.parser.serql.ast.ASTCompare
 
getLeftOperand() - Method in class org.openrdf.query.parser.serql.ast.ASTCompareAll
 
getLeftOperand() - Method in class org.openrdf.query.parser.serql.ast.ASTCompareAny
 
getLeftOperand() - Method in class org.openrdf.query.parser.serql.ast.ASTIn
 
getLength() - Method in class org.openrdf.sail.rdbms.schema.ValueTable
 
getLimit() - Method in class org.openrdf.query.algebra.Slice
 
getLimit() - Method in class org.openrdf.query.parser.serql.ast.ASTConstructQuery
 
getLimit() - Method in class org.openrdf.query.parser.serql.ast.ASTSelectQuery
 
getLimit() - Method in class org.openrdf.query.parser.sparql.ast.ASTQuery
 
getLimit() - Method in class org.openrdf.sail.rdbms.algebra.SelectQuery
 
getLimitClause() - Method in class org.openrdf.query.parser.serql.ast.ASTQueryBody
 
getLine() - Method in class org.openrdf.query.parser.serql.ast.SimpleCharStream
Deprecated.  
getLine() - Method in class org.openrdf.query.parser.sparql.ast.JavaCharStream
Deprecated.  
getLineNumber() - Method in exception org.openrdf.query.resultio.QueryResultParseException
Gets the line number associated with this parse exception.
getLineNumber() - Method in exception org.openrdf.rio.RDFParseException
Gets the line number associated with this parse exception.
getLocalName() - Method in class org.openrdf.model.impl.URIImpl
 
getLocalName() - Method in interface org.openrdf.model.URI
Gets the local name of this URI.
getLocalName() - Method in class org.openrdf.sail.memory.model.MemURI
 
getLocalName() - Method in class org.openrdf.sail.rdbms.model.RdbmsURI
 
getLocalNameIndex(String) - Static method in class org.openrdf.model.util.URIUtil
Finds the index of the first local name character in an (non-relative) URI.
getLocation() - Method in class org.openrdf.http.webclient.server.Server
 
getLocation() - Method in class org.openrdf.http.webclient.server.ServerSelection
 
getLocation() - Method in class org.openrdf.repository.manager.RepositoryInfo
 
getLocationString(int, int) - Static method in exception org.openrdf.rio.RDFParseException
Creates a string to that shows the specified line and column number.
getLongLabelTable() - Method in class org.openrdf.sail.rdbms.schema.LiteralTable
 
getLongTableName() - Method in class org.openrdf.sail.rdbms.schema.URITable
 
getLongValue(Literal, long) - Static method in class org.openrdf.model.util.LiteralUtil
Gets the long value of the supplied literal.
getLongValue(Value, long) - Static method in class org.openrdf.model.util.LiteralUtil
Returns the result of getByteValue((Literal)value, fallback) in case the supplied value is a literal, returns the fallback value otherwise.
getMaxBatchSize() - Method in class org.openrdf.sail.rdbms.schema.Batch
 
getMaxID() - Method in class org.openrdf.sail.nativerdf.datastore.DataStore
Returns the maximum value-ID that is in use.
getMaxID() - Method in class org.openrdf.sail.nativerdf.datastore.IDFile
Gets the largest ID that is stored in this ID file.
getMaxNumberOfTripleTables() - Method in class org.openrdf.sail.rdbms.managers.TripleTableManager
 
getMaxNumberOfTripleTables() - Method in class org.openrdf.sail.rdbms.RdbmsConnectionFactory
 
getMaxNumberOfTripleTables() - Method in class org.openrdf.sail.rdbms.RdbmsStore
 
getMaxQueueSize() - Method in class org.openrdf.sail.rdbms.RdbmsTripleRepository
 
getMaxTripleTables() - Method in class org.openrdf.sail.rdbms.config.RdbmsStoreConfig
 
getMemBNode(BNode) - Method in class org.openrdf.sail.memory.model.MemValueFactory
See getMemValue() for description.
getMemBNodes() - Method in class org.openrdf.sail.memory.model.MemValueFactory
Gets all bnodes that are managed by this value factory.
getMemLiteral(Literal) - Method in class org.openrdf.sail.memory.model.MemValueFactory
See getMemValue() for description.
getMemLiterals() - Method in class org.openrdf.sail.memory.model.MemValueFactory
Gets all literals that are managed by this value factory.
getMemResource(Resource) - Method in class org.openrdf.sail.memory.model.MemValueFactory
See getMemValue() for description.
getMemURI(URI) - Method in class org.openrdf.sail.memory.model.MemValueFactory
See getMemValue() for description.
getMemURIs() - Method in class org.openrdf.sail.memory.model.MemValueFactory
Gets all URIs that are managed by this value factory.
getMemValue(Value) - Method in class org.openrdf.sail.memory.model.MemValueFactory
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.
getMessage() - Method in exception org.openrdf.query.parser.serql.ast.ParseException
This method has the standard behavior when this object has been created using the standard constructors.
getMessage() - Method in error org.openrdf.query.parser.serql.ast.TokenMgrError
You can also modify the body of this method to customize your error messages.
getMessage() - Method in exception org.openrdf.query.parser.sparql.ast.ParseException
This method has the standard behavior when this object has been created using the standard constructors.
getMessage() - Method in error org.openrdf.query.parser.sparql.ast.TokenMgrError
You can also modify the body of this method to customize your error messages.
getMod() - Method in class org.openrdf.sail.rdbms.schema.IdSequence
 
getName() - Method in class org.openrdf.http.protocol.transaction.operations.SetNamespaceOperation
 
getName() - Method in class org.openrdf.model.impl.NamespaceImpl
Gets the name of the namespace.
getName() - Method in interface org.openrdf.model.Namespace
Gets the name of the current namespace (i.e.
getName() - Method in class org.openrdf.query.algebra.ExtensionElem
 
getName() - Method in class org.openrdf.query.algebra.GroupElem
 
getName() - Method in class org.openrdf.query.algebra.Var
 
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.parser.serql.ast.ASTVar
 
getName() - Method in class org.openrdf.query.parser.sparql.ast.ASTVar
 
getName() - Method in class org.openrdf.query.QueryLanguage
Gets the name of this query language.
getName() - Method in class org.openrdf.sail.rdbms.algebra.ColumnVar
 
getName() - Method in class org.openrdf.sail.rdbms.schema.BNodeTable
 
getName() - Method in class org.openrdf.sail.rdbms.schema.HashTable
 
getName() - Method in class org.openrdf.sail.rdbms.schema.RdbmsTable
 
getName() - Method in class org.openrdf.sail.rdbms.schema.TripleTable
 
getName() - Method in class org.openrdf.sail.rdbms.schema.ValueTable
 
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.
getNamespace(String) - Method in class org.openrdf.http.client.HTTPClient
 
getNamespace() - Method in class org.openrdf.model.impl.URIImpl
 
getNamespace() - Method in interface org.openrdf.model.URI
Gets the namespace of this URI.
getNamespace(String) - Method in class org.openrdf.repository.base.RepositoryConnectionWrapper
 
getNamespace(String) - Method in interface org.openrdf.repository.RepositoryConnection
Gets the namespace that is associated with the specified prefix, if any.
getNamespace(String) - Method in class org.openrdf.repository.sail.SailRepositoryConnection
 
getNamespace(String) - Method in class org.openrdf.rio.helpers.RDFParserBase
Gets the namespace that is associated with the specified prefix, if any.
getNamespace(String) - Method in class org.openrdf.sail.helpers.SailConnectionBase
 
getNamespace(String) - Method in class org.openrdf.sail.helpers.SailConnectionWrapper
 
getNamespace() - Method in class org.openrdf.sail.memory.model.MemURI
 
getNamespace() - Method in class org.openrdf.sail.rdbms.model.RdbmsURI
 
getNamespace(String) - Method in interface org.openrdf.sail.SailConnection
Gets the namespace that is mapped to the specified prefix.
getNamespaceDeclList() - Method in class org.openrdf.query.parser.serql.ast.ASTQueryContainer
 
getNamespaceInternal(String) - Method in class org.openrdf.sail.helpers.SailConnectionBase
 
getNamespaceInternal(String) - Method in class org.openrdf.sail.memory.MemoryStoreConnection
 
getNamespaceInternal(String) - Method in class org.openrdf.sail.nativerdf.NativeStoreConnection
 
getNamespaceInternal(String) - Method in class org.openrdf.sail.rdbms.RdbmsConnection
 
getNamespacePrefixLocation(String, String) - Static method in class org.openrdf.http.protocol.Protocol
Get the location of the namespace with the specified prefix for a specific repository on the specified server.
getNamespaces() - Method in class org.openrdf.http.client.HTTPClient
 
getNamespaces(TupleQueryResultHandler) - Method in class org.openrdf.http.client.HTTPClient
 
getNamespaces() - Method in interface org.openrdf.query.GraphQueryResult
Retrieves relevant namespaces from the query result.
getNamespaces() - Method in class org.openrdf.query.impl.GraphQueryResultImpl
 
getNamespaces() - Method in class org.openrdf.repository.base.RepositoryConnectionWrapper
 
getNamespaces() - Method in interface org.openrdf.repository.RepositoryConnection
Gets all declared namespaces as a RepositoryResult of Namespace objects.
getNamespaces() - Method in class org.openrdf.repository.sail.SailRepositoryConnection
 
getNamespaces() - Method in class org.openrdf.rio.helpers.StatementCollector
Gets the map that contains the collected namespaces.
getNamespaces() - Method in class org.openrdf.sail.helpers.SailConnectionBase
 
getNamespaces() - Method in class org.openrdf.sail.helpers.SailConnectionWrapper
 
getNamespaces() - Method in interface org.openrdf.sail.SailConnection
Gets the namespaces relevant to the data contained in this Sail object.
getNamespacesInternal() - Method in class org.openrdf.sail.helpers.SailConnectionBase
 
getNamespacesInternal() - Method in class org.openrdf.sail.memory.MemoryStoreConnection
 
getNamespacesInternal() - Method in class org.openrdf.sail.nativerdf.NativeStoreConnection
 
getNamespacesInternal() - Method in class org.openrdf.sail.rdbms.RdbmsConnection
 
getNamespacesLocation(String) - Static method in class org.openrdf.http.protocol.Protocol
Get the location of the namespaces lists resource for a specific repository on the specified server.
getNamespaceStore() - Method in class org.openrdf.sail.memory.MemoryStore
 
getNamespaceStore() - Method in class org.openrdf.sail.nativerdf.NativeStore
 
getNamespacesWithPrefix() - Method in class org.openrdf.sail.rdbms.managers.NamespaceManager
 
getNameWhenReady() - Method in class org.openrdf.sail.rdbms.schema.TripleTable
 
getNativeBNode(BNode) - Method in class org.openrdf.sail.nativerdf.ValueStore
Creates a NativeBNode that is equal to the supplied bnode.
getNativeLiteral(Literal) - Method in class org.openrdf.sail.nativerdf.ValueStore
Creates an NativeLiteral that is equal to the supplied literal.
getNativeResource(Resource) - Method in class org.openrdf.sail.nativerdf.ValueStore
 
getNativeURI(URI) - Method in class org.openrdf.sail.nativerdf.ValueStore
Creates a NativeURI that is equal to the supplied URI.
getNativeValue(Value) - Method in class org.openrdf.sail.nativerdf.ValueStore
 
getNewRepositoryID(String) - Method in class org.openrdf.repository.manager.RepositoryManager
Generates an ID for a new repository based on the specified base name.
getNewRepositoryID(String) - Method in class org.openrdf.repository.manager.util.TypeFilteringRepositoryManager
 
getNewTableName(Number) - Method in class org.openrdf.sail.rdbms.managers.TripleTableManager
 
getNextElement() - Method in class org.openrdf.query.algebra.evaluation.iterator.JoinIterator
 
getNextElement() - Method in class org.openrdf.query.algebra.evaluation.iterator.LeftJoinIterator
 
getNextPropertyList() - Method in class org.openrdf.query.parser.sparql.ast.ASTPropertyList
 
getNextTail() - Method in class org.openrdf.query.parser.serql.ast.ASTBasicPathExprTail
 
getNextTail() - Method in class org.openrdf.query.parser.serql.ast.ASTOptPathExprTail
 
getNextTail() - Method in class org.openrdf.query.parser.serql.ast.ASTPathExprTail
Gets the path epxression tail following this part of the path expression, if any.
getNextToken() - Method in class org.openrdf.query.parser.serql.ast.SyntaxTreeBuilder
 
getNextToken() - Method in class org.openrdf.query.parser.serql.ast.SyntaxTreeBuilderTokenManager
 
getNextToken() - Method in class org.openrdf.query.parser.sparql.ast.SyntaxTreeBuilder
 
getNextToken() - Method in class org.openrdf.query.parser.sparql.ast.SyntaxTreeBuilderTokenManager
 
getNode() - Method in class org.openrdf.query.parser.serql.ast.ASTBasicPathExprTail
 
getNodeElemList() - Method in class org.openrdf.query.parser.serql.ast.ASTNode
 
getNumericTable() - Method in class org.openrdf.sail.rdbms.schema.LiteralTable
 
getObject() - Method in class org.openrdf.http.protocol.transaction.operations.StatementOperation
 
getObject() - Method in class org.openrdf.http.webclient.StatementSpecification
 
getObject() - Method in class org.openrdf.model.impl.StatementImpl
 
getObject() - Method in interface org.openrdf.model.Statement
Gets the object of this statement.
getObject() - Method in class org.openrdf.query.parser.serql.ast.ASTReifiedStat
 
getObject() - Method in class org.openrdf.sail.memory.model.MemStatement
 
getObject() - Method in class org.openrdf.sail.rdbms.model.RdbmsStatement
 
getObjectIterator(Graph, Resource, URI, Resource...) - Static method in class org.openrdf.model.util.GraphUtil
Gets the objects of the statements with the specified subject, predicate and (optionally) contexts from the supplied graph.
getObjectList() - Method in class org.openrdf.query.parser.sparql.ast.ASTPropertyList
 
getObjects(Graph, Resource, URI, Resource...) - Static method in class org.openrdf.model.util.GraphUtil
Gets the objects of the statements with the specified subject, predicate and (optionally) contexts from the supplied graph.
getObjectStatementCount() - Method in class org.openrdf.sail.memory.model.MemBNode
 
getObjectStatementCount() - Method in class org.openrdf.sail.memory.model.MemLiteral
 
getObjectStatementCount() - Method in class org.openrdf.sail.memory.model.MemURI
 
getObjectStatementCount() - Method in interface org.openrdf.sail.memory.model.MemValue
Gets the number of statements for which this MemValue is the object.
getObjectStatementList() - Method in class org.openrdf.sail.memory.model.MemBNode
 
getObjectStatementList() - Method in class org.openrdf.sail.memory.model.MemLiteral
 
getObjectStatementList() - Method in class org.openrdf.sail.memory.model.MemURI
 
getObjectStatementList() - Method in interface org.openrdf.sail.memory.model.MemValue
Gets the list of statements for which this MemValue is the object.
getObjectVar() - Method in class org.openrdf.query.algebra.StatementPattern
 
getObjTypes(Number) - Method in class org.openrdf.sail.rdbms.managers.TransTableManager
 
getObjTypes() - Method in class org.openrdf.sail.rdbms.schema.TripleTable
 
getOffset() - Method in class org.openrdf.query.algebra.Slice
 
getOffset() - Method in class org.openrdf.query.parser.serql.ast.ASTConstructQuery
 
getOffset() - Method in class org.openrdf.query.parser.serql.ast.ASTSelectQuery
 
getOffset() - Method in class org.openrdf.query.parser.sparql.ast.ASTQuery
 
getOffset(int) - Method in class org.openrdf.sail.nativerdf.datastore.IDFile
Gets the offset of the data entry with the specified ID.
getOffset() - Method in class org.openrdf.sail.rdbms.algebra.SelectQuery
 
getOffsetClause() - Method in class org.openrdf.query.parser.serql.ast.ASTQueryBody
 
getOperand() - Method in class org.openrdf.query.parser.serql.ast.ASTBound
 
getOperand() - Method in class org.openrdf.query.parser.serql.ast.ASTDatatype
 
getOperand() - Method in class org.openrdf.query.parser.serql.ast.ASTExists
 
getOperand() - Method in class org.openrdf.query.parser.serql.ast.ASTIsBNode
 
getOperand() - Method in class org.openrdf.query.parser.serql.ast.ASTIsLiteral
 
getOperand() - Method in class org.openrdf.query.parser.serql.ast.ASTIsResource
 
getOperand() - Method in class org.openrdf.query.parser.serql.ast.ASTIsURI
 
getOperand() - Method in class org.openrdf.query.parser.serql.ast.ASTLabel
 
getOperand() - Method in class org.openrdf.query.parser.serql.ast.ASTLang
 
getOperand() - Method in class org.openrdf.query.parser.serql.ast.ASTLocalName
 
getOperand() - Method in class org.openrdf.query.parser.serql.ast.ASTNamespace
 
getOperand() - Method in class org.openrdf.query.parser.serql.ast.ASTNot
 
getOperandList() - Method in class org.openrdf.query.parser.serql.ast.ASTAnd
 
getOperandList() - Method in class org.openrdf.query.parser.serql.ast.ASTOr
 
getOperator() - Method in class org.openrdf.query.algebra.Compare
 
getOperator() - Method in class org.openrdf.query.algebra.CompareAll
 
getOperator() - Method in class org.openrdf.query.algebra.CompareAny
 
getOperator() - Method in class org.openrdf.query.algebra.GroupElem
 
getOperator() - Method in class org.openrdf.query.algebra.MathExpr
 
getOperator() - Method in class org.openrdf.query.parser.serql.ast.ASTCompare
 
getOperator() - Method in class org.openrdf.query.parser.serql.ast.ASTCompareAll
 
getOperator() - Method in class org.openrdf.query.parser.serql.ast.ASTCompareAny
 
getOperator() - Method in class org.openrdf.query.parser.sparql.ast.ASTCompare
 
getOperator() - Method in class org.openrdf.query.parser.sparql.ast.ASTMath
 
getOperator() - Method in class org.openrdf.sail.rdbms.algebra.SqlCompare
 
getOperator() - Method in class org.openrdf.sail.rdbms.algebra.SqlMathExpr
 
getOpPattern() - Method in class org.openrdf.query.algebra.Like
 
getOptionalObject(Graph, Resource, URI, Resource...) - Static method in class org.openrdf.model.util.GraphUtil
Gets the object of the statement(s) with the specified subject and predicate from the specified contexts in the supplied graph.
getOptionalObjectLiteral(Graph, Resource, URI) - Static method in class org.openrdf.model.util.GraphUtil
Utility method that casts the return value of GraphUtil.getOptionalObject(Graph, Resource, URI, Resource[]) to a Literal, or throws a GraphUtilException if that value is not a Literal.
getOptionalObjectResource(Graph, Resource, URI) - Static method in class org.openrdf.model.util.GraphUtil
Utility method that casts the return value of GraphUtil.getOptionalObject(Graph, Resource, URI, Resource[]) to a Resource, or throws a GraphUtilException if that value is not a Resource.
getOptionalObjectURI(Graph, Resource, URI) - Static method in class org.openrdf.model.util.GraphUtil
Utility method that casts the return value of GraphUtil.getOptionalObject(Graph, Resource, URI, Resource[]) to a URI, or throws a GraphUtilException if that value is not a URI.
getOptionalSubject(Graph, URI, Value, Resource...) - Static method in class org.openrdf.model.util.GraphUtil
Gets the subject of the statement(s) with the specified predicate and object from the specified contexts in the supplied graph.
getOptionalSubjectURI(Graph, URI, Value, Resource...) - Static method in class org.openrdf.model.util.GraphUtil
Utility method that casts the return value of GraphUtil.getOptionalSubject(Graph, URI, Value, Resource[]) to a URI, or throws a GraphUtilException if that value is not a URI.
getOptionalTail() - Method in class org.openrdf.query.parser.serql.ast.ASTOptPathExprTail
Gets the optional tail part of the path expression.
getOrderClause() - Method in class org.openrdf.query.parser.sparql.ast.ASTQuery
 
getOrderElems() - Method in class org.openrdf.sail.rdbms.algebra.SelectQuery
 
getParameters() - Method in class org.openrdf.sail.rdbms.evaluation.QueryBuilder
 
getParameters() - Method in class org.openrdf.sail.rdbms.evaluation.SqlExprBuilder
 
getParentNode() - Method in interface org.openrdf.query.algebra.QueryModelNode
Gets the node's parent.
getParentNode() - Method in class org.openrdf.query.algebra.QueryModelNodeBase
 
getParsedQuery() - Method in class org.openrdf.repository.sail.SailBooleanQuery
 
getParsedQuery() - Method in class org.openrdf.repository.sail.SailGraphQuery
 
getParsedQuery() - Method in class org.openrdf.repository.sail.SailQuery
 
getParsedQuery() - Method in class org.openrdf.repository.sail.SailTupleQuery
 
getParseErrorListener() - Method in class org.openrdf.rio.helpers.RDFParserBase
 
getParseLocationListener() - Method in class org.openrdf.rio.helpers.RDFParserBase
 
getParser() - Method in interface org.openrdf.query.parser.QueryParserFactory
Returns a QueryParser instance.
getParser() - Method in class org.openrdf.query.parser.serql.SeRQLParserFactory
Returns a shared, thread-safe, instance of SeRQLParser.
getParser() - Method in class org.openrdf.query.parser.sparql.SPARQLParserFactory
Returns a shared, thread-safe, instance of SPARQLParser.
getParser() - Method in class org.openrdf.query.resultio.binary.BinaryQueryResultParserFactory
Returns a new instance of BinaryQueryResultParser.
getParser() - Method in interface org.openrdf.query.resultio.BooleanQueryResultParserFactory
Returns a BooleanQueryResultParser instance.
getParser() - Method in class org.openrdf.query.resultio.sparqlxml.SPARQLBooleanXMLParserFactory
Returns a new instance of SPARQLBooleanXMLParser.
getParser() - Method in class org.openrdf.query.resultio.sparqlxml.SPARQLResultsXMLParserFactory
Returns a new instance of SPARQLResultsXMLParser.
getParser() - Method in class org.openrdf.query.resultio.text.BooleanTextParserFactory
Returns a new instance of BooleanTextParser.
getParser() - Method in interface org.openrdf.query.resultio.TupleQueryResultParserFactory
Returns a TupleQueryResultParser instance.
getParser() - Method in class org.openrdf.rio.n3.N3ParserFactory
Returns a new instance of TurtleParser.
getParser() - Method in class org.openrdf.rio.ntriples.NTriplesParserFactory
Returns a new instance of NTriplesParser.
getParser() - Method in interface org.openrdf.rio.RDFParserFactory
Returns a RDFParser instance.
getParser() - Method in class org.openrdf.rio.rdfxml.RDFXMLParserFactory
Returns a new instance of RDFXMLParser.
getParser() - Method in class org.openrdf.rio.trig.TriGParserFactory
Returns a new instance of TriGParser.
getParser() - Method in class org.openrdf.rio.trix.TriXParserFactory
Returns a new instance of TriXParser.
getParser() - Method in class org.openrdf.rio.turtle.TurtleParserFactory
Returns a new instance of TurtleParser.
getParserFormatForFileName(String) - Static method in class org.openrdf.query.resultio.QueryResultIO
Tries to match the extension of a file name against the list of RDF formats that can be parsed.
getParserFormatForFileName(String, TupleQueryResultFormat) - Static method in class org.openrdf.query.resultio.QueryResultIO
Tries to match the extension of a file name against the list of RDF formats that can be parsed.
getParserFormatForFileName(String) - Static method in class org.openrdf.rio.Rio
Tries to match the extension of a file name against the list of RDF formats that can be parsed.
getParserFormatForFileName(String, RDFFormat) - Static method in class org.openrdf.rio.Rio
Tries to match the extension of a file name against the list of RDF formats that can be parsed.
getParserFormatForMIMEType(String) - Static method in class org.openrdf.query.resultio.QueryResultIO
Tries to match a MIME type against the list of tuple query result formats that can be parsed.
getParserFormatForMIMEType(String, TupleQueryResultFormat) - Static method in class org.openrdf.query.resultio.QueryResultIO
Tries to match a MIME type against the list of tuple query result formats that can be parsed.
getParserFormatForMIMEType(String) - Static method in class org.openrdf.rio.Rio
Tries to match a MIME type against the list of RDF formats that can be parsed.
getParserFormatForMIMEType(String, RDFFormat) - Static method in class org.openrdf.rio.Rio
Tries to match a MIME type against the list of RDF formats that can be parsed.
getParseStandAloneDocuments() - Method in class org.openrdf.rio.rdfxml.RDFXMLParser
Returns whether the parser is currently in a mode to parse stand-alone RDF documents.
getPassword() - Method in class org.openrdf.repository.http.config.HTTPRepositoryConfig
 
getPassword() - Method in class org.openrdf.sail.rdbms.config.RdbmsStoreConfig
 
getPassword() - Method in class org.openrdf.sail.rdbms.mysql.MySqlStore
 
getPassword() - Method in class org.openrdf.sail.rdbms.postgresql.PgSqlStore
 
getPathExprList() - Method in class org.openrdf.query.parser.serql.ast.ASTConstruct
 
getPathExprList() - Method in class org.openrdf.query.parser.serql.ast.ASTFrom
 
getPathExprList() - Method in class org.openrdf.query.parser.serql.ast.ASTOptPathExpr
 
getPattern() - Method in class org.openrdf.query.algebra.Like
 
getPattern() - Method in class org.openrdf.query.parser.serql.ast.ASTLike
 
getPatternArg() - Method in class org.openrdf.query.algebra.Regex
 
getPatternArg() - Method in class org.openrdf.sail.rdbms.algebra.SqlRegex
 
getPersist() - Method in class org.openrdf.sail.memory.config.MemoryStoreConfig
 
getPersist() - Method in class org.openrdf.sail.memory.MemoryStore
 
getPortNumber() - Method in class org.openrdf.sail.rdbms.mysql.MySqlStore
 
getPortNumber() - Method in class org.openrdf.sail.rdbms.postgresql.PgSqlStore
 
getPredicate() - Method in class org.openrdf.http.protocol.transaction.operations.StatementOperation
 
getPredicate() - Method in class org.openrdf.http.webclient.StatementSpecification
 
getPredicate() - Method in class org.openrdf.model.impl.StatementImpl
 
getPredicate() - Method in interface org.openrdf.model.Statement
Gets the predicate of this statement.
getPredicate() - Method in class org.openrdf.query.parser.serql.ast.ASTReifiedStat
 
getPredicate() - Method in class org.openrdf.sail.memory.model.MemStatement
 
getPredicate() - Method in class org.openrdf.sail.rdbms.model.RdbmsStatement
 
getPredicateId(RdbmsURI) - Method in class org.openrdf.sail.rdbms.RdbmsValueFactory
 
getPredicateIds() - Method in class org.openrdf.sail.rdbms.managers.TransTableManager
 
getPredicateIds() - Method in class org.openrdf.sail.rdbms.managers.TripleTableManager
 
getPredicateStatementCount() - Method in class org.openrdf.sail.memory.model.MemURI
Gets the number of Statements for which this MemURI is the predicate.
getPredicateStatementList() - Method in class org.openrdf.sail.memory.model.MemURI
Gets the list of statements for which this MemURI is the predicate.
getPredicateTable(Number) - Method in class org.openrdf.sail.rdbms.managers.TripleTableManager
 
getPredicateUri(Number) - Method in class org.openrdf.sail.rdbms.managers.PredicateManager
 
getPredicateVar() - Method in class org.openrdf.query.algebra.StatementPattern
 
getPredId() - Method in class org.openrdf.sail.rdbms.algebra.JoinItem
 
getPreferredBooleanQueryResultFormat() - Method in class org.openrdf.http.client.HTTPClient
Gets the preferred BooleanQueryResultFormat for encoding boolean query results.
getPreferredRDFFormat() - Method in class org.openrdf.http.client.HTTPClient
Gets the preferred RDFFormat for encoding RDF documents.
getPreferredRDFFormat() - Method in class org.openrdf.repository.http.HTTPRepository
Indicates the current preferred RDFFormat.
getPreferredTupleQueryResultFormat() - Method in class org.openrdf.http.client.HTTPClient
Gets the preferred TupleQueryResultFormat for encoding tuple query results.
getPreferredTupleQueryResultFormat() - Method in class org.openrdf.repository.http.HTTPRepository
Indicates the current preferred TupleQueryResultFormat.
getPrefix() - Method in class org.openrdf.http.protocol.transaction.operations.RemoveNamespaceOperation
 
getPrefix() - Method in class org.openrdf.http.protocol.transaction.operations.SetNamespaceOperation
 
getPrefix() - Method in class org.openrdf.model.impl.NamespaceImpl
Gets the prefix of the namespace.
getPrefix() - Method in interface org.openrdf.model.Namespace
Gets the prefix of the current namespace.
getPrefix() - Method in class org.openrdf.query.parser.serql.ast.ASTNamespaceDecl
 
getPrefix() - Method in class org.openrdf.query.parser.sparql.ast.ASTPrefixDecl
 
getPrefixDeclList() - Method in class org.openrdf.query.parser.sparql.ast.ASTQueryContainer
 
getProjectionElemList() - Method in class org.openrdf.query.algebra.Projection
 
getProjectionElemList() - Method in class org.openrdf.query.parser.serql.ast.ASTSelect
 
getProjections() - Method in class org.openrdf.query.algebra.MultiProjection
 
getProjections() - Method in class org.openrdf.sail.rdbms.algebra.SelectQuery
 
getProtocolLocation(String) - Static method in class org.openrdf.http.protocol.Protocol
Get the location of the protocol resource on the specified server.
getPrototype() - Method in class org.openrdf.query.algebra.evaluation.iterator.GroupIterator.Entry
 
getQuery() - Method in class org.openrdf.http.webclient.repository.query.QueryInfo
 
getQuery() - Method in class org.openrdf.query.parser.serql.ast.ASTQueryContainer
 
getQuery() - Method in class org.openrdf.query.parser.sparql.ast.ASTQueryContainer
 
getQueryBody() - Method in class org.openrdf.query.parser.serql.ast.ASTConstructQuery
 
getQueryBody() - Method in class org.openrdf.query.parser.serql.ast.ASTSelectQuery
 
getQueryLanguage() - Method in class org.openrdf.http.webclient.repository.query.QueryInfo
 
getQueryLanguage() - Method in interface org.openrdf.query.parser.QueryParserFactory
Returns the query language for this factory.
getQueryLanguage() - Method in class org.openrdf.query.parser.serql.SeRQLParserFactory
Returns QueryLanguage.SERQL.
getQueryLanguage() - Method in class org.openrdf.query.parser.sparql.SPARQLParserFactory
Returns QueryLanguage.SPARQL.
getQueryMethod(QueryLanguage, String, Dataset, boolean, Binding...) - Method in class org.openrdf.http.client.HTTPClient
 
getQueryMethodParameters(QueryLanguage, String, Dataset, boolean, Binding...) - Method in class org.openrdf.http.client.HTTPClient
 
getQueryNamespaces() - Method in class org.openrdf.query.parser.ParsedGraphQuery
 
getQueryResult() - Method in class org.openrdf.query.impl.TupleQueryResultBuilder
 
getQueryString() - Method in class org.openrdf.http.webclient.repository.query.QueryInfo
 
getQueue() - Method in class org.openrdf.sail.rdbms.managers.base.ManagerBase
 
getRange() - Method in class org.openrdf.sail.rdbms.algebra.SqlShift
 
getRdbmsLiteral(Number, String, String, String) - Method in class org.openrdf.sail.rdbms.RdbmsValueFactory
 
getRdbmsResource(Number, String) - Method in class org.openrdf.sail.rdbms.RdbmsValueFactory
 
getRdbmsTable() - Method in class org.openrdf.sail.rdbms.schema.ValueTable
 
getRdbmsVar() - Method in class org.openrdf.sail.rdbms.algebra.base.ValueColumnBase
 
getRDF(HttpMethod, RDFHandler, boolean) - Method in class org.openrdf.http.client.HTTPClient
 
getRDFFormat() - Method in class org.openrdf.rio.n3.N3ParserFactory
Returns RDFFormat.N3.
getRDFFormat() - Method in class org.openrdf.rio.n3.N3Writer
 
getRDFFormat() - Method in class org.openrdf.rio.n3.N3WriterFactory
Returns RDFFormat.N3.
getRDFFormat() - Method in class org.openrdf.rio.ntriples.NTriplesParser
 
getRDFFormat() - Method in class org.openrdf.rio.ntriples.NTriplesParserFactory
Returns RDFFormat.NTRIPLES.
getRDFFormat() - Method in class org.openrdf.rio.ntriples.NTriplesWriter
 
getRDFFormat() - Method in class org.openrdf.rio.ntriples.NTriplesWriterFactory
Returns RDFFormat.NTRIPLES.
getRDFFormat() - Method in interface org.openrdf.rio.RDFParser
Gets the RDF format that this parser can parse.
getRDFFormat() - Method in interface org.openrdf.rio.RDFParserFactory
Returns the RDF format for this factory.
getRDFFormat() - Method in interface org.openrdf.rio.RDFWriter
Gets the RDF format that this RDFWriter uses.
getRDFFormat() - Method in interface org.openrdf.rio.RDFWriterFactory
Returns the RDF format for this factory.
getRDFFormat() - Method in class org.openrdf.rio.rdfxml.RDFXMLParser
 
getRDFFormat() - Method in class org.openrdf.rio.rdfxml.RDFXMLParserFactory
Returns the RDF format for this factory.
getRDFFormat() - Method in class org.openrdf.rio.rdfxml.RDFXMLWriter
 
getRDFFormat() - Method in class org.openrdf.rio.rdfxml.RDFXMLWriterFactory
Returns RDFFormat.RDFXML.
getRDFFormat() - Method in class org.openrdf.rio.rdfxml.util.RDFXMLPrettyWriterFactory
Returns RDFFormat.RDFXML.
getRDFFormat() - Method in class org.openrdf.rio.trig.TriGParser
 
getRDFFormat() - Method in class org.openrdf.rio.trig.TriGParserFactory
Returns RDFFormat.TRIG.
getRDFFormat() - Method in class org.openrdf.rio.trig.TriGWriter
 
getRDFFormat() - Method in class org.openrdf.rio.trig.TriGWriterFactory
Returns RDFFormat.TRIG.
getRDFFormat() - Method in class org.openrdf.rio.trix.TriXParser
 
getRDFFormat() - Method in class org.openrdf.rio.trix.TriXParserFactory
Returns RDFFormat.TRIX.
getRDFFormat() - Method in class org.openrdf.rio.trix.TriXWriter
 
getRDFFormat() - Method in class org.openrdf.rio.trix.TriXWriterFactory
Returns RDFFormat.TRIX.
getRDFFormat() - Method in class org.openrdf.rio.turtle.TurtleParser
 
getRDFFormat() - Method in class org.openrdf.rio.turtle.TurtleParserFactory
Returns RDFFormat.TURTLE.
getRDFFormat() - Method in class org.openrdf.rio.turtle.TurtleWriter
 
getRDFFormat() - Method in class org.openrdf.rio.turtle.TurtleWriterFactory
Returns RDFFormat.TURTLE.
getRDFHandler() - Method in class org.openrdf.rio.helpers.RDFParserBase
 
getReadLock() - Method in class org.openrdf.sail.nativerdf.NativeStore
 
getReadLock() - Method in class org.openrdf.sail.nativerdf.ValueStore
Gets a read lock on this value store that can be used to prevent values from being removed while the lock is active.
getRecordSize() - Method in class org.openrdf.sail.nativerdf.datastore.HashFile
 
getRepositoriesLocation(String) - Static method in class org.openrdf.http.protocol.Protocol
Get the location of the repository list resource on the specified server.
getRepository(HttpServletRequest) - Static method in class org.openrdf.http.server.repository.RepositoryInterceptor
 
getRepository() - Method in class org.openrdf.repository.base.RepositoryConnectionBase
 
getRepository(RepositoryImplConfig) - Method in interface org.openrdf.repository.config.RepositoryFactory
Returns a Repository instance that has been initialized using the supplied configuration data.
getRepository(RepositoryImplConfig) - Method in class org.openrdf.repository.dataset.config.DatasetRepositoryFactory
 
getRepository(RepositoryImplConfig) - Method in class org.openrdf.repository.http.config.HTTPRepositoryFactory
 
getRepository(String) - Method in class org.openrdf.repository.manager.RepositoryManager
Gets the repository that is known by the specified ID from this manager.
getRepository(String) - Method in class org.openrdf.repository.manager.util.TypeFilteringRepositoryManager
 
getRepository() - Method in interface org.openrdf.repository.RepositoryConnection
Returns the Repository object to which this connection belongs.
getRepository(RepositoryImplConfig) - Method in class org.openrdf.repository.sail.config.SailRepositoryFactory
 
getRepositoryConfig(Repository, String) - Static method in class org.openrdf.repository.config.RepositoryConfigUtil
 
getRepositoryConfig(String) - Method in class org.openrdf.repository.manager.RepositoryManager
 
getRepositoryConfig(String) - Method in class org.openrdf.repository.manager.util.TypeFilteringRepositoryManager
 
getRepositoryConnection(HttpServletRequest) - Static method in class org.openrdf.http.server.repository.RepositoryInterceptor
 
getRepositoryDir(String) - Method in class org.openrdf.repository.manager.LocalRepositoryManager
 
getRepositoryID(HttpServletRequest) - Static method in class org.openrdf.http.server.repository.RepositoryInterceptor
 
getRepositoryIDs(Repository) - Static method in class org.openrdf.repository.config.RepositoryConfigUtil
 
getRepositoryIDs() - Method in class org.openrdf.repository.manager.RepositoryManager
 
getRepositoryIDs() - Method in class org.openrdf.repository.manager.util.TypeFilteringRepositoryManager
 
getRepositoryImplConfig() - Method in class org.openrdf.repository.config.RepositoryConfig
 
getRepositoryInfo(String) - Method in class org.openrdf.repository.manager.LocalRepositoryManager
 
getRepositoryInfo(String) - Method in class org.openrdf.repository.manager.RemoteRepositoryManager
 
getRepositoryInfo(String) - Method in class org.openrdf.repository.manager.RepositoryManager
Gets the repository that is known by the specified ID from this manager.
getRepositoryInfo(String) - Method in class org.openrdf.repository.manager.util.TypeFilteringRepositoryManager
 
getRepositoryInfos() - Method in class org.openrdf.http.webclient.server.Server
 
getRepositoryList() - Method in class org.openrdf.http.client.HTTPClient
 
getRepositoryList(TupleQueryResultHandler) - Method in class org.openrdf.http.client.HTTPClient
 
getRepositoryLocation(String, String) - Static method in class org.openrdf.http.protocol.Protocol
Get the location of a specific repository resource on the specified server.
getRepositoryManager() - Method in class org.openrdf.http.webclient.server.Server
 
getRepositoryType() - Method in interface org.openrdf.repository.config.RepositoryFactory
Returns the type of the repositories that this factory creates.
getRepositoryType() - Method in class org.openrdf.repository.dataset.config.DatasetRepositoryFactory
Returns the repository's type: openrdf:DatasetRepository.
getRepositoryType() - Method in class org.openrdf.repository.http.config.HTTPRepositoryFactory
Returns the repository's type: openrdf:HTTPRepository.
getRepositoryType() - Method in class org.openrdf.repository.sail.config.SailRepositoryFactory
Returns the repository's type: openrdf:SailRepository.
getRepositoryURL() - Method in class org.openrdf.http.client.HTTPClient
 
getResource() - Method in class org.openrdf.http.webclient.repository.explore.ExplorationResource
 
getResponseMIMEType(HttpMethod) - Method in class org.openrdf.http.client.HTTPClient
Gets the MIME type specified in the response headers of the supplied method, if any.
getResult() - Method in class org.openrdf.sail.rdbms.algebra.SqlCase.Entry
 
getResultFormat() - Method in class org.openrdf.http.webclient.repository.extract.ExtractionSettings
 
getResultFormat() - Method in class org.openrdf.http.webclient.repository.query.ConstructQueryInfo
 
getRevision() - Method in class org.openrdf.sail.nativerdf.ValueStore
 
getRightArg() - Method in class org.openrdf.query.algebra.BinaryTupleOperator
Gets the right argument of this binary tuple operator.
getRightArg() - Method in class org.openrdf.query.algebra.BinaryValueOperator
Gets the right argument of this binary value operator.
getRightArg() - Method in class org.openrdf.query.parser.serql.ast.ASTGraphQuerySet
 
getRightArg() - Method in class org.openrdf.query.parser.serql.ast.ASTTupleQuerySet
 
getRightArg() - Method in class org.openrdf.sail.rdbms.algebra.base.BinarySqlOperator
 
getRightOperand() - Method in class org.openrdf.query.parser.serql.ast.ASTCompare
 
getRightOperand() - Method in class org.openrdf.query.parser.serql.ast.ASTCompareAll
 
getRightOperand() - Method in class org.openrdf.query.parser.serql.ast.ASTCompareAny
 
getRightOperand() - Method in class org.openrdf.query.parser.serql.ast.ASTIn
 
getRightShift() - Method in class org.openrdf.sail.rdbms.algebra.SqlShift
 
getSail() - Method in class org.openrdf.repository.sail.SailRepository
Gets the Sail object that is on top of the Sail stack that this repository operates on.
getSail(SailImplConfig) - Method in interface org.openrdf.sail.config.SailFactory
Returns a Sail instance that has been initialized using the supplied configuration data.
getSail() - Method in class org.openrdf.sail.helpers.DefaultSailChangedEvent
 
getSail(SailImplConfig) - Method in class org.openrdf.sail.inferencer.fc.config.DirectTypeHierarchyInferencerFactory
 
getSail(SailImplConfig) - Method in class org.openrdf.sail.inferencer.fc.config.ForwardChainingRDFSInferencerFactory
 
getSail(SailImplConfig) - Method in class org.openrdf.sail.memory.config.MemoryStoreFactory
 
getSail(SailImplConfig) - Method in class org.openrdf.sail.nativerdf.config.NativeStoreFactory
 
getSail(SailImplConfig) - Method in class org.openrdf.sail.rdbms.config.RdbmsStoreFactory
 
getSail() - Method in interface org.openrdf.sail.SailChangedEvent
The Sail object that sent this event.
getSailChangedEvent() - Method in class org.openrdf.sail.rdbms.RdbmsTripleRepository
 
getSailConnection() - Method in class org.openrdf.repository.sail.SailRepositoryConnection
Returns the underlying SailConnection.
getSailImplConfig() - Method in class org.openrdf.repository.sail.config.SailRepositoryConfig
 
getSailType() - Method in interface org.openrdf.sail.config.SailFactory
Returns the type of the Sails that this factory creates.
getSailType() - Method in class org.openrdf.sail.inferencer.fc.config.DirectTypeHierarchyInferencerFactory
Returns the Sail's type: openrdf:DirectTypeHierarchyInferencer.
getSailType() - Method in class org.openrdf.sail.inferencer.fc.config.ForwardChainingRDFSInferencerFactory
Returns the Sail's type: openrdf:ForwardChainingRDFSInferencer.
getSailType() - Method in class org.openrdf.sail.memory.config.MemoryStoreFactory
Returns the Sail's type: openrdf:MemoryStore.
getSailType() - Method in class org.openrdf.sail.nativerdf.config.NativeStoreFactory
Returns the Sail's type: openrdf:NativeStore.
getSailType() - Method in class org.openrdf.sail.rdbms.config.RdbmsStoreFactory
Returns the Sail's type: openrdf:RdbmsStore.
getSchema() - Method in class org.openrdf.sail.rdbms.schema.RdbmsTable
 
getScope() - Method in class org.openrdf.query.algebra.StatementPattern
Gets the context scope for the statement pattern.
getSelect() - Method in class org.openrdf.query.parser.sparql.ast.ASTSelectQuery
 
getSelectChunkSize() - Method in class org.openrdf.sail.rdbms.schema.HashTable
 
getSelectClause() - Method in class org.openrdf.query.parser.serql.ast.ASTSelectQuery
 
getSelectColumns() - Method in class org.openrdf.sail.rdbms.algebra.UnionItem
 
getSelectProjection(String) - Method in class org.openrdf.sail.rdbms.algebra.SelectQuery
 
getSelectVarNames() - Method in class org.openrdf.sail.rdbms.algebra.UnionItem
 
getServerName() - Method in class org.openrdf.sail.rdbms.mysql.MySqlStore
 
getServerName() - Method in class org.openrdf.sail.rdbms.postgresql.PgSqlStore
 
getServerProtocol() - Method in class org.openrdf.http.client.HTTPClient
 
getServerURL() - Method in class org.openrdf.http.client.HTTPClient
 
getServerURL() - Method in class org.openrdf.repository.manager.RemoteRepositoryManager
Gets the URL of the remote server, e.g.
getSharedConnectionLock() - Method in class org.openrdf.sail.helpers.SailConnectionBase
 
getShift() - Method in class org.openrdf.sail.rdbms.schema.IdSequence
 
getShift() - Method in class org.openrdf.sail.rdbms.schema.IntegerIdSequence
 
getShift() - Method in class org.openrdf.sail.rdbms.schema.LongIdSequence
 
getShortTableName() - Method in class org.openrdf.sail.rdbms.schema.URITable
 
getShortValue(Literal, short) - Static method in class org.openrdf.model.util.LiteralUtil
Gets the short value of the supplied literal.
getShortValue(Value, short) - Static method in class org.openrdf.model.util.LiteralUtil
Returns the result of getByteValue((Literal)value, fallback) in case the supplied value is a literal, returns the fallback value otherwise.
getSignature() - Method in class org.openrdf.query.algebra.Compare
 
getSignature() - Method in class org.openrdf.query.algebra.CompareAll
 
getSignature() - Method in class org.openrdf.query.algebra.CompareAny
 
getSignature() - Method in class org.openrdf.query.algebra.ExtensionElem
 
getSignature() - Method in class org.openrdf.query.algebra.Like
 
getSignature() - Method in class org.openrdf.query.algebra.MathExpr
 
getSignature() - Method in class org.openrdf.query.algebra.OrderElem
 
getSignature() - Method in class org.openrdf.query.algebra.ProjectionElem
 
getSignature() - Method in interface org.openrdf.query.algebra.QueryModelNode
Returns the signature of this query model node.
getSignature() - Method in class org.openrdf.query.algebra.QueryModelNodeBase
Default implementation of QueryModelNode.getSignature() that prints the name of the node's class.
getSignature() - Method in class org.openrdf.query.algebra.Slice
 
getSignature() - Method in class org.openrdf.query.algebra.StatementPattern
 
getSignature() - Method in class org.openrdf.query.algebra.ValueConstant
 
getSignature() - Method in class org.openrdf.query.algebra.Var
 
getSignature() - Method in class org.openrdf.sail.rdbms.algebra.base.FromItem
 
getSignature() - Method in class org.openrdf.sail.rdbms.algebra.base.SqlConstant
 
getSignature() - Method in class org.openrdf.sail.rdbms.algebra.base.ValueColumnBase
 
getSignature() - Method in class org.openrdf.sail.rdbms.algebra.IdColumn
 
getSignature() - Method in class org.openrdf.sail.rdbms.algebra.JoinItem
 
getSignature() - Method in class org.openrdf.sail.rdbms.algebra.SqlCast
 
getSignature() - Method in class org.openrdf.sail.rdbms.algebra.SqlCompare
 
getSinceSnapshot() - Method in class org.openrdf.sail.memory.model.MemStatement
 
getSizeLocation(String) - Static method in class org.openrdf.http.protocol.Protocol
Get the location of the 'size' resource for a specific repository on the specified server.
getSolutions() - Method in class org.openrdf.query.algebra.evaluation.iterator.GroupIterator.Entry
 
getSourceName() - Method in class org.openrdf.query.algebra.ProjectionElem
 
getSqlCrossJoin() - Method in class org.openrdf.sail.rdbms.evaluation.SqlJoinBuilder
 
getSqlNull() - Method in class org.openrdf.sail.rdbms.evaluation.SqlExprBuilder
 
getSqlSelectVar() - Method in class org.openrdf.sail.rdbms.algebra.SelectQuery
 
getSqlType(int) - Method in class org.openrdf.sail.rdbms.evaluation.SqlCastBuilder
 
getSqlType() - Method in class org.openrdf.sail.rdbms.schema.IdSequence
 
getSqlType() - Method in class org.openrdf.sail.rdbms.schema.IntegerIdSequence
 
getSqlType() - Method in class org.openrdf.sail.rdbms.schema.LongIdSequence
 
getSqlType() - Method in class org.openrdf.sail.rdbms.schema.ValueTable
 
getStatementPatterns() - Method in class org.openrdf.query.algebra.helpers.StatementPatternCollector
 
getStatements(Resource, URI, Value, boolean, RDFHandler, Resource...) - Method in class org.openrdf.http.client.HTTPClient
 
getStatements(Resource, URI, Value, Resource...) - Method in interface org.openrdf.query.algebra.evaluation.TripleSource
Gets all statements that have a specific subject, predicate and/or object.
getStatements(Resource, URI, Value, boolean, Resource...) - Method in class org.openrdf.repository.base.RepositoryConnectionWrapper
 
getStatements(Resource, URI, Value, boolean, Resource...) - Method in interface org.openrdf.repository.RepositoryConnection
Gets all statements with a specific subject, predicate and/or object from the repository.
getStatements(Resource, URI, Value, boolean, Resource...) - Method in class org.openrdf.repository.sail.SailRepositoryConnection
 
getStatements() - Method in class org.openrdf.rio.helpers.StatementCollector
Gets the collection that contains the collected statements.
getStatements(Resource, URI, Value, boolean, Resource...) - Method in class org.openrdf.sail.helpers.SailConnectionBase
 
getStatements(Resource, URI, Value, boolean, Resource...) - Method in class org.openrdf.sail.helpers.SailConnectionWrapper
 
getStatements(Resource, URI, Value, boolean, Resource...) - Method in class org.openrdf.sail.inferencer.InferencerConnectionWrapper
Calls InferencerConnectionWrapper.flushUpdates() before forwarding the call to the wrapped connection.
getStatements() - Method in class org.openrdf.sail.memory.MemoryStore
 
getStatements(Resource, URI, Value, Resource...) - Method in class org.openrdf.sail.memory.MemoryStoreConnection.MemTripleSource
 
getStatements(Resource, URI, Value, Resource...) - Method in class org.openrdf.sail.nativerdf.NativeTripleSource
 
getStatements(Resource, URI, Value, Resource...) - Method in class org.openrdf.sail.rdbms.evaluation.RdbmsTripleSource
 
getStatements(Resource, URI, Value, boolean, Resource...) - Method in interface org.openrdf.sail.SailConnection
Gets all statements from the specified contexts that have a specific subject, predicate and/or object.
getStatementsInternal(Resource, URI, Value, boolean, Resource...) - Method in class org.openrdf.sail.helpers.SailConnectionBase
 
getStatementsInternal(Resource, URI, Value, boolean, Resource...) - Method in class org.openrdf.sail.memory.MemoryStoreConnection
 
getStatementsInternal(Resource, URI, Value, boolean, Resource...) - Method in class org.openrdf.sail.nativerdf.NativeStoreConnection
 
getStatementsInternal(Resource, URI, Value, boolean, Resource...) - Method in class org.openrdf.sail.rdbms.RdbmsConnection
 
getStatementsLocation(String) - Static method in class org.openrdf.http.protocol.Protocol
Get the location of the statements resource for a specific repository.
getStatementsReadLock() - Method in class org.openrdf.sail.memory.MemoryStore
 
getStatusCode() - Method in exception org.openrdf.http.server.HTTPException
 
getStream() - Method in class org.openrdf.repository.event.util.DebugRepositoryConnectionListener
 
getStringValue() - Method in class org.openrdf.sail.rdbms.algebra.SelectProjection
 
getSubject() - Method in class org.openrdf.http.protocol.transaction.operations.StatementOperation
 
getSubject() - Method in class org.openrdf.http.webclient.StatementSpecification
 
getSubject() - Method in class org.openrdf.model.impl.StatementImpl
 
getSubject() - Method in interface org.openrdf.model.Statement
Gets the subject of this statement.
getSubject() - Method in class org.openrdf.query.parser.serql.ast.ASTReifiedStat
 
getSubject() - Method in class org.openrdf.sail.memory.model.MemStatement
 
getSubject() - Method in class org.openrdf.sail.rdbms.model.RdbmsStatement
 
getSubjectIterator(Graph, URI, Value, Resource...) - Static method in class org.openrdf.model.util.GraphUtil
Gets the subject of the statements with the specified predicate, object and (optionally) contexts from the supplied graph.
getSubjects(Graph, URI, Value, Resource...) - Static method in class org.openrdf.model.util.GraphUtil
Gets the subject of the statements with the specified predicate, object and (optionally) contexts from the supplied graph.
getSubjectStatementCount() - Method in class org.openrdf.sail.memory.model.MemBNode
 
getSubjectStatementCount() - Method in interface org.openrdf.sail.memory.model.MemResource
Gets the number of statements for which this MemResource is the subject.
getSubjectStatementCount() - Method in class org.openrdf.sail.memory.model.MemURI
 
getSubjectStatementList() - Method in class org.openrdf.sail.memory.model.MemBNode
 
getSubjectStatementList() - Method in interface org.openrdf.sail.memory.model.MemResource
Gets the list of statements for which this MemResource is the subject.
getSubjectStatementList() - Method in class org.openrdf.sail.memory.model.MemURI
 
getSubjectVar() - Method in class org.openrdf.query.algebra.StatementPattern
 
getSubjTypes(Number) - Method in class org.openrdf.sail.rdbms.managers.TransTableManager
 
getSubjTypes() - Method in class org.openrdf.sail.rdbms.schema.TripleTable
 
getSubQuery() - Method in class org.openrdf.query.algebra.SubQueryValueOperator
 
GetSuffix(int) - Method in class org.openrdf.query.parser.serql.ast.SimpleCharStream
 
GetSuffix(int) - Method in class org.openrdf.query.parser.sparql.ast.JavaCharStream
 
getSymbol() - Method in enum org.openrdf.query.algebra.Compare.CompareOp
 
getSymbol() - Method in enum org.openrdf.query.algebra.MathExpr.MathOp
 
getSyncDelay() - Method in class org.openrdf.sail.memory.config.MemoryStoreConfig
 
getSyncDelay() - Method in class org.openrdf.sail.memory.MemoryStore
Gets the currently configured sync delay.
getSystemRepository() - Method in class org.openrdf.repository.manager.LocalRepositoryManager
 
getSystemRepository() - Method in class org.openrdf.repository.manager.RepositoryManager
Gets the SYSTEM repository.
getSystemRepository() - Method in class org.openrdf.repository.manager.util.TypeFilteringRepositoryManager
 
getTable() - Method in class org.openrdf.sail.rdbms.evaluation.SqlJoinBuilder
 
getTable(Number) - Method in class org.openrdf.sail.rdbms.managers.TransTableManager
 
getTableName() - Method in class org.openrdf.sail.rdbms.algebra.JoinItem
 
getTableName(Number) - Method in class org.openrdf.sail.rdbms.managers.TransTableManager
 
getTableName(Number) - Method in class org.openrdf.sail.rdbms.managers.TripleTableManager
 
getTableNamePrefix(Number) - Method in class org.openrdf.sail.rdbms.managers.TripleTableManager
 
getTabSize(int) - Method in class org.openrdf.query.parser.serql.ast.SimpleCharStream
 
getTabSize(int) - Method in class org.openrdf.query.parser.sparql.ast.JavaCharStream
 
getTail() - Method in class org.openrdf.query.parser.serql.ast.ASTBasicPathExpr
 
getTargetName() - Method in class org.openrdf.query.algebra.ProjectionElem
 
getTargetNames() - Method in class org.openrdf.query.algebra.ProjectionElemList
 
getTemporaryTable() - Method in class org.openrdf.sail.rdbms.schema.ValueTable
 
getThreadName() - Method in class org.openrdf.http.server.protocol.ProtocolInterceptor
 
getThreadName() - Method in class org.openrdf.http.server.repository.RepositoryInterceptor
 
getThreadName() - Method in class org.openrdf.http.server.ServerInterceptor
Determine the thread name to use.
getTillSnapshot() - Method in class org.openrdf.sail.memory.model.MemStatement
 
getTitle() - Method in class org.openrdf.repository.config.RepositoryConfig
 
getToken(int) - Method in class org.openrdf.query.parser.serql.ast.SyntaxTreeBuilder
 
getToken(int) - Method in class org.openrdf.query.parser.sparql.ast.SyntaxTreeBuilder
 
getTransactionLock() - Method in class org.openrdf.sail.helpers.SailConnectionBase
 
getTransactionLock() - Method in class org.openrdf.sail.memory.MemoryStore
 
getTransactionLock() - Method in class org.openrdf.sail.nativerdf.NativeStore
 
getTreeString() - Method in class org.openrdf.query.algebra.helpers.QueryModelTreePrinter
 
getTripleIndexes() - Method in class org.openrdf.sail.nativerdf.config.NativeStoreConfig
 
getTripleIndexes() - Method in class org.openrdf.sail.nativerdf.NativeStore
 
getTripleStore() - Method in class org.openrdf.sail.nativerdf.NativeStore
 
getTripleTable() - Method in class org.openrdf.sail.rdbms.schema.TransactionTable
 
getTupleExpr() - Method in class org.openrdf.query.parser.ParsedQuery
Gets the tuple expression underlying this query.
getTupleQueryResult(HttpMethod, TupleQueryResultHandler) - Method in class org.openrdf.http.client.HTTPClient
 
getTupleQueryResultFormat() - Method in class org.openrdf.query.resultio.binary.BinaryQueryResultParser
 
getTupleQueryResultFormat() - Method in class org.openrdf.query.resultio.binary.BinaryQueryResultParserFactory
Returns TupleQueryResultFormat.BINARY.
getTupleQueryResultFormat() - Method in class org.openrdf.query.resultio.binary.BinaryQueryResultWriter
 
getTupleQueryResultFormat() - Method in class org.openrdf.query.resultio.binary.BinaryQueryResultWriterFactory
Returns TupleQueryResultFormat.BINARY.
getTupleQueryResultFormat() - Method in class org.openrdf.query.resultio.sparqljson.SPARQLResultsJSONWriter
 
getTupleQueryResultFormat() - Method in class org.openrdf.query.resultio.sparqljson.SPARQLResultsJSONWriterFactory
Returns TupleQueryResultFormat.JSON.
getTupleQueryResultFormat() - Method in class org.openrdf.query.resultio.sparqlxml.SPARQLResultsXMLParser
 
getTupleQueryResultFormat() - Method in class org.openrdf.query.resultio.sparqlxml.SPARQLResultsXMLParserFactory
Returns TupleQueryResultFormat.SPARQL.
getTupleQueryResultFormat() - Method in class org.openrdf.query.resultio.sparqlxml.SPARQLResultsXMLWriter
 
getTupleQueryResultFormat() - Method in class org.openrdf.query.resultio.sparqlxml.SPARQLResultsXMLWriterFactory
Returns TupleQueryResultFormat.SPARQL.
getTupleQueryResultFormat() - Method in interface org.openrdf.query.resultio.TupleQueryResultParser
Gets the query result format that this parser can parse.
getTupleQueryResultFormat() - Method in interface org.openrdf.query.resultio.TupleQueryResultParserFactory
Returns the tuple query result format for this factory.
getTupleQueryResultFormat() - Method in interface org.openrdf.query.resultio.TupleQueryResultWriter
Gets the query result format that this writer uses.
getTupleQueryResultFormat() - Method in interface org.openrdf.query.resultio.TupleQueryResultWriterFactory
Returns the tuple query result format for this factory.
getTxnStatus() - Method in class org.openrdf.sail.memory.model.MemStatement
 
getType() - Method in class org.openrdf.http.webclient.server.ServerSelection
 
getType() - Method in interface org.openrdf.repository.config.RepositoryImplConfig
 
getType() - Method in class org.openrdf.repository.config.RepositoryImplConfigBase
 
getType() - Method in interface org.openrdf.sail.config.SailImplConfig
 
getType() - Method in class org.openrdf.sail.config.SailImplConfigBase
 
getType() - Method in class org.openrdf.sail.rdbms.algebra.SqlCast
 
getTypes() - Method in class org.openrdf.sail.rdbms.algebra.ColumnVar
 
getUnion() - Method in class org.openrdf.sail.rdbms.algebra.UnionItem
 
getUniqueObject(Graph, Resource, URI, Resource...) - Static method in class org.openrdf.model.util.GraphUtil
Gets the object of the statement(s) with the specified subject and predicate from the specified contexts in the supplied graph.
getUniqueObjectLiteral(Graph, Resource, URI) - Static method in class org.openrdf.model.util.GraphUtil
Utility method that casts the return value of GraphUtil.getUniqueObject(Graph, Resource, URI, Resource[]) to a Literal, or throws a GraphUtilException if that value is not a Literal.
getUniqueObjectResource(Graph, Resource, URI) - Static method in class org.openrdf.model.util.GraphUtil
Utility method that casts the return value of GraphUtil.getUniqueObject(Graph, Resource, URI, Resource[]) to a Resource, or throws a GraphUtilException if that value is not a Resource.
getUniqueObjectURI(Graph, Resource, URI) - Static method in class org.openrdf.model.util.GraphUtil
Utility method that casts the return value of GraphUtil.getUniqueObject(Graph, Resource, URI, Resource[]) to a URI, or throws a GraphUtilException if that value is not a URI.
getUniqueSubject(Graph, URI, Value, Resource...) - Static method in class org.openrdf.model.util.GraphUtil
Gets the subject of the statement(s) with the specified predicate and object from the specified contexts in the supplied graph.
getUniqueSubjectURI(Graph, URI, Value, Resource...) - Static method in class org.openrdf.model.util.GraphUtil
Utility method that casts the return value of GraphUtil.getUniqueSubject(Graph, URI, Value, Resource[]) to a URI, or throws a GraphUtilException if that value is not a URI.
getURI() - Method in class org.openrdf.query.algebra.evaluation.function.BooleanCast
 
getURI() - Method in class org.openrdf.query.algebra.evaluation.function.DateTimeCast
 
getURI() - Method in class org.openrdf.query.algebra.evaluation.function.DecimalCast
 
getURI() - Method in class org.openrdf.query.algebra.evaluation.function.DoubleCast
 
getURI() - Method in class org.openrdf.query.algebra.evaluation.function.FloatCast
 
getURI() - Method in interface org.openrdf.query.algebra.evaluation.function.Function
 
getURI() - Method in class org.openrdf.query.algebra.evaluation.function.IntegerCast
 
getURI() - Method in class org.openrdf.query.algebra.evaluation.function.StringCast
 
getURI() - Method in class org.openrdf.query.algebra.FunctionCall
 
getURI() - Method in class org.openrdf.query.parser.serql.ast.ASTFunctionCall
 
getURI() - Method in class org.openrdf.query.parser.serql.ast.ASTNamespaceDecl
 
getURL() - Method in class org.openrdf.repository.http.config.HTTPRepositoryConfig
 
getUrl() - Method in class org.openrdf.sail.rdbms.config.RdbmsStoreConfig
 
getUser() - Method in class org.openrdf.sail.rdbms.config.RdbmsStoreConfig
 
getUser() - Method in class org.openrdf.sail.rdbms.mysql.MySqlStore
 
getUser() - Method in class org.openrdf.sail.rdbms.postgresql.PgSqlStore
 
getUsername() - Method in class org.openrdf.repository.http.config.HTTPRepositoryConfig
 
getValue(String) - Method in class org.openrdf.query.algebra.evaluation.QueryBindingSet
 
getValue() - Method in class org.openrdf.query.algebra.ValueConstant
 
getValue() - Method in class org.openrdf.query.algebra.Var
 
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
 
getValue() - Method in class org.openrdf.query.parser.serql.ast.ASTBooleanConstant
 
getValue() - Method in class org.openrdf.query.parser.serql.ast.ASTCompOperator
 
getValue() - Method in class org.openrdf.query.parser.serql.ast.ASTLimit
 
getValue() - Method in class org.openrdf.query.parser.serql.ast.ASTOffset
 
getValue() - Method in class org.openrdf.query.parser.serql.ast.ASTQName
 
getValue() - Method in class org.openrdf.query.parser.serql.ast.ASTString
 
getValue() - Method in class org.openrdf.query.parser.serql.ast.ASTURI
 
getValue() - Method in class org.openrdf.query.parser.sparql.ast.ASTIRI
 
getValue() - Method in class org.openrdf.query.parser.sparql.ast.ASTLimit
 
getValue() - Method in class org.openrdf.query.parser.sparql.ast.ASTNumericLiteral
 
getValue() - Method in class org.openrdf.query.parser.sparql.ast.ASTOffset
 
getValue() - Method in class org.openrdf.query.parser.sparql.ast.ASTQName
&n