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
Deprecated.  
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(File, String, RDFFormat, Resource...) - Method in class org.openrdf.repository.contextaware.ContextAwareConnection
 
add(InputStream, String, RDFFormat, Resource...) - Method in class org.openrdf.repository.contextaware.ContextAwareConnection
 
add(Iterable<? extends Statement>, Resource...) - Method in class org.openrdf.repository.contextaware.ContextAwareConnection
 
add(Iteration<? extends Statement, E>, Resource...) - Method in class org.openrdf.repository.contextaware.ContextAwareConnection
 
add(Reader, String, RDFFormat, Resource...) - Method in class org.openrdf.repository.contextaware.ContextAwareConnection
 
add(Resource, URI, Value, Resource...) - Method in class org.openrdf.repository.contextaware.ContextAwareConnection
 
add(Statement, Resource...) - Method in class org.openrdf.repository.contextaware.ContextAwareConnection
 
add(URL, String, RDFFormat, Resource...) - Method in class org.openrdf.repository.contextaware.ContextAwareConnection
 
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_CONTEXT - Static variable in class org.openrdf.repository.contextaware.config.ContextAwareSchema
http://www.openrdf.org/config/repository/contextaware#addContext
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 binding set.
addBinding(String, Value) - Method in class org.openrdf.query.algebra.evaluation.QueryBindingSet
Adds a new binding to the binding set.
addBinding(String, Value) - Method in class org.openrdf.query.impl.MapBindingSet
Adds a binding to the binding set.
addBinding(Binding) - Method in class org.openrdf.query.impl.MapBindingSet
Adds a binding to the binding set.
addConnectionListener(SailConnectionListener) - Method in class org.openrdf.sail.helpers.NotifyingSailConnectionBase
 
addConnectionListener(SailConnectionListener) - Method in class org.openrdf.sail.helpers.NotifyingSailConnectionWrapper
 
addConnectionListener(SailConnectionListener) - Method in interface org.openrdf.sail.NotifyingSailConnection
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
 
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 escaped (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
 
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.NotifyingSailBase
 
addSailChangedListener(SailChangedListener) - Method in class org.openrdf.sail.helpers.NotifyingSailWrapper
 
addSailChangedListener(SailChangedListener) - Method in interface org.openrdf.sail.NotifyingSail
Adds the specified SailChangedListener to receive events when the data in this Sail object changes.
AddServlet - Class in org.openrdf.workbench.commands
 
AddServlet() - Constructor for class org.openrdf.workbench.commands.AddServlet
 
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 the store.
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
 
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
RegularExpression Id.
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
RegularExpression Id.
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
RegularExpression Id.
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
RegularExpression Id.
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(Number) - 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
 
ARCHIVE_CONTEXT - Static variable in class org.openrdf.repository.contextaware.config.ContextAwareSchema
http://www.openrdf.org/config/repository/contextaware#archiveContext
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
RegularExpression Id.
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.serql.ast.SyntaxTreeBuilderConstants
RegularExpression Id.
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
 
ASTArgList - Class in org.openrdf.query.parser.serql.ast
 
ASTArgList(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTArgList
 
ASTArgList(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTArgList
 
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
 
ASTInList - Class in org.openrdf.query.parser.serql.ast
 
ASTInList(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTInList
 
ASTInList(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTInList
 
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.serql.ast
 
ASTLangMatches(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTLangMatches
 
ASTLangMatches(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTLangMatches
 
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
 
ASTOrderBy - Class in org.openrdf.query.parser.serql.ast
 
ASTOrderBy(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTOrderBy
 
ASTOrderBy(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTOrderBy
 
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
 
ASTOrderExpr - Class in org.openrdf.query.parser.serql.ast
 
ASTOrderExpr(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTOrderExpr
 
ASTOrderExpr(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTOrderExpr
 
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
 
ASTPathExprList - Class in org.openrdf.query.parser.serql.ast
 
ASTPathExprList(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTPathExprList
 
ASTPathExprList(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTPathExprList
 
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
 
ASTPathExprUnion - Class in org.openrdf.query.parser.serql.ast
 
ASTPathExprUnion(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTPathExprUnion
 
ASTPathExprUnion(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTPathExprUnion
 
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
 
ASTRegex - Class in org.openrdf.query.parser.serql.ast
 
ASTRegex(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTRegex
 
ASTRegex(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTRegex
 
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.serql.ast
 
ASTSameTerm(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTSameTerm
 
ASTSameTerm(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTSameTerm
 
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.serql.ast
 
ASTStr(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTStr
 
ASTStr(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTStr
 
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 a number of characters.
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
BadlyDesignedLeftJoinIterator - Class in org.openrdf.query.algebra.evaluation.iterator
 
BadlyDesignedLeftJoinIterator(EvaluationStrategy, LeftJoin, BindingSet, Set<String>) - Constructor for class org.openrdf.query.algebra.evaluation.iterator.BadlyDesignedLeftJoinIterator
 
BadRequestException - Exception in org.openrdf.workbench.exceptions
 
BadRequestException(String) - Constructor for exception org.openrdf.workbench.exceptions.BadRequestException
 
BadRequestException(String, Throwable) - Constructor for exception org.openrdf.workbench.exceptions.BadRequestException
 
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
RegularExpression Id.
BaseDecl() - Method in class org.openrdf.query.parser.sparql.ast.SyntaxTreeBuilder
 
BaseRepositoryServlet - Class in org.openrdf.workbench.base
 
BaseRepositoryServlet() - Constructor for class org.openrdf.workbench.base.BaseRepositoryServlet
 
BaseServlet - Class in org.openrdf.workbench.base
 
BaseServlet() - Constructor for class org.openrdf.workbench.base.BaseServlet
 
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
 
BasicServletConfig - Class in org.openrdf.workbench.util
 
BasicServletConfig(String, ServletContext) - Constructor for class org.openrdf.workbench.util.BasicServletConfig
 
BasicServletConfig(String, ServletConfig) - Constructor for class org.openrdf.workbench.util.BasicServletConfig
 
BasicServletConfig(String, ServletConfig, Map<String, String>) - Constructor for class org.openrdf.workbench.util.BasicServletConfig
 
BasicServletConfig(String, ServletContext, Map<String, String>) - Constructor for class org.openrdf.workbench.util.BasicServletConfig
 
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
The column number of the first 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
The line number of the first 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
Start.
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(String, Object) - Method in class org.openrdf.workbench.util.TupleResultBuilder
 
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.
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
RegularExpression Id.
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 each time it needs to supply a value.
BNodeGenerator() - Constructor for class org.openrdf.query.algebra.BNodeGenerator
 
BNodeImpl - Class in org.openrdf.model.impl
An implementation of the BNode interface.
BNodeImpl() - Constructor for class org.openrdf.model.impl.BNodeImpl
Creates a new, unitialized blank node.
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
 
bool(boolean) - Method in class org.openrdf.workbench.util.TupleResultBuilder
 
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
 
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
RegularExpression Id.
Bound() - Method in class org.openrdf.query.parser.sparql.ast.SyntaxTreeBuilder
 
BOUND - Static variable in interface org.openrdf.query.parser.sparql.ast.SyntaxTreeBuilderConstants
 
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, String, 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, String, 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, String, 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, String, 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
Position in buffer.
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.serql.ast.SyntaxTreeBuilderConstants
RegularExpression Id.
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
 
CalendarMemLiteral(Object, String, URI, 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
 
cardinality() - Method in class org.openrdf.query.algebra.evaluation.impl.ExternalSet
 
cardinality(Resource, URI, Value, Resource) - Method in class org.openrdf.sail.nativerdf.NativeStore
 
CASE - Static variable in interface org.openrdf.query.parser.serql.ast.SyntaxTreeBuilderConstants
RegularExpression Id.
caseBegin() - Method in class org.openrdf.sail.rdbms.evaluation.SqlExprBuilder
 
cast(int) - Method in class org.openrdf.sail.rdbms.evaluation.SqlExprBuilder
 
cc - Variable in class org.openrdf.query.algebra.evaluation.impl.EvaluationStatistics
 
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.
cleanSnapshots(int) - Method in class org.openrdf.sail.memory.model.MemStatementList
 
cleanSnapshotsFromContextStatements(int) - Method in class org.openrdf.sail.memory.model.MemBNode
 
cleanSnapshotsFromContextStatements(int) - Method in interface org.openrdf.sail.memory.model.MemResource
Removes statements from old snapshots (those that have expired at or before the specified snapshot version) from this MemValue's list of statements for which it is the context.
cleanSnapshotsFromContextStatements(int) - Method in class org.openrdf.sail.memory.model.MemURI
 
cleanSnapshotsFromObjectStatements(int) - Method in class org.openrdf.sail.memory.model.MemBNode
 
cleanSnapshotsFromObjectStatements(int) - Method in class org.openrdf.sail.memory.model.MemLiteral
 
cleanSnapshotsFromObjectStatements(int) - Method in class org.openrdf.sail.memory.model.MemURI
 
cleanSnapshotsFromObjectStatements(int) - Method in interface org.openrdf.sail.memory.model.MemValue
Removes statements from old snapshots (those that have expired at or before the specified snapshot version) from this MemValue's list of statements for which it is the object.
cleanSnapshotsFromPredicateStatements(int) - Method in class org.openrdf.sail.memory.model.MemURI
Removes statements from old snapshots (those that have expired at or before the specified snapshot version) from this MemValue's list of statements for which it is the predicate.
cleanSnapshotsFromSubjectStatements(int) - Method in class org.openrdf.sail.memory.model.MemBNode
 
cleanSnapshotsFromSubjectStatements(int) - Method in interface org.openrdf.sail.memory.model.MemResource
Removes statements from old snapshots (those that have expired at or before the specified snapshot version) from this MemValue's list of statements for which it is the subject.
cleanSnapshotsFromSubjectStatements(int) - Method in class org.openrdf.sail.memory.model.MemURI
 
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.MapBindingSet
Removes all bindings from the binding set.
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.contextaware.ContextAwareConnection
 
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.MemValueFactory
 
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.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.
clearBindings() - Method in class org.openrdf.query.impl.AbstractQuery
 
clearBindings() - Method in interface org.openrdf.query.Query
Removes all previously set bindings.
clearBNodeIDMap() - Method in class org.openrdf.rio.helpers.RDFParserBase
Clears the map that keeps track of blank nodes that have been parsed.
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
 
clearNodeScope(Node) - Method in class org.openrdf.query.parser.serql.ast.JJTSyntaxTreeBuilderState
 
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
 
ClearServlet - Class in org.openrdf.workbench.commands
 
ClearServlet() - Constructor for class org.openrdf.workbench.commands.ClearServlet
 
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.evaluation.impl.ExternalSet
 
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.Reduced
 
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
 
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.HashFile.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
 
closeNodeScope(Node, int) - Method in class org.openrdf.query.parser.serql.ast.JJTSyntaxTreeBuilderState
 
closeNodeScope(Node, boolean) - Method in class org.openrdf.query.parser.serql.ast.JJTSyntaxTreeBuilderState
 
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
RegularExpression Id.
COMMA - Static variable in interface org.openrdf.query.parser.serql.ast.SyntaxTreeBuilderConstants
RegularExpression Id.
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
Deprecated.  
CompatibleBindingSetFilter(CloseableIteration<BindingSet, QueryEvaluationException>, BindingSet) - Constructor for class org.openrdf.query.algebra.evaluation.iterator.CompatibleBindingSetFilter
Deprecated.  
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.
config - Variable in class org.openrdf.workbench.base.BaseServlet
 
ConfigTemplate - Class in org.openrdf.workbench.util
 
ConfigTemplate(String) - Constructor for class org.openrdf.workbench.util.ConfigTemplate
 
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; called by SailConnectionBase.close().
connectionLock - Variable in class org.openrdf.sail.helpers.SailConnectionBase
Lock used to give the SailConnectionBase.close() method exclusive access to a connection.
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
RegularExpression Id.
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
 
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
RegularExpression Id.
CONTEXT_PARAM_NAME - Static variable in class org.openrdf.http.protocol.Protocol
Parameter name for the context parameter.
CONTEXT_QUERY - Static variable in class org.openrdf.workbench.commands.DeleteServlet
Query that yields the context of a specific repository configuration.
CONTEXT_TAG - Static variable in interface org.openrdf.rio.trix.TriXConstants
The tag that starts a new context/graph.
ContextAwareConfig - Class in org.openrdf.repository.contextaware.config
 
ContextAwareConfig() - Constructor for class org.openrdf.repository.contextaware.config.ContextAwareConfig
 
ContextAwareConnection - Class in org.openrdf.repository.contextaware
Allows contexts to be specified at the connection level or the method level.
ContextAwareConnection(Repository) - Constructor for class org.openrdf.repository.contextaware.ContextAwareConnection
 
ContextAwareConnection(Repository, RepositoryConnection) - Constructor for class org.openrdf.repository.contextaware.ContextAwareConnection
 
ContextAwareFactory - Class in org.openrdf.repository.contextaware.config
A RepositoryFactory that creates ContextAwareRepositorys based on RDF configuration data.
ContextAwareFactory() - Constructor for class org.openrdf.repository.contextaware.config.ContextAwareFactory
 
ContextAwareRepository - Class in org.openrdf.repository.contextaware
Allows contexts to be specified at the repository level.
ContextAwareRepository() - Constructor for class org.openrdf.repository.contextaware.ContextAwareRepository
 
ContextAwareRepository(Repository) - Constructor for class org.openrdf.repository.contextaware.ContextAwareRepository
 
ContextAwareSchema - Class in org.openrdf.repository.contextaware.config
 
ContextAwareSchema() - Constructor for class org.openrdf.repository.contextaware.config.ContextAwareSchema
 
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
 
ContextsServlet - Class in org.openrdf.workbench.commands
 
ContextsServlet() - Constructor for class org.openrdf.workbench.commands.ContextsServlet
 
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
 
CookieCacheControlFilter - Class in org.openrdf.workbench.proxy
Browsers do not expire cache if Cookies have changed.
CookieCacheControlFilter() - Constructor for class org.openrdf.workbench.proxy.CookieCacheControlFilter
 
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
 
countConstantVars(Iterable<Var>) - 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
 
createCardinalityCalculator() - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStatistics
 
createCardinalityCalculator() - Method in class org.openrdf.sail.memory.MemoryStoreConnection.MemEvaluationStatistics
 
createConnection() - Method in class org.openrdf.sail.rdbms.RdbmsConnectionFactory
 
createCtx(String, Var, Resource) - Static method in class org.openrdf.sail.rdbms.algebra.ColumnVar
 
createDatabaseLock() - Method in class org.openrdf.sail.rdbms.RdbmsConnectionFactory
 
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
 
createIteration() - Method in class org.openrdf.query.algebra.evaluation.iterator.OrderIterator
 
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 ValueFactoryBase.createIntegerLiteral(Number, URI) with the supplied value and XMLSchema.BYTE as parameters.
createLiteral(short) - Method in class org.openrdf.model.impl.ValueFactoryBase
Calls ValueFactoryBase.createIntegerLiteral(Number, URI) with the supplied value and XMLSchema.SHORT as parameters.
createLiteral(int) - Method in class org.openrdf.model.impl.ValueFactoryBase
Calls ValueFactoryBase.createIntegerLiteral(Number, URI) with the supplied value and XMLSchema.INT as parameters.
createLiteral(long) - Method in class org.openrdf.model.impl.ValueFactoryBase
Calls ValueFactoryBase.createIntegerLiteral(Number, 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
 
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
 
CreateServlet - Class in org.openrdf.workbench.commands
 
CreateServlet() - Constructor for class org.openrdf.workbench.commands.CreateServlet
 
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
 
DatabaseLockManager - Class in org.openrdf.sail.rdbms.util
 
DatabaseLockManager(DataSource) - Constructor for class org.openrdf.sail.rdbms.util.DatabaseLockManager
 
DatabaseLockManager(DataSource, String, String) - Constructor for class org.openrdf.sail.rdbms.util.DatabaseLockManager
 
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 - Variable in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
 
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
RegularExpression Id.
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
RegularExpression Id.
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
 
debugEnabled() - Static method in class org.openrdf.sail.helpers.SailBase
 
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
Debug output.
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
RegularExpression Id.
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 interface org.openrdf.query.parser.serql.ast.SyntaxTreeBuilderConstants
Lexical state.
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.
delete() - Method in class org.openrdf.sail.nativerdf.btree.BTree
Closes the BTree and then deletes its data files.
DeleteServlet - Class in org.openrdf.workbench.commands
 
DeleteServlet() - Constructor for class org.openrdf.workbench.commands.DeleteServlet
 
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.serql.ast.SyntaxTreeBuilderConstants
RegularExpression Id.
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
 
destroy() - Method in class org.openrdf.workbench.base.BaseServlet
 
destroy() - Method in class org.openrdf.workbench.proxy.CookieCacheControlFilter
 
destroy() - Method in class org.openrdf.workbench.proxy.ProxyRepositoryServlet
 
destroy() - Method in class org.openrdf.workbench.proxy.RedirectFilter
 
destroy() - Method in class org.openrdf.workbench.proxy.WorkbenchGateway
 
destroy() - Method in class org.openrdf.workbench.proxy.WorkbenchServlet
 
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
RegularExpression Id.
DirectoryLockManager - Class in org.openrdf.sail.helpers
Used to create a lock in a directory.
DirectoryLockManager(File) - Constructor for class org.openrdf.sail.helpers.DirectoryLockManager
 
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(NotifyingSail) - 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.
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
DisjunctiveConstraintOptimizer - Class in org.openrdf.query.algebra.evaluation.impl
A query optimizer that optimize disjunctive constraints on tuple expressions.
DisjunctiveConstraintOptimizer() - Constructor for class org.openrdf.query.algebra.evaluation.impl.DisjunctiveConstraintOptimizer
 
DisjunctiveConstraintOptimizer.OrSameTermOptimizer - Class in org.openrdf.query.algebra.evaluation.impl
 
DisjunctiveConstraintOptimizer.OrSameTermOptimizer() - Constructor for class org.openrdf.query.algebra.evaluation.impl.DisjunctiveConstraintOptimizer.OrSameTermOptimizer
 
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
RegularExpression Id.
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
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.openrdf.workbench.proxy.CookieCacheControlFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.openrdf.workbench.proxy.RedirectFilter
 
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
Reset buffer when finished.
Done() - Method in class org.openrdf.query.parser.sparql.ast.JavaCharStream
 
doPost(WorkbenchRequest, HttpServletResponse, String) - Method in class org.openrdf.workbench.base.TransformationServlet
 
doPost(WorkbenchRequest, HttpServletResponse, String) - Method in class org.openrdf.workbench.commands.AddServlet
 
doPost(WorkbenchRequest, HttpServletResponse, String) - Method in class org.openrdf.workbench.commands.ClearServlet
 
doPost(WorkbenchRequest, HttpServletResponse, String) - Method in class org.openrdf.workbench.commands.CreateServlet
 
doPost(WorkbenchRequest, HttpServletResponse, String) - Method in class org.openrdf.workbench.commands.DeleteServlet
 
doPost(WorkbenchRequest, HttpServletResponse, String) - Method in class org.openrdf.workbench.commands.NamespacesServlet
 
doPost(WorkbenchRequest, HttpServletResponse, String) - Method in class org.openrdf.workbench.commands.RemoveServlet
 
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
DynamicHttpRequest - Class in org.openrdf.workbench.util
 
DynamicHttpRequest(ServletRequest) - Constructor for class org.openrdf.workbench.util.DynamicHttpRequest
 

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.
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
 
end() - Method in class org.openrdf.workbench.util.TupleResultBuilder
 
endColumn - Variable in class org.openrdf.query.parser.serql.ast.Token
The column number 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
The line number 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.
enforceMaxQueryTime(CloseableIteration<? extends BindingSet, QueryEvaluationException>) - Method in class org.openrdf.repository.sail.SailQuery
 
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
End of File.
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
RegularExpression Id.
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.And
 
equals(Object) - Method in class org.openrdf.query.algebra.BinaryTupleOperator
 
equals(Object) - Method in class org.openrdf.query.algebra.BinaryValueOperator
 
equals(Object) - Method in class org.openrdf.query.algebra.BNodeGenerator
 
equals(Object) - Method in class org.openrdf.query.algebra.Bound
 
equals(Object) - Method in class org.openrdf.query.algebra.Compare
 
equals(Object) - Method in class org.openrdf.query.algebra.CompareAll
 
equals(Object) - Method in class org.openrdf.query.algebra.CompareAny
 
equals(Object) - Method in class org.openrdf.query.algebra.CompareSubQueryValueOperator
 
equals(Object) - Method in class org.openrdf.query.algebra.Count
 
equals(Object) - Method in class org.openrdf.query.algebra.Datatype
 
equals(Object) - Method in class org.openrdf.query.algebra.Difference
 
equals(Object) - Method in class org.openrdf.query.algebra.Distinct
 
equals(Object) - Method in class org.openrdf.query.algebra.EmptySet
 
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.Exists
 
equals(Object) - Method in class org.openrdf.query.algebra.Extension
 
equals(Object) - Method in class org.openrdf.query.algebra.ExtensionElem
 
equals(Object) - Method in class org.openrdf.query.algebra.Filter
 
equals(Object) - Method in class org.openrdf.query.algebra.FunctionCall
 
equals(Object) - Method in class org.openrdf.query.algebra.Group
 
equals(Object) - Method in class org.openrdf.query.algebra.GroupElem
 
equals(Object) - Method in class org.openrdf.query.algebra.In
 
equals(Object) - Method in class org.openrdf.query.algebra.Intersection
 
equals(Object) - Method in class org.openrdf.query.algebra.IsBNode
 
equals(Object) - Method in class org.openrdf.query.algebra.IsLiteral
 
equals(Object) - Method in class org.openrdf.query.algebra.IsResource
 
equals(Object) - Method in class org.openrdf.query.algebra.IsURI
 
equals(Object) - Method in class org.openrdf.query.algebra.Join
 
equals(Object) - Method in class org.openrdf.query.algebra.Label
 
equals(Object) - Method in class org.openrdf.query.algebra.Lang
 
equals(Object) - Method in class org.openrdf.query.algebra.LangMatches
 
equals(Object) - Method in class org.openrdf.query.algebra.LeftJoin
 
equals(Object) - Method in class org.openrdf.query.algebra.Like
 
equals(Object) - Method in class org.openrdf.query.algebra.LocalName
 
equals(Object) - Method in class org.openrdf.query.algebra.MathExpr
 
equals(Object) - Method in class org.openrdf.query.algebra.Max
 
equals(Object) - Method in class org.openrdf.query.algebra.Min
 
equals(Object) - Method in class org.openrdf.query.algebra.MultiProjection
 
equals(Object) - Method in class org.openrdf.query.algebra.Namespace
 
equals(Object) - Method in class org.openrdf.query.algebra.Not
 
equals(Object) - Method in class org.openrdf.query.algebra.Or
 
equals(Object) - Method in class org.openrdf.query.algebra.Order
 
equals(Object) - Method in class org.openrdf.query.algebra.OrderElem
 
equals(Object) - Method in class org.openrdf.query.algebra.Projection
 
equals(Object) - Method in class org.openrdf.query.algebra.ProjectionElem
 
equals(Object) - Method in class org.openrdf.query.algebra.ProjectionElemList
 
equals(Object) - Method in interface org.openrdf.query.algebra.QueryModelNode
Returns true if this query model node and its children are recursively equal to o and its children.
equals(Object) - Method in class org.openrdf.query.algebra.QueryRoot
 
equals(Object) - Method in class org.openrdf.query.algebra.Reduced
 
equals(Object) - Method in class org.openrdf.query.algebra.Regex
 
equals(Object) - Method in class org.openrdf.query.algebra.SameTerm
 
equals(Object) - Method in class org.openrdf.query.algebra.SingletonSet
 
equals(Object) - Method in class org.openrdf.query.algebra.Slice
 
equals(Object) - Method in class org.openrdf.query.algebra.StatementPattern
 
equals(Object) - Method in class org.openrdf.query.algebra.Str
 
equals(Object) - Method in class org.openrdf.query.algebra.SubQueryValueOperator
 
equals(Object) - Method in class org.openrdf.query.algebra.UnaryTupleOperator
 
equals(Object) - Method in class org.openrdf.query.algebra.UnaryValueOperator
 
equals(Object) - Method in class org.openrdf.query.algebra.Union
 
equals(Object) - Method in class org.openrdf.query.algebra.ValueConstant
 
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.nativerdf.model.NativeBNode
 
equals(Object) - Method in class org.openrdf.sail.nativerdf.model.NativeLiteral
 
equals(Object) - Method in class org.openrdf.sail.nativerdf.model.NativeURI
 
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
RegularExpression Id.
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(Reduced, 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(ExternalSet, 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(BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.ExternalSet
 
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() - 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, String...) - 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
RegularExpression Id.
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.
ExploreServlet - Class in org.openrdf.workbench.commands
 
ExploreServlet() - Constructor for class org.openrdf.workbench.commands.ExploreServlet
 
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.contextaware.config.ContextAwareConfig
 
export(RDFHandler, Resource...) - Method in class org.openrdf.repository.contextaware.ContextAwareConnection
 
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
 
ExportServlet - Class in org.openrdf.workbench.commands
 
ExportServlet() - Constructor for class org.openrdf.workbench.commands.ExportServlet
 
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, RDFHandler, Resource...) - Method in class org.openrdf.repository.contextaware.ContextAwareConnection
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 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
RegularExpression Id.
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
 
ExternalSet - Class in org.openrdf.query.algebra.evaluation.impl
 
ExternalSet() - Constructor for class org.openrdf.query.algebra.evaluation.impl.ExternalSet
 

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
RegularExpression Id.
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.sail.helpers.SailConnectionBase
 
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<C>) - 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
 
flush() - Method in class org.openrdf.workbench.util.TupleResultBuilder
 
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.
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(NotifyingSail) - 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
RegularExpression Id.
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
RegularExpression Id.
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
Generate ParseException.
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
 
getAcceptParams(Iterable<RDFFormat>, boolean, RDFFormat) - Static method in class org.openrdf.rio.RDFFormat
 
getAcceptServerPrefixes() - Method in class org.openrdf.workbench.proxy.WorkbenchGateway
 
getActiveDataset() - Method in class org.openrdf.repository.sail.SailQuery
Gets the "active" dataset for this query.
getAddContexts() - Method in class org.openrdf.repository.contextaware.config.ContextAwareConfig
 
getAddContexts() - Method in class org.openrdf.repository.contextaware.ContextAwareConnection
The contexts to add the statements to.
getAddContexts() - Method in class org.openrdf.repository.contextaware.ContextAwareRepository
 
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
 
getArchiveContexts() - Method in class org.openrdf.repository.contextaware.config.ContextAwareConfig
 
getArchiveContexts() - Method in class org.openrdf.repository.contextaware.ContextAwareConnection
Before Statements are removed, they are first copied to these contexts.
getArchiveContexts() - Method in class org.openrdf.repository.contextaware.ContextAwareRepository
 
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
 
getArgList() - Method in class org.openrdf.query.parser.serql.ast.ASTInList
 
getArgs() - Method in class org.openrdf.query.algebra.FunctionCall
 
getAssuredBindingNames() - Method in class org.openrdf.query.algebra.Difference
 
getAssuredBindingNames() - Method in class org.openrdf.query.algebra.EmptySet
 
getAssuredBindingNames() - Method in class org.openrdf.query.algebra.evaluation.impl.ExternalSet
 
getAssuredBindingNames() - Method in class org.openrdf.query.algebra.Group
 
getAssuredBindingNames() - Method in class org.openrdf.query.algebra.Intersection
 
getAssuredBindingNames() - Method in class org.openrdf.query.algebra.Join
 
getAssuredBindingNames() - Method in class org.openrdf.query.algebra.LeftJoin
 
getAssuredBindingNames() - Method in class org.openrdf.query.algebra.MultiProjection
 
getAssuredBindingNames() - Method in class org.openrdf.query.algebra.Projection
 
getAssuredBindingNames() - Method in class org.openrdf.query.algebra.SingletonSet
 
getAssuredBindingNames() - Method in class org.openrdf.query.algebra.StatementPattern
 
getAssuredBindingNames() - Method in interface org.openrdf.query.algebra.TupleExpr
Gets the names of the bindings that are guaranteed to be present in the results produced by this tuple expression.
getAssuredBindingNames() - Method in class org.openrdf.query.algebra.UnaryTupleOperator
 
getAssuredBindingNames() - Method in class org.openrdf.query.algebra.Union
 
getAssuredBindingNames() - Method in class org.openrdf.sail.rdbms.algebra.SelectQuery
 
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.NotifyingSailWrapper
 
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.
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
Get token beginning column number.
getBeginColumn() - Method in class org.openrdf.query.parser.sparql.ast.JavaCharStream
 
getBeginLine() - Method in class org.openrdf.query.parser.serql.ast.SimpleCharStream
Get token beginning line number.
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
 
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.impl.ExternalSet
 
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(ColumnVar) - Method in class org.openrdf.sail.rdbms.algebra.SelectQuery
 
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.TEXT.
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 getBooleanValue((Literal)value, fallback) in case the supplied value is a literal, returns the fallback value otherwise.
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 getCalendarValue((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(StatementPattern) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStatistics.CardinalityCalculator
 
getCardinality(TupleExpr) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStatistics
 
getCardinality(StatementPattern) - Method in class org.openrdf.sail.memory.MemoryStoreConnection.MemEvaluationStatistics.MemCardinalityCalculator
 
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
 
getChangeServerPath() - Method in class org.openrdf.workbench.proxy.WorkbenchGateway
 
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.contextaware.config.ContextAwareFactory
 
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.contextaware.ContextAwareRepository
 
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.NotifyingSailBase
 
getConnection() - Method in class org.openrdf.sail.helpers.NotifyingSailWrapper
 
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 interface org.openrdf.sail.NotifyingSail
Opens a connection on the Sail which can be used to query and update data.
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.NotifyingSailBase
 
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
 
getConstantVars(Iterable<Var>) - Method in class org.openrdf.query.algebra.evaluation.impl.QueryJoinOptimizer.JoinVisitor
 
getConstruct() - Method in class org.openrdf.query.parser.sparql.ast.ASTConstructQuery
 
getConstructClause() - Method in class org.openrdf.query.parser.serql.ast.ASTConstructQuery
 
getContentParameter() - Method in class org.openrdf.workbench.util.WorkbenchRequest
 
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(boolean) - 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
 
getContextPath() - Method in class org.openrdf.workbench.util.DynamicHttpRequest
 
getContexts() - Method in class org.openrdf.http.protocol.transaction.operations.ContextOperation
 
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.
getCookieNames() - Method in class org.openrdf.workbench.base.TransformationServlet
 
getCookieNames() - Method in class org.openrdf.workbench.commands.AddServlet
 
getCookieNames() - Method in class org.openrdf.workbench.commands.ExploreServlet
 
getCookieNames() - Method in class org.openrdf.workbench.commands.ExportServlet
 
getCookieNames() - Method in class org.openrdf.workbench.commands.InfoServlet
 
getCookieNames() - Method in class org.openrdf.workbench.commands.QueryServlet
 
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
Gets the Sail's data directory.
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 getDecimalValue((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
 
getDefaultServerPath() - Method in class org.openrdf.workbench.proxy.WorkbenchGateway
 
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 getDoubleValue((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
 
getElements() - Method in class org.openrdf.query.parser.serql.ast.ASTArgList
 
getEndColumn() - Method in class org.openrdf.query.parser.serql.ast.SimpleCharStream
Get token end column number.
getEndColumn() - Method in class org.openrdf.query.parser.sparql.ast.JavaCharStream
 
getEndLine() - Method in class org.openrdf.query.parser.serql.ast.SimpleCharStream
Get token end line number.
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
Deprecated. Use SailConnectionBase.connectionLock directly instead.
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.IDFile
 
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
 
getFlags() - Method in class org.openrdf.query.parser.serql.ast.ASTRegex
 
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 getFloatValue((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
 
getForeignVarFreq(List<Var>, Map<Var, Integer>) - Method in class org.openrdf.query.algebra.evaluation.impl.QueryJoinOptimizer.JoinVisitor
 
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.mysql.MySqlConnectionFactory
 
getFromDummyTable() - Method in class org.openrdf.sail.rdbms.RdbmsConnectionFactory
FROM DUAL
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
 
getFromItemNotInUnion(String) - Method in class org.openrdf.sail.rdbms.algebra.base.FromItem
 
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
 
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.
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
Get token literal value.
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
 
getInitParameter(String) - Method in class org.openrdf.workbench.util.BasicServletConfig
 
getInitParameterNames() - Method in class org.openrdf.workbench.util.BasicServletConfig
 
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.
getInt(String) - Method in class org.openrdf.workbench.util.WorkbenchRequest
 
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 getIntegerValue((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 getIntValue((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
 
getLanguageRange() - Method in class org.openrdf.query.parser.serql.ast.ASTLangMatches
 
getLanguageTable() - Method in class org.openrdf.sail.rdbms.schema.LiteralTable
 
getLanguageTag() - Method in class org.openrdf.query.parser.serql.ast.ASTLangMatches
 
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
 
getLeftOperand() - Method in class org.openrdf.query.parser.serql.ast.ASTSameTerm
 
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
 
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.
getLocale(Literal, Locale) - Static method in class org.openrdf.model.util.LiteralUtil
Determine the Locale from a literal's language tag, as specified by RFC 3166.
getLocale() - Method in class org.openrdf.workbench.util.DynamicHttpRequest
 
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.repository.manager.LocalRepositoryManager
Gets the base dir against which to resolve relative paths.
getLocation() - Method in class org.openrdf.repository.manager.RemoteRepositoryManager
Gets the URL of the remote server, e.g.
getLocation() - Method in class org.openrdf.repository.manager.RepositoryInfo
 
getLocation() - Method in class org.openrdf.repository.manager.RepositoryManager
Gets the URL of the server or directory.
getLocation() - Method in class org.openrdf.repository.manager.util.TypeFilteringRepositoryManager
 
getLocation() - Method in class org.openrdf.sail.helpers.DirectoryLockManager
 
getLocation() - Method in interface org.openrdf.sail.LockManager
Technical description of where the lock is located, such as a URL.
getLocation() - Method in class org.openrdf.sail.rdbms.util.DatabaseLockManager
 
getLocationString(int, int) - Static method in exception org.openrdf.rio.RDFParseException
Creates a string to that shows the specified line and column number.
getLockedBy() - Method in exception org.openrdf.repository.RepositoryLockedException
Returns the name representing the Java virtual machine that acquired the lock.
getLockedBy() - Method in exception org.openrdf.sail.SailLockedException
Returns the name representing the Java virtual machine that acquired the lock.
getLockManager() - Method in exception org.openrdf.sail.SailLockedException
 
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 getLongValue((Literal)value, fallback) in case the supplied value is a literal, returns the fallback value otherwise.
getMaxAgeOfCookie() - Method in class org.openrdf.workbench.proxy.WorkbenchGateway
 
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
 
getMaxQueryTime() - Method in class org.openrdf.query.impl.AbstractQuery
 
getMaxQueryTime() - Method in interface org.openrdf.query.Query
Returns the maximum query evaluation time.
getMaxQueryTime() - Method in class org.openrdf.repository.contextaware.config.ContextAwareConfig
 
getMaxQueryTime() - Method in class org.openrdf.repository.contextaware.ContextAwareConnection
 
getMaxQueryTime() - Method in class org.openrdf.repository.contextaware.ContextAwareRepository
 
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 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.
getMethod() - Method in class org.openrdf.workbench.util.DynamicHttpRequest
 
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.BadlyDesignedLeftJoinIterator
 
getNextElement() - Method in class org.openrdf.query.algebra.evaluation.iterator.JoinIterator
 
getNextElement() - Method in class org.openrdf.query.algebra.evaluation.iterator.LeftJoinIterator
 
getNextElement() - Method in class org.openrdf.query.algebra.evaluation.iterator.MultiProjectionIterator
 
getNextElement() - Method in class org.openrdf.sail.memory.model.MemStatementIterator
Searches through statementList, starting from index _nextStatementIdx + 1, for statements that match the constraints that have been set for this iterator.
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
Get the next Token.
getNextToken() - Method in class org.openrdf.query.parser.serql.ast.SyntaxTreeBuilderTokenManager
Get the next Token.
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.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
 
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
 
getOperand() - Method in class org.openrdf.query.parser.serql.ast.ASTStr
 
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.
getOrCreateMemBNode(BNode) - Method in class org.openrdf.sail.memory.model.MemValueFactory
See MemValueFactory.getOrCreateMemValue(Value) for description.
getOrCreateMemLiteral(Literal) - Method in class org.openrdf.sail.memory.model.MemValueFactory
See MemValueFactory.getOrCreateMemValue(Value) for description.
getOrCreateMemResource(Resource) - Method in class org.openrdf.sail.memory.model.MemValueFactory
See MemValueFactory.getOrCreateMemValue(Value) for description.
getOrCreateMemURI(URI) - Method in class org.openrdf.sail.memory.model.MemValueFactory
See MemValueFactory.getOrCreateMemValue(Value) for description.
getOrCreateMemValue(Value) - Method in class org.openrdf.sail.memory.model.MemValueFactory
Gets or creates a MemValue for the supplied Value.
getOrderBy() - Method in class org.openrdf.query.parser.serql.ast.ASTConstructQuery
 
getOrderBy() - Method in class org.openrdf.query.parser.serql.ast.ASTSelectQuery
 
getOrderClause() - Method in class org.openrdf.query.parser.sparql.ast.ASTQuery
 
getOrderElems() - Method in class org.openrdf.sail.rdbms.algebra.SelectQuery
 
getOrderExprList() - Method in class org.openrdf.query.parser.serql.ast.ASTOrderBy
 
getParameter(String) - Method in class org.openrdf.workbench.util.WorkbenchRequest
 
getParameters() - Method in class org.openrdf.sail.rdbms.evaluation.QueryBuilder
 
getParameters() - Method in class org.openrdf.sail.rdbms.evaluation.SqlExprBuilder
 
getParameterValues(String) - Method in class org.openrdf.workbench.util.WorkbenchRequest
 
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
 
getPathExpr() - Method in class org.openrdf.query.parser.serql.ast.ASTConstruct
 
getPathExpr() - Method in class org.openrdf.query.parser.serql.ast.ASTFrom
 
getPathExpr() - Method in class org.openrdf.query.parser.serql.ast.ASTOptPathExpr
 
getPathExprList() - Method in class org.openrdf.query.parser.serql.ast.ASTPathExprList
 
getPathExprList() - Method in class org.openrdf.query.parser.serql.ast.ASTPathExprUnion
 
getPathInfo() - Method in class org.openrdf.workbench.util.DynamicHttpRequest
 
getPattern() - Method in class org.openrdf.query.algebra.Like
 
getPattern() - Method in class org.openrdf.query.parser.serql.ast.ASTLike
 
getPattern() - Method in class org.openrdf.query.parser.serql.ast.ASTRegex
 
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.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
 
getProperties() - Method in class org.openrdf.sail.rdbms.mysql.MySqlStore
 
getProperties() - Method in class org.openrdf.sail.rdbms.postgresql.PgSqlStore
 
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.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 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.
getQueryLanguage() - Method in class org.openrdf.repository.contextaware.config.ContextAwareConfig
 
getQueryLanguage() - Method in class org.openrdf.repository.contextaware.ContextAwareConnection
 
getQueryLanguage() - Method in class org.openrdf.repository.contextaware.ContextAwareRepository
 
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.workbench.util.DynamicHttpRequest
 
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
 
getReadContexts() - Method in class org.openrdf.repository.contextaware.config.ContextAwareConfig
 
getReadContexts() - Method in class org.openrdf.repository.contextaware.ContextAwareConnection
The context(s) to get the data from.
getReadContexts() - Method in class org.openrdf.repository.contextaware.ContextAwareRepository
 
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.
getRemoveContexts() - Method in class org.openrdf.repository.contextaware.config.ContextAwareConfig
 
getRemoveContexts() - Method in class org.openrdf.repository.contextaware.ContextAwareConnection
The context(s) to remove the data from.
getRemoveContexts() - Method in class org.openrdf.repository.contextaware.ContextAwareRepository
 
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.contextaware.config.ContextAwareFactory
 
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
 
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.
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.contextaware.config.ContextAwareFactory
Returns the repository's type: openrdf:ContextAwareRepository.
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
 
getRequestedBy() - Method in exception org.openrdf.repository.RepositoryLockedException
Returns the name representing the Java virtual machine that requested the lock.
getRequestedBy() - Method in exception org.openrdf.sail.SailLockedException
Returns the name representing the Java virtual machine that requested the lock.
getResource(String) - Method in class org.openrdf.workbench.util.WorkbenchRequ