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

A

abort() - Method in interface com.hp.hpl.jena.query.QueryExecution
Stop in mid execution.
add(ArgDecl, String, String) - Method in class arq.cmdline.CmdGeneral
 
add(String, boolean) - Method in class arq.cmdline.CmdLineArgs
Add an argument to those to be accepted on the command line.
add(boolean, String) - Method in class arq.cmdline.CmdLineArgs
Add an argument to those to be accepted on the command line.
add(ArgDecl) - Method in class arq.cmdline.CmdLineArgs
Add an argument object
add(String, RDFNode) - Method in class com.hp.hpl.jena.query.QuerySolutionMap
 
addAll(QuerySolutionMap) - Method in class com.hp.hpl.jena.query.QuerySolutionMap
Add all of the solutions from one QuerySolutionMap into this QuerySolutionMap
addAll(QuerySolution) - Method in class com.hp.hpl.jena.query.QuerySolutionMap
Add all of the solutions from one QuerySolution into this QuerySolutionMap
addArg(String) - Method in class arq.cmdline.CmdLineArgs
Add a named argument which has no value.
addArg(String, String) - Method in class arq.cmdline.CmdLineArgs
Add a named argument/value pair
addClass(Class<?>) - Method in class arq.cmdline.ModVersion
 
addDescribeNode(Node) - Method in class com.hp.hpl.jena.query.Query
 
addedStatement(Statement) - Method in class com.hp.hpl.jena.query.larq.IndexBuilderModel
ModelListener interface : statement added to the model
addGraphURI(String) - Method in class com.hp.hpl.jena.query.Query
Location of the source for the data.
addGroupBy(String) - Method in class com.hp.hpl.jena.query.Query
 
addGroupBy(Node) - Method in class com.hp.hpl.jena.query.Query
 
addGroupBy(Expr) - Method in class com.hp.hpl.jena.query.Query
 
addGroupBy(Var, Expr) - Method in class com.hp.hpl.jena.query.Query
 
addHavingCondition(Expr) - Method in class com.hp.hpl.jena.query.Query
 
addModule(ArgModuleGeneral) - Method in class arq.cmdline.CmdGeneral
 
addName(String) - Method in class arq.cmdline.ArgDecl
 
addNamedGraphURI(String) - Method in class com.hp.hpl.jena.query.Query
Location of the source for the data.
addNamedModel(String, Model) - Method in interface com.hp.hpl.jena.query.DataSource
Set a named graph.
addOrderBy(SortCondition) - Method in class com.hp.hpl.jena.query.Query
 
addOrderBy(Expr, int) - Method in class com.hp.hpl.jena.query.Query
 
addOrderBy(Node, int) - Method in class com.hp.hpl.jena.query.Query
 
addOrderBy(String, int) - Method in class com.hp.hpl.jena.query.Query
 
addPositional(String) - Method in class arq.cmdline.CmdLineArgs
Add a positional parameter
addPrefixMapping(String, String) - Static method in class arq.cmdline.ModSymbol
 
addProjectVars(Collection<?>) - Method in class com.hp.hpl.jena.query.Query
Add a collection of projection variables to a SELECT query
addResultVar(String) - Method in class com.hp.hpl.jena.query.Query
Add a projection variable to a SELECT query
addResultVar(Node) - Method in class com.hp.hpl.jena.query.Query
 
addResultVar(Node, Expr) - Method in class com.hp.hpl.jena.query.Query
 
addResultVar(Expr) - Method in class com.hp.hpl.jena.query.Query
Add an to a SELECT query (a name will be created for it)
addResultVar(String, Expr) - Method in class com.hp.hpl.jena.query.Query
Add a named expression to a SELECT query
addUpdate(Update) - Method in class com.hp.hpl.jena.update.UpdateRequest
 
addUsage(String, String) - Method in class arq.cmdline.Usage
 
allocAggregate(AggregateFactory) - Method in class com.hp.hpl.jena.query.Query
 
allocGlobalVarMarker - Static variable in class com.hp.hpl.jena.sparql.ARQConstants
 
allocParserAnonVars - Static variable in class com.hp.hpl.jena.sparql.ARQConstants
 
allocPathVariables - Static variable in class com.hp.hpl.jena.sparql.ARQConstants
 
allocQueryVariables - Static variable in class com.hp.hpl.jena.sparql.ARQConstants
 
allocSSEAnonVars - Static variable in class com.hp.hpl.jena.sparql.ARQConstants
 
allocSSENamedVars - Static variable in class com.hp.hpl.jena.sparql.ARQConstants
 
allocSSEUnamedVars - Static variable in class com.hp.hpl.jena.sparql.ARQConstants
 
allocSymbol(String) - Static method in class com.hp.hpl.jena.sparql.ARQConstants
 
allocSymbol(String, String) - Static method in class com.hp.hpl.jena.sparql.ARQConstants
 
allocVarAnonMarker - Static variable in class com.hp.hpl.jena.sparql.ARQConstants
Marker for generated variables for non-distinguished in query patterns (??a etc)
allocVarMarker - Static variable in class com.hp.hpl.jena.sparql.ARQConstants
Marker for general temporary variables (not blank node variables)
AlreadyExists - Exception in com.hp.hpl.jena.sparql
 
AlreadyExists() - Constructor for exception com.hp.hpl.jena.sparql.AlreadyExists
 
AlreadyExists(Throwable) - Constructor for exception com.hp.hpl.jena.sparql.AlreadyExists
 
AlreadyExists(String) - Constructor for exception com.hp.hpl.jena.sparql.AlreadyExists
 
AlreadyExists(String, Throwable) - Constructor for exception com.hp.hpl.jena.sparql.AlreadyExists
 
Arg - Class in arq.cmdline
 
ArgDecl - Class in arq.cmdline
A command line argument specification.
ArgDecl(boolean, String) - Constructor for class arq.cmdline.ArgDecl
Create a declaration for a command argument.
ArgDecl(boolean, String, String) - Constructor for class arq.cmdline.ArgDecl
Create a declaration for a command argument.
ArgDecl(boolean, String, String, String) - Constructor for class arq.cmdline.ArgDecl
Create a declaration for a command argument.
ArgDecl(boolean, String, String, String, String) - Constructor for class arq.cmdline.ArgDecl
Create a declaration for a command argument.
ArgDecl(boolean, String, String, String, String, String) - Constructor for class arq.cmdline.ArgDecl
Create a declaration for a command argument.
ArgDecl(boolean, String, String, String, String, String, String) - Constructor for class arq.cmdline.ArgDecl
Create a declaration for a command argument.
ArgModule - Interface in arq.cmdline
 
ArgModuleGeneral - Interface in arq.cmdline
 
arq - package arq
 
arq - Class in arq
A program to execute queries from the command line in ARQ mode.
arq() - Constructor for class arq.arq
 
ARQ - Class in com.hp.hpl.jena.query
ARQ - miscellaneous settings
ARQ() - Constructor for class com.hp.hpl.jena.query.ARQ
 
arq.cmd - package arq.cmd
 
arq.cmdline - package arq.cmdline
 
arq.cmdline.test - package arq.cmdline.test
 
ARQConstants - Class in com.hp.hpl.jena.sparql
Internal constants - configuration is in class ARQ
ARQConstants() - Constructor for class com.hp.hpl.jena.sparql.ARQConstants
 
ARQException - Exception in com.hp.hpl.jena.sparql
 
ARQException(Throwable) - Constructor for exception com.hp.hpl.jena.sparql.ARQException
 
ARQException() - Constructor for exception com.hp.hpl.jena.sparql.ARQException
 
ARQException(String) - Constructor for exception com.hp.hpl.jena.sparql.ARQException
 
ARQException(String, Throwable) - Constructor for exception com.hp.hpl.jena.sparql.ARQException
 
ARQFunctionLibrary - Static variable in class com.hp.hpl.jena.sparql.ARQConstants
The ARQ function library
ARQFunctionLibraryURI - Static variable in class com.hp.hpl.jena.sparql.ARQConstants
The ARQ function library URI space
ARQInternalErrorException - Exception in com.hp.hpl.jena.sparql
 
ARQInternalErrorException(Throwable) - Constructor for exception com.hp.hpl.jena.sparql.ARQInternalErrorException
 
ARQInternalErrorException() - Constructor for exception com.hp.hpl.jena.sparql.ARQInternalErrorException
 
ARQInternalErrorException(String) - Constructor for exception com.hp.hpl.jena.sparql.ARQInternalErrorException
 
ARQInternalErrorException(String, Throwable) - Constructor for exception com.hp.hpl.jena.sparql.ARQInternalErrorException
 
arqIRI - Static variable in class com.hp.hpl.jena.query.ARQ
IRI for ARQ
ARQLuceneException - Exception in com.hp.hpl.jena.query.larq
Root exception for all exceptions generated by LARQ
ARQLuceneException(String) - Constructor for exception com.hp.hpl.jena.query.larq.ARQLuceneException
 
ARQLuceneException(String, Throwable) - Constructor for exception com.hp.hpl.jena.query.larq.ARQLuceneException
 
ARQNotImplemented - Exception in com.hp.hpl.jena.sparql
 
ARQNotImplemented(Throwable) - Constructor for exception com.hp.hpl.jena.sparql.ARQNotImplemented
 
ARQNotImplemented() - Constructor for exception com.hp.hpl.jena.sparql.ARQNotImplemented
 
ARQNotImplemented(String) - Constructor for exception com.hp.hpl.jena.sparql.ARQNotImplemented
 
ARQNotImplemented(String, Throwable) - Constructor for exception com.hp.hpl.jena.sparql.ARQNotImplemented
 
arqNS - Static variable in class com.hp.hpl.jena.query.ARQ
Root of ARQ-defined parameter names
ARQProcedureLibrary - Static variable in class com.hp.hpl.jena.sparql.ARQConstants
The ARQ property function library
ARQProcedureLibraryURI - Static variable in class com.hp.hpl.jena.sparql.ARQConstants
The ARQ procedure library URI space
ARQPropertyFunctionLibrary - Static variable in class com.hp.hpl.jena.sparql.ARQConstants
The ARQ property function library
ARQPropertyFunctionLibraryURI - Static variable in class com.hp.hpl.jena.sparql.ARQConstants
The ARQ property function library URI space
arqSymbolPrefix - Static variable in class com.hp.hpl.jena.query.ARQ
Root of ARQ-defined parameter names
asDatasetGraph() - Method in interface com.hp.hpl.jena.query.Dataset
Get the dataset in graph form
asRDF(Model, ResultSet) - Static method in class com.hp.hpl.jena.query.ResultSetFormatter
Encode the result set as RDF in the model provided.
asRDF(Model, boolean) - Static method in class com.hp.hpl.jena.query.ResultSetFormatter
Encode the boolean as RDF in the model provided.
assemble(String) - Static method in class com.hp.hpl.jena.query.DatasetFactory
Assembler a dataset from the model in a file
assemble(Model) - Static method in class com.hp.hpl.jena.query.DatasetFactory
Assembler a dataset from the model
assemble(Resource) - Static method in class com.hp.hpl.jena.query.DatasetFactory
Assembler a dataset from a resource
asText(ResultSet) - Static method in class com.hp.hpl.jena.query.ResultSetFormatter
Return a string that has the result set serilized as a text table
asText(ResultSet, Prologue) - Static method in class com.hp.hpl.jena.query.ResultSetFormatter
Return a string that has the result set serilized as a text table
asXMLString(ResultSet) - Static method in class com.hp.hpl.jena.query.ResultSetFormatter
Return a string that has the result set serilized as XML (not RDF)
asXMLString(ResultSet, String) - Static method in class com.hp.hpl.jena.query.ResultSetFormatter
Return a string that has the result set serilized as XML (not RDF) with a style sheet directive inserted into the XML.
asXMLString(boolean) - Static method in class com.hp.hpl.jena.query.ResultSetFormatter
Return a string that has the result set serilized as XML (not RDF)
asXMLString(boolean, String) - Static method in class com.hp.hpl.jena.query.ResultSetFormatter
Return a string that has the result set serilized as XML (not RDF)
autoDistinct - Static variable in class com.hp.hpl.jena.sparql.ARQConstants
Context key for making all SELECT queries have DISTINCT applied, whether stated ot not

B

boundSubject(Binding, Node, Var, String, long, float, ExecutionContext) - Method in class com.hp.hpl.jena.query.larq.LuceneSearch
 
build(Document) - Static method in class com.hp.hpl.jena.query.larq.LARQ
 
build(PropFuncArg, Node, PropFuncArg, ExecutionContext) - Method in class com.hp.hpl.jena.query.larq.LuceneSearch
 
BUILD_DATE - Static variable in class com.hp.hpl.jena.query.ARQ
The date and time at which this release was built

C

CallbackHelp - Interface in arq.cmdline
 
CallbackVersion - Interface in arq.cmdline
 
checkCommandLine(CmdGeneral) - Method in class arq.cmdline.ModEngine
 
checkCommandLine(CmdArgModule) - Method in class arq.cmdline.ModRemote
 
checkCommandLine(CmdArgModule) - Method in class arq.cmdline.ModResultsIn
 
checkCommandLine(CmdArgModule) - Method in class arq.cmdline.ModResultsOut
 
checkCommandLine(CmdArgModule) - Method in class arq.cmdline.ModSymbol
 
checkCommandLine(CmdArgModule) - Method in class arq.cmdline.ModTime
 
clear() - Method in class com.hp.hpl.jena.query.QuerySolutionMap
Clear this QuerySolutionMap
clone() - Method in class com.hp.hpl.jena.query.Query
 
cloneQuery() - Method in class com.hp.hpl.jena.query.Query
 
close() - Method in interface com.hp.hpl.jena.query.Dataset
Close the dataset, potentially releasing any associated resources.
close() - Method in class com.hp.hpl.jena.query.larq.IndexLARQ
 
close() - Method in interface com.hp.hpl.jena.query.QueryExecution
Close the query execution and stop query evaluation as soon as convenient.
closeWriter() - Method in interface com.hp.hpl.jena.query.larq.IndexBuilder
Close the index
closeWriter() - Method in class com.hp.hpl.jena.query.larq.IndexBuilderBase
Close the writing index permanently.
closeWriter(boolean) - Method in class com.hp.hpl.jena.query.larq.IndexBuilderBase
Close the writing index permanently.
closeWriter() - Method in class com.hp.hpl.jena.query.larq.IndexBuilderLiteral
Close the index - no more updates possible
closeWriter() - Method in class com.hp.hpl.jena.query.larq.IndexBuilderModel
Close the index - no more updates possible
CmdArgModule - Class in arq.cmdline
 
CmdARQ - Class in arq.cmdline
 
CmdARQ_SSE - Class in arq.cmdline
Root of read an SSE file and do something
CmdARQ_SSE(String[]) - Constructor for class arq.cmdline.CmdARQ_SSE
 
cmdError(String) - Method in class arq.cmdline.CmdMain
 
cmdError(String, boolean) - Method in class arq.cmdline.CmdMain
 
CmdException - Exception in arq.cmd
Indicate that something went wrong - while executing the command or processing the request.
CmdException() - Constructor for exception arq.cmd.CmdException
 
CmdException(String) - Constructor for exception arq.cmd.CmdException
 
CmdException(String, Throwable) - Constructor for exception arq.cmd.CmdException
 
CmdGeneral - Class in arq.cmdline
 
CmdLARQ - Class in arq.cmdline
 
CmdLineArgs - Class in arq.cmdline
Command line, using the common named/positional arguments paradigm (also called options/arguments).
CmdLineArgs(String[]) - Constructor for class arq.cmdline.CmdLineArgs
 
CmdLineTest - Class in arq.cmdline
 
CmdLineTest(String[]) - Constructor for class arq.cmdline.CmdLineTest
 
CmdMain - Class in arq.cmdline
Adds main()-like methods Usage: new YourCommand(args).mainAndExit() which never returns and routes thing to System.exit.
CmdMain(String[]) - Constructor for class arq.cmdline.CmdMain
 
CmdUpdate - Class in arq.cmdline
 
CmdUtils - Class in arq.cmd
Odds and ends
CmdUtils() - Constructor for class arq.cmd.CmdUtils
 
com.hp.hpl.jena.query - package com.hp.hpl.jena.query
ARQ - A query engine for Jena, implementing SPARQL.
com.hp.hpl.jena.query.larq - package com.hp.hpl.jena.query.larq
 
com.hp.hpl.jena.sparql - package com.hp.hpl.jena.sparql
 
com.hp.hpl.jena.update - package com.hp.hpl.jena.update
 
CommandLineBase - Class in arq.cmdline
Incoming String[] to a list of argument/values + items.
CommandLineBase(String[]) - Constructor for class arq.cmdline.CommandLineBase
 
CommandLineBase() - Constructor for class arq.cmdline.CommandLineBase
 
constantBNodeLabels - Static variable in class com.hp.hpl.jena.query.ARQ
Controls bNode labels as <_:...> or not - that is a pseudo URIs.
consume(ResultSet) - Static method in class com.hp.hpl.jena.query.ResultSetFormatter
This operation faithfully walks the results but does nothing with them.
contains(ArgDecl) - Method in class arq.cmdline.CmdLineArgs
Test whether an argument was seen.
contains(String) - Method in class arq.cmdline.CmdLineArgs
Test whether an argument was seen.
contains(Node, String) - Method in class com.hp.hpl.jena.query.larq.IndexLARQ
Check whether an index recognizes a node.
contains(String) - Method in interface com.hp.hpl.jena.query.QuerySolution
Return true if the named variable is in this binding
containsMultiple(String) - Method in class arq.cmdline.CmdLineArgs
Test whether an argument was seen more than once
containsMultiple(ArgDecl) - Method in class arq.cmdline.CmdLineArgs
Test whether an argument was seen more than once
containsNamedModel(String) - Method in interface com.hp.hpl.jena.query.Dataset
Does the dataset contain a model with the name supplied?
copyResults(ResultSet) - Static method in class com.hp.hpl.jena.query.ResultSetFactory
Take a copy of a result set - the result set returns is an in-memory copy.
create(Resource) - Method in class arq.cmdline.ModAssembler
 
create() - Static method in class com.hp.hpl.jena.query.DatasetFactory
Create a Dataset
create(Model) - Static method in class com.hp.hpl.jena.query.DatasetFactory
Create a dataset with the given model as the default graph
create(List<String>) - Static method in class com.hp.hpl.jena.query.DatasetFactory
Create a dataset based on a list of URIs : these are merged into the default graph of teh dataset.
create(String) - Static method in class com.hp.hpl.jena.query.DatasetFactory
Create a dataset with a default graph and no named graphs
create(List<String>, FileManager) - Static method in class com.hp.hpl.jena.query.DatasetFactory
Create a dataset based on a list of URIs : these are merged into the default graph of teh dataset.
create(String, FileManager) - Static method in class com.hp.hpl.jena.query.DatasetFactory
Create a dataset based on a list of URIs : these are merged into the default graph of teh dataset.
create(List<String>, List<String>) - Static method in class com.hp.hpl.jena.query.DatasetFactory
Create a dataset based on two list of URIs.
create(String, List<String>) - Static method in class com.hp.hpl.jena.query.DatasetFactory
Create a dataset container based on two list of URIs.
create(String, List<String>, FileManager, String) - Static method in class com.hp.hpl.jena.query.DatasetFactory
Create a named graph container based on two list of URIs.
create(List<String>, List<String>, FileManager, String) - Static method in class com.hp.hpl.jena.query.DatasetFactory
Create a named graph container based on two list of URIs.
create(Query) - Static method in class com.hp.hpl.jena.query.QueryExecutionFactory
Create a QueryExecution
create(String) - Static method in class com.hp.hpl.jena.query.QueryExecutionFactory
Create a QueryExecution
create(String, Syntax) - Static method in class com.hp.hpl.jena.query.QueryExecutionFactory
Create a QueryExecution
create(Query, Dataset) - Static method in class com.hp.hpl.jena.query.QueryExecutionFactory
Create a QueryExecution to execute over the Dataset.
create(String, Dataset) - Static method in class com.hp.hpl.jena.query.QueryExecutionFactory
Create a QueryExecution to execute over the Dataset.
create(String, Syntax, Dataset) - Static method in class com.hp.hpl.jena.query.QueryExecutionFactory
Create a QueryExecution to execute over the Dataset.
create(Query, FileManager) - Static method in class com.hp.hpl.jena.query.QueryExecutionFactory
Create a QueryExecution : the file manager will be used to load URIs in the query decription.
create(String, FileManager) - Static method in class com.hp.hpl.jena.query.QueryExecutionFactory
Create a QueryExecution : the file manager will be used to load URIs in the query decription.
create(String, Syntax, FileManager) - Static method in class com.hp.hpl.jena.query.QueryExecutionFactory
Create a QueryExecution : the file manager will be used to load URIs in the query decription.
create(Query, Model) - Static method in class com.hp.hpl.jena.query.QueryExecutionFactory
Create a QueryExecution to execute over the Model.
create(String, Model) - Static method in class com.hp.hpl.jena.query.QueryExecutionFactory
Create a QueryExecution to execute over the Model.
create(String, Syntax, Model) - Static method in class com.hp.hpl.jena.query.QueryExecutionFactory
Create a QueryExecution to execute over the Model.
create(Query, QuerySolution) - Static method in class com.hp.hpl.jena.query.QueryExecutionFactory
Create a QueryExecution to execute over the Model.
create(String, QuerySolution) - Static method in class com.hp.hpl.jena.query.QueryExecutionFactory
Create a QueryExecution given some initial values of variables.
create(String, Syntax, QuerySolution) - Static method in class com.hp.hpl.jena.query.QueryExecutionFactory
Create a QueryExecution given some initial values of variables.
create(Query, Model, QuerySolution) - Static method in class com.hp.hpl.jena.query.QueryExecutionFactory
Create a QueryExecution to execute over the Model, given some initial values of variables.
create(String, Model, QuerySolution) - Static method in class com.hp.hpl.jena.query.QueryExecutionFactory
Create a QueryExecution to execute over the Model, given some initial values of variables.
create(String, Syntax, Model, QuerySolution) - Static method in class com.hp.hpl.jena.query.QueryExecutionFactory
Create a QueryExecution to execute over the Model, given some initial values of variables.
create(Query, Dataset, QuerySolution) - Static method in class com.hp.hpl.jena.query.QueryExecutionFactory
Create a QueryExecution over a Dataset given some initial values of variables.
create(String, Dataset, QuerySolution) - Static method in class com.hp.hpl.jena.query.QueryExecutionFactory
Create a QueryExecution over a Dataset given some initial values of variables.
create(String, Syntax, Dataset, QuerySolution) - Static method in class com.hp.hpl.jena.query.QueryExecutionFactory
Create a QueryExecution over a Dataset given some initial values of variables.
create(String) - Static method in class com.hp.hpl.jena.query.QueryFactory
Create a SPARQL query from the given string.
create(String, Syntax) - Static method in class com.hp.hpl.jena.query.QueryFactory
Create a query from the given string with the
create(String, String) - Static method in class com.hp.hpl.jena.query.QueryFactory
Create a query from the given string by calling the parser.
create(String, String, Syntax) - Static method in class com.hp.hpl.jena.query.QueryFactory
Create a query from the given string by calling the parser.
create(Query) - Static method in class com.hp.hpl.jena.query.QueryFactory
Make a query from another one by deep copy (a clone).
create(QueryIterator, List<String>) - Static method in class com.hp.hpl.jena.query.ResultSetFactory
Build a result set from one of ARQ's lower level query iterator.
create() - Static method in class com.hp.hpl.jena.update.GraphStoreFactory
Create an empty GraphStore with an empty default graph (in-memory)
create(Model) - Static method in class com.hp.hpl.jena.update.GraphStoreFactory
Create a GraphStore from a Model
create(Graph) - Static method in class com.hp.hpl.jena.update.GraphStoreFactory
Create a GraphStore from a Graph
create(Dataset) - Static method in class com.hp.hpl.jena.update.GraphStoreFactory
Create a GraphStore from a dataset so that updates apply to the graphs in the dataset.
create() - Static method in class com.hp.hpl.jena.update.UpdateFactory
Create an empty UpdateRequest
create(String) - Static method in class com.hp.hpl.jena.update.UpdateFactory
Create an UpdateRequest by parsing the given string
create(Update, GraphStore) - Static method in class com.hp.hpl.jena.update.UpdateFactory
Create a UpdateProcessor appropriate to the GraphStore, or null if no available factory to make an UpdateProcessor
create(Update, GraphStore, QuerySolution) - Static method in class com.hp.hpl.jena.update.UpdateFactory
Create a UpdateProcessor appropriate to the GraphStore, or null if no available factory to make an UpdateProcessor
create(Update, GraphStore, Binding) - Static method in class com.hp.hpl.jena.update.UpdateFactory
Create a UpdateProcessor appropriate to the GraphStore, or null if no available factory to make an UpdateProcessor
create(UpdateRequest, GraphStore) - Static method in class com.hp.hpl.jena.update.UpdateFactory
Create a UpdateProcessor appropriate to the GraphStore, or null if no available factory to make an UpdateProcessor
create(UpdateRequest, GraphStore, QuerySolution) - Static method in class com.hp.hpl.jena.update.UpdateFactory
Create a UpdateProcessor appropriate to the GraphStore, or null if no available factory to make an UpdateProcessor
create(UpdateRequest, GraphStore, Binding) - Static method in class com.hp.hpl.jena.update.UpdateFactory
Create a UpdateProcessor appropriate to the GraphStore, or null if no available factory to make an UpdateProcessor
createDataset() - Method in class arq.cmdline.ModDataset
 
createDataset() - Method in class arq.cmdline.ModDatasetAssembler
 
createDataset() - Method in class arq.cmdline.ModDatasetGeneral
 
createElement(String) - Static method in class com.hp.hpl.jena.query.QueryFactory
 
createGraphStore() - Method in class arq.cmdline.ModGraphStore
 
createNamed(List<String>, FileManager) - Static method in class com.hp.hpl.jena.query.DatasetFactory
Create a named graph container of graphs based on a list of URIs.
createPlan(Query, DatasetGraph, Binding, Context) - Static method in class com.hp.hpl.jena.query.QueryExecutionFactory
 
createPlan(String, Graph) - Static method in class com.hp.hpl.jena.query.QueryExecutionFactory
 
createPlan(String, DatasetGraph) - Static method in class com.hp.hpl.jena.query.QueryExecutionFactory
 
createPlan(Query, Graph) - Static method in class com.hp.hpl.jena.query.QueryExecutionFactory
 
createPlan(Query, DatasetGraph) - Static method in class com.hp.hpl.jena.query.QueryExecutionFactory
 
createPlan(Query, DatasetGraph, Binding) - Static method in class com.hp.hpl.jena.query.QueryExecutionFactory
 
createPlan(Element, Graph) - Static method in class com.hp.hpl.jena.query.QueryExecutionFactory
 
createPlan(Element, DatasetGraph) - Static method in class com.hp.hpl.jena.query.QueryExecutionFactory
 
createPlan(Element, DatasetGraph, Binding) - Static method in class com.hp.hpl.jena.query.QueryExecutionFactory
 
createServiceRequest(String, Query) - Static method in class com.hp.hpl.jena.query.QueryExecutionFactory
Create a service request for remote execution over HTTP.
createTemplate(String) - Static method in class com.hp.hpl.jena.query.QueryFactory
 

D

Dataset - Interface in com.hp.hpl.jena.query
Query is over a Dataset, a collection of named graphs and a background graph (also called the default graph or unnamed graph).
DatasetFactory - Class in com.hp.hpl.jena.query
Make Datasets and DataSources in various ways
DatasetFactory() - Constructor for class com.hp.hpl.jena.query.DatasetFactory
 
DataSource - Interface in com.hp.hpl.jena.query
A DataSource is a Dataset that has modification operations.
defaultSyntax - Static variable in class com.hp.hpl.jena.query.Syntax
The name of the default query language for query parsing.
direction - Variable in class com.hp.hpl.jena.query.SortCondition
 
DoesNotExist - Exception in com.hp.hpl.jena.sparql
 
DoesNotExist() - Constructor for exception com.hp.hpl.jena.sparql.DoesNotExist
 
DoesNotExist(Throwable) - Constructor for exception com.hp.hpl.jena.sparql.DoesNotExist
 
DoesNotExist(String) - Constructor for exception com.hp.hpl.jena.sparql.DoesNotExist
 
DoesNotExist(String, Throwable) - Constructor for exception com.hp.hpl.jena.sparql.DoesNotExist
 
doHelp() - Method in interface arq.cmdline.CallbackHelp
 
doHelp() - Method in interface arq.cmdline.CallbackVersion
 
doHelp() - Method in class arq.cmdline.CmdGeneral
 

E

enableBlankNodeResultLabels() - Static method in class com.hp.hpl.jena.query.ARQ
Turn on processing of blank node labels in queries
enableBlankNodeResultLabels(boolean) - Static method in class com.hp.hpl.jena.query.ARQ
Turn on/off processing of blank node labels in queries
enableExecutionTimeLogging - Static variable in class com.hp.hpl.jena.query.ARQ
Enable logging of execution timing.
enableOptimizer(boolean) - Static method in class com.hp.hpl.jena.query.ARQ
Globally switch the default optimizer on and off : Note that storage subsystems may also be applying separately controlled optimizations.
enableOptimizer(Context, boolean) - Static method in class com.hp.hpl.jena.query.ARQ
Switch the default optimizer on and off for a specific Context.
enablePropertyFunctions - Static variable in class com.hp.hpl.jena.query.ARQ
Enable built-in property functions - also called "magic properties".
enableRomanNumerals - Static variable in class com.hp.hpl.jena.query.ARQ
Context symbol controlling Roman Numerals in Filters.
endTimer() - Method in class arq.cmdline.ModTime
 
equals(Object) - Method in class com.hp.hpl.jena.query.Query
Are two queries equals - tests shape and details.
equals(Object) - Method in class com.hp.hpl.jena.query.SortCondition
 
execAndReturn(String...) - Static method in class arq.qexpr
 
execAsk() - Method in interface com.hp.hpl.jena.query.QueryExecution
Execute an ASK query
execConstruct() - Method in interface com.hp.hpl.jena.query.QueryExecution
Execute a CONSTRUCT query
execConstruct(Model) - Method in interface com.hp.hpl.jena.query.QueryExecution
Execute a CONSTRUCT query, putting the statements into 'model'.
execDescribe() - Method in interface com.hp.hpl.jena.query.QueryExecution
Execute a DESCRIBE query
execDescribe(Model) - Method in interface com.hp.hpl.jena.query.QueryExecution
Execute a DESCRIBE query, putting the statements into 'model'.
execEvaluated(Binding, PropFuncArg, Node, PropFuncArg, ExecutionContext) - Method in class com.hp.hpl.jena.query.larq.LuceneSearch
 
execSelect() - Method in interface com.hp.hpl.jena.query.QueryExecution
Execute a SELECT query
execute(UpdateRequest, Model) - Static method in class com.hp.hpl.jena.update.UpdateAction
Execute SPARQL/Update operations.
execute(UpdateRequest, Dataset) - Static method in class com.hp.hpl.jena.update.UpdateAction
Execute SPARQL/Update operations.
execute(UpdateRequest, Graph) - Static method in class com.hp.hpl.jena.update.UpdateAction
Execute SPARQL/Update operations.
execute(UpdateRequest, GraphStore) - Static method in class com.hp.hpl.jena.update.UpdateAction
Execute SPARQL/Update operations.
execute(UpdateRequest, Model, QuerySolution) - Static method in class com.hp.hpl.jena.update.UpdateAction
Execute SPARQL/Update operations.
execute(UpdateRequest, Dataset, QuerySolution) - Static method in class com.hp.hpl.jena.update.UpdateAction
Execute SPARQL/Update operations.
execute(UpdateRequest, Graph, Binding) - Static method in class com.hp.hpl.jena.update.UpdateAction
Execute SPARQL/Update operations.
execute(UpdateRequest, GraphStore, Binding) - Static method in class com.hp.hpl.jena.update.UpdateAction
Execute SPARQL/Update operations.
execute(Update, Model) - Static method in class com.hp.hpl.jena.update.UpdateAction
Execute a single SPARQL/Update operation.
execute(Update, Dataset) - Static method in class com.hp.hpl.jena.update.UpdateAction
Execute a single SPARQL/Update operation.
execute(Update, Graph) - Static method in class com.hp.hpl.jena.update.UpdateAction
Execute a single SPARQL/Update operation.
execute(Update, GraphStore) - Static method in class com.hp.hpl.jena.update.UpdateAction
Execute a single SPARQL/Update operation.
execute(Update, Model, QuerySolution) - Static method in class com.hp.hpl.jena.update.UpdateAction
Execute a single SPARQL/Update operation.
execute(Update, Dataset, QuerySolution) - Static method in class com.hp.hpl.jena.update.UpdateAction
Execute a single SPARQL/Update operation.
execute(Update, Graph, Binding) - Static method in class com.hp.hpl.jena.update.UpdateAction
Execute a single SPARQL/Update operation.
execute(Update, GraphStore, Binding) - Static method in class com.hp.hpl.jena.update.UpdateAction
Execute a single SPARQL/Update operation.
execute() - Method in interface com.hp.hpl.jena.update.UpdateProcessor
Execute an operation.
expression - Variable in class com.hp.hpl.jena.query.SortCondition
 
extensionValueTypes - Static variable in class com.hp.hpl.jena.query.ARQ
Expression evaluation without extension types (e.g.

F

fBNodeID - Static variable in class com.hp.hpl.jena.query.larq.LARQ
 
fDataType - Static variable in class com.hp.hpl.jena.query.larq.LARQ
 
filterPlacement - Static variable in class com.hp.hpl.jena.query.ARQ
Deprecated. 
fIndex - Static variable in class com.hp.hpl.jena.query.larq.LARQ
 
finishRequest() - Method in interface com.hp.hpl.jena.update.GraphStore
Signal end of a request being executed
finishVisit(Query) - Method in interface com.hp.hpl.jena.query.QueryVisitor
 
fLang - Static variable in class com.hp.hpl.jena.query.larq.LARQ
 
fLex - Static variable in class com.hp.hpl.jena.query.larq.LARQ
 
flushWriter() - Method in interface com.hp.hpl.jena.query.larq.IndexBuilder
Flush index - does a Lucene optimize
flushWriter() - Method in class com.hp.hpl.jena.query.larq.IndexBuilderBase
 
flushWriter() - Method in class com.hp.hpl.jena.query.larq.IndexBuilderModel
Flush the index, optimizing it, to allow a reader to be created
fnPrefix - Static variable in class com.hp.hpl.jena.sparql.ARQConstants
The prefix of XQuery/Xpath functions and operator
format(FmtExpr, IndentedWriter) - Method in class com.hp.hpl.jena.query.SortCondition
 
fromJSON(InputStream) - Static method in class com.hp.hpl.jena.query.ResultSetFactory
Read from an input stream which is the format of the SPARQL result set format in JSON.
fromRDF(Model) - Static method in class com.hp.hpl.jena.query.ResultSetFactory
Turns an RDF model, with properties and classses from the result set vocabulary, into a SPARQL result set.
fromSSE(InputStream) - Static method in class com.hp.hpl.jena.query.ResultSetFactory
Read from an input stream which is the format of the SPARQL result set format in SSE.
fromXML(InputStream) - Static method in class com.hp.hpl.jena.query.ResultSetFactory
Read XML which is the format of the SPARQL result set format.
fromXML(String) - Static method in class com.hp.hpl.jena.query.ResultSetFactory
Read XML which is the format of the SPARQL result set format.
fURI - Static variable in class com.hp.hpl.jena.query.larq.LARQ
 

G

generateToList - Static variable in class com.hp.hpl.jena.query.ARQ
Generate the ToList operation in the algebra (as ARQ is stream based, ToList is a non-op).
get(String) - Method in interface com.hp.hpl.jena.query.QuerySolution
Return the value of the named variable in this binding.
getAggregators() - Method in class com.hp.hpl.jena.query.Query
 
getArg(ArgDecl) - Method in class arq.cmdline.CmdLineArgs
Get the argument associated with the argument declaration.
getArg(String) - Method in class arq.cmdline.CmdLineArgs
Get the argument associated with the arguement name.
getAssemblerFile() - Method in class arq.cmdline.ModAssembler
 
getCode() - Method in exception arq.cmd.TerminationException
 
getColumn() - Method in exception com.hp.hpl.jena.query.QueryParseException
Column number where the parse exception occurred.
getConstructTemplate() - Method in class com.hp.hpl.jena.query.Query
Get the template pattern for a construct query
getContext() - Static method in class com.hp.hpl.jena.query.ARQ
 
getContext() - Method in interface com.hp.hpl.jena.query.QueryExecution
The properties associated with a query execution - implementation specific parameters This includes Java objects (so it is not an RDF graph).
getDataset() - Method in class arq.cmdline.ModDataset
 
getDataset() - Method in interface com.hp.hpl.jena.query.QueryExecution
The dataset agisnt which the query will execute.
getDefaultIndex() - Static method in class com.hp.hpl.jena.query.larq.LARQ
 
getDefaultIndex(Context) - Static method in class com.hp.hpl.jena.query.larq.LARQ
 
getDefaultModel() - Method in interface com.hp.hpl.jena.query.Dataset
Get the default graph as a Jena Model
getDirection() - Method in class com.hp.hpl.jena.query.SortCondition
 
getExpression() - Method in class com.hp.hpl.jena.query.SortCondition
 
getGlobalPrefixMap() - Static method in class com.hp.hpl.jena.sparql.ARQConstants
 
getGraphStore() - Method in class arq.cmdline.ModGraphStore
 
getGraphURIs() - Method in class com.hp.hpl.jena.query.Query
Return the list of URIs (strings) for the unnamed graph
getGraphURLs() - Method in class arq.cmdline.ModDatasetGeneral
 
getGroupBy() - Method in class com.hp.hpl.jena.query.Query
 
getHavingExprs() - Method in class com.hp.hpl.jena.query.Query
 
getIndex() - Method in interface com.hp.hpl.jena.query.larq.IndexBuilder
Get a search index used by LARQ.
getIndex() - Method in class com.hp.hpl.jena.query.larq.IndexBuilderBase
Get a search index used by LARQ
getIndex() - Method in class com.hp.hpl.jena.query.larq.IndexBuilderModel
Get a search index used by LARQ.
getIndexLARQ() - Method in class arq.cmdline.ModLARQindex
 
getIndexWriter() - Method in class arq.cmdline.ModLARQindex
 
getInputFormat() - Method in class arq.cmdline.ModResultsIn
 
getItem() - Method in class arq.cmdline.ModItem
 
getKeyName() - Method in class arq.cmdline.ArgDecl
 
getLimit() - Method in class com.hp.hpl.jena.query.Query
 
getLine() - Method in exception com.hp.hpl.jena.query.QueryParseException
Line number where the parse exception occurred.
getLiteral(String) - Method in interface com.hp.hpl.jena.query.QuerySolution
Return the value of the named variable in this binding, casting to a Literal.
getLock() - Method in interface com.hp.hpl.jena.query.Dataset
Get the lock for this dataset
getLuceneDocId() - Method in class com.hp.hpl.jena.query.larq.HitLARQ
 
getName() - Method in class arq.cmdline.Arg
 
getNamedGraphURIs() - Method in class com.hp.hpl.jena.query.Query
Return the list of URIs (strings) for the named graphs (FROM NAMED clause)
getNamedGraphURLs() - Method in class arq.cmdline.ModDatasetGeneral
 
getNamedModel(String) - Method in interface com.hp.hpl.jena.query.Dataset
Get a graph by name as a Jena Model
getNames() - Method in class arq.cmdline.ArgDecl
 
getNode() - Method in class com.hp.hpl.jena.query.larq.HitLARQ
 
getNumPositional() - Method in class arq.cmdline.CmdLineArgs
 
getOffset() - Method in class com.hp.hpl.jena.query.Query
 
getOp() - Method in class arq.cmdline.ModAlgebra
 
getOrderBy() - Method in class com.hp.hpl.jena.query.Query
 
getOutputSyntax() - Method in class arq.cmdline.ModQueryOut
 
getPositional() - Method in class arq.cmdline.CmdLineArgs
 
getPositionalArg(int) - Method in class arq.cmdline.CmdLineArgs
Get the positional argument
getProject() - Method in class com.hp.hpl.jena.query.Query
 
getQuery() - Method in class arq.cmdline.ModQueryIn
 
getQueryPattern() - Method in class com.hp.hpl.jena.query.Query
 
getQuerySyntax() - Method in class arq.cmdline.ModQueryIn
 
getQueryType() - Method in class com.hp.hpl.jena.query.Query
 
getResource(String) - Method in interface com.hp.hpl.jena.query.QuerySolution
Return the value of the named variable in this binding, casting to a Resource.
getResourceModel() - Method in interface com.hp.hpl.jena.query.ResultSet
Get the model that resources are created against - may be null
getResultSet() - Method in class arq.cmdline.ModResultsIn
 
getResultsFormat() - Method in class arq.cmdline.ModResultsOut
 
getResultURIs() - Method in class com.hp.hpl.jena.query.Query
Get the result list (things wanted - not the results themselves) of a DESCRIBE query.
getResultVars() - Method in class com.hp.hpl.jena.query.Query
Return a list of the variables requested (SELECT)
getResultVars() - Method in interface com.hp.hpl.jena.query.ResultSet
Get the variable names for the projection.
getRowNumber() - Method in interface com.hp.hpl.jena.query.ResultSet
Return the "row" number for the current iterator item
getScore() - Method in class com.hp.hpl.jena.query.larq.HitLARQ
 
getServiceURL() - Method in class arq.cmdline.ModRemote
 
getSyntax() - Method in class com.hp.hpl.jena.query.Query
 
getTimeInterval() - Method in class arq.cmdline.ModTime
 
getUpdates() - Method in class com.hp.hpl.jena.update.UpdateRequest
 
getUsage() - Method in class arq.cmdline.CmdGeneral
 
getValue() - Method in class arq.cmdline.Arg
 
getValue(ArgDecl) - Method in class arq.cmdline.CmdLineArgs
Returns the value (a string) for an argument with a value - returns null for no argument and no value.
getValue(String) - Method in class arq.cmdline.CmdLineArgs
Returns the value (a string) for an argument with a value - returns null for no argument and no value.
getValues() - Method in class arq.cmdline.Arg
 
getValues(ArgDecl) - Method in class arq.cmdline.CmdLineArgs
Returns all the values (0 or more strings) for an argument.
getValues(String) - Method in class arq.cmdline.CmdLineArgs
Returns all the values (0 or more strings) for an argument.
getVersionFlag() - Method in class arq.cmdline.ModVersion
 
GraphStore - Interface in com.hp.hpl.jena.update
A collection of graphs that an update can be applied to.
GraphStoreFactory - Class in com.hp.hpl.jena.update
Operations to create a GraphStore
GraphStoreFactory() - Constructor for class com.hp.hpl.jena.update.GraphStoreFactory
 
guessQueryFileSyntax(String) - Static method in class com.hp.hpl.jena.query.Syntax
 
guessQueryFileSyntax(String, Syntax) - Static method in class com.hp.hpl.jena.query.Syntax
 

H

hasAggregators() - Method in class com.hp.hpl.jena.query.Query
 
hasArg(String) - Method in class arq.cmdline.CmdLineArgs
Test whether the command line had a particular argument
hasArg(ArgDecl) - Method in class arq.cmdline.CmdLineArgs
Test whether the command line had a particular argument
hasArgs() - Method in class arq.cmdline.CmdLineArgs
 
hasDatasetDescription() - Method in class com.hp.hpl.jena.query.Query
Return true if the query has either some graph URIs or some named graph URIs in its description.
hasGroupBy() - Method in class com.hp.hpl.jena.query.Query
 
hasHaving() - Method in class com.hp.hpl.jena.query.Query
 
hashCode() - Method in class com.hp.hpl.jena.query.Query
 
hashCode() - Method in class com.hp.hpl.jena.query.SortCondition
 
hasLimit() - Method in class com.hp.hpl.jena.query.Query
 
hasMatch(String) - Method in class com.hp.hpl.jena.query.larq.IndexLARQ
test whether the index matches for the given Lucene query string
hasNext() - Method in interface com.hp.hpl.jena.query.ResultSet
Is there another result?
hasOffset() - Method in class com.hp.hpl.jena.query.Query
 
hasOrderBy() - Method in class com.hp.hpl.jena.query.Query
 
hasPositional() - Method in class arq.cmdline.CmdLineArgs
 
hasValue() - Method in class arq.cmdline.Arg
 
HasValue - Static variable in class arq.cmdline.ArgDecl
 
hasValueOfFalse(ArgDecl) - Method in class arq.cmdline.CmdLineArgs
Is the value something that looks like "false" or "no"?
hasValueOfTrue(ArgDecl) - Method in class arq.cmdline.CmdLineArgs
Is the value something that looks like "true" or "yes"?
hideNonDistiguishedVariables - Static variable in class com.hp.hpl.jena.query.ARQ
Context key to control hiding non-distinuished variables
HitLARQ - Class in com.hp.hpl.jena.query.larq
 
HitLARQ(Hit) - Constructor for class com.hp.hpl.jena.query.larq.HitLARQ
 

I

index(RDFNode, String) - Method in class com.hp.hpl.jena.query.larq.IndexBuilderNode
 
index(RDFNode, Reader) - Method in class com.hp.hpl.jena.query.larq.IndexBuilderNode
 
index(Node, String) - Method in class com.hp.hpl.jena.query.larq.IndexBuilderNode
 
index(Node, Reader) - Method in class com.hp.hpl.jena.query.larq.IndexBuilderNode
 
index(Document, Node) - Static method in class com.hp.hpl.jena.query.larq.LARQ
 
index(Document, String) - Static method in class com.hp.hpl.jena.query.larq.LARQ
 
index(Document, Reader) - Static method in class com.hp.hpl.jena.query.larq.LARQ
 
IndexBuilder - Interface in com.hp.hpl.jena.query.larq
 
IndexBuilderBase - Class in com.hp.hpl.jena.query.larq
Root class for index creation.
IndexBuilderBase() - Constructor for class com.hp.hpl.jena.query.larq.IndexBuilderBase
Create an in-memory index
IndexBuilderBase(IndexWriter) - Constructor for class com.hp.hpl.jena.query.larq.IndexBuilderBase
Manage a Lucene index that has already been created
IndexBuilderBase(File) - Constructor for class com.hp.hpl.jena.query.larq.IndexBuilderBase
Create an on-disk index
IndexBuilderBase(String) - Constructor for class com.hp.hpl.jena.query.larq.IndexBuilderBase
Create an on-disk index
IndexBuilderLiteral - Class in com.hp.hpl.jena.query.larq
Base class for indexing literals (i.e.
IndexBuilderLiteral() - Constructor for class com.hp.hpl.jena.query.larq.IndexBuilderLiteral
 
IndexBuilderLiteral(IndexWriter) - Constructor for class com.hp.hpl.jena.query.larq.IndexBuilderLiteral
 
IndexBuilderLiteral(File) - Constructor for class com.hp.hpl.jena.query.larq.IndexBuilderLiteral
 
IndexBuilderLiteral(String) - Constructor for class com.hp.hpl.jena.query.larq.IndexBuilderLiteral
 
IndexBuilderModel - Class in com.hp.hpl.jena.query.larq
Root class for index creation from a graph or model.
IndexBuilderModel() - Constructor for class com.hp.hpl.jena.query.larq.IndexBuilderModel
Create an in-memory index
IndexBuilderModel(IndexWriter) - Constructor for class com.hp.hpl.jena.query.larq.IndexBuilderModel
Manage a Lucene index that has already been created
IndexBuilderModel(File) - Constructor for class com.hp.hpl.jena.query.larq.IndexBuilderModel
Create an on-disk index
IndexBuilderModel(String) - Constructor for class com.hp.hpl.jena.query.larq.IndexBuilderModel
Create an on-disk index
IndexBuilderNode - Class in com.hp.hpl.jena.query.larq
Helper class for index creation from external content.
IndexBuilderNode() - Constructor for class com.hp.hpl.jena.query.larq.IndexBuilderNode
Create an in-memory index
IndexBuilderNode(IndexWriter) - Constructor for class com.hp.hpl.jena.query.larq.IndexBuilderNode
Manage a Lucene index that has already been created
IndexBuilderNode(File) - Constructor for class com.hp.hpl.jena.query.larq.IndexBuilderNode
Create an on-disk index
IndexBuilderNode(String) - Constructor for class com.hp.hpl.jena.query.larq.IndexBuilderNode
Create an on-disk index
IndexBuilderString - Class in com.hp.hpl.jena.query.larq
Index literals which are plain strings, string with a language tag or which have a datatype of XSD string.
IndexBuilderString() - Constructor for class com.hp.hpl.jena.query.larq.IndexBuilderString
Create an index builder in-memory that indexes string literals
IndexBuilderString(IndexWriter) - Constructor for class com.hp.hpl.jena.query.larq.IndexBuilderString
Use an existing IndexWriter to indexes string literal
IndexBuilderString(File) - Constructor for class com.hp.hpl.jena.query.larq.IndexBuilderString
Create an index builder, storing the Lucene files in a directory, that indexes string literals
IndexBuilderString(String) - Constructor for class com.hp.hpl.jena.query.larq.IndexBuilderString
Create an index builder, storing the Lucene files in a directory, that indexes string literals
IndexBuilderString(Property) - Constructor for class com.hp.hpl.jena.query.larq.IndexBuilderString
Create an index builder in-memory that indexes string literals, restricted to statements with a given property
IndexBuilderString(Property, IndexWriter) - Constructor for class com.hp.hpl.jena.query.larq.IndexBuilderString
Use an existing IndexWriter to indexes string literal, restricted to statements with a given property
IndexBuilderString(Property, File) - Constructor for class com.hp.hpl.jena.query.larq.IndexBuilderString
Create an index builder, storing the Lucene files in a directory, that indexes string literals, where the indexed statements are restricted to statements with a given property
IndexBuilderString(Property, String) - Constructor for class com.hp.hpl.jena.query.larq.IndexBuilderString
Create an index builder, storing the Lucene files in a directory, that indexes string literals, where the indexed statements are restricted to statements with a given property
IndexBuilderSubject - Class in com.hp.hpl.jena.query.larq
Class for indexing by subject (i.e.
IndexBuilderSubject() - Constructor for class com.hp.hpl.jena.query.larq.IndexBuilderSubject
 
IndexBuilderSubject(IndexWriter) - Constructor for class com.hp.hpl.jena.query.larq.IndexBuilderSubject
 
IndexBuilderSubject(File) - Constructor for class com.hp.hpl.jena.query.larq.IndexBuilderSubject
 
IndexBuilderSubject(String) - Constructor for class com.hp.hpl.jena.query.larq.IndexBuilderSubject
 
IndexBuilderSubject(Property) - Constructor for class com.hp.hpl.jena.query.larq.IndexBuilderSubject
 
IndexBuilderSubject(Property, IndexWriter) - Constructor for class com.hp.hpl.jena.query.larq.IndexBuilderSubject
 
IndexBuilderSubject(Property, File) - Constructor for class com.hp.hpl.jena.query.larq.IndexBuilderSubject
 
IndexBuilderSubject(Property, String) - Constructor for class com.hp.hpl.jena.query.larq.IndexBuilderSubject
 
indexKey - Static variable in class com.hp.hpl.jena.query.larq.LARQ
 
IndexLARQ - Class in com.hp.hpl.jena.query.larq
ARQ wrapper for a Lucene index.
IndexLARQ(IndexReader) - Constructor for class com.hp.hpl.jena.query.larq.IndexLARQ
 
IndexLARQ(IndexReader, Analyzer) - Constructor for class com.hp.hpl.jena.query.larq.IndexLARQ
 
IndexLARQ(IndexReader, QueryParser) - Constructor for class com.hp.hpl.jena.query.larq.IndexLARQ
 
indexStatement(Statement) - Method in class com.hp.hpl.jena.query.larq.IndexBuilderLiteral
 
indexStatement(Statement) - Method in class com.hp.hpl.jena.query.larq.IndexBuilderModel
Update index based on one statement
indexStatement(Statement) - Method in class com.hp.hpl.jena.query.larq.IndexBuilderSubject
 
indexStatements(StmtIterator) - Method in class com.hp.hpl.jena.query.larq.IndexBuilderModel
Index all the statements from a StmtIterator
indirect(String) - Method in class arq.cmdline.CmdLineArgs
 
indirect(String, String) - Method in class arq.cmdline.CmdLineArgs
 
init() - Static method in class com.hp.hpl.jena.query.ARQ
Ensure things have started - applications do not need call this.
inputGraphBNodeLabels - Static variable in class com.hp.hpl.jena.query.ARQ
If true, XML result sets will use the bNode label in the result set itself.
isAskType() - Method in class com.hp.hpl.jena.query.Query
 
isConstructType() - Method in class com.hp.hpl.jena.query.Query
 
isDescribeType() - Method in class com.hp.hpl.jena.query.Query
 
isDistinct() - Method in class com.hp.hpl.jena.query.Query
 
isFalse(Symbol) - Static method in class com.hp.hpl.jena.query.ARQ
 
isFalseOrUndef(Symbol) - Static method in class com.hp.hpl.jena.query.ARQ
 
isQueryResultStar() - Method in class com.hp.hpl.jena.query.Query
Answer whether the query had SELECT/DESCRIBE/CONSTRUCT *
isReduced() - Method in class com.hp.hpl.jena.query.Query
 
isSelectType() - Method in class com.hp.hpl.jena.query.Query
 
isStrict() - Method in class com.hp.hpl.jena.query.Query
 
isStrictMode() - Static method in class com.hp.hpl.jena.query.ARQ
 
isString(Literal) - Static method in class com.hp.hpl.jena.query.larq.LARQ
 
isTrue(Symbol) - Static method in class com.hp.hpl.jena.query.ARQ
 
isTrueOrUndef(Symbol) - Static method in class com.hp.hpl.jena.query.ARQ
 
isUnknownType() - Method in class com.hp.hpl.jena.query.Query
 
iterator() - Method in class com.hp.hpl.jena.update.UpdateRequest
 

J

javaClassURIScheme - Static variable in class com.hp.hpl.jena.sparql.ARQConstants
 
javaRegex - Static variable in class com.hp.hpl.jena.query.ARQ
Symbol to name java.util.regex regular expression engine
juuid - Class in arq
 

L

LabelExistsException - Exception in com.hp.hpl.jena.query
LabelExists in a named composite data source
LabelExistsException() - Constructor for exception com.hp.hpl.jena.query.LabelExistsException
 
LabelExistsException(Throwable) - Constructor for exception com.hp.hpl.jena.query.LabelExistsException
 
LabelExistsException(String) - Constructor for exception com.hp.hpl.jena.query.LabelExistsException
 
LabelExistsException(String, Throwable) - Constructor for exception com.hp.hpl.jena.query.LabelExistsException
 
larq - Class in arq
 
LARQ - Class in com.hp.hpl.jena.query.larq
 
LARQ() - Constructor for class com.hp.hpl.jena.query.larq.LARQ
 
larqbuilder - Class in arq
 
listNames() - Method in interface com.hp.hpl.jena.query.Dataset
List the names
load - Class in arq
 
load(String) - Static method in class com.hp.hpl.jena.query.ResultSetFactory
Load a result set from file or URL into a result set (memory backed).
load(String, ResultSetFormat) - Static method in class com.hp.hpl.jena.query.ResultSetFactory
Load a result set from file or URL into a result set (memory backed).
load(InputStream, ResultSetFormat) - Static method in class com.hp.hpl.jena.query.ResultSetFactory
Load a result set from input stream into a result set (memory backed).
loadAsModel(String) - Static method in class com.hp.hpl.jena.query.ResultSetFactory
Load a result set (or any other model) from file or URL
loadAsModel(Model, String) - Static method in class com.hp.hpl.jena.query.ResultSetFactory
Load a result set (or any other model) from file or URL
loadAsModel(String, ResultSetFormat) - Static method in class com.hp.hpl.jena.query.ResultSetFactory
Load a result set (or any other model) from file or URL
loadAsModel(Model, String, ResultSetFormat) - Static method in class com.hp.hpl.jena.query.ResultSetFactory
Load a result set (or any other model) from file or URL.
lookup(String) - Static method in class com.hp.hpl.jena.query.Syntax
 
LuceneSearch - Class in com.hp.hpl.jena.query.larq
Base class for searching a IndexLARQ

M

main(String...) - Static method in class arq.arq
 
main(String[]) - Static method in class arq.juuid
 
main(String...) - Static method in class arq.larq
 
main(String...) - Static method in class arq.larqbuilder
 
main(String...) - Static method in class arq.load
 
main(String...) - Static method in class arq.qexpr
 
main(String...) - Static method in class arq.qparse
 
main(String...) - Static method in class arq.query
 
main(String...) - Static method in class arq.rdql
 
main(String...) - Static method in class arq.remote
 
main(String...) - Static method in class arq.rset
 
main(String...) - Static method in class arq.sparql
 
main(String...) - Static method in class arq.sse
 
main(String...) - Static method in class arq.sse_exec
 
main(String...) - Static method in class arq.sse_query
 
main(String...) - Static method in class arq.uparse
 
main(String...) - Static method in class arq.update
 
main(String...) - Static method in class arq.version
 
main2(String...) - Static method in class arq.qexpr
 
mainAndExit() - Method in class arq.cmdline.CmdMain
Run command - exit on success or failure
mainRun() - Method in class arq.cmdline.CmdMain
Run command - exit on failure
mainRun(boolean) - Method in class arq.cmdline.CmdMain
Run command - choose whether to exit on failure
mainRun(boolean, boolean) - Method in class arq.cmdline.CmdMain
Run command
make(Dataset, Model) - Static method in class com.hp.hpl.jena.query.DatasetFactory
 
make() - Static method in class com.hp.hpl.jena.query.QueryFactory
Make a query - no parsing done
make(String) - Static method in class com.hp.hpl.jena.query.Syntax
 
makeResults(Model) - Static method in class com.hp.hpl.jena.query.ResultSetFactory
Turns an RDF model, with properties and classses from the result set vocabulary, into a SPARQL result set.
makeRewindable(Model) - Static method in class com.hp.hpl.jena.query.ResultSetFactory
Turns an RDF model, with properties and classses from the result set vocabulary, into a SPARQL result set which is rewindable (has a .reset()operation).
makeRewindable(ResultSet) - Static method in class com.hp.hpl.jena.query.ResultSetFactory
Turn an existing result set into a rewindable one.
makeSorted(ResultSet, List<SortCondition>) - Static method in class com.hp.hpl.jena.query.ResultSetFactory
Sort an existing result set.
matches(ArgDecl) - Method in class arq.cmdline.Arg
 
matches(Arg) - Method in class arq.cmdline.ArgDecl
 
matches(String) - Method in class arq.cmdline.ArgDecl
 
matchesIndirect(String) - Method in class arq.cmdline.CmdLineArgs
 
matchesIndirect(String, String) - Method in class arq.cmdline.CmdLineArgs
 
ModAlgebra - Class in arq.cmdline
 
ModAlgebra() - Constructor for class arq.cmdline.ModAlgebra
 
ModAssembler - Class in arq.cmdline
 
ModAssembler() - Constructor for class arq.cmdline.ModAssembler
 
ModBase - Class in arq.cmdline
 
ModBase() - Constructor for class arq.cmdline.ModBase
 
ModDataset - Class in arq.cmdline
 
ModDataset() - Constructor for class arq.cmdline.ModDataset
 
ModDatasetAssembler - Class in arq.cmdline
Add assembler to a general dataset description
ModDatasetAssembler() - Constructor for class arq.cmdline.ModDatasetAssembler
 
ModDatasetGeneral - Class in arq.cmdline
ModDataset: arguments to build a dataset - see also ModDatasetAssembler which extends ModDataset with a description parameter.
ModDatasetGeneral() - Constructor for class arq.cmdline.ModDatasetGeneral
 
ModEngine - Class in arq.cmdline
 
ModEngine() - Constructor for class arq.cmdline.ModEngine
 
ModGeneral - Class in arq.cmdline
 
ModGeneral(CallbackHelp) - Constructor for class arq.cmdline.ModGeneral
 
ModGraphStore - Class in arq.cmdline
 
ModGraphStore() - Constructor for class arq.cmdline.ModGraphStore
 
ModItem - Class in arq.cmdline
 
ModItem() - Constructor for class arq.cmdline.ModItem
 
ModLARQindex - Class in arq.cmdline
 
ModLARQindex() - Constructor for class arq.cmdline.ModLARQindex
 
ModQueryIn - Class in arq.cmdline
 
ModQueryIn() - Constructor for class arq.cmdline.ModQueryIn
 
ModQueryOut - Class in arq.cmdline
 
ModQueryOut() - Constructor for class arq.cmdline.ModQueryOut
 
ModRemote - Class in arq.cmdline
 
ModRemote() - Constructor for class arq.cmdline.ModRemote
 
ModResultsIn - Class in arq.cmdline
 
ModResultsIn() - Constructor for class arq.cmdline.ModResultsIn
 
ModResultsOut - Class in arq.cmdline
 
ModResultsOut() - Constructor for class arq.cmdline.ModResultsOut
 
ModSymbol - Class in arq.cmdline
 
ModSymbol() - Constructor for class arq.cmdline.ModSymbol
 
ModSymbol(String) - Constructor for class arq.cmdline.ModSymbol
 
ModTime - Class in arq.cmdline
 
ModTime() - Constructor for class arq.cmdline.ModTime
 
ModVersion - Class in arq.cmdline
 
ModVersion(boolean) - Constructor for class arq.cmdline.ModVersion
 

N

NAME - Static variable in class com.hp.hpl.jena.query.ARQ
The product name
names() - Method in class arq.cmdline.ArgDecl
 
next() - Method in interface com.hp.hpl.jena.query.ResultSet
Moves onto the next result.
nextBinding() - Method in interface com.hp.hpl.jena.query.ResultSet
Move to the next binding (low level)
nextSolution() - Method in interface com.hp.hpl.jena.query.ResultSet
Moves onto the next result (legacy - use .next()).
NOLIMIT - Static variable in class com.hp.hpl.jena.query.Query
 
NoValue - Static variable in class arq.cmdline.ArgDecl
 

O

optFilterConjunction - Static variable in class com.hp.hpl.jena.query.ARQ
Context key controlling whether the standard optimizer applies optimizations to conjunctions (&&) in filters.
optFilterDisjunction - Static variable in class com.hp.hpl.jena.query.ARQ
Context key controlling whether the standard optimizer applies optimizations to disjunctions (||) in filters.
optFilterEquality - Static variable in class com.hp.hpl.jena.query.ARQ
Context key controlling whether the standard optimizer applies optimizations to equalities in FILTERs.
optFilterExpandOneOf - Static variable in class com.hp.hpl.jena.query.ARQ
Context key controlling whether the standard optimizer applies optimizations to IN and NOT IN.
optFilterPlacement - Static variable in class com.hp.hpl.jena.query.ARQ
Context key controlling whether the main query engine moves filters to the "best" place.
optimization - Static variable in class com.hp.hpl.jena.query.ARQ
Context key controlling whether the main query engine applies the default optimization transformations.
ORDER_ASCENDING - Static variable in class com.hp.hpl.jena.query.Query
 
ORDER_DEFAULT - Static variable in class com.hp.hpl.jena.query.Query
 
ORDER_DESCENDING - Static variable in class com.hp.hpl.jena.query.Query
 
ORDER_UNKNOW - Static variable in class com.hp.hpl.jena.query.Query
 
out(ResultSet) - Static method in class com.hp.hpl.jena.query.ResultSetFormatter
Output a result set in a text format.
out(OutputStream, ResultSet) - Static method in class com.hp.hpl.jena.query.ResultSetFormatter
Output a result set in a text format.
out(ResultSet, Query) - Static method in class com.hp.hpl.jena.query.ResultSetFormatter
Output a result set in a text format.
out(ResultSet, Prologue) - Static method in class com.hp.hpl.jena.query.ResultSetFormatter
Output a result set in a text format.
out(ResultSet, PrefixMapping) - Static method in class com.hp.hpl.jena.query.ResultSetFormatter
Output a result set in a text format.
out(OutputStream, ResultSet, PrefixMapping) - Static method in class com.hp.hpl.jena.query.ResultSetFormatter
Output a result set in a text format.
out(OutputStream, ResultSet, Prologue) - Static method in class com.hp.hpl.jena.query.ResultSetFormatter
Output a result set in a text format.
out(boolean) - Static method in class com.hp.hpl.jena.query.ResultSetFormatter
Output an ASK answer
out(OutputStream, boolean) - Static method in class com.hp.hpl.jena.query.ResultSetFormatter
Output an ASK answer
output(Query) - Method in class arq.cmdline.ModQueryOut
 
output(IndentedWriter, Query) - Method in class arq.cmdline.ModQueryOut
 
output(PrintStream) - Method in class arq.cmdline.Usage
 
output(IndentedWriter) - Method in class arq.cmdline.Usage
 
output(ResultSet, ResultSetFormat) - Static method in class com.hp.hpl.jena.query.ResultSetFormatter
Output a ResultSet in some format.
output(OutputStream, ResultSet, ResultSetFormat) - Static method in class com.hp.hpl.jena.query.ResultSetFormatter
Output a ResultSet in some format.
output(IndentedWriter, SerializationContext) - Method in class com.hp.hpl.jena.query.SortCondition
 
output(IndentedWriter) - Method in class com.hp.hpl.jena.update.UpdateRequest
 
outputAsCSV(boolean) - Static method in class com.hp.hpl.jena.query.ResultSetFormatter
Output a boolean result in CSV format
outputAsCSV(OutputStream, boolean) - Static method in class com.hp.hpl.jena.query.ResultSetFormatter
Output a boolean result in in CSV format
outputAsCSV(ResultSet) - Static method in class com.hp.hpl.jena.query.ResultSetFormatter
Output a result set in CSV format
outputAsCSV(OutputStream, ResultSet) - Static method in class com.hp.hpl.jena.query.ResultSetFormatter
Output a result set in CSV format
outputAsJSON(ResultSet) - Static method in class com.hp.hpl.jena.query.ResultSetFormatter
Output a result set in the JSON format Format: Serializing SPARQL Query Results in JSON JSON: http://json.org/
outputAsJSON(OutputStream, ResultSet) - Static method in class com.hp.hpl.jena.query.ResultSetFormatter
Output a result set in the JSON format Format: Serializing SPARQL Query Results in JSON JSON: http://json.org/
outputAsJSON(boolean) - Static method in class com.hp.hpl.jena.query.ResultSetFormatter
Output a result set in the JSON format Format: Serializing SPARQL Query Results in JSON JSON: http://json.org/
outputAsJSON(OutputStream, boolean) - Static method in class com.hp.hpl.jena.query.ResultSetFormatter
Output a result set in the JSON format Format: Serializing SPARQL Query Results in JSON JSON: http://json.org/
outputAsRDF(String, ResultSet) - Static method in class com.hp.hpl.jena.query.ResultSetFormatter
Write out an RDF model that encodes the result set
outputAsRDF(OutputStream, String, ResultSet) - Static method in class com.hp.hpl.jena.query.ResultSetFormatter
Write out an RDF model that encodes the result set
outputAsRDF(String, boolean) - Static method in class com.hp.hpl.jena.query.ResultSetFormatter
Write out an RDF model that encodes a boolean result
outputAsRDF(OutputStream, String, boolean) - Static method in class com.hp.hpl.jena.query.ResultSetFormatter
Write out an RDF model that encodes a boolean result
outputAsSSE(boolean) - Static method in class com.hp.hpl.jena.query.ResultSetFormatter
Output a boolean result in the SSE format Format: SSE
outputAsSSE(OutputStream, boolean) - Static method in class com.hp.hpl.jena.query.ResultSetFormatter
Output a boolean result in the SSE format Format: SSE
outputAsSSE(ResultSet) - Static method in class com.hp.hpl.jena.query.ResultSetFormatter
Output a result set in the SSE format Format: SSE
outputAsSSE(ResultSet, Prologue) - Static method in class com.hp.hpl.jena.query.ResultSetFormatter
Output a result set in the SSE format Format: SSE
outputAsSSE(OutputStream, ResultSet) - Static method in class com.hp.hpl.jena.query.ResultSetFormatter
Output a result set in the SSE format Format: SSE
outputAsSSE(OutputStream, ResultSet, Prologue) - Static method in class com.hp.hpl.jena.query.ResultSetFormatter
Output a result set in the SSE format Format: SSE
outputAsTSV(boolean) - Static method in class com.hp.hpl.jena.query.ResultSetFormatter
Output a boolean result in TSV (tab separated values) format
outputAsTSV(OutputStream, boolean) - Static method in class com.hp.hpl.jena.query.ResultSetFormatter
Output a boolean result in in TSV format
outputAsTSV(ResultSet) - Static method in class com.hp.hpl.jena.query.ResultSetFormatter
Output a result set in TSV format
outputAsTSV(OutputStream, ResultSet) - Static method in class com.hp.hpl.jena.query.ResultSetFormatter
Output a result set in TSV format
outputAsXML(ResultSet) - Static method in class com.hp.hpl.jena.query.ResultSetFormatter
Output a result set in the XML format
outputAsXML(OutputStream, ResultSet) - Static method in class com.hp.hpl.jena.query.ResultSetFormatter
Output a result set in the XML format
outputAsXML(ResultSet, String) - Static method in class com.hp.hpl.jena.query.ResultSetFormatter
Output a result set in the XML format, inserting a style sheet in the XMl output
outputAsXML(OutputStream, ResultSet, String) - Static method in class com.hp.hpl.jena.query.ResultSetFormatter
Output a result set in the XML format, inserting a style sheet in the XMl output
outputAsXML(boolean) - Static method in class com.hp.hpl.jena.query.ResultSetFormatter
Output a boolean result in the XML format
outputAsXML(OutputStream, boolean) - Static method in class com.hp.hpl.jena.query.ResultSetFormatter
Output a boolean result in the XML format
outputAsXML(boolean, String) - Static method in class com.hp.hpl.jena.query.ResultSetFormatter
Output a boolean result in the XML format
outputAsXML(OutputStream, boolean, String) - Static method in class com.hp.hpl.jena.query.ResultSetFormatter
Output a boolean result in the XML format
outputGraphBNodeLabels - Static variable in class com.hp.hpl.jena.query.ARQ
If true, XML result sets written will contain the graph bNode label See also inputGraphBNodeLabels
outputOp(Query, boolean) - Method in class arq.cmdline.ModQueryOut
 
outputOp(IndentedWriter, Query, boolean) - Method in class arq.cmdline.ModQueryOut
 
outputQuad(Query, boolean) - Method in class arq.cmdline.ModQueryOut
 
outputQuad(IndentedWriter, Query, boolean) - Method in class arq.cmdline.ModQueryOut
 
owlPrefix - Static variable in class com.hp.hpl.jena.sparql.ARQConstants
OWL namespace prefix

P

parse(Query, String, String, Syntax) - Static method in class com.hp.hpl.jena.query.QueryFactory
Parse a query from the given string by calling the parser.
parseExecute(String, Model) - Static method in class com.hp.hpl.jena.update.UpdateAction
Parse a string containing SPARQL/Update operations, and execute the operations.
parseExecute(String, Dataset) - Static method in class com.hp.hpl.jena.update.UpdateAction
Parse a string containing SPARQL/Update operations, and execute the operations.
parseExecute(String, Graph) - Static method in class com.hp.hpl.jena.update.UpdateAction
Parse a string containing SPARQL/Update operations, and execute the operations.
parseExecute(String, GraphStore) - Static method in class com.hp.hpl.jena.update.UpdateAction
Parse a string containing SPARQL/Update operations, and execute the operations.
parseExecute(String, Model, QuerySolution) - Static method in class com.hp.hpl.jena.update.UpdateAction
Parse a string containing SPARQL/Update operations, and execute the operations.
parseExecute(String, Dataset, QuerySolution) - Static method in class com.hp.hpl.jena.update.UpdateAction
Parse a string containing SPARQL/Update operations, and execute the operations.
parseExecute(String, Graph, Binding) - Static method in class com.hp.hpl.jena.update.UpdateAction
Parse a string containing SPARQL/Update operations, and execute the operations.
parseExecute(String, GraphStore, Binding) - Static method in class com.hp.hpl.jena.update.UpdateAction
Parse a string containing SPARQL/Update operations, and execute the operations.
PATH - Static variable in class com.hp.hpl.jena.query.ARQ
The root package name for ARQ
printResultSet(ResultSet, Prologue) - Method in class arq.cmdline.ModResultsOut
 
printVersion() - Method in class arq.cmdline.ModVersion
 
printVersionAndExit() - Method in class arq.cmdline.ModVersion
 
process() - Method in class arq.cmdline.CmdArgModule
 
process() - Method in class arq.cmdline.CmdLineArgs
 
processArgs(CmdArgModule) - Method in interface arq.cmdline.ArgModule
 
processArgs(CmdArgModule) - Method in class arq.cmdline.ModAlgebra
 
processArgs(CmdArgModule) - Method in class arq.cmdline.ModAssembler
 
processArgs(CmdArgModule) - Method in class arq.cmdline.ModDatasetAssembler
 
processArgs(CmdArgModule) - Method in class arq.cmdline.ModDatasetGeneral
 
processArgs(CmdArgModule) - Method in class arq.cmdline.ModEngine
 
processArgs(CmdArgModule) - Method in class arq.cmdline.ModGeneral
 
processArgs(CmdArgModule) - Method in class arq.cmdline.ModGraphStore
 
processArgs(CmdArgModule) - Method in class arq.cmdline.ModItem
 
processArgs(CmdArgModule) - Method in class arq.cmdline.ModLARQindex
 
processArgs(CmdArgModule) - Method in class arq.cmdline.ModQueryIn
 
processArgs(CmdArgModule) - Method in class arq.cmdline.ModQueryOut
 
processArgs(CmdArgModule) - Method in class arq.cmdline.ModRemote
 
processArgs(CmdArgModule) - Method in class arq.cmdline.ModResultsIn
 
processArgs(CmdArgModule) - Method in class arq.cmdline.ModResultsOut
 
processArgs(CmdArgModule) - Method in class arq.cmdline.ModSymbol
 
processArgs(CmdArgModule) - Method in class arq.cmdline.ModTime
 
processArgs(CmdArgModule) - Method in class arq.cmdline.ModVersion
 
propertyFunctions - Static variable in class com.hp.hpl.jena.query.ARQ
Context key controlling whether the main query engine

Q

qexpr - Class in arq
A program to execute expressions from the command line.
qexpr() - Constructor for class arq.qexpr
 
qparse - Class in arq
A program to parse and print a query.
qparse(String[]) - Constructor for class arq.qparse
 
query - Class in arq
 
query(String[]) - Constructor for class arq.query
 
Query - Class in com.hp.hpl.jena.query
The data structure for a query as presented externally.
Query() - Constructor for class com.hp.hpl.jena.query.Query
 
Query(Prologue) - Constructor for class com.hp.hpl.jena.query.Query
 
QueryBuildException - Exception in com.hp.hpl.jena.query
QueryBuildException is exception for all excpetions during query execution construction.
QueryBuildException() - Constructor for exception com.hp.hpl.jena.query.QueryBuildException
 
QueryBuildException(Throwable) - Constructor for exception com.hp.hpl.jena.query.QueryBuildException
 
QueryBuildException(String) - Constructor for exception com.hp.hpl.jena.query.QueryBuildException
 
QueryBuildException(String, Throwable) - Constructor for exception com.hp.hpl.jena.query.QueryBuildException
 
QueryException - Exception in com.hp.hpl.jena.query
QueryException is root exception for all (intentional) exceptions associated with query parsing and execution.
QueryException() - Constructor for exception com.hp.hpl.jena.query.QueryException
 
QueryException(Throwable) - Constructor for exception com.hp.hpl.jena.query.QueryException
 
QueryException(String) - Constructor for exception com.hp.hpl.jena.query.QueryException
 
QueryException(String, Throwable) - Constructor for exception com.hp.hpl.jena.query.QueryException
 
QueryExecException - Exception in com.hp.hpl.jena.query
QueryExecException indicates a condition encountered during query evaluation.
QueryExecException() - Constructor for exception com.hp.hpl.jena.query.QueryExecException
 
QueryExecException(Throwable) - Constructor for exception com.hp.hpl.jena.query.QueryExecException
 
QueryExecException(String) - Constructor for exception com.hp.hpl.jena.query.QueryExecException
 
QueryExecException(String, Throwable) - Constructor for exception com.hp.hpl.jena.query.QueryExecException
 
QueryExecution - Interface in com.hp.hpl.jena.query
A interface for a single execution of a query.
QueryExecutionFactory - Class in com.hp.hpl.jena.query
Place to make QueryExecution objects from Query objects or a string.
QueryFactory - Class in com.hp.hpl.jena.query
 
QueryFactory() - Constructor for class com.hp.hpl.jena.query.QueryFactory
 
QueryFatalException - Exception in com.hp.hpl.jena.query
QueryFatalException is such that the query aborts do to some problem (this might be an internal error or something in the way the query builds or executes).
QueryFatalException() - Constructor for exception com.hp.hpl.jena.query.QueryFatalException
 
QueryFatalException(Throwable) - Constructor for exception com.hp.hpl.jena.query.QueryFatalException
 
QueryFatalException(String) - Constructor for exception com.hp.hpl.jena.query.QueryFatalException
 
QueryFatalException(String, Throwable) - Constructor for exception com.hp.hpl.jena.query.QueryFatalException
 
QueryParseException - Exception in com.hp.hpl.jena.query
QueryParseException is root exception for all (intentional) exceptions from the various parsers where the error is to do with the syntax of a query.
QueryParseException(int, int) - Constructor for exception com.hp.hpl.jena.query.QueryParseException
 
QueryParseException(Throwable, int, int) - Constructor for exception com.hp.hpl.jena.query.QueryParseException
 
QueryParseException(String, int, int) - Constructor for exception com.hp.hpl.jena.query.QueryParseException
 
QueryParseException(String, Throwable, int, int) - Constructor for exception com.hp.hpl.jena.query.QueryParseException
 
QuerySolution - Interface in com.hp.hpl.jena.query
A single answer from a SELECT query.
QuerySolutionMap - Class in com.hp.hpl.jena.query
Implementation of QuerySolution that is backed by an in-memory map.
QuerySolutionMap() - Constructor for class com.hp.hpl.jena.query.QuerySolutionMap
 
querySyntaxNames - Static variable in class com.hp.hpl.jena.query.Syntax
 
QueryTypeAsk - Static variable in class com.hp.hpl.jena.query.Query
 
QueryTypeConstruct - Static variable in class com.hp.hpl.jena.query.Query
 
QueryTypeDescribe - Static variable in class com.hp.hpl.jena.query.Query
 
QueryTypeSelect - Static variable in class com.hp.hpl.jena.query.Query
 
QueryTypeUnknown - Static variable in class com.hp.hpl.jena.query.Query
 
QueryVisitor - Interface in com.hp.hpl.jena.query
Query visitor pattern

R

rdfPrefix - Static variable in class com.hp.hpl.jena.sparql.ARQConstants
RDF namespace prefix
rdfsPrefix - Static variable in class com.hp.hpl.jena.sparql.ARQConstants
RDFS namespace prefix
rdql - Class in arq
A program to execute queries from the command line in ARQ mode.
rdql() - Constructor for class arq.rdql
 
read(String) - Static method in class com.hp.hpl.jena.query.QueryFactory
Read a SPARQL query from a file.
read(String, String) - Static method in class com.hp.hpl.jena.query.QueryFactory
Read a SPARQL query from a file.
read(String, Syntax) - Static method in class com.hp.hpl.jena.query.QueryFactory
Read a query from a file.
read(String, String, Syntax) - Static method in class com.hp.hpl.jena.query.QueryFactory
Read a query from a file.
read(String, FileManager, String, Syntax) - Static method in class com.hp.hpl.jena.query.QueryFactory
Read a query from a file.
read(String) - Static method in class com.hp.hpl.jena.update.UpdateFactory
Create an UpdateRequest by reading it from a file
read(InputStream) - Static method in class com.hp.hpl.jena.update.UpdateFactory
Create an UpdateRequest by reading it from an InputStream (note that conversion to UTF-8 will be applied automatically)
readExecute(String, Model) - Static method in class com.hp.hpl.jena.update.UpdateAction
Read a file containing SPARQL/Update operations, and execute the operations.
readExecute(String, Dataset) - Static method in class com.hp.hpl.jena.update.UpdateAction
Read a file containing SPARQL/Update operations, and execute the operations.
readExecute(String, Graph) - Static method in class com.hp.hpl.jena.update.UpdateAction
Read a file containing SPARQL/Update operations, and execute the operations.
readExecute(String, GraphStore) - Static method in class com.hp.hpl.jena.update.UpdateAction
Read a file containing SPARQL/Update operations, and execute the operations.
readExecute(String, Model, QuerySolution) - Static method in class com.hp.hpl.jena.update.UpdateAction
Read a file containing SPARQL/Update operations, and execute the operations.
readExecute(String, Dataset, QuerySolution) - Static method in class com.hp.hpl.jena.update.UpdateAction
Read a file containing SPARQL/Update operations, and execute the operations.
readExecute(String, Graph, Binding) - Static method in class com.hp.hpl.jena.update.UpdateAction
Read a file containing SPARQL/Update operations, and execute the operations.
readExecute(String, GraphStore, Binding) - Static method in class com.hp.hpl.jena.update.UpdateAction
Read a file containing SPARQL/Update operations, and execute the operations.
readTimer() - Method in class arq.cmdline.ModTime
 
regexImpl - Static variable in class com.hp.hpl.jena.query.ARQ
Determine which regular expression system to use.
registerWith(CmdGeneral) - Method in interface arq.cmdline.ArgModuleGeneral
 
registerWith(CmdGeneral) - Method in class arq.cmdline.ModAlgebra
 
registerWith(CmdGeneral) - Method in class arq.cmdline.ModAssembler
 
registerWith(CmdGeneral) - Method in class arq.cmdline.ModDatasetAssembler
 
registerWith(CmdGeneral) - Method in class arq.cmdline.ModDatasetGeneral
 
registerWith(CmdGeneral) - Method in class arq.cmdline.ModEngine
 
registerWith(CmdGeneral) - Method in class arq.cmdline.ModGeneral
 
registerWith(CmdGeneral) - Method in class arq.cmdline.ModGraphStore
 
registerWith(CmdGeneral) - Method in class arq.cmdline.ModItem
 
registerWith(CmdGeneral) - Method in class arq.cmdline.ModLARQindex
 
registerWith(CmdGeneral) - Method in class arq.cmdline.ModQueryIn
 
registerWith(CmdGeneral) - Method in class arq.cmdline.ModQueryOut
 
registerWith(CmdGeneral) - Method in class arq.cmdline.ModRemote
 
registerWith(CmdGeneral) - Method in class arq.cmdline.ModResultsIn
 
registerWith(CmdGeneral) - Method in class arq.cmdline.ModResultsOut
 
registerWith(CmdGeneral) - Method in class arq.cmdline.ModSymbol
 
registerWith(CmdGeneral) - Method in class arq.cmdline.ModTime
 
registerWith(CmdGeneral) - Method in class arq.cmdline.ModVersion
 
registryDescribeHandlers - Static variable in class com.hp.hpl.jena.sparql.ARQConstants
The describe handler registry key
registryExtensions - Static variable in class com.hp.hpl.jena.sparql.ARQConstants
The extension library registry key
registryFunctions - Static variable in class com.hp.hpl.jena.sparql.ARQConstants
The function library registry key
registryProcedures - Static variable in class com.hp.hpl.jena.sparql.ARQConstants
The function library registry key
registryPropertyFunctions - Static variable in class com.hp.hpl.jena.sparql.ARQConstants
The property function registry key
remote - Class in arq
 
remote(String[]) - Constructor for class arq.remote
 
removeDefaultIndex() - Static method in class com.hp.hpl.jena.query.larq.LARQ
 
removeDefaultIndex(Context) - Static method in class com.hp.hpl.jena.query.larq.LARQ
 
removedStatement(Statement) - Method in class com.hp.hpl.jena.query.larq.IndexBuilderModel
ModelListener interface : statement taken out of the model
removeNamedModel(String) - Method in interface com.hp.hpl.jena.query.DataSource
Remove a named graph.
replaceNamedModel(String, Model) - Method in interface com.hp.hpl.jena.query.DataSource
Change a named graph for another using the same name
reset() - Method in interface com.hp.hpl.jena.query.ResultSetRewindable
Move back to the start of the iterator for this instance of results of a query.
ResultSet - Interface in com.hp.hpl.jena.query
Results from a query in a table-like manner for SELECT queries.
ResultSetFactory - Class in com.hp.hpl.jena.query
ResultSetFactory - make result sets from places other than a query.
ResultSetFactory() - Constructor for class com.hp.hpl.jena.query.ResultSetFactory
 
ResultSetFormatter - Class in com.hp.hpl.jena.query
ResultSetFormatter - Convenience ways to call the various output formatters.
ResultSetRewindable - Interface in com.hp.hpl.jena.query
 
returnCode - Variable in exception arq.cmd.TerminationException
 
rset - Class in arq
Read and write result sets
rset(String[]) - Constructor for class arq.rset
 

S

search(String) - Method in class com.hp.hpl.jena.query.larq.IndexLARQ
Perform a free text Lucene search and returns an iterator of graph Nodes.
searchModelByIndex(String) - Method in class com.hp.hpl.jena.query.larq.IndexLARQ
Perform a free text Lucene search and return a NodeIterator.
searchModelByIndex(Model, String) - Method in class com.hp.hpl.jena.query.larq.IndexLARQ
Perform a free text Lucene search and return a NodeIterator.
searchModelByIndex(Model, String, float) - Method in class com.hp.hpl.jena.query.larq.IndexLARQ
Perform a free text Lucene search and return a NodeIterator.
serialize() - Method in class com.hp.hpl.jena.query.Query
Convert the query to a string
serialize(Syntax) - Method in class com.hp.hpl.jena.query.Query
Convert the query to a string in the given syntax
serialize(OutputStream) - Method in class com.hp.hpl.jena.query.Query
Output the query
serialize(OutputStream, Syntax) - Method in class com.hp.hpl.jena.query.Query
Output the query
serialize(IndentedLineBuffer) - Method in class com.hp.hpl.jena.query.Query
Format the query into the buffer
serialize(IndentedLineBuffer, Syntax) - Method in class com.hp.hpl.jena.query.Query
Format the query
serialize(IndentedWriter) - Method in class com.hp.hpl.jena.query.Query
Format the query
serialize(IndentedWriter, Syntax) - Method in class com.hp.hpl.jena.query.Query
Format the query
set(Symbol, boolean) - Static method in class com.hp.hpl.jena.query.ARQ
 
setArgs(String[]) - Method in class arq.cmdline.CommandLineBase
 
setConstructTemplate(Template) - Method in class com.hp.hpl.jena.query.Query
Set triple patterns for a construct query
setDefaultIndex(IndexLARQ) - Static method in class com.hp.hpl.jena.query.larq.LARQ
 
setDefaultIndex(Context, IndexLARQ) - Static method in class com.hp.hpl.jena.query.larq.LARQ
 
setDefaultModel(Model) - Method in interface com.hp.hpl.jena.query.DataSource
Set the background graph.
setDistinct(boolean) - Method in class com.hp.hpl.jena.query.Query
 
setFalse(Symbol) - Static method in class com.hp.hpl.jena.query.ARQ
 
setFileManager(FileManager) - Method in interface com.hp.hpl.jena.query.QueryExecution
Set the FileManger that might be used to load files.
setInitialBinding(QuerySolution) - Method in interface com.hp.hpl.jena.query.QueryExecution
Set the initial association of variables and values.
setLimit(long) - Method in class com.hp.hpl.jena.query.Query
 
setN3Params() - Static method in class arq.cmd.CmdUtils
 
setNormalMode() - Static method in class com.hp.hpl.jena.query.ARQ
 
setNormalMode(Context) - Static method in class com.hp.hpl.jena.query.ARQ
 
setOffset(long) - Method in class com.hp.hpl.jena.query.Query
 
setQueryAskType() - Method in class com.hp.hpl.jena.query.Query
 
setQueryConstructType() - Method in class com.hp.hpl.jena.query.Query
 
setQueryDescribeType() - Method in class com.hp.hpl.jena.query.Query
 
setQueryPattern(Element) - Method in class com.hp.hpl.jena.query.Query
 
setQueryResultStar(boolean) - Method in class com.hp.hpl.jena.query.Query
Set whether the query had SELECT/DESCRIBE/CONSTRUCT *
setQuerySelectType() - Method in class com.hp.hpl.jena.query.Query
 
setQueryType(int) - Method in class com.hp.hpl.jena.query.Query
 
setReduced(boolean) - Method in class com.hp.hpl.jena.query.Query
 
setResultVars() - Method in class com.hp.hpl.jena.query.Query
Fix up when the query has "*" (when SELECT * or DESCRIBE *) and for a construct query.
setStrict(boolean) - Method in class com.hp.hpl.jena.query.Query
 
setStrictMode() - Static method in class com.hp.hpl.jena.query.ARQ
Set global strict mode
setStrictMode(Context) - Static method in class com.hp.hpl.jena.query.ARQ
Set strict mode for a given Context
setSyntax(Syntax) - Method in class com.hp.hpl.jena.query.Query
 
setTimingEnabled(boolean) - Method in class arq.cmdline.ModTime
 
setTrue(Symbol) - Static method in class com.hp.hpl.jena.query.ARQ
 
size() - Method in interface com.hp.hpl.jena.query.ResultSetRewindable
return the number of solutions
SortCondition - Class in com.hp.hpl.jena.query
 
SortCondition(Var, int) - Constructor for class com.hp.hpl.jena.query.SortCondition
 
SortCondition(Node, int) - Constructor for class com.hp.hpl.jena.query.SortCondition
 
SortCondition(Expr, int) - Constructor for class com.hp.hpl.jena.query.SortCondition
 
sparql - Class in arq
A program to execute queries from the command line in SPARQL mode.
sparql() - Constructor for class arq.sparql
 
sparqlService(String, String) - Static method in class com.hp.hpl.jena.query.QueryExecutionFactory
Create a QueryExecution that will access a SPARQL service over HTTP
sparqlService(String, String, String) - Static method in class com.hp.hpl.jena.query.QueryExecutionFactory
Create a QueryExecution that will access a SPARQL service over HTTP
sparqlService(String, String, List<String>, List<String>) - Static method in class com.hp.hpl.jena.query.QueryExecutionFactory
Create a QueryExecution that will access a SPARQL service over HTTP
sparqlService(String, Query) - Static method in class com.hp.hpl.jena.query.QueryExecutionFactory
Create a QueryExecution that will access a SPARQL service over HTTP
sparqlService(String, Query, List<String>, List<String>) - Static method in class com.hp.hpl.jena.query.QueryExecutionFactory
Create a QueryExecution that will access a SPARQL service over HTTP
sparqlService(String, Query, String) - Static method in class com.hp.hpl.jena.query.QueryExecutionFactory
Create a QueryExecution that will access a SPARQL service over HTTP
srxPrefix - Static variable in class com.hp.hpl.jena.sparql.ARQConstants
The namespace of the XML results format
sse - Class in arq
 
sse(String[]) - Constructor for class arq.sse
 
sse_exec - Class in arq
 
sse_exec(String[]) - Constructor for class arq.sse_exec
 
sse_expr - Class in arq
 
sse_expr() - Constructor for class arq.sse_expr
 
sse_query - Class in arq
 
sse_query(String[]) - Constructor for class arq.sse_query
 
stageGenerator - Static variable in class com.hp.hpl.jena.query.ARQ
Context key for StageBuilder used in BGP compilation
startCategory(String) - Method in class arq.cmdline.Usage
 
startRequest() - Method in interface com.hp.hpl.jena.update.GraphStore
Signal start of a request being executed
startTimer() - Method in class arq.cmdline.ModTime
 
startVisit(Query) - Method in interface com.hp.hpl.jena.query.QueryVisitor
 
store(Document, Node) - Static method in class com.hp.hpl.jena.query.larq.LARQ
 
strictGraph - Static variable in class com.hp.hpl.jena.query.ARQ
Use a simple (and non-scalable) graph implementation that does no value testing.
strictSPARQL - Static variable in class com.hp.hpl.jena.query.ARQ
Stick exactly to the spec.
symbolPrefixMapping - Static variable in class arq.cmdline.ModSymbol
 
Syntax - Class in com.hp.hpl.jena.query
Symbols for query language syntaxes
syntaxAlgebra - Static variable in class com.hp.hpl.jena.query.Syntax
 
syntaxARQ - Static variable in class com.hp.hpl.jena.query.Syntax
 
syntaxRDQL - Static variable in class com.hp.hpl.jena.query.Syntax
 
syntaxSPARQL - Static variable in class com.hp.hpl.jena.query.Syntax
The synatx currently that is standardized, published, SPARQL
syntaxSPARQL_10 - Static variable in class com.hp.hpl.jena.query.Syntax
The syntax that the working group has defined
syntaxSPARQL_11 - Static variable in class com.hp.hpl.jena.query.Syntax
The syntax that the working group has defined
sysCurrentAlgebra - Static variable in class com.hp.hpl.jena.sparql.ARQConstants
Context key for the algebra expression of the query execution after optimization
sysCurrentDataset - Static variable in class com.hp.hpl.jena.sparql.ARQConstants
Context key for the dataset for the current query execution May be null if was not created from a query string.
sysCurrentQuery - Static variable in class com.hp.hpl.jena.sparql.ARQConstants
Context key for the query for the current query execution (may be null if was not created from a query string )
sysCurrentTime - Static variable in class com.hp.hpl.jena.sparql.ARQConstants
Context key for the current time of query execution
sysOpExecutorFactory - Static variable in class com.hp.hpl.jena.sparql.ARQConstants
Context key for the OpExecutor to be used
sysOptimizer - Static variable in class com.hp.hpl.jena.sparql.ARQConstants
Context key for the optimizer to be used
systemVarNS - Static variable in class com.hp.hpl.jena.sparql.ARQConstants
Marker for system symbols
sysVarAllocAnon - Static variable in class com.hp.hpl.jena.sparql.ARQConstants
Context key for the execution-scoped bNode variable generator
sysVarAllocNamed - Static variable in class com.hp.hpl.jena.sparql.ARQConstants
Context key for the execution-scoped named variable generator
sysVersionARQ - Static variable in class com.hp.hpl.jena.sparql.ARQConstants
Context key for ARQ version
sysVersionJena - Static variable in class com.hp.hpl.jena.sparql.ARQConstants
Context key for Jena version

T

takesValue() - Method in class arq.cmdline.ArgDecl
 
TerminationException - Exception in arq.cmd
Exception used to indicate that the command should end now.
TerminationException(int) - Constructor for exception arq.cmd.TerminationException
 
test_Arg1() - Method in class arq.cmdline.test.TestCmdLine
 
test_Arg2() - Method in class arq.cmdline.test.TestCmdLine
 
test_Flag1() - Method in class arq.cmdline.test.TestCmdLine
 
test_Flag2() - Method in class arq.cmdline.test.TestCmdLine
 
test_Flag3() - Method in class arq.cmdline.test.TestCmdLine
 
test_nArg1() - Method in class arq.cmdline.test.TestCmdLine
 
test_Simple1() - Method in class arq.cmdline.test.TestCmdLine
 
TestCmdLine - Class in arq.cmdline.test
 
TestCmdLine() - Constructor for class arq.cmdline.test.TestCmdLine
 
timeStr(long) - Method in class arq.cmdline.ModTime
 
timingEnabled() - Method in class arq.cmdline.ModTime
 
toDataset() - Method in interface com.hp.hpl.jena.update.GraphStore
Convert to a dataset (for query)
toList(ResultSet) - Static method in class com.hp.hpl.jena.query.ResultSetFormatter
Turn the result set into a java.util.List
toModel(ResultSet) - Static method in class com.hp.hpl.jena.query.ResultSetFormatter
Encode the result set as RDF.
toModel(boolean) - Static method in class com.hp.hpl.jena.query.ResultSetFormatter
Encode a boolean result set as RDF.
toString() - Method in class arq.cmdline.Arg
 
toString() - Method in class arq.cmdline.CmdLineArgs
 
toString() - Method in class com.hp.hpl.jena.query.Query
 
toString(Syntax) - Method in class com.hp.hpl.jena.query.Query
 
toString() - Method in class com.hp.hpl.jena.query.QuerySolutionMap
 
toString() - Method in class com.hp.hpl.jena.update.UpdateRequest
 

U

unindexStatement(Statement) - Method in class com.hp.hpl.jena.query.larq.IndexBuilderLiteral
 
unindexStatement(Statement) - Method in class com.hp.hpl.jena.query.larq.IndexBuilderModel
Remove index information
unindexStatement(Statement) - Method in class com.hp.hpl.jena.query.larq.IndexBuilderSubject
 
unset(Symbol) - Static method in class com.hp.hpl.jena.query.ARQ
 
uparse - Class in arq
 
update - Class in arq
 
UpdateAction - Class in com.hp.hpl.jena.update
A class of convenience forms for executing SPARQL/Update operations
UpdateAction() - Constructor for class com.hp.hpl.jena.update.UpdateAction
 
UpdateException - Exception in com.hp.hpl.jena.update
Exception root for SPARQL/Update
UpdateException() - Constructor for exception com.hp.hpl.jena.update.UpdateException
 
UpdateException(Throwable) - Constructor for exception com.hp.hpl.jena.update.UpdateException
 
UpdateException(String) - Constructor for exception com.hp.hpl.jena.update.UpdateException
 
UpdateException(String, Throwable) - Constructor for exception com.hp.hpl.jena.update.UpdateException
 
UpdateFactory - Class in com.hp.hpl.jena.update
 
UpdateFactory() - Constructor for class com.hp.hpl.jena.update.UpdateFactory
 
UpdateProcessor - Interface in com.hp.hpl.jena.update
An instance of a execution of an UpdateRequest
UpdateRequest - Class in com.hp.hpl.jena.update
A single request which may consist of several updates, to be performed in the order added to the request
UpdateRequest() - Constructor for class com.hp.hpl.jena.update.UpdateRequest
 
UpdateRequest(Update) - Constructor for class com.hp.hpl.jena.update.UpdateRequest
 
usage() - Method in class arq.cmdline.CmdGeneral
 
usage(PrintStream) - Method in class arq.cmdline.CmdGeneral
 
Usage - Class in arq.cmdline
 
Usage() - Constructor for class arq.cmdline.Usage
 
usePost() - Method in class arq.cmdline.ModRemote
 
useSAX - Static variable in class com.hp.hpl.jena.query.ARQ
Use the SAX parser for XML result sets.
usesGraphURI(String) - Method in class com.hp.hpl.jena.query.Query
Test whether the query mentions a URI in forming the default graph (FROM clause)
usesNamedGraphURI(String) - Method in class com.hp.hpl.jena.query.Query
Test whether the query mentions a URI for a named graph.

V

validate() - Method in class com.hp.hpl.jena.query.Query
Perform some check on the query
varNames() - Method in interface com.hp.hpl.jena.query.QuerySolution
Iterate over the variable names (strings) in this QuerySolution.
varNames() - Method in class com.hp.hpl.jena.query.QuerySolutionMap
 
varSubject(Binding, Var, Var, String, long, float, ExecutionContext) - Method in class com.hp.hpl.jena.query.larq.LuceneSearch
 
verbose() - Method in class arq.cmdline.ModSymbol
 
verbose(PrintStream) - Method in class arq.cmdline.ModSymbol
 
verbose(IndentedWriter) - Method in class arq.cmdline.ModSymbol
 
version - Class in arq
 
version() - Constructor for class arq.version
 
VERSION - Static variable in class com.hp.hpl.jena.query.ARQ
The full name of the current ARQ version
visit(QueryVisitor) - Method in class com.hp.hpl.jena.query.Query
 
visitAskResultForm(Query) - Method in interface com.hp.hpl.jena.query.QueryVisitor
 
visitConstructResultForm(Query) - Method in interface com.hp.hpl.jena.query.QueryVisitor
 
visitDatasetDecl(Query) - Method in interface com.hp.hpl.jena.query.QueryVisitor
 
visitDescribeResultForm(Query) - Method in interface com.hp.hpl.jena.query.QueryVisitor
 
visitGroupBy(Query) - Method in interface com.hp.hpl.jena.query.QueryVisitor
 
visitHaving(Query) - Method in interface com.hp.hpl.jena.query.QueryVisitor
 
visitLimit(Query) - Method in interface com.hp.hpl.jena.query.QueryVisitor
 
visitOffset(Query) - Method in interface com.hp.hpl.jena.query.QueryVisitor
 
visitOrderBy(Query) - Method in interface com.hp.hpl.jena.query.QueryVisitor
 
visitPrologue(Prologue) - Method in interface com.hp.hpl.jena.query.QueryVisitor
 
visitQueryPattern(Query) - Method in interface com.hp.hpl.jena.query.QueryVisitor
 
visitResultForm(Query) - Method in interface com.hp.hpl.jena.query.QueryVisitor
 
visitSelectResultForm(Query) - Method in interface com.hp.hpl.jena.query.QueryVisitor
 

W

whenRequiredByAssembler(AssemblerGroup) - Static method in class com.hp.hpl.jena.query.ARQ
Used by Jena assemblers for registration

X

xercesRegex - Static variable in class com.hp.hpl.jena.query.ARQ
Symbol to name the Xerces-J regular expression engine
XML_NS - Static variable in class com.hp.hpl.jena.sparql.ARQConstants
XML namespace
XML_SCHEMA_NS - Static variable in class com.hp.hpl.jena.sparql.ARQConstants
XML Schema namespace
xsdPrefix - Static variable in class com.hp.hpl.jena.sparql.ARQConstants
XSD namespace prefix

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

Copyright © 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP