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(String, RDFNode) - Method in class com.hp.hpl.jena.query.QuerySolutionMap
 
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
 
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
 
addProjectVars(Collection) - Method in class com.hp.hpl.jena.query.Query
Add a collection of projection variables to a SELECT query
addResultURIs(Node) - Method in class com.hp.hpl.jena.query.Query
Deprecated. Use addDescribeNode()
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
 
allocAggregate(AggregateFactory) - Method in class com.hp.hpl.jena.query.Query
 
ARQ - Class in com.hp.hpl.jena.query
ARQ - miscellaneous settings
ARQ() - Constructor for class com.hp.hpl.jena.query.ARQ
 
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
 
arqNS - Static variable in class com.hp.hpl.jena.query.ARQ
Root of ARQ-defined parameter names
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
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)

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

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 datset, 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.
closeForWriting() - Method in interface com.hp.hpl.jena.query.larq.IndexBuilder
Deprecated. Use IndexBuilder.closeWriter() to really release the index or IndexBuilder.flushWriter() to optimize it but leave it open for writing.
closeForWriting() - Method in class com.hp.hpl.jena.query.larq.IndexBuilderBase
Deprecated. Use IndexBuilderBase.closeWriter() to really release the index or IndexBuilderBase.flushWriter() to optimize it but leave it open for writing. The writer index is no longer close by this call.
closeForWriting(boolean) - Method in class com.hp.hpl.jena.query.larq.IndexBuilderBase
Deprecated. Use IndexBuilderBase.closeWriter() to really release the index or IndexBuilderBase.flushWriter() to optimize it but leave it open for writing.
closeForWriting() - Method in class com.hp.hpl.jena.query.larq.IndexBuilderLiteral
Deprecated. Use IndexBuilderModel.closeWriter() or IndexBuilderModel.flushWriter().
closeForWriting() - Method in class com.hp.hpl.jena.query.larq.IndexBuilderModel
Deprecated. Use closeWriter to release the index or flushWriter to optimize it but leave it open for writing.
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
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.update - package com.hp.hpl.jena.update
 
constantBNodeLabels - Static variable in class com.hp.hpl.jena.query.ARQ
Controls bNode labels as <_:...
consume(ResultSet) - Static method in class com.hp.hpl.jena.query.ResultSetFormatter
This operation faithfully walks the results but does nothing with them.
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
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() - 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) - 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, 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, List) - Static method in class com.hp.hpl.jena.query.DatasetFactory
Create a dataset based on two list of URIs.
create(String, List) - Static method in class com.hp.hpl.jena.query.DatasetFactory
Create a dataset container based on two list of URIs.
create(String, List, 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, List, 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(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 by calling the parser.
create(String, Syntax) - Static method in class com.hp.hpl.jena.query.QueryFactory
Create a query from the given string by calling the parser.
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) - 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
createElement(String) - Static method in class com.hp.hpl.jena.query.QueryFactory
 
createNamed(List, 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
 

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
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.
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
 
exec(GraphStore) - Method in class com.hp.hpl.jena.update.UpdateRequest
Deprecated. @link{UpdateFactory#create(UpdateRequest, GraphStore)}
exec(GraphStore, Binding) - Method in class com.hp.hpl.jena.update.UpdateRequest
Deprecated. @link{UpdateFactory#create(UpdateRequest, GraphStore, binding)}
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. xsd:date, language tags)

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
Context key controlling whether the main query engine moves filters to the "best" place.
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
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
 
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 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
 
getGraphURIs() - Method in class com.hp.hpl.jena.query.Query
Return the list of URIs (strings) for the unnamed graph
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.
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
getNamedGraphURIs() - Method in class com.hp.hpl.jena.query.Query
Return the list of URIs (strings) for the named graphs (FROM NAMED clause)
getNamedModel(String) - Method in interface com.hp.hpl.jena.query.Dataset
Get a graph by name as a Jena Model
getNode() - Method in class com.hp.hpl.jena.query.larq.HitLARQ
 
getOffset() - Method in class com.hp.hpl.jena.query.Query
 
getOrderBy() - Method in class com.hp.hpl.jena.query.Query
 
getProject() - Method in class com.hp.hpl.jena.query.Query
 
getQueryPattern() - Method in class com.hp.hpl.jena.query.Query
 
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
 
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
 
getSyntax() - Method in class com.hp.hpl.jena.query.Query
 
getUpdates() - Method in class com.hp.hpl.jena.update.UpdateRequest
 
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
 
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 possibility?
hasOffset() - Method in class com.hp.hpl.jena.query.Query
 
hasOrderBy() - Method in class com.hp.hpl.jena.query.Query
 
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
IndexBuilderExt - Class in com.hp.hpl.jena.query.larq
Deprecated. Backwards compatibility named class - use IndexBuilderNode
IndexBuilderExt() - Constructor for class com.hp.hpl.jena.query.larq.IndexBuilderExt
Deprecated. Create an in-memory index
IndexBuilderExt(IndexWriter) - Constructor for class com.hp.hpl.jena.query.larq.IndexBuilderExt
Deprecated. Manage a Lucene index that has already been created
IndexBuilderExt(File) - Constructor for class com.hp.hpl.jena.query.larq.IndexBuilderExt
Deprecated. Create an on-disk index
IndexBuilderExt(String) - Constructor for class com.hp.hpl.jena.query.larq.IndexBuilderExt
Deprecated. Create an on-disk index
IndexBuilderLiteral - Class in com.hp.hpl.jena.query.larq
Base class for indexing literals (i.e. index is a literal and the index returns the literal)
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. index is a literal and the index returns the subject).
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
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
 
isOrdered() - Method in interface com.hp.hpl.jena.query.ResultSet
Is this ResultSet known to be ordered?
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

javaRegex - Static variable in class com.hp.hpl.jena.query.ARQ
Symbol to name java.util.regex regular expression engine

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 com.hp.hpl.jena.query.larq
 
LARQ() - Constructor for class com.hp.hpl.jena.query.larq.LARQ
 
listNames() - Method in interface com.hp.hpl.jena.query.Dataset
List the names
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

MAJOR_VERSION - Static variable in class com.hp.hpl.jena.query.ARQ
The major version number for this release of ARQ (ie '2' for ARQ 2.0)
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) - Static method in class com.hp.hpl.jena.query.ResultSetFactory
Sort an existing result set.
MINOR_VERSION - Static variable in class com.hp.hpl.jena.query.ARQ
The minor version number for this release of ARQ (ie '0' for ARQ 2.0)

N

NAME - Static variable in class com.hp.hpl.jena.query.ARQ
The product name
next() - Method in interface com.hp.hpl.jena.query.ResultSet
Moves onto the next result possibility.
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 possibility.
NOLIMIT - Static variable in class com.hp.hpl.jena.query.Query
 

O

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(ResultSet, ResultSetFormat) - Static method in class com.hp.hpl.jena.query.ResultSetFormatter
Output a ResultSetin some format.
output(OutputStream, ResultSet, ResultSetFormat) - Static method in class com.hp.hpl.jena.query.ResultSetFormatter
Output a ResultSetin 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
 
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
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

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

Q

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

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.
regexImpl - Static variable in class com.hp.hpl.jena.query.ARQ
Determine which regular expression system to use.
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 uisng 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.
ResultSetFormatter() - Constructor for class com.hp.hpl.jena.query.ResultSetFormatter
 
ResultSetRewindable - Interface in com.hp.hpl.jena.query
 

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
 
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
 
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
 
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
 
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, List) - 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, List) - 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
stageGenerator - Static variable in class com.hp.hpl.jena.query.ARQ
Context key for StageBuilder used in BGP compilation
startRequest() - Method in interface com.hp.hpl.jena.update.GraphStore
Signal start of a request being executed
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.
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 syntax that the working group has defined

T

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 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
 
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
 
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
 
VERSION - Static variable in class com.hp.hpl.jena.query.ARQ
The full name of the current ARQ version
VERSION_STATUS - Static variable in class com.hp.hpl.jena.query.ARQ
The version status for this release of ARQ (eg '-beta1' or the empty string)
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

WEBSITE - Static variable in class com.hp.hpl.jena.query.ARQ
The ARQ web site : see also http://jena.sourceforge.net
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

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 Hewlett-Packard Development Company, LP