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

A

abbrev(String) - Method in class org.openjena.riot.PrefixMap
Abbrevaite an IRI or retrn null
abbrevByBase(String, String) - Static method in class org.openjena.riot.out.OutputLangUtils
 
abbreviate(String) - Method in class org.openjena.riot.PrefixMap
Abbrevaite an IRI or retrn null
abort() - Method in interface com.hp.hpl.jena.query.QueryExecution
Stop in mid execution.
accept(T) - Method in interface org.openjena.atlas.iterator.Filter
 
accept(T) - Method in class org.openjena.atlas.iterator.FilterOutNulls
 
accept(T) - Method in class org.openjena.atlas.iterator.FilterStack
 
accept(T) - Method in class org.openjena.atlas.iterator.FilterUnique
 
accept(Object) - Method in interface org.openjena.atlas.iterator.IteratorTruncate.Test
 
acceptAdditional(T) - Method in class org.openjena.atlas.iterator.FilterStack
Additional filter condition to apply
access(int, int, int) - Static method in class org.openjena.atlas.lib.BitsInt
Get the bits from start (inclusive) to finish (exclusive), leaving them aligned in the int.
access(long, int, int) - Static method in class org.openjena.atlas.lib.BitsLong
Get the bits from start (inclusive) to finish (exclusive), leaving them aligned in the long.
AccString<T> - Class in org.openjena.atlas.iterator
 
AccString(String) - Constructor for class org.openjena.atlas.iterator.AccString
 
AccString() - Constructor for class org.openjena.atlas.iterator.AccString
 
accumulate(T) - Method in class org.openjena.atlas.iterator.AccString
 
Accumulate<T,R> - Interface in org.openjena.atlas.iterator
 
accumulate(T) - Method in interface org.openjena.atlas.iterator.Accumulate
 
Action<T> - Interface in org.openjena.atlas.iterator
 
ActionCount<T> - Class in org.openjena.atlas.iterator
 
ActionCount() - Constructor for class org.openjena.atlas.iterator.ActionCount
 
ActionKeyValue<KeyType,ValueType> - Interface in org.openjena.atlas.lib
 
ActionPrint<T extends Printable> - Class in org.openjena.atlas.iterator
 
ActionPrint(IndentedWriter, String) - Constructor for class org.openjena.atlas.iterator.ActionPrint
 
ActionPrint(IndentedWriter) - Constructor for class org.openjena.atlas.iterator.ActionPrint
 
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
 
add(Iterator<T>) - Method in class org.openjena.atlas.iterator.IteratorConcat
 
add(JsonValue) - Method in class org.openjena.atlas.json.JsonArray
 
add(int, JsonValue) - Method in class org.openjena.atlas.json.JsonArray
 
add(T) - Method in class org.openjena.atlas.lib.cache.CacheSetLRU
 
add(T) - Method in class org.openjena.atlas.lib.cache.CacheSetSync
 
add(T) - Method in class org.openjena.atlas.lib.cache.CacheSetWrapper
 
add(T) - Method in interface org.openjena.atlas.lib.CacheSet
 
add(String, String) - Method in class org.openjena.riot.PrefixMap
Add a prefix, overwites any existing association
add(String, IRI) - Method in class org.openjena.riot.PrefixMap
Add a prefix, overwites any existing association
add(String, IRI) - Method in class org.openjena.riot.PrefixMap2
Add a prefix, overwites any existing association
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
addAll(Collection<? extends JsonValue>) - Method in class org.openjena.atlas.json.JsonArray
 
addAll(int, Collection<? extends JsonValue>) - Method in class org.openjena.atlas.json.JsonArray
 
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
 
adjustBeginLineColumn(int, int) - Method in class org.openjena.atlas.json.io.parserjavacc.javacc.JavaCharStream
Method to adjust line and column numbers for the start of a token.
advance() - Method in interface org.openjena.atlas.io.CharStream
 
advance() - Method in class org.openjena.atlas.io.CharStreamBasic
 
advance() - Method in class org.openjena.atlas.io.CharStreamBuffered
 
advance() - Method in class org.openjena.atlas.io.CharStreamReader
 
advance() - Method in class org.openjena.atlas.io.CharStreamSequence
 
advance() - Method in class org.openjena.atlas.io.InputStreamBuffered
 
advance() - Method in class org.openjena.atlas.io.StreamASCII
 
advance() - Method in class org.openjena.atlas.io.StreamUTF8
 
advance(InputStreamBuffered) - Static method in class org.openjena.atlas.io.StreamUTF8
 
advance(InputStreamBuffered, int) - Static method in class org.openjena.atlas.io.StreamUTF8
 
Alg - Class in org.openjena.atlas.lib
 
Alg() - Constructor for class org.openjena.atlas.lib.Alg
 
alloc(Class<T>, int) - Static method in class org.openjena.atlas.lib.ArrayUtils
Allocate an array of generic type T (initialized to null)
allocAggregate(Aggregator) - Method in class com.hp.hpl.jena.query.Query
 
Allocator<T> - Interface in org.openjena.atlas.lib
 
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)
allowArray - Static variable in class org.openjena.atlas.lib.ByteBufferLib
 
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
 
any() - Method in class org.openjena.atlas.json.io.parserjavacc.javacc.JSON_Parser
 
append(String, Object...) - Method in class org.openjena.atlas.io.IndentedLineBuffer
 
append(char) - Method in class org.openjena.atlas.io.IndentedLineBuffer
 
append(Iterable<T>, Iterable<T>) - Static method in class org.openjena.atlas.iterator.Iter
 
append(Iterator<? extends T>, Iterator<? extends T>) - Static method in class org.openjena.atlas.iterator.Iter
 
append(Iterator<T>) - Method in class org.openjena.atlas.iterator.Iter
 
apply(T) - Method in interface org.openjena.atlas.iterator.Action
 
apply(T) - Method in class org.openjena.atlas.iterator.ActionCount
 
apply(Printable) - Method in class org.openjena.atlas.iterator.ActionPrint
 
apply(Iterable<? extends T>, Action<T>) - Static method in class org.openjena.atlas.iterator.Iter
 
apply(Iterator<? extends T>, Action<T>) - Static method in class org.openjena.atlas.iterator.Iter
 
apply(Map<K, V>, ActionKeyValue<K, V>) - Static method in class org.openjena.atlas.iterator.Iter
 
apply(Action<T>) - Method in class org.openjena.atlas.iterator.Iter
 
apply(Map<K, V>, ActionKeyValue<K, V>) - Static method in class org.openjena.atlas.iterator.MapUtils
 
apply(KeyType, ValueType) - Method in interface org.openjena.atlas.lib.ActionKeyValue
 
apply(Map<K, V>, ActionKeyValue<K, V>) - Static method in class org.openjena.atlas.lib.MapUtils
 
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
 
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
Array() - Method in class org.openjena.atlas.json.io.parserjavacc.javacc.JSON_Parser
 
arrayElement(String) - Method in class org.openjena.atlas.json.io.JSWriter
 
ArrayUtils - Class in org.openjena.atlas.lib
Collection of array-related operations
ArrayValue() - Method in class org.openjena.atlas.json.io.parserjavacc.javacc.JSON_Parser
 
asDatasetGraph() - Method in interface com.hp.hpl.jena.query.Dataset
Get the dataset in graph form
asHex(byte[]) - Static method in class org.openjena.atlas.lib.Bytes
Return a hex string representing the bytes, zero padded to length of byte array.
asHex(byte[], int, int) - Static method in class org.openjena.atlas.lib.Bytes
 
asList(int...) - Static method in class org.openjena.atlas.lib.ListUtils
 
asList() - Method in class org.openjena.atlas.lib.Tuple
 
asLong() - Method in class org.openjena.riot.tokens.Token
 
asLong(long) - Method in class org.openjena.riot.tokens.Token
 
asNode() - Method in class org.openjena.riot.tokens.Token
Token to Node, a very direct form that is purely driven off the token.
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
asString() - Method in class org.openjena.atlas.io.IndentedLineBuffer
 
asString(Iterable<T>) - Static method in class org.openjena.atlas.iterator.Iter
 
asString(Iterator<T>) - Static method in class org.openjena.atlas.iterator.Iter
 
asString(Iter<T>) - Static method in class org.openjena.atlas.iterator.Iter
 
asString(Iterable<T>, String) - Static method in class org.openjena.atlas.iterator.Iter
 
asString(Iterator<T>, String) - Static method in class org.openjena.atlas.iterator.Iter
 
asString(Iter<T>, String) - Static method in class org.openjena.atlas.iterator.Iter
 
asString(Iterable<T>, AccString<T>) - Static method in class org.openjena.atlas.iterator.Iter
 
asString(Iterator<T>, AccString<T>) - Static method in class org.openjena.atlas.iterator.Iter
 
asString(Iter<T>, AccString<T>) - Static method in class org.openjena.atlas.iterator.Iter
 
asString() - Method in class org.openjena.atlas.iterator.Iter
 
asString(String) - Method in class org.openjena.atlas.iterator.Iter
 
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
asUTF8bytes(String) - Static method in class org.openjena.atlas.lib.StrUtils
 
asWord() - Method in class org.openjena.riot.tokens.Token
 
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)
AtlasException - Exception in org.openjena.atlas
 
AtlasException() - Constructor for exception org.openjena.atlas.AtlasException
 
AtlasException(String) - Constructor for exception org.openjena.atlas.AtlasException
 
AtlasException(Throwable) - Constructor for exception org.openjena.atlas.AtlasException
 
AtlasException(String, Throwable) - Constructor for exception org.openjena.atlas.AtlasException
 
atLineStart() - Method in class org.openjena.atlas.io.IndentedWriter
 
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

B_AT - Static variable in class org.openjena.atlas.lib.Chars
 
B_COLON - Static variable in class org.openjena.atlas.lib.Chars
 
B_COMMA - Static variable in class org.openjena.atlas.lib.Chars
 
B_CR - Static variable in class org.openjena.atlas.lib.Chars
 
B_DOT - Static variable in class org.openjena.atlas.lib.Chars
 
B_EQUALS - Static variable in class org.openjena.atlas.lib.Chars
 
B_GT - Static variable in class org.openjena.atlas.lib.Chars
 
B_HASH - Static variable in class org.openjena.atlas.lib.Chars
 
B_LBRACE - Static variable in class org.openjena.atlas.lib.Chars
 
B_LBRACKET - Static variable in class org.openjena.atlas.lib.Chars
 
B_LPAREN - Static variable in class org.openjena.atlas.lib.Chars
 
B_LT - Static variable in class org.openjena.atlas.lib.Chars
 
B_MINUS - Static variable in class org.openjena.atlas.lib.Chars
 
B_NL - Static variable in class org.openjena.atlas.lib.Chars
 
B_PLUS - Static variable in class org.openjena.atlas.lib.Chars
 
B_QMARK - Static variable in class org.openjena.atlas.lib.Chars
 
B_QUOTE1 - Static variable in class org.openjena.atlas.lib.Chars
 
B_QUOTE2 - Static variable in class org.openjena.atlas.lib.Chars
 
B_RBRACE - Static variable in class org.openjena.atlas.lib.Chars
 
B_RBRACKET - Static variable in class org.openjena.atlas.lib.Chars
 
B_RPAREN - Static variable in class org.openjena.atlas.lib.Chars
 
B_RSLASH - Static variable in class org.openjena.atlas.lib.Chars
 
B_SEMICOLON - Static variable in class org.openjena.atlas.lib.Chars
 
B_SLASH - Static variable in class org.openjena.atlas.lib.Chars
 
B_STAR - Static variable in class org.openjena.atlas.lib.Chars
 
B_UNDERSCORE - Static variable in class org.openjena.atlas.lib.Chars
 
backup(int) - Method in class org.openjena.atlas.json.io.parserjavacc.javacc.JavaCharStream
Retreat.
Base64 - Class in org.openjena.atlas.lib
Encodes and decodes to and from Base64 notation.
Base64.Base64InputStream - Class in org.openjena.atlas.lib
A Base64.Base64InputStream will read data from another java.io.InputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.Base64InputStream(InputStream) - Constructor for class org.openjena.atlas.lib.Base64.Base64InputStream
Constructs a Base64.Base64InputStream in DECODE mode.
Base64.Base64InputStream(InputStream, int) - Constructor for class org.openjena.atlas.lib.Base64.Base64InputStream
Constructs a Base64.Base64InputStream in either ENCODE or DECODE mode.
Base64.Base64OutputStream - Class in org.openjena.atlas.lib
A Base64.Base64OutputStream will write data to another java.io.OutputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.Base64OutputStream(OutputStream) - Constructor for class org.openjena.atlas.lib.Base64.Base64OutputStream
Constructs a Base64.Base64OutputStream in ENCODE mode.
Base64.Base64OutputStream(OutputStream, int) - Constructor for class org.openjena.atlas.lib.Base64.Base64OutputStream
Constructs a Base64.Base64OutputStream in either ENCODE or DECODE mode.
basename(String) - Static method in class org.openjena.atlas.lib.FileOps
 
bbcopy(ByteBuffer, int, int, int, int) - Static method in class org.openjena.atlas.lib.ByteBufferLib
 
bbcopy(ByteBuffer, int, ByteBuffer, int, int, int) - Static method in class org.openjena.atlas.lib.ByteBufferLib
 
bbcopy1(ByteBuffer, int, int, int, int) - Static method in class org.openjena.atlas.lib.ByteBufferLib
 
bbcopy2(ByteBuffer, int, int, int, int) - Static method in class org.openjena.atlas.lib.ByteBufferLib
 
bbfill(ByteBuffer, int, int, byte, int) - Static method in class org.openjena.atlas.lib.ByteBufferLib
 
beginColumn - Variable in class org.openjena.atlas.json.io.parserjavacc.javacc.Token
The column number of the first character of this Token.
beginLine - Variable in class org.openjena.atlas.json.io.parserjavacc.javacc.Token
The line number of the first character of this Token.
BeginToken() - Method in class org.openjena.atlas.json.io.parserjavacc.javacc.JavaCharStream
 
binarySearch(IntBuffer, int) - Static method in class org.openjena.atlas.lib.Alg
 
binarySearch(IntBuffer, int, int, int) - Static method in class org.openjena.atlas.lib.Alg
 
binarySearch(List<T>, int, int, T, Comparator<T>) - Static method in class org.openjena.atlas.lib.Alg
 
binarySearch(T[], int, int, T) - Static method in class org.openjena.atlas.lib.Alg
 
BitsInt - Class in org.openjena.atlas.lib
Utilities for manipulating a bit pattern which held in a 32 bit int
BitsLong - Class in org.openjena.atlas.lib
Utilities for manipulating a bit pattern which held in a 64 bit long (java.util.BitSet does not allow getting the pattern as a long)
boundSubject(Binding, Node, Var, String, long, float, ExecutionContext) - Method in class com.hp.hpl.jena.query.larq.LuceneSearch
 
BufferingWriter - Class in org.openjena.atlas.io
A buffering writer, send output to a channel (WriteableByteChannel) (and own methods which do not throw checked exceptions).
BufferingWriter(Sink<ByteBuffer>) - Constructor for class org.openjena.atlas.io.BufferingWriter
Create a buffering output stream of charcaters to a Sink
BufferingWriter(Sink<ByteBuffer>, int, int) - Constructor for class org.openjena.atlas.io.BufferingWriter
Create a buffering output stream of charcaters to a Sink
BufferingWriter.SinkBuffer - Class in org.openjena.atlas.io
 
BufferingWriter.SinkBuffer(ByteBuffer) - Constructor for class org.openjena.atlas.io.BufferingWriter.SinkBuffer
 
BufferingWriter.SinkChannel - Class in org.openjena.atlas.io
 
BufferingWriter.SinkChannel(WritableByteChannel) - Constructor for class org.openjena.atlas.io.BufferingWriter.SinkChannel
 
BufferingWriter.SinkOutputStream - Class in org.openjena.atlas.io
 
BufferingWriter.SinkOutputStream(OutputStream) - Constructor for class org.openjena.atlas.io.BufferingWriter.SinkOutputStream
 
bufpos - Variable in class org.openjena.atlas.json.io.parserjavacc.javacc.JavaCharStream
Position in buffer.
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
ByteBufferLib - Class in org.openjena.atlas.lib
 
Bytes - Class in org.openjena.atlas.lib
Byte-oriented operations.
bytes2string(byte[]) - Static method in class org.openjena.atlas.lib.Bytes
Return the string for some UTF-8 bytes

C

Cache<Key,Value> - Interface in org.openjena.atlas.lib
A cache
Cache1<K,V> - Class in org.openjena.atlas.lib.cache
A one-slot cache.
Cache1() - Constructor for class org.openjena.atlas.lib.cache.Cache1
 
CacheFactory - Class in org.openjena.atlas.lib
 
CacheFactory() - Constructor for class org.openjena.atlas.lib.CacheFactory
 
CacheLRU<K,V> - Class in org.openjena.atlas.lib.cache
This class is not thread-safe.
CacheLRU(float, int) - Constructor for class org.openjena.atlas.lib.cache.CacheLRU
 
CacheSet<T> - Interface in org.openjena.atlas.lib
 
CacheSetLRU<T> - Class in org.openjena.atlas.lib.cache
Cache set - tracks LRU of objects
CacheSetLRU(int) - Constructor for class org.openjena.atlas.lib.cache.CacheSetLRU
 
CacheSetLRU(float, int) - Constructor for class org.openjena.atlas.lib.cache.CacheSetLRU
 
CacheSetSync<T> - Class in org.openjena.atlas.lib.cache
 
CacheSetSync(CacheSet<T>) - Constructor for class org.openjena.atlas.lib.cache.CacheSetSync
 
CacheSetWrapper<T> - Class in org.openjena.atlas.lib.cache
 
CacheSetWrapper(CacheSet<T>) - Constructor for class org.openjena.atlas.lib.cache.CacheSetWrapper
 
CacheSimple<K,V> - Class in org.openjena.atlas.lib.cache
A simple fixed size cache that uses the hash code to address a slot.
CacheSimple(int) - Constructor for class org.openjena.atlas.lib.cache.CacheSimple
 
CacheStats<K,V> - Interface in org.openjena.atlas.lib
A cache with some readable statistics
CacheStatsAtomic<Key,Value> - Class in org.openjena.atlas.lib.cache
Capture statisics for a cache - this class is thread safe (you can read the stats while the cache is active)
CacheStatsAtomic(Cache<Key, Value>) - Constructor for class org.openjena.atlas.lib.cache.CacheStatsAtomic
 
CacheStatsSimple<Key,Value> - Class in org.openjena.atlas.lib.cache
Collect statistics for a cache - this class is not thread safe (@see{CacheStatsAtomic})
CacheStatsSimple(Cache<Key, Value>) - Constructor for class org.openjena.atlas.lib.cache.CacheStatsSimple
 
CacheSync<Key,T> - Class in org.openjena.atlas.lib.cache
 
CacheSync(Cache<Key, T>) - Constructor for class org.openjena.atlas.lib.cache.CacheSync
 
CacheUnbounded<K,V> - Class in org.openjena.atlas.lib.cache
 
CacheUnbounded() - Constructor for class org.openjena.atlas.lib.cache.CacheUnbounded
 
CacheWithGetter<K,V> - Class in org.openjena.atlas.lib.cache
Cache that takes a Getter to automatically fill cache misses.
CacheWithGetter(Cache<K, V>, Getter<K, V>) - Constructor for class org.openjena.atlas.lib.cache.CacheWithGetter
 
CacheWrapper<Key,T> - Class in org.openjena.atlas.lib.cache
 
CacheWrapper(Cache<Key, T>) - Constructor for class org.openjena.atlas.lib.cache.CacheWrapper
 
Callback<T> - Interface in org.openjena.atlas.lib
 
CallbackHelp - Interface in arq.cmdline
 
CallbackVersion - Interface in arq.cmdline
 
car() - Method in class org.openjena.atlas.lib.Pair
 
cdr() - Method in class org.openjena.atlas.lib.Pair
 
CH_AT - Static variable in class org.openjena.atlas.lib.Chars
 
CH_COLON - Static variable in class org.openjena.atlas.lib.Chars
 
CH_COMMA - Static variable in class org.openjena.atlas.lib.Chars
 
CH_DOT - Static variable in class org.openjena.atlas.lib.Chars
 
CH_EQUALS - Static variable in class org.openjena.atlas.lib.Chars
 
CH_GT - Static variable in class org.openjena.atlas.lib.Chars
 
CH_HASH - Static variable in class org.openjena.atlas.lib.Chars
 
CH_LBRACE - Static variable in class org.openjena.atlas.lib.Chars
 
CH_LBRACKET - Static variable in class org.openjena.atlas.lib.Chars
 
CH_LPAREN - Static variable in class org.openjena.atlas.lib.Chars
 
CH_LT - Static variable in class org.openjena.atlas.lib.Chars
 
CH_MINUS - Static variable in class org.openjena.atlas.lib.Chars
 
CH_PLUS - Static variable in class org.openjena.atlas.lib.Chars
 
CH_QMARK - Static variable in class org.openjena.atlas.lib.Chars
 
CH_QUOTE1 - Static variable in class org.openjena.atlas.lib.Chars
 
CH_QUOTE2 - Static variable in class org.openjena.atlas.lib.Chars
 
CH_RBRACE - Static variable in class org.openjena.atlas.lib.Chars
 
CH_RBRACKET - Static variable in class org.openjena.atlas.lib.Chars
 
CH_RPAREN - Static variable in class org.openjena.atlas.lib.Chars
 
CH_RSLASH - Static variable in class org.openjena.atlas.lib.Chars
 
CH_SEMICOLON - Static variable in class org.openjena.atlas.lib.Chars
 
CH_SLASH - Static variable in class org.openjena.atlas.lib.Chars
 
CH_STAR - Static variable in class org.openjena.atlas.lib.Chars
 
CH_UNDERSCORE - Static variable in class org.openjena.atlas.lib.Chars
 
Chars - Class in org.openjena.atlas.lib
 
charsetASCII - Static variable in class org.openjena.atlas.lib.Chars
 
charsetUTF8 - Static variable in class org.openjena.atlas.lib.Chars
 
charsetUTF8 - Static variable in class org.openjena.riot.WebContent
 
CharStream - Interface in org.openjena.atlas.io
A simplifed reader interface without IOExceptions.
CharStreamBasic - Class in org.openjena.atlas.io
A PeekReaderSource that does no buffering - just wraps a reader.
CharStreamBuffered - Class in org.openjena.atlas.io
Buffering reader without the (hidden) sync overhead in BufferedReader
CharStreamBuffered(Reader) - Constructor for class org.openjena.atlas.io.CharStreamBuffered
 
CharStreamBuffered(Reader, int) - Constructor for class org.openjena.atlas.io.CharStreamBuffered
 
CharStreamReader - Class in org.openjena.atlas.io
Machinary to add Reader functionality to a CharStream
CharStreamReader() - Constructor for class org.openjena.atlas.io.CharStreamReader
 
CharStreamSequence - Class in org.openjena.atlas.io
 
CharStreamSequence(CharSequence) - Constructor for class org.openjena.atlas.io.CharStreamSequence
 
check(Node, long, long) - Method in class org.openjena.riot.Checker
 
check(Triple, long, long) - Method in class org.openjena.riot.Checker
Check a triple - assumes individual nodes are legal
check(Node, long, long) - Method in class org.openjena.riot.checker.CheckerBlankNodes
 
check(Node, long, long) - Method in class org.openjena.riot.checker.CheckerIRI
 
check(Node, long, long) - Method in class org.openjena.riot.checker.CheckerLiterals
 
check(Node, long, long) - Method in class org.openjena.riot.checker.CheckerVar
 
check(Node, long, long) - Method in interface org.openjena.riot.checker.NodeChecker
 
check(Node, long, long) - Method in class org.openjena.riot.checker.NodeCheckerNull
 
checkBlank(Node, long, long) - Method in class org.openjena.riot.Checker
 
checkBlank(Node, long, long) - Method in class org.openjena.riot.checker.CheckerBlankNodes
 
checkBlankNode(String) - Method in interface org.openjena.riot.tokens.TokenChecker
 
checkBlankNode(String) - Method in class org.openjena.riot.tokens.TokenCheckerBase
 
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
 
checkControl(int) - Method in interface org.openjena.riot.tokens.TokenChecker
 
checkControl(int) - Method in class org.openjena.riot.tokens.TokenCheckerBase
 
checkDirective(int) - Method in interface org.openjena.riot.tokens.TokenChecker
 
checkDirective(int) - Method in class org.openjena.riot.tokens.TokenCheckerBase
 
Checker - Class in org.openjena.riot
A checker validates RDF terms.
Checker() - Constructor for class org.openjena.riot.Checker
 
Checker(ErrorHandler) - Constructor for class org.openjena.riot.Checker
 
CheckerBlankNodes - Class in org.openjena.riot.checker
 
CheckerBlankNodes(ErrorHandler) - Constructor for class org.openjena.riot.checker.CheckerBlankNodes
 
CheckerIRI - Class in org.openjena.riot.checker
 
CheckerIRI() - Constructor for class org.openjena.riot.checker.CheckerIRI
 
CheckerIRI(ErrorHandler, IRIFactory) - Constructor for class org.openjena.riot.checker.CheckerIRI
 
CheckerLiterals - Class in org.openjena.riot.checker
 
CheckerLiterals(ErrorHandler) - Constructor for class org.openjena.riot.checker.CheckerLiterals
 
CheckerVar - Class in org.openjena.riot.checker
 
CheckerVar(ErrorHandler) - Constructor for class org.openjena.riot.checker.CheckerVar
 
CheckerVisitor - Class in org.openjena.riot.checker
 
CheckerVisitor() - Constructor for class org.openjena.riot.checker.CheckerVisitor
 
Checking - Static variable in class org.openjena.riot.tokens.TokenizerBytes
 
Checking - Static variable in class org.openjena.riot.tokens.TokenizerText
 
checkIRI(IRI, long, long) - Method in class org.openjena.riot.checker.CheckerIRI
 
checkIRI(Node, long, long) - Method in class org.openjena.riot.Checker
 
checkIRI(IRI, long, long) - Method in class org.openjena.riot.Checker
 
checkIRI(String) - Static method in class org.openjena.riot.IRIResolver
Check an IRI string (does not resolve it)
checkKeyword(String) - Method in interface org.openjena.riot.tokens.TokenChecker
 
checkKeyword(String) - Method in class org.openjena.riot.tokens.TokenCheckerBase
 
checkLiteral(Node, ErrorHandler, long, long) - Static method in class org.openjena.riot.checker.CheckerLiterals
 
checkLiteral(String, RDFDatatype, ErrorHandler, long, long) - Static method in class org.openjena.riot.checker.CheckerLiterals
 
checkLiteral(String, String, ErrorHandler, long, long) - Static method in class org.openjena.riot.checker.CheckerLiterals
 
checkLiteral(String, String, RDFDatatype, ErrorHandler, long, long) - Static method in class org.openjena.riot.checker.CheckerLiterals
 
checkLiteral(Node, long, long) - Method in class org.openjena.riot.Checker
 
checkLiteralDT(String, Token) - Method in interface org.openjena.riot.tokens.TokenChecker
 
checkLiteralDT(String, Token) - Method in class org.openjena.riot.tokens.TokenCheckerBase
 
checkLiteralLang(String, String) - Method in interface org.openjena.riot.tokens.TokenChecker
 
checkLiteralLang(String, String) - Method in class org.openjena.riot.tokens.TokenCheckerBase
 
checkMetadata(Properties, String, String) - Method in class org.openjena.atlas.lib.PropertyUtils
Check property has teh vakue given - throw exception if not.
checkNumber(String, String) - Method in interface org.openjena.riot.tokens.TokenChecker
 
checkNumber(String, String) - Method in class org.openjena.riot.tokens.TokenCheckerBase
 
checkOrSetProperty(Properties, String, String) - Method in class org.openjena.atlas.lib.PropertyUtils
Check property is an expected value or set if missing
checkPrefixedName(String, String) - Method in interface org.openjena.riot.tokens.TokenChecker
 
checkPrefixedName(String, String) - Method in class org.openjena.riot.tokens.TokenCheckerBase
 
checkPrefixedName_CURIE() - Method in class org.openjena.riot.tokens.TokenCheckerLib
 
checkPrefixedName_Turtle() - Method in class org.openjena.riot.tokens.TokenCheckerLib
 
checkPrefixedName_XML() - Method in class org.openjena.riot.tokens.TokenCheckerLib
 
checkString(String) - Method in interface org.openjena.riot.tokens.TokenChecker
 
checkString(String) - Method in class org.openjena.riot.tokens.TokenCheckerBase
 
checkTriple(Node, Node, Node, long, long) - Method in class org.openjena.riot.Checker
Check a triple against the RDF rules for a triple : subject is a IRI or bnode, predicate is a IRI and object is an bnode, literal or IRI
checkURI(Node, long, long) - Method in class org.openjena.riot.checker.CheckerIRI
 
checkURI(String) - Method in interface org.openjena.riot.tokens.TokenChecker
 
checkURI(String) - Method in class org.openjena.riot.tokens.TokenCheckerBase
 
checkVar(Node, long, long) - Method in class org.openjena.riot.checker.CheckerVar
 
checkVar(Node, long, long) - Method in class org.openjena.riot.Checker
 
checkVariable(String) - Method in interface org.openjena.riot.tokens.TokenChecker
 
checkVariable(String) - Method in class org.openjena.riot.tokens.TokenCheckerBase
 
chooseBaseURI() - Static method in class org.openjena.riot.IRIResolver
Choose a base URI based on the current directory
chooseBaseURI(String) - Static method in class org.openjena.riot.IRIResolver
Choose a baseURI based on a suggestion
chooseClassLoader() - Static method in class org.openjena.atlas.lib.SystemUtils
 
chop(String) - Static method in class org.openjena.atlas.lib.StrUtils
 
className(Object) - Static method in class org.openjena.atlas.lib.Lib
 
classShortName(Class<?>) - Static method in class org.openjena.atlas.lib.Lib
 
clear() - Method in class com.hp.hpl.jena.query.QuerySolutionMap
Clear this QuerySolutionMap
clear() - Method in class org.openjena.atlas.io.IndentedLineBuffer
 
clear() - Method in class org.openjena.atlas.json.JsonArray
 
clear() - Method in class org.openjena.atlas.json.JsonObject
 
clear(int, int, int) - Static method in class org.openjena.atlas.lib.BitsInt
 
clear(long, int, int) - Static method in class org.openjena.atlas.lib.BitsLong
 
clear() - Method in class org.openjena.atlas.lib.cache.Cache1
 
clear() - Method in class org.openjena.atlas.lib.cache.CacheLRU
 
clear() - Method in class org.openjena.atlas.lib.cache.CacheSetLRU
 
clear() - Method in class org.openjena.atlas.lib.cache.CacheSetSync
 
clear() - Method in class org.openjena.atlas.lib.cache.CacheSetWrapper
 
clear() - Method in class org.openjena.atlas.lib.cache.CacheSimple
 
clear() - Method in class org.openjena.atlas.lib.cache.CacheStatsAtomic
 
clear() - Method in class org.openjena.atlas.lib.cache.CacheStatsSimple
 
clear() - Method in class org.openjena.atlas.lib.cache.CacheSync
 
clear() - Method in class org.openjena.atlas.lib.cache.CacheUnbounded
 
clear() - Method in class org.openjena.atlas.lib.cache.CacheWrapper
 
clear() - Method in interface org.openjena.atlas.lib.Cache
 
clear() - Method in interface org.openjena.atlas.lib.CacheSet
 
clear() - Method in class org.openjena.riot.lang.LabelToNode
Reset the mapping (if meaningful)
clearDirectory(String) - Static method in class org.openjena.atlas.lib.FileOps
 
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.
close() - Method in class org.openjena.atlas.io.BufferingWriter
 
close() - Method in class org.openjena.atlas.io.BufferingWriter.SinkBuffer
 
close() - Method in class org.openjena.atlas.io.BufferingWriter.SinkChannel
 
close() - Method in class org.openjena.atlas.io.BufferingWriter.SinkOutputStream
 
close() - Method in class org.openjena.atlas.io.CharStreamReader
 
close() - Method in class org.openjena.atlas.io.IndentedWriter
 
close() - Method in class org.openjena.atlas.io.InputStreamBuffered
 
close(InputStream) - Static method in class org.openjena.atlas.io.IO
 
close(OutputStream) - Static method in class org.openjena.atlas.io.IO
 
close(Reader) - Static method in class org.openjena.atlas.io.IO
 
close(Writer) - Static method in class org.openjena.atlas.io.IO
 
close() - Method in class org.openjena.atlas.io.PeekInputStream
 
close() - Method in class org.openjena.atlas.io.PeekReader
 
close() - Method in class org.openjena.atlas.io.StreamASCII
 
close() - Method in class org.openjena.atlas.io.StreamUTF8
 
close(Iterator<T>) - Static method in class org.openjena.atlas.iterator.Iter
 
close() - Method in class org.openjena.atlas.iterator.IteratorTruncate
 
close() - Method in class org.openjena.atlas.iterator.RepeatApplyIterator
 
close() - Method in class org.openjena.atlas.json.io.parser.TokenizerJSON
 
close() - Method in class org.openjena.atlas.lib.Base64.Base64OutputStream
Flushes and closes (I think, in the superclass) the stream.
close() - Method in interface org.openjena.atlas.lib.Closeable
 
close() - Method in class org.openjena.atlas.lib.SinkLogging
 
close() - Method in class org.openjena.atlas.lib.SinkNull
 
close() - Method in class org.openjena.atlas.lib.SinkPrint
 
close() - Method in class org.openjena.atlas.lib.SinkSplit
 
close() - Method in class org.openjena.atlas.lib.SinkWrapper
 
close() - Method in class org.openjena.atlas.logging.java.ConsoleHandlerStdout
 
close() - Method in class org.openjena.riot.inf.InferenceExpanderRDFS
 
close() - Method in class org.openjena.riot.lang.PrintingSink
 
close() - Method in class org.openjena.riot.lang.SinkQuadsToDataset
 
close() - Method in class org.openjena.riot.lang.SinkToGraph
 
close() - Method in class org.openjena.riot.out.SinkQuadOutput
 
close() - Method in class org.openjena.riot.out.SinkTripleOutput
 
close() - Method in class org.openjena.riot.tokens.TokenizerBytes
 
close() - Method in class org.openjena.riot.tokens.TokenizerText
 
close() - Method in class org.openjena.riot.tokens.TokenizerWrapper
 
Closeable - Interface in org.openjena.atlas.lib
 
closeStream() - Method in interface org.openjena.atlas.io.CharStream
Close the stream - different name from java.io.Reader.close
closeStream() - Method in class org.openjena.atlas.io.CharStreamBasic
 
closeStream() - Method in class org.openjena.atlas.io.CharStreamBuffered
 
closeStream() - Method in class org.openjena.atlas.io.CharStreamReader
 
closeStream() - Method in class org.openjena.atlas.io.CharStreamSequence
 
closeStream() - Method in class org.openjena.atlas.io.StreamASCII
 
closeStream() - Method in class org.openjena.atlas.io.StreamUTF8
 
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
 
CmdLangParse - Class in arq
Common framework for running RIOT parsers
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
 
CMP_EQUAL - Static variable in class org.openjena.atlas.lib.StrUtils
 
CMP_GREATER - Static variable in class org.openjena.atlas.lib.StrUtils
 
CMP_INDETERMINATE - Static variable in class org.openjena.atlas.lib.StrUtils
 
CMP_LESS - Static variable in class org.openjena.atlas.lib.StrUtils
 
CMP_UNEQUAL - Static variable in class org.openjena.atlas.lib.StrUtils
 
cntrlCode - Variable in class org.openjena.riot.tokens.Token
 
COLON - Static variable in interface org.openjena.atlas.json.io.parserjavacc.javacc.JSON_ParserConstants
RegularExpression Id.
ColumnMap - Class in org.openjena.atlas.lib
General descriptor of a reordering (mapping) of columns in tuples to columns in indexes, for example, from triples to triple index order.
ColumnMap(String, String) - Constructor for class org.openjena.atlas.lib.ColumnMap
Construct a column mapping that maps the input (one col, one char) to the output
ColumnMap(String, List<T>, List<T>) - Constructor for class org.openjena.atlas.lib.ColumnMap
 
ColumnMap(String, T[], T[]) - Constructor for class org.openjena.atlas.lib.ColumnMap
 
ColumnMap(String, int...) - Constructor for class org.openjena.atlas.lib.ColumnMap
Construct a column map - the elements are the mappings of a tuple originally in the order 0,1,2,...
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
 
COMMA - Static variable in interface org.openjena.atlas.json.io.parserjavacc.javacc.JSON_ParserConstants
RegularExpression Id.
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
 
compare(byte[], byte[]) - Static method in class org.openjena.atlas.lib.Bytes
Compare two byte arrays which may be of different lengths
compareByte(byte, byte) - Static method in class org.openjena.atlas.lib.Bytes
 
concat(Iter<T>, Iter<T>) - Static method in class org.openjena.atlas.iterator.Iter
 
concat(Iterator<T>, Iterator<T>) - Static method in class org.openjena.atlas.iterator.Iter
 
concat(Iterator<T>, Iterator<T>) - Static method in class org.openjena.atlas.iterator.IteratorConcat
 
ConsoleHandlerStdout - Class in org.openjena.atlas.logging.java
 
ConsoleHandlerStdout() - Constructor for class org.openjena.atlas.logging.java.ConsoleHandlerStdout
 
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
contains(Object) - Method in class org.openjena.atlas.json.JsonArray
 
contains(T) - Method in class org.openjena.atlas.lib.cache.CacheSetLRU
 
contains(T) - Method in class org.openjena.atlas.lib.cache.CacheSetSync
 
contains(T) - Method in class org.openjena.atlas.lib.cache.CacheSetWrapper
 
contains(T) - Method in interface org.openjena.atlas.lib.CacheSet
 
contains(String, String) - Static method in class org.openjena.atlas.lib.StrUtils
Does one string contain another string?
contains(String) - Method in class org.openjena.riot.PrefixMap
 
containsAll(Collection<?>) - Method in class org.openjena.atlas.json.JsonArray
 
containsKey(Object) - Method in class org.openjena.atlas.json.JsonObject
 
containsKey(K) - Method in class org.openjena.atlas.lib.cache.Cache1
 
containsKey(K) - Method in class org.openjena.atlas.lib.cache.CacheLRU
 
containsKey(K) - Method in class org.openjena.atlas.lib.cache.CacheSimple
 
containsKey(Key) - Method in class org.openjena.atlas.lib.cache.CacheSync
 
containsKey(K) - Method in class org.openjena.atlas.lib.cache.CacheUnbounded
 
containsKey(Key) - Method in class org.openjena.atlas.lib.cache.CacheWrapper
 
containsKey(Key) - Method in interface org.openjena.atlas.lib.Cache
Does the cache contain the key?
containsKey(K) - Method in class org.openjena.atlas.lib.Map2
 
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?
containsValue(Object) - Method in class org.openjena.atlas.json.JsonObject
 
ContentNeg - Class in org.openjena.riot
 
ContentNeg() - Constructor for class org.openjena.riot.ContentNeg
 
contentSPARQLUpdate - Static variable in class org.openjena.riot.WebContent
 
contentSPARQLUpdate_X - Static variable in class org.openjena.riot.WebContent
 
contentTypeN3 - Static variable in class org.openjena.riot.WebContent
 
contentTypeN3Alt1 - Static variable in class org.openjena.riot.WebContent
 
contentTypeN3Alt2 - Static variable in class org.openjena.riot.WebContent
 
contentTypeNQuads - Static variable in class org.openjena.riot.WebContent
 
contentTypeNTriples - Static variable in class org.openjena.riot.WebContent
 
contentTypeNTriplesAlt - Static variable in class org.openjena.riot.WebContent
 
contentTypeRDFXML - Static variable in class org.openjena.riot.WebContent
 
contentTypeResultsJSON - Static variable in class org.openjena.riot.WebContent
 
contentTypeResultsXML - Static variable in class org.openjena.riot.WebContent
 
contentTypeTextPlain - Static variable in class org.openjena.riot.WebContent
 
contentTypeTriG - Static variable in class org.openjena.riot.WebContent
 
contentTypeTurtle1 - Static variable in class org.openjena.riot.WebContent
 
contentTypeTurtle2 - Static variable in class org.openjena.riot.WebContent
 
contentTypeTurtle3 - Static variable in class org.openjena.riot.WebContent
 
contentTypeXML - Static variable in class org.openjena.riot.WebContent
 
convert(Iterator<?>) - Static method in class org.openjena.atlas.iterator.Iter
 
convert(T) - Method in interface org.openjena.atlas.iterator.Transform
 
copy(T[]) - Static method in class org.openjena.atlas.lib.ArrayUtils
Allocation space and copy
copy(T[], int, int) - Static method in class org.openjena.atlas.lib.ArrayUtils
Allocation space and copy
copy() - Method in class org.openjena.riot.Prologue
 
copyOf(byte[]) - Static method in class org.openjena.atlas.lib.Bytes
 
copyOf(byte[], int) - Static method in class org.openjena.atlas.lib.Bytes
 
copyOf(byte[], int, int) - Static method in class org.openjena.atlas.lib.Bytes
 
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.
count(Iterable<T>) - Static method in class org.openjena.atlas.iterator.Iter
Count the iterable - many iterable objects have a .size() operation which shoudl be used in preference to this explicit counting operation
count(Iterator<T>) - Static method in class org.openjena.atlas.iterator.Iter
Count the iterator (this is destructive on the iterator)
count() - Method in class org.openjena.atlas.iterator.Iter
Count the iterator (this is destructive on the iterator)
countNotNull() - Method in class org.openjena.atlas.lib.Tuple
 
CR - Static variable in class org.openjena.atlas.lib.Chars
 
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(Dataset) - 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
create(WritableByteChannel) - Static method in class org.openjena.atlas.io.BufferingWriter
Convenience operation to output to a WritableByteChannel
create(WritableByteChannel, int) - Static method in class org.openjena.atlas.io.BufferingWriter
Convenience operation to output to a WritableByteChannel
create(OutputStream, int) - Static method in class org.openjena.atlas.io.BufferingWriter
Convenience operation to output to a Writer
create(Iterator<? extends X>, Iterator<? extends X>) - Static method in class org.openjena.atlas.iterator.Iterator2
 
create(T[]) - Static method in class org.openjena.atlas.iterator.IteratorArray
Iterator over all the array elements
create(T[], int, int) - Static method in class org.openjena.atlas.iterator.IteratorArray
Iterator over array elements from start (inclusive) to finish (exclusive)
create(T) - Static method in class org.openjena.atlas.iterator.SingletonIterator
 
create() - Method in interface org.openjena.atlas.lib.Allocator
Allocate a new T, different from others allocated
create() - Static method in class org.openjena.atlas.lib.SinkNull
 
create(X...) - Static method in class org.openjena.atlas.lib.Tuple
 
create() - Static method in class org.openjena.riot.IRIResolver
 
create(String) - Static method in class org.openjena.riot.IRIResolver
 
create(IRI) - Static method in class org.openjena.riot.IRIResolver
 
create() - Method in class org.openjena.riot.lang.LabelToNode
Create a node that is guaranteed to be fresh
create(InputStream, String, String, ErrorHandler, Sink<Triple>) - Static method in class org.openjena.riot.lang.LangRDFXML
 
create(String, String, ErrorHandler, Sink<Triple>) - Static method in class org.openjena.riot.lang.LangRDFXML
 
create(Node, Token) - Method in interface org.openjena.riot.ParserProfile
Make any node from a token as appropriate
create(Node, Token) - Method in class org.openjena.riot.ParserProfileBase
 
create(String, PrefixMapping) - Static method in class org.openjena.riot.Prologue
 
createBlankNode(Node, String, long, long) - Method in interface org.openjena.riot.ParserProfile
 
createBlankNode(Node, String, long, long) - Method in class org.openjena.riot.ParserProfileBase
 
createBlankNode(Node, String, long, long) - Method in class org.openjena.riot.ParserProfileChecker
 
createCache(Getter<Key, Value>, int) - Static method in class org.openjena.atlas.lib.CacheFactory
 
createCache(int) - Static method in class org.openjena.atlas.lib.CacheFactory
 
createCache(float, int) - Static method in class org.openjena.atlas.lib.CacheFactory
 
createCacheSet(int) - Static method in class org.openjena.atlas.lib.CacheFactory
 
createCacheUnbounded() - Static method in class org.openjena.atlas.lib.CacheFactory
 
createCacheWithGetter(Cache<Key, Value>, Getter<Key, Value>) - Static method in class org.openjena.atlas.lib.CacheFactory
 
createDataset() - Method in class arq.cmdline.ModDataset
 
createDataset() - Method in class arq.cmdline.ModDatasetAssembler
 
createDataset() - Method in class arq.cmdline.ModDatasetGeneral
 
createDecoder() - Static method in class org.openjena.atlas.lib.Chars
Create a UTF-8 decoder
createElement(String) - Static method in class com.hp.hpl.jena.query.QueryFactory
 
createEncoder() - Static method in class org.openjena.atlas.lib.Chars
Create a UTF-8 encoder
createGraphStore() - Method in class arq.cmdline.ModGraphStore
 
createIncremental() - Static method in class org.openjena.riot.lang.LabelToNode
Allocation, globallay scoped, that uses a incrementing field to create new nodes
createLangLiteral(String, String, long, long) - Method in interface org.openjena.riot.ParserProfile
 
createLangLiteral(String, String, long, long) - Method in class org.openjena.riot.ParserProfileBase
 
createLangLiteral(String, String, long, long) - Method in class org.openjena.riot.ParserProfileChecker
 
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.
createNoResolve() - Static method in class org.openjena.riot.IRIResolver
 
createOneSlotCache() - Static method in class org.openjena.atlas.lib.CacheFactory
One slot cache
createParserNQuads(InputStream, Sink<Quad>) - Static method in class org.openjena.riot.RiotReader
Create a parser for NQuads, with default behaviour
createParserNQuads(Tokenizer, Sink<Quad>) - Static method in class org.openjena.riot.RiotReader
Create a parser for NQuads, with default behaviour
createParserNTriples(InputStream, Sink<Triple>) - Static method in class org.openjena.riot.RiotReader
Create a parser for N-Triples, with default behaviour
createParserNTriples(Tokenizer, Sink<Triple>) - Static method in class org.openjena.riot.RiotReader
Create a parser for N-Triples, with default behaviour
createParserQuads(InputStream, Lang, String, Sink<Quad>) - Static method in class org.openjena.riot.RiotReader
Create a parser for a quads language
createParserQuads(Tokenizer, Lang, String, Sink<Quad>) - Static method in class org.openjena.riot.RiotReader
Create a parser for a quads language
createParserTriG(InputStream, String, Sink<Quad>) - Static method in class org.openjena.riot.RiotReader
Create a parser for Trig, with default behaviour
createParserTriG(Tokenizer, String, Sink<Quad>) - Static method in class org.openjena.riot.RiotReader
Create a parser for Trig, with default behaviour
createParserTriples(InputStream, Lang, String, Sink<Triple>) - Static method in class org.openjena.riot.RiotReader
Create a parser for a triples language
createParserTriples(Tokenizer, Lang, String, Sink<Triple>) - Static method in class org.openjena.riot.RiotReader
Create a parser for a triples language
createParserTurtle(InputStream, String, Sink<Triple>) - Static method in class org.openjena.riot.RiotReader
Create a parser for Turtle, with default behaviour
createParserTurtle(Tokenizer, String, Sink<Triple>) - Static method in class org.openjena.riot.RiotReader
Create a parser for Turtle, with default behaviour
createPlainLiteral(String, long, long) - Method in interface org.openjena.riot.ParserProfile
 
createPlainLiteral(String, long, long) - Method in class org.openjena.riot.ParserProfileBase
 
createPlainLiteral(String, long, long) - Method in class org.openjena.riot.ParserProfileChecker
 
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
 
createQuad(Node, Node, Node, Node, long, long) - Method in interface org.openjena.riot.ParserProfile
 
createQuad(Node, Node, Node, Node, long, long) - Method in class org.openjena.riot.ParserProfileBase
 
createQuad(Node, Node, Node, Node, long, long) - Method in class org.openjena.riot.ParserProfileChecker
 
createScopeByDocument() - Static method in class org.openjena.riot.lang.LabelToNode
Allocation from a single scope; just the label matters.
createScopeByGraph() - Static method in class org.openjena.riot.lang.LabelToNode
Allocation scoped by graph and label.
createServiceRequest(String, Query) - Static method in class com.hp.hpl.jena.query.QueryExecutionFactory
Create a service request for remote execution over HTTP.
createSimpleCache(int) - Static method in class org.openjena.atlas.lib.CacheFactory
 
createStats(Cache<Key, Value>) - Static method in class org.openjena.atlas.lib.CacheFactory
 
createSync(Cache<Key, Value>) - Static method in class org.openjena.atlas.lib.CacheFactory
 
createSync(CacheSet<Obj>) - Static method in class org.openjena.atlas.lib.CacheFactory
 
createTemplate(String) - Static method in class com.hp.hpl.jena.query.QueryFactory
 
createTriple(Node, Node, Node, long, long) - Method in interface org.openjena.riot.ParserProfile
 
createTriple(Node, Node, Node, long, long) - Method in class org.openjena.riot.ParserProfileBase
 
createTriple(Node, Node, Node, long, long) - Method in class org.openjena.riot.ParserProfileChecker
 
createTypedLiteral(String, RDFDatatype, long, long) - Method in interface org.openjena.riot.ParserProfile
 
createTypedLiteral(String, RDFDatatype, long, long) - Method in class org.openjena.riot.ParserProfileBase
 
createTypedLiteral(String, RDFDatatype, long, long) - Method in class org.openjena.riot.ParserProfileChecker
 
createURI(String, long, long) - Method in interface org.openjena.riot.ParserProfile
 
createURI(String, long, long) - Method in class org.openjena.riot.ParserProfileBase
 
createURI(String, long, long) - Method in class org.openjena.riot.ParserProfileChecker
 
createUseLabelAsGiven() - Static method in class org.openjena.riot.lang.LabelToNode
Allocation using syntax label.
CTRL_CHAR - Static variable in class org.openjena.atlas.json.io.parser.TokenizerJSON
 
CTRL_CHAR - Static variable in class org.openjena.riot.tokens.TokenizerBytes
 
CTRL_CHAR - Static variable in class org.openjena.riot.tokens.TokenizerText
 
current() - Method in class org.openjena.atlas.iterator.IteratorArray
 
currentToken - Variable in exception org.openjena.atlas.json.io.parserjavacc.javacc.ParseException
This is the last token that has been consumed successfully.

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
 
datasetFromString(String, Lang, String) - Static method in class org.openjena.riot.RiotLoader
Parse a string and return the quads in a dataset (in-memory) (convenience operation)
datasetSink(DatasetGraph) - Static method in class org.openjena.riot.RiotLoader
 
DataSource - Interface in com.hp.hpl.jena.query
A DataSource is a Dataset that has modification operations.
debug(Iterator<T>) - Static method in class org.openjena.atlas.iterator.Iter
 
debugStream - Variable in class org.openjena.atlas.json.io.parserjavacc.javacc.JSON_ParserTokenManager
Debug output.
DECIMAL - Static variable in interface org.openjena.atlas.json.io.parserjavacc.javacc.JSON_ParserConstants
RegularExpression Id.
decIndent() - Method in class org.openjena.atlas.io.IndentedWriter
 
decIndent(int) - Method in class org.openjena.atlas.io.IndentedWriter
 
decode(byte[]) - Static method in class org.openjena.atlas.io.StreamUTF8
 
DECODE - Static variable in class org.openjena.atlas.lib.Base64
Specify decoding.
decode(byte[], int, int, int) - Static method in class org.openjena.atlas.lib.Base64
Very low-level access to decoding ASCII characters in the form of a byte array.
decode(String) - Static method in class org.openjena.atlas.lib.Base64
Decodes data from Base64 notation, automatically detecting gzip-compressed data and decompressing it.
decode(String, int) - Static method in class org.openjena.atlas.lib.Base64
Decodes data from Base64 notation, automatically detecting gzip-compressed data and decompressing it.
decode(String, char) - Static method in class org.openjena.atlas.lib.StrUtils
Decode a string using marked hex values e.g.
decodeFileToFile(String, String) - Static method in class org.openjena.atlas.lib.Base64
Reads infile and decodes it to outfile.
decodeFromFile(String) - Static method in class org.openjena.atlas.lib.Base64
Convenience method for reading a base64-encoded file and decoding it.
decodeIndex(int) - Static method in class org.openjena.atlas.lib.Alg
 
decodeIndex(int) - Static method in class org.openjena.atlas.lib.Lib
Decode an index returning the insertion point when not found
decodeToFile(String, String) - Static method in class org.openjena.atlas.lib.Base64
Convenience method for decoding data to a file.
decodeToObject(String) - Static method in class org.openjena.atlas.lib.Base64
Attempts to decode Base64 data and deserialize a Java Object within.
DEFAULT - Static variable in interface org.openjena.atlas.json.io.parserjavacc.javacc.JSON_ParserConstants
Lexical state.
defaultSyntax - Static variable in class com.hp.hpl.jena.query.Syntax
The name of the default query language for query parsing.
delete(String) - Static method in class org.openjena.atlas.lib.FileOps
Delete a file
delete(File, boolean) - Static method in class org.openjena.atlas.lib.FileOps
 
delete(String) - Method in class org.openjena.riot.PrefixMap
Delete a prefix
delete(String) - Method in class org.openjena.riot.PrefixMap2
Add a prefix, overwites any existing association
deleteSilent(String) - Static method in class org.openjena.atlas.lib.FileOps
 
DFT_BUFSIZE - Static variable in class org.openjena.atlas.io.InputStreamBuffered
 
difference(Set<? extends T>, Set<? extends T>) - Static method in class org.openjena.atlas.lib.SetUtils
Return is s1 \ s2
DIGITS - Static variable in interface org.openjena.atlas.json.io.parserjavacc.javacc.JSON_ParserConstants
RegularExpression Id.
digits10 - Static variable in class org.openjena.atlas.lib.Chars
 
direction - Variable in class com.hp.hpl.jena.query.SortCondition
 
disable(String) - Static method in class org.openjena.atlas.logging.Log
Turn on a logger (all levels).
disable(Class<?>) - Static method in class org.openjena.atlas.logging.Log
Turn on a logger (all levels).
disable_tracing() - Method in class org.openjena.atlas.json.io.parserjavacc.javacc.JSON_Parser
Disable tracing.
displayStr(Node) - Static method in class org.openjena.riot.out.NodeFmtLib
 
displayStr(Triple, PrefixMapping) - Static method in class org.openjena.riot.out.NodeFmtLib
 
displayStr(RDFNode) - Static method in class org.openjena.riot.out.NodeFmtLib
 
distinct(Iterable<T>) - Static method in class org.openjena.atlas.iterator.Iter
 
distinct(Iterator<T>) - Static method in class org.openjena.atlas.iterator.Iter
 
distinct() - Method in class org.openjena.atlas.iterator.Iter
 
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
 
Done() - Method in class org.openjena.atlas.json.io.parserjavacc.javacc.JavaCharStream
Set buffers back to null when finished.
DONT_BREAK_LINES - Static variable in class org.openjena.atlas.lib.Base64
Don't break lines when encoding (violates strict Base64 specification)
DOUBLE - Static variable in interface org.openjena.atlas.json.io.parserjavacc.javacc.JSON_ParserConstants
RegularExpression Id.
DS - Class in org.openjena.atlas.lib
Datastructure factory - allows indirecly to other implementations
duplicate(ByteBuffer) - Static method in class org.openjena.atlas.lib.ByteBufferLib
Copy of a ByteBuffer - the contents are copied (unlike ByteBuffer.duplicate)

E

ECHAR - Static variable in interface org.openjena.atlas.json.io.parserjavacc.javacc.JSON_ParserConstants
RegularExpression Id.
element() - Method in interface org.openjena.atlas.json.io.JSONHandler
 
element() - Method in class org.openjena.atlas.json.io.JSONHandlerBase
 
element() - Method in class org.openjena.atlas.json.io.JSONMaker
 
element() - Method in class org.openjena.atlas.json.io.parserjavacc.JSONPrinter
 
Elements() - Method in class org.openjena.atlas.json.io.parserjavacc.javacc.JSON_Parser
 
enable(String) - Static method in class org.openjena.atlas.logging.Log
Turn on a logger (all levels).
enable(String, String) - Static method in class org.openjena.atlas.logging.Log
 
enable(Class<?>) - Static method in class org.openjena.atlas.logging.Log
Turn on a logger (all levels).
enable_tracing() - Method in class org.openjena.atlas.json.io.parserjavacc.javacc.JSON_Parser
Enable tracing.
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.
ENCODE - Static variable in class org.openjena.atlas.lib.Base64
Specify encoding.
encode(String, char, char[]) - Static method in class org.openjena.atlas.lib.StrUtils
Encode a string using hex values e.g.
encodeAsHex(StringBuilder, char, char) - Static method in class org.openjena.atlas.lib.Chars
 
encodeBytes(byte[]) - Static method in class org.openjena.atlas.lib.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int) - Static method in class org.openjena.atlas.lib.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int) - Static method in class org.openjena.atlas.lib.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int, int) - Static method in class org.openjena.atlas.lib.Base64
Encodes a byte array into Base64 notation.
encodeFileToFile(String, String) - Static method in class org.openjena.atlas.lib.Base64
Reads infile and encodes it to outfile.
encodeFromFile(String) - Static method in class org.openjena.atlas.lib.Base64
Convenience method for reading a binary file and base64-encoding it.
encodeIndex(int) - Static method in class org.openjena.atlas.lib.Alg
 
encodeIndex(int) - Static method in class org.openjena.atlas.lib.Lib
Encode an index (the insertion point) when not found
encodeObject(Serializable) - Static method in class org.openjena.atlas.lib.Base64
Serializes an object and returns the Base64-encoded version of that serialized object.
encodeObject(Serializable, int) - Static method in class org.openjena.atlas.lib.Base64
Serializes an object and returns the Base64-encoded version of that serialized object.
encodeToFile(byte[], String) - Static method in class org.openjena.atlas.lib.Base64
Convenience method for encoding data to a file.
encodingAscii - Static variable in class org.openjena.atlas.io.IO
 
encodingUTF8 - Static variable in class org.openjena.atlas.io.IO
Java name for UTF-8 encoding
encodingUTF8 - Static variable in class org.openjena.riot.WebContent
Java name for UTF-8 encoding
endColumn - Variable in class org.openjena.atlas.json.io.parserjavacc.javacc.Token
The column number of the last character of this Token.
endLine - Variable in class org.openjena.atlas.json.io.parserjavacc.javacc.Token
The line number of the last character of this Token.
endTimer() - Method in class arq.cmdline.ModTime
 
ensureDir(String) - Static method in class org.openjena.atlas.lib.FileOps
 
ensurePropertySet(Properties, String, String) - Method in class org.openjena.atlas.lib.PropertyUtils
Set property if not already set.
ensureStartOfLine() - Method in class org.openjena.atlas.io.IndentedWriter
 
entrySet() - Method in class org.openjena.atlas.json.JsonObject
 
EOF - Static variable in class org.openjena.atlas.io.IO
 
eof() - Method in class org.openjena.atlas.io.PeekInputStream
 
eof() - Method in class org.openjena.atlas.io.PeekReader
 
EOF - Static variable in interface org.openjena.atlas.json.io.parserjavacc.javacc.JSON_ParserConstants
End of File.
EOF - Static variable in class org.openjena.atlas.lib.Chars
End of file - not a Unicode codepoint
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
 
equals(Object) - Method in class org.openjena.atlas.json.JsonArray
 
equals(Object) - Method in class org.openjena.atlas.json.JsonBoolean
 
equals(Object) - Method in class org.openjena.atlas.json.JsonNull
 
equals(Object) - Method in class org.openjena.atlas.json.JsonNumber
 
equals(Object) - Method in class org.openjena.atlas.json.JsonObject
 
equals(Object) - Method in class org.openjena.atlas.json.JsonString
 
equals(Object) - Method in class org.openjena.atlas.json.JsonValue
 
equals(T, T) - Static method in class org.openjena.atlas.lib.Lib
 
equals(Object) - Method in class org.openjena.atlas.lib.Pair
 
equals(Object) - Method in class org.openjena.atlas.lib.Tuple
Equality of tuples is based on equality of the elements in the tuple
equals(Object) - Method in class org.openjena.riot.tokens.Token
 
error(String, long, long) - Method in interface org.openjena.riot.ErrorHandler
report an error : May not return (depends on error handler policy)
ErrorHandler - Interface in org.openjena.riot
An Error handler captures the policy for dealing with warnings, errors and fatal errors.
ErrorHandlerLib - Class in org.openjena.riot
 
ErrorHandlerLib() - Constructor for class org.openjena.riot.ErrorHandlerLib
 
errorHandlerNoLogging - Static variable in class org.openjena.riot.ErrorHandlerLib
 
errorHandlerStd - Static variable in class org.openjena.riot.ErrorHandlerLib
 
errorHandlerStrict - Static variable in class org.openjena.riot.ErrorHandlerLib
 
errorHandlerWarn - Static variable in class org.openjena.riot.ErrorHandlerLib
 
escapeString(String) - Static method in class org.openjena.atlas.lib.StrUtils
 
eval(Y, X) - Method in interface org.openjena.atlas.iterator.Iter.Folder
 
Event - Class in org.openjena.atlas.event
 
Event(EventType, Object) - Constructor for class org.openjena.atlas.event.Event
 
event(Object, Event) - Method in interface org.openjena.atlas.event.EventListener
 
EventListener - Interface in org.openjena.atlas.event
Interface for receiving events
EventManager - Class in org.openjena.atlas.event
The event system - the single, global event manager control the registration and delivery of events.
EventType - Class in org.openjena.atlas.event
 
EventType(Class<?>, String) - Constructor for class org.openjena.atlas.event.EventType
 
EventType(String) - Constructor for class org.openjena.atlas.event.EventType
 
every(Iterable<? extends T>, Filter<T>) - Static method in class org.openjena.atlas.iterator.Iter
Return true if every element of stream passes the filter (reads the stream)
every(Iterator<? extends T>, Filter<T>) - Static method in class org.openjena.atlas.iterator.Iter
Return true if every element of stream passes the filter (reads the stream until the first element not passing the filter)
every(Filter<T>) - Method in class org.openjena.atlas.iterator.Iter
 
exception(IOException) - Static method in class org.openjena.atlas.io.IO
 
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
 
ExecGenerator - Interface in org.openjena.atlas.test
 
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.
executeOneTest() - Method in interface org.openjena.atlas.test.ExecGenerator
 
exists(String) - Static method in class org.openjena.atlas.lib.FileOps
 
existsAnyFiles(String) - Static method in class org.openjena.atlas.lib.FileOps
See if there are any files in this directory
expand(String, String) - Method in class org.openjena.riot.PrefixMap
Expand a prefix, return null if it can't be expanded
expand(String, String) - Method in class org.openjena.riot.PrefixMap2
Expand a prefix, return null if it can't be expanded
expectedTokenSequences - Variable in exception org.openjena.atlas.json.io.parserjavacc.javacc.ParseException
Each entry in this array is an array of integers.
explicitChecking() - Method in class arq.cmdline.ModLangParse
 
explicitlySetBaseURI() - Method in class org.openjena.riot.Prologue
 
explicitNoChecking() - Method in class arq.cmdline.ModLangParse
 
EXPONENT - Static variable in interface org.openjena.atlas.json.io.parserjavacc.javacc.JSON_ParserConstants
RegularExpression Id.
expression - Variable in class com.hp.hpl.jena.query.SortCondition
 
extend(K, V) - Method in class org.openjena.atlas.lib.Slot
 
extensionValueTypes - Static variable in class com.hp.hpl.jena.query.ARQ
Expression evaluation without extension types (e.g.

F

False() - Method in class org.openjena.atlas.json.io.parserjavacc.javacc.JSON_Parser
 
FALSE - Static variable in interface org.openjena.atlas.json.io.parserjavacc.javacc.JSON_ParserConstants
RegularExpression Id.
fatal(Object, String) - Static method in class org.openjena.atlas.logging.Log
 
fatal(Class<?>, String) - Static method in class org.openjena.atlas.logging.Log
 
fatal(Object, String, Throwable) - Static method in class org.openjena.atlas.logging.Log
 
fatal(Class<?>, String, Throwable) - Static method in class org.openjena.atlas.logging.Log
 
fatal(String, String) - Static method in class org.openjena.atlas.logging.Log
 
fatal(String, long, long) - Method in interface org.openjena.riot.ErrorHandler
report a catastrophic error.
fBNodeID - Static variable in class com.hp.hpl.jena.query.larq.LARQ
 
fDataType - Static variable in class com.hp.hpl.jena.query.larq.LARQ
 
fetchSlot(int, Tuple<T>) - Method in class org.openjena.atlas.lib.ColumnMap
Apply to an unmapped tuple to get the i'th slot after mapping : SPO->POS : 0'th slot is P from SPO
fetchSlot(int, T[]) - Method in class org.openjena.atlas.lib.ColumnMap
Apply to an unmapped tuple to get the i'th slot after mapping : SPO->POS : 0'th slot is P from SPO
fetchSlotIdx(int) - Method in class org.openjena.atlas.lib.ColumnMap
Get the index of the i'th slot as it appears from a mapping : for SPO->POS : 0'th slot is P so 1->0
FileOps - Class in org.openjena.atlas.lib
 
fill(ByteBuffer, byte) - Static method in class org.openjena.atlas.lib.ByteBufferLib
 
fill(ByteBuffer, int, int, byte) - Static method in class org.openjena.atlas.lib.ByteBufferLib
 
Filter<T> - Interface in org.openjena.atlas.iterator
 
filter(Iterable<? extends T>, Filter<T>) - Static method in class org.openjena.atlas.iterator.Iter
 
filter(Iterator<? extends T>, Filter<T>) - Static method in class org.openjena.atlas.iterator.Iter
 
filter(Filter<T>) - Method in class org.openjena.atlas.iterator.Iter
 
FilterOutNulls<T> - Class in org.openjena.atlas.iterator
 
FilterOutNulls() - Constructor for class org.openjena.atlas.iterator.FilterOutNulls
 
filterPlacement - Static variable in class com.hp.hpl.jena.query.ARQ
Deprecated. 
FilterStack<T> - Class in org.openjena.atlas.iterator
Add a filter to a chain - the original filter is called after this new sub-filter.
FilterStack(Filter<T>) - Constructor for class org.openjena.atlas.iterator.FilterStack
 
FilterStack(Filter<T>, boolean) - Constructor for class org.openjena.atlas.iterator.FilterStack
 
FilterUnique<T> - Class in org.openjena.atlas.iterator
 
FilterUnique() - Constructor for class org.openjena.atlas.iterator.FilterUnique
 
find(K) - Method in class org.openjena.atlas.lib.Slot
 
fIndex - Static variable in class com.hp.hpl.jena.query.larq.LARQ
 
finish() - Method in class org.openjena.atlas.iterator.AccString
 
finish() - Method in interface org.openjena.atlas.iterator.Accumulate
 
finishArray() - Method in interface org.openjena.atlas.json.io.JSONHandler
 
finishArray() - Method in class org.openjena.atlas.json.io.JSONHandlerBase
 
finishArray() - Method in class org.openjena.atlas.json.io.JSONMaker
 
finishArray() - Method in class org.openjena.atlas.json.io.JSWriter
 
finishArray() - Method in class org.openjena.atlas.json.io.parserjavacc.JSONPrinter
 
finishObject() - Method in interface org.openjena.atlas.json.io.JSONHandler
 
finishObject() - Method in class org.openjena.atlas.json.io.JSONHandlerBase
 
finishObject() - Method in class org.openjena.atlas.json.io.JSONMaker
 
finishObject() - Method in class org.openjena.atlas.json.io.JSWriter
 
finishObject() - Method in class org.openjena.atlas.json.io.parserjavacc.JSONPrinter
 
finishOutput() - Method in class org.openjena.atlas.json.io.JsonWriter
 
finishOutput() - Method in class org.openjena.atlas.json.io.JSWriter
 
finishPair() - Method in interface org.openjena.atlas.json.io.JSONHandler
 
finishPair() - Method in class org.openjena.atlas.json.io.JSONHandlerBase
 
finishPair() - Method in class org.openjena.atlas.json.io.JSONMaker
 
finishPair() - Method in class org.openjena.atlas.json.io.parserjavacc.JSONPrinter
 
finishParse() - Method in interface org.openjena.atlas.json.io.JSONHandler
 
finishParse() - Method in class org.openjena.atlas.json.io.JSONHandlerBase
 
finishParse() - Method in class org.openjena.atlas.json.io.JSONMaker
 
finishParse() - Method in class org.openjena.atlas.json.io.parserjavacc.JSONPrinter
 
finishRead - Static variable in class org.openjena.riot.SysRIOT
 
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
 
flush() - Method in class org.openjena.atlas.io.BufferingWriter
 
flush() - Method in class org.openjena.atlas.io.BufferingWriter.SinkBuffer
 
flush() - Method in class org.openjena.atlas.io.BufferingWriter.SinkChannel
 
flush() - Method in class org.openjena.atlas.io.BufferingWriter.SinkOutputStream
 
flush() - Method in class org.openjena.atlas.io.IndentedWriter
 
flush(OutputStream) - Static method in class org.openjena.atlas.io.IO
 
flush(Writer) - Static method in class org.openjena.atlas.io.IO
 
flush() - Method in interface org.openjena.atlas.lib.Sink
 
flush() - Method in class org.openjena.atlas.lib.SinkLogging
 
flush() - Method in class org.openjena.atlas.lib.SinkNull
 
flush() - Method in class org.openjena.atlas.lib.SinkPrint
 
flush() - Method in class org.openjena.atlas.lib.SinkSplit
 
flush() - Method in class org.openjena.atlas.lib.SinkWrapper
 
flush() - Method in class org.openjena.atlas.logging.java.ConsoleHandlerStdout
 
flush() - Method in class org.openjena.riot.inf.InferenceExpanderRDFS
 
flush() - Method in class org.openjena.riot.lang.PrintingSink
 
flush() - Method in class org.openjena.riot.lang.SinkQuadsToDataset
 
flush() - Method in class org.openjena.riot.lang.SinkToGraph
 
flush() - Method in class org.openjena.riot.out.SinkQuadOutput
 
flush() - Method in class org.openjena.riot.out.SinkTripleOutput
 
flushBase64() - Method in class org.openjena.atlas.lib.Base64.Base64OutputStream
Method added by PHIL.
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
fmtMessage(String, long, long) - Static method in class org.openjena.riot.SysRIOT
 
fnPrefix - Static variable in class com.hp.hpl.jena.sparql.ARQConstants
The prefix of XQuery/Xpath functions and operator
foldLeft(Iterable<? extends T>, Iter.Folder<T, R>, R) - Static method in class org.openjena.atlas.iterator.Iter
 
foldLeft(Iterator<? extends T>, Iter.Folder<T, R>, R) - Static method in class org.openjena.atlas.iterator.Iter
 
foldRight(Iterable<? extends T>, Iter.Folder<T, R>, R) - Static method in class org.openjena.atlas.iterator.Iter
 
foldRight(Iterator<? extends T>, Iter.Folder<T, R>, R) - Static method in class org.openjena.atlas.iterator.Iter
 
format(FmtExpr, IndentedWriter) - Method in class com.hp.hpl.jena.query.SortCondition
 
format(LogRecord) - Method in class org.openjena.atlas.logging.java.TextFormatter
 
formatInt(StringBuilder, int) - Static method in class org.openjena.atlas.lib.NumberUtils
Fast, but basic, integer to StringBuilder
formatInt(StringBuilder, int, int) - Static method in class org.openjena.atlas.lib.NumberUtils
Place a fixed width representation of a non-negative int into the string buffer
formatInt(StringBuilder, int, int, boolean) - Static method in class org.openjena.atlas.lib.NumberUtils
 
formatSignedInt(StringBuilder, int) - Static method in class org.openjena.atlas.lib.NumberUtils
Fast, but basic, integer to StringBuilder : always signed
formatSignedInt(StringBuilder, int, int) - Static method in class org.openjena.atlas.lib.NumberUtils
Place a fixed width representation into the string buffer : always signed.
fromByteBuffer(ByteBuffer) - Static method in class org.openjena.atlas.lib.Bytes
Decode a string into a ByteBuffer
fromByteBuffer(ByteBuffer, CharsetDecoder) - Static method in class org.openjena.atlas.lib.Bytes
Decode a string into a ByteBuffer
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.
fromUTF8bytes(byte[]) - Static method in class org.openjena.atlas.lib.StrUtils
 
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

Gen - Class in org.openjena.atlas.test
Support for testing BTrees
Gen() - Constructor for class org.openjena.atlas.test.Gen
 
generateParseException() - Method in class org.openjena.atlas.json.io.parserjavacc.javacc.JSON_Parser
Generate ParseException.
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.
get() - Method in class org.openjena.atlas.iterator.AccString
 
get() - Method in interface org.openjena.atlas.iterator.Accumulate
 
get(int) - Method in class org.openjena.atlas.json.JsonArray
 
get(String) - Method in class org.openjena.atlas.json.JsonObject
 
get(K) - Method in class org.openjena.atlas.lib.cache.Cache1
 
get(K) - Method in class org.openjena.atlas.lib.cache.CacheLRU
 
get(K) - Method in class org.openjena.atlas.lib.cache.CacheSimple
 
get(Key) - Method in class org.openjena.atlas.lib.cache.CacheStatsAtomic
 
get(Key) - Method in class org.openjena.atlas.lib.cache.CacheStatsSimple
 
get(Key) - Method in class org.openjena.atlas.lib.cache.CacheSync
 
get(K) - Method in class org.openjena.atlas.lib.cache.CacheUnbounded
 
get(K) - Method in class org.openjena.atlas.lib.cache.CacheWithGetter
 
get(Key) - Method in class org.openjena.atlas.lib.cache.CacheWrapper
 
get(Key) - Method in interface org.openjena.atlas.lib.Cache
Get from cache - or return null.
get(K) - Method in interface org.openjena.atlas.lib.cache.Getter
 
get(K) - Method in class org.openjena.atlas.lib.Map2
 
get() - Method in interface org.openjena.atlas.lib.Pool
Get an item from the pool - return null if the pool is empty
get() - Method in class org.openjena.atlas.lib.PoolBase
Get an item from the pool - return null if the pool is empty
get() - Method in class org.openjena.atlas.lib.PoolFiniteBlocking
 
get() - Method in class org.openjena.atlas.lib.PoolSync
 
get(int) - Method in class org.openjena.atlas.lib.Tuple
 
get(String) - Static method in enum org.openjena.riot.Lang
Translate a name into a Lang Throws RiotException if the name is not recognized.
get(String, Lang) - Static method in enum org.openjena.riot.Lang
Translate a name into a Lang, rturn the default if no match found.
get(Node, String) - Method in class org.openjena.riot.lang.LabelToNode
Get a node for a label, given the node (for the graph) as scope
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.
getArgument() - Method in class org.openjena.atlas.event.Event
 
getAsArray() - Method in class org.openjena.atlas.json.JsonArray
 
getAsArray() - Method in class org.openjena.atlas.json.JsonValue
 
getAsObject() - Method in class org.openjena.atlas.json.JsonObject
 
getAsObject() - Method in class org.openjena.atlas.json.JsonValue
 
getAssemblerFile() - Method in class arq.cmdline.ModAssembler
 
getBaseIRI() - Method in class arq.cmdline.ModLangParse
 
getBaseIRIasString() - Method in class org.openjena.riot.IRIResolver
 
getBaseURI() - Method in class org.openjena.riot.Prologue
 
getBeginColumn() - Method in class org.openjena.atlas.json.io.parserjavacc.javacc.JavaCharStream
 
getBeginLine() - Method in class org.openjena.atlas.json.io.parserjavacc.javacc.JavaCharStream
 
getBoolean() - Method in class org.openjena.atlas.json.JsonBoolean
 
getBoolean() - Method in class org.openjena.atlas.json.JsonValue
 
getBuffer() - Method in class org.openjena.atlas.io.IndentedLineBuffer
 
getCacheEjects() - Method in class org.openjena.atlas.lib.cache.CacheStatsAtomic
 
getCacheEjects() - Method in class org.openjena.atlas.lib.cache.CacheStatsSimple
 
getCacheEjects() - Method in interface org.openjena.atlas.lib.CacheStats
 
getCacheEntries() - Method in class org.openjena.atlas.lib.cache.CacheStatsAtomic
 
getCacheEntries() - Method in class org.openjena.atlas.lib.cache.CacheStatsSimple
 
getCacheEntries() - Method in interface org.openjena.atlas.lib.CacheStats
 
getCacheHits() - Method in class org.openjena.atlas.lib.cache.CacheStatsAtomic
 
getCacheHits() - Method in class org.openjena.atlas.lib.cache.CacheStatsSimple
 
getCacheHits() - Method in interface org.openjena.atlas.lib.CacheStats
 
getCacheMisses() - Method in class org.openjena.atlas.lib.cache.CacheStatsAtomic
 
getCacheMisses() - Method in class org.openjena.atlas.lib.cache.CacheStatsSimple
 
getCacheMisses() - Method in interface org.openjena.atlas.lib.CacheStats
 
getCheckBlankNodes() - Method in class org.openjena.riot.Checker
 
getChecker() - Method in class org.openjena.riot.tokens.TokenizerBytes
 
getChecker() - Method in class org.openjena.riot.tokens.TokenizerText
 
getCheckLiterals() - Method in class org.openjena.riot.Checker
 
getCheckURIs() - Method in class org.openjena.riot.Checker
 
getCheckVars() - Method in class org.openjena.riot.Checker
 
getCntrlCode() - Method in class org.openjena.riot.tokens.Token
 
getCode() - Method in exception arq.cmd.TerminationException
 
getCol() - Method in class org.openjena.atlas.io.IndentedWriter
 
getCol() - Method in exception org.openjena.riot.RiotParseException
 
getColNum() - Method in class org.openjena.atlas.io.PeekInputStream
 
getColNum() - Method in class org.openjena.atlas.io.PeekReader
 
getColumn() - Method in exception com.hp.hpl.jena.query.QueryParseException
Column number where the parse exception occurred.
getColumn() - Method in class org.openjena.atlas.json.io.parser.TokenizerJSON
 
getColumn() - Method in class org.openjena.atlas.json.io.parserjavacc.javacc.JavaCharStream
Deprecated. 
getColumn() - Method in exception org.openjena.atlas.json.JsonParseException
Column number where the parse exception occurred.
getColumn() - Method in class org.openjena.riot.tokens.Token
 
getColumn() - Method in interface org.openjena.riot.tokens.Tokenizer
 
getColumn() - Method in class org.openjena.riot.tokens.TokenizerBytes
 
getColumn() - Method in class org.openjena.riot.tokens.TokenizerText
 
getColumn() - Method in class org.openjena.riot.tokens.TokenizerWrapper
 
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).
getCount() - Method in class org.openjena.atlas.iterator.ActionCount
 
getCount() - Method in class org.openjena.atlas.lib.SinkCounting
 
getCurrentGraph() - Method in class org.openjena.riot.lang.LangTurtleBase
 
getCurrentOffset() - Method in class org.openjena.atlas.io.IndentedWriter
Position past current indent
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.
getDecoder() - Static method in class org.openjena.atlas.lib.Chars
Get a UTF-8 decoder from the pool (null if pool empty)
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
getDigest() - Method in class org.openjena.atlas.lib.MD5
Get the digest for our input stream.
getDirection() - Method in class com.hp.hpl.jena.query.SortCondition
 
getEncoder() - Static method in class org.openjena.atlas.lib.Chars
Get a UTF-8 encoder from the pool (null if pool empty)
getEndColumn() - Method in class org.openjena.atlas.json.io.parserjavacc.javacc.JavaCharStream
Get end column.
getEndLine() - Method in class org.openjena.atlas.json.io.parserjavacc.javacc.JavaCharStream
Get end line.
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
 
getHandler() - Method in class org.openjena.riot.Checker
 
getHandler() - Method in interface org.openjena.riot.ParserProfile
 
getHandler() - Method in class org.openjena.riot.ParserProfileBase
 
getHavingExprs() - Method in class com.hp.hpl.jena.query.Query
 
GetImage() - Method in class org.openjena.atlas.json.io.parserjavacc.javacc.JavaCharStream
 
getImage() - Method in class org.openjena.riot.tokens.Token
 
getImage2() - Method in class org.openjena.riot.tokens.Token
 
getIndent() - Method in class org.openjena.atlas.io.IndentedWriter
 
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
 
getInput() - Method in class org.openjena.atlas.io.PeekInputStream
 
getInputFormat() - Method in class arq.cmdline.ModResultsIn
 
getInt(byte[]) - Static method in class org.openjena.atlas.lib.Bytes
Get an int from a byte array (network order)
getInt(byte[], int) - Static method in class org.openjena.atlas.lib.Bytes
Get an int from a byte array (network order)
getItem() - Method in class arq.cmdline.ModItem
 
getKeyName() - Method in class arq.cmdline.ArgDecl
 
getLabel() - Method in class org.openjena.atlas.lib.ColumnMap
 
getLabelToNode() - Method in interface org.openjena.riot.ParserProfile
 
getLabelToNode() - Method in class org.openjena.riot.ParserProfileBase
 
getLang() - Method in class org.openjena.riot.lang.LangNQuads
 
getLang() - Method in class org.openjena.riot.lang.LangNTriples
 
getLang() - Method in class org.openjena.riot.lang.LangRDFXML
 
getLang() - Method in interface org.openjena.riot.lang.LangRIOT
 
getLang() - Method in class org.openjena.riot.lang.LangTriG
 
getLang() - Method in class org.openjena.riot.lang.LangTurtle
 
getLeft() - Method in class org.openjena.atlas.lib.Pair
 
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.
getLine() - Method in class org.openjena.atlas.json.io.parser.TokenizerJSON
 
getLine() - Method in class org.openjena.atlas.json.io.parserjavacc.javacc.JavaCharStream
Deprecated. 
getLine() - Method in exception org.openjena.atlas.json.JsonParseException
Line number where the parse exception occurred.
getLine() - Method in exception org.openjena.riot.RiotParseException
 
getLine() - Method in class org.openjena.riot.tokens.Token
 
getLine() - Method in interface org.openjena.riot.tokens.Tokenizer
 
getLine() - Method in class org.openjena.riot.tokens.TokenizerBytes
 
getLine() - Method in class org.openjena.riot.tokens.TokenizerText
 
getLine() - Method in class org.openjena.riot.tokens.TokenizerWrapper
 
getLineNum() - Method in class org.openjena.atlas.io.PeekInputStream
 
getLineNum() - Method in class org.openjena.atlas.io.PeekReader
 
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
getLogger() - Static method in class org.openjena.riot.SysRIOT
 
getLong(byte[]) - Static method in class org.openjena.atlas.lib.Bytes
Get a long from a byte array (network order)
getLong(byte[], int) - Static method in class org.openjena.atlas.lib.Bytes
Get a long from a byte array (network order)
getLuceneDocId() - Method in class com.hp.hpl.jena.query.larq.HitLARQ
 
getLuceneQueryParser() - Method in class com.hp.hpl.jena.query.larq.IndexLARQ
Return the Lucene QueryParser for this LARQ index
getLuceneReader() - Method in class com.hp.hpl.jena.query.larq.IndexLARQ
Return the Lucene IndexReader for this LARQ index
getMapping() - Method in class org.openjena.riot.PrefixMap
return the underlying mapping - do not modify
getMessage() - Method in error org.openjena.atlas.json.io.parserjavacc.javacc.TokenMgrError
You can also modify the body of this method to customize your error messages.
getName() - Method in class arq.cmdline.Arg
 
getName() - Method in enum org.openjena.riot.Lang
 
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
 
getNextToken() - Method in class org.openjena.atlas.json.io.parserjavacc.javacc.JSON_Parser
Get the next Token.
getNextToken() - Method in class org.openjena.atlas.json.io.parserjavacc.javacc.JSON_ParserTokenManager
Get the next Token.
getNode() - Method in class com.hp.hpl.jena.query.larq.HitLARQ
 
getNumber() - Method in class org.openjena.atlas.json.JsonNumber
 
getNumber() - Method in class org.openjena.atlas.json.JsonValue
 
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
 
getOriginalMessage() - Method in exception org.openjena.riot.RiotParseException
 
getOrSetDefault(Properties, String, String) - Method in class org.openjena.atlas.lib.PropertyUtils
Get property or the default value - also set the default value if not present
getOutputSyntax() - Method in class arq.cmdline.ModQueryOut
 
getPadChar() - Method in class org.openjena.atlas.io.IndentedWriter
 
getPadString() - Method in class org.openjena.atlas.io.IndentedWriter
 
getPosition() - Method in class org.openjena.atlas.io.PeekInputStream
 
getPosition() - Method in class org.openjena.atlas.io.PeekReader
 
getPositional() - Method in class arq.cmdline.CmdLineArgs
 
getPositionalArg(int) - Method in class arq.cmdline.CmdLineArgs
Get the positional argument
getPrefixMap() - Method in class org.openjena.riot.Prologue
Return the prefix map from the parsed query
getProfile() - Method in class org.openjena.riot.lang.LangBase
 
getProfile() - Method in class org.openjena.riot.lang.LangRDFXML
 
getProfile() - Method in interface org.openjena.riot.lang.LangRIOT
 
getProject() - Method in class com.hp.hpl.jena.query.Query
 
getPrologue() - Method in interface org.openjena.riot.ParserProfile
 
getPrologue() - Method in class org.openjena.riot.ParserProfileBase
 
getPropertyAsBoolean(Properties, String, boolean) - Static method in class org.openjena.atlas.lib.PropertyUtils
 
getPropertyAsBoolean(Properties, String) - Static method in class org.openjena.atlas.lib.PropertyUtils
 
getPropertyAsInteger(Properties, String) - Static method in class org.openjena.atlas.lib.PropertyUtils
 
getPropertyAsInteger(Properties, String, int) - Static method in class org.openjena.atlas.lib.PropertyUtils
 
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
 
getResolver() - Method in class org.openjena.riot.Prologue
Get the IRI resolver
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.
getRight() - Method in class org.openjena.atlas.lib.Pair
 
getRow() - Method in class org.openjena.atlas.io.IndentedWriter
 
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
 
getSkipOnBadTerm() - Method in class org.openjena.riot.lang.LangNTuple
SkipOnBadTerm - do not output tuples with bad RDF terms
getString() - Method in class org.openjena.atlas.json.JsonString
 
getString() - Method in class org.openjena.atlas.json.JsonValue
 
getStringDigest() - Method in class org.openjena.atlas.lib.MD5
Get the digest, as a proper string.
getSubToken() - Method in class org.openjena.riot.tokens.Token
 
GetSuffix(int) - Method in class org.openjena.atlas.json.io.parserjavacc.javacc.JavaCharStream
 
getSyntax() - Method in class com.hp.hpl.jena.query.Query
 
Getter<K,V> - Interface in org.openjena.atlas.lib.cache
A get interface
getTimeInterval() - Method in class arq.cmdline.ModTime
 
getToken(int) - Method in class org.openjena.atlas.json.io.parserjavacc.javacc.JSON_Parser
Get the specific Token.
getType() - Method in class org.openjena.atlas.event.Event
 
getType() - Method in class org.openjena.riot.tokens.Token
 
getUnitIndent() - Method in class org.openjena.atlas.io.IndentedWriter
 
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.
getValue() - Method in class org.openjena.atlas.json.io.parserjavacc.javacc.Token
An optional attribute value of the Token.
getValue() - Method in class org.openjena.atlas.lib.Ref
 
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
 
graphSink(Graph) - Static method in class org.openjena.riot.RiotLoader
 
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
 
guess(String, Lang) - Static method in enum org.openjena.riot.Lang
Guess the language, based on filename, or URL, extenstion.
guess(String) - Static method in enum org.openjena.riot.Lang
Guess the language, based on filename, or URL, extenstion.
guessMIMETypeFromFilename(String) - Static method in class org.openjena.riot.ContentNeg
 
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
 
GZIP - Static variable in class org.openjena.atlas.lib.Base64
Specify that data should be gzip-compressed.

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
 
hashCode() - Method in class org.openjena.atlas.json.JsonArray
 
hashCode() - Method in class org.openjena.atlas.json.JsonBoolean
 
hashCode() - Method in class org.openjena.atlas.json.JsonNull
 
hashCode() - Method in class org.openjena.atlas.json.JsonNumber
 
hashCode() - Method in class org.openjena.atlas.json.JsonObject
 
hashCode() - Method in class org.openjena.atlas.json.JsonString
 
hashCode() - Method in class org.openjena.atlas.json.JsonValue
 
hashCode() - Method in class org.openjena.atlas.lib.Pair
 
hashCode() - Method in class org.openjena.atlas.lib.Tuple
 
hashCode() - Method in class org.openjena.riot.tokens.Token
 
hashCodeObject(Object) - Static method in class org.openjena.atlas.lib.Lib
HashCode - allow nulls
hashCodeObject(Object, int) - Static method in class org.openjena.atlas.lib.Lib
HashCode - allow nulls
hasLimit() - Method in class com.hp.hpl.jena.query.Query
 
hasLineNumbers() - Method in class org.openjena.atlas.io.IndentedWriter
 
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?
hasNext() - Method in class org.openjena.atlas.iterator.Iter
 
hasNext() - Method in class org.openjena.atlas.iterator.Iterator2
 
hasNext() - Method in class org.openjena.atlas.iterator.IteratorArray
 
hasNext() - Method in class org.openjena.atlas.iterator.IteratorBlockingQueue
 
hasNext() - Method in class org.openjena.atlas.iterator.IteratorConcat
 
hasNext() - Method in class org.openjena.atlas.iterator.IteratorInteger
 
hasNext() - Method in class org.openjena.atlas.iterator.IteratorTruncate
 
hasNext() - Method in class org.openjena.atlas.iterator.NullIterator
 
hasNext() - Method in class org.openjena.atlas.iterator.PeekIterator
 
hasNext() - Method in class org.openjena.atlas.iterator.RepeatApplyIterator
 
hasNext() - Method in class org.openjena.atlas.iterator.SingletonIterator
 
hasNext() - Method in class org.openjena.atlas.iterator.WrapperIterator
 
hasNext() - Method in class org.openjena.atlas.json.io.parser.TokenizerJSON
 
hasNext() - Method in class org.openjena.riot.lang.LangNTuple
 
hasNext() - Method in interface org.openjena.riot.tokens.Tokenizer
Is there another token?
hasNext() - Method in class org.openjena.riot.tokens.TokenizerBytes
 
hasNext() - Method in class org.openjena.riot.tokens.TokenizerText
 
hasNext() - Method in class org.openjena.riot.tokens.TokenizerWrapper
 
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
 
hasType(TokenType) - Method in class org.openjena.riot.tokens.Token
 
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"?
hexCharToInt(char) - Static method in class org.openjena.atlas.lib.Bytes
 
hexDigits - Static variable in class org.openjena.atlas.lib.Bytes
 
hexDigits - Static variable in class org.openjena.atlas.lib.Chars
 
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

image - Variable in class org.openjena.atlas.json.io.parserjavacc.javacc.Token
The string image of the token.
incIndent() - Method in class org.openjena.atlas.io.IndentedWriter
 
incIndent(int) - Method in class org.openjena.atlas.io.IndentedWriter
 
increment(Map<T, Integer>, T) - Static method in class org.openjena.atlas.lib.MapUtils
 
increment(Map<T, Integer>, T, int) - Static method in class org.openjena.atlas.lib.MapUtils
 
IndentedLineBuffer - Class in org.openjena.atlas.io
IndentLineBuffer is a buffer that records an indent level and uses that to insert a prefix at each line.
IndentedLineBuffer() - Constructor for class org.openjena.atlas.io.IndentedLineBuffer
 
IndentedLineBuffer(boolean) - Constructor for class org.openjena.atlas.io.IndentedLineBuffer
 
IndentedWriter - Class in org.openjena.atlas.io
A writer that records what the current indentation level is, and uses that to insert a prefix at each line.
IndentedWriter() - Constructor for class org.openjena.atlas.io.IndentedWriter
 
IndentedWriter(OutputStream) - Constructor for class org.openjena.atlas.io.IndentedWriter
 
IndentedWriter(OutputStream, boolean) - Constructor for class org.openjena.atlas.io.IndentedWriter
 
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
 
indexOf(Object) - Method in class org.openjena.atlas.json.JsonArray
 
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
 
InferenceExpanderRDFS - Class in org.openjena.riot.inf
Apply a fixed set of inference rules to a stream of triples.
InferenceExpanderRDFS(Sink<Triple>, Model) - Constructor for class org.openjena.riot.inf.InferenceExpanderRDFS
 
inFlatMode() - Method in class org.openjena.atlas.io.IndentedWriter
Flat mode - print without NL, for a more compact representation - depends on caller
info(String, String) - Static method in class org.openjena.atlas.logging.Log
 
info(Object, String) - Static method in class org.openjena.atlas.logging.Log
 
info(Class<?>, String) - Static method in class org.openjena.atlas.logging.Log
 
info(Object, String, Throwable) - Static method in class org.openjena.atlas.logging.Log
 
info(Class<?>, String, Throwable) - Static method in class org.openjena.atlas.logging.Log
 
init() - Static method in class com.hp.hpl.jena.query.ARQ
Ensure things have started - applications do not need call this.
init() - Static method in class org.openjena.riot.SysRIOT
 
INIT_COL - Static variable in class org.openjena.atlas.io.PeekInputStream
 
INIT_COL - Static variable in class org.openjena.atlas.io.PeekReader
 
INIT_LINE - Static variable in class org.openjena.atlas.io.PeekInputStream
 
INIT_LINE - Static variable in class org.openjena.atlas.io.PeekReader
 
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.
InputStreamBuffered - Class in org.openjena.atlas.io
InputStream optimizing for one byte at a time operation.
InputStreamBuffered(InputStream) - Constructor for class org.openjena.atlas.io.InputStreamBuffered
 
InputStreamBuffered(InputStream, int) - Constructor for class org.openjena.atlas.io.InputStreamBuffered
 
instance - Static variable in class org.openjena.atlas.json.JsonNull
 
INTEGER - Static variable in interface org.openjena.atlas.json.io.parserjavacc.javacc.JSON_ParserConstants
RegularExpression Id.
InternalErrorException - Exception in org.openjena.atlas.lib
 
InternalErrorException() - Constructor for exception org.openjena.atlas.lib.InternalErrorException
 
InternalErrorException(String) - Constructor for exception org.openjena.atlas.lib.InternalErrorException
 
InternalErrorException(Throwable) - Constructor for exception org.openjena.atlas.lib.InternalErrorException
 
InternalErrorException(String, Throwable) - Constructor for exception org.openjena.atlas.lib.InternalErrorException
 
intersection(Set<? extends T>, Set<? extends T>) - Static method in class org.openjena.atlas.lib.SetUtils
 
intersectionP(Set<? extends T>, Set<? extends T>) - Static method in class org.openjena.atlas.lib.SetUtils
 
IO - Class in org.openjena.atlas.io
 
IO() - Constructor for class org.openjena.atlas.io.IO
 
iriFactory - Static variable in class org.openjena.riot.IRIResolver
The IRI checker setup - more than usual Jena but not full IRI.
IRIResolver - Class in org.openjena.riot
Package up IRI reolver functionality.
IRIResolverI - Interface in org.openjena.riot
 
iriViolations(IRI, ErrorHandler) - Static method in class org.openjena.riot.checker.CheckerIRI
Process violations on an IRI Calls the errorhandler on all errors and warnings (as warning).
iriViolations(IRI, ErrorHandler, long, long) - Static method in class org.openjena.riot.checker.CheckerIRI
Process violations on an IRI Calls the errorhandler on all errors and warnings (as warning).
iriViolations(IRI, ErrorHandler, boolean, boolean, long, long) - Static method in class org.openjena.riot.checker.CheckerIRI
Process violations on an IRI Calls the errorhandler on all errors and warnings (as warning).
isA2Z(int) - Static method in class org.openjena.riot.RiotChars
ASCII A-Z
isA2ZN(int) - Static method in class org.openjena.riot.RiotChars
ASCII A-Z or 0-9
isAlpha(int) - Static method in class org.openjena.riot.RiotChars
 
isAlphaNumeric(int) - Static method in class org.openjena.riot.RiotChars
 
isArray() - Method in class org.openjena.atlas.json.JsonArray
 
isArray() - Method in class org.openjena.atlas.json.JsonValue
 
isAskType() - Method in class com.hp.hpl.jena.query.Query
 
isBasicLiteral() - Method in class org.openjena.riot.tokens.Token
 
isBNode() - Method in class org.openjena.riot.tokens.Token
 
isBoolean() - Method in class org.openjena.atlas.json.JsonBoolean
 
isBoolean() - Method in class org.openjena.atlas.json.JsonValue
 
isConstructType() - Method in class com.hp.hpl.jena.query.Query
 
isCtlCode() - Method in class org.openjena.riot.tokens.Token
 
isDescribeType() - Method in class com.hp.hpl.jena.query.Query
 
isDigit(int) - Static method in class org.openjena.riot.RiotChars
ASCII 0-9
isDistinct() - Method in class com.hp.hpl.jena.query.Query
 
isEmpty() - Method in class org.openjena.atlas.json.JsonArray
 
isEmpty() - Method in class org.openjena.atlas.json.JsonObject
 
isEmpty() - Method in class org.openjena.atlas.lib.cache.Cache1
 
isEmpty() - Method in class org.openjena.atlas.lib.cache.CacheLRU
 
isEmpty() - Method in class org.openjena.atlas.lib.cache.CacheSetLRU
 
isEmpty() - Method in class org.openjena.atlas.lib.cache.CacheSetSync
 
isEmpty() - Method in class org.openjena.atlas.lib.cache.CacheSetWrapper
 
isEmpty() - Method in class org.openjena.atlas.lib.cache.CacheSimple
 
isEmpty() - Method in class org.openjena.atlas.lib.cache.CacheSync
 
isEmpty() - Method in class org.openjena.atlas.lib.cache.CacheUnbounded
 
isEmpty() - Method in class org.openjena.atlas.lib.cache.CacheWrapper
 
isEmpty() - Method in interface org.openjena.atlas.lib.Cache
 
isEmpty() - Method in interface org.openjena.atlas.lib.CacheSet
 
isEmpty() - Method in class org.openjena.atlas.lib.Map2
 
isEmpty() - Method in interface org.openjena.atlas.lib.Pool
 
isEmpty() - Method in class org.openjena.atlas.lib.PoolBase
 
isEmpty() - Method in class org.openjena.atlas.lib.PoolFiniteBlocking
 
isEmpty() - Method in class org.openjena.atlas.lib.PoolSync
 
isEOF() - Method in class org.openjena.riot.tokens.Token
 
isFalse(Symbol) - Static method in class com.hp.hpl.jena.query.ARQ
 
isFalseOrUndef(Symbol) - Static method in class com.hp.hpl.jena.query.ARQ
 
isInteger() - Method in class org.openjena.riot.tokens.Token
 
isIRI() - Method in class org.openjena.riot.tokens.Token
 
isNewlineChar(int) - Static method in class org.openjena.riot.RiotChars
 
isNode() - Method in class org.openjena.riot.tokens.Token
 
isNodeBasic() - Method in class org.openjena.riot.tokens.Token
 
isNull() - Method in class org.openjena.atlas.json.JsonNull
 
isNull() - Method in class org.openjena.atlas.json.JsonValue
 
isNumber() - Method in class org.openjena.atlas.json.JsonNumber
 
isNumber() - Method in class org.openjena.atlas.json.JsonValue
 
isNumber() - Method in class org.openjena.riot.tokens.Token
 
isObject() - Method in class org.openjena.atlas.json.JsonObject
 
isObject() - Method in class org.openjena.atlas.json.JsonValue
 
isPrimitive() - Method in class org.openjena.atlas.json.JsonValue
 
isQuads() - Method in enum org.openjena.riot.Lang
 
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
 
isSet(int, int) - Static method in class org.openjena.atlas.lib.BitsInt
 
isSet(long, int) - Static method in class org.openjena.atlas.lib.BitsLong
 
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
 
isString() - Method in class org.openjena.atlas.json.JsonString
 
isString() - Method in class org.openjena.atlas.json.JsonValue
 
isString() - Method in class org.openjena.riot.tokens.Token
 
isTriples() - Method in enum org.openjena.riot.Lang
 
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
 
isWhitespace(int) - Static method in class org.openjena.riot.RiotChars
 
isWord() - Method in class org.openjena.riot.tokens.Token
 
Iter<T> - Class in org.openjena.atlas.iterator
 
iter(Iter<T>) - Static method in class org.openjena.atlas.iterator.Iter
 
iter(Collection<T>) - Static method in class org.openjena.atlas.iterator.Iter
 
iter(Iterator<T>) - Static method in class org.openjena.atlas.iterator.Iter
 
iter(Iterable<T>) - Static method in class org.openjena.atlas.iterator.Iter
 
Iter.Folder<X,Y> - Interface in org.openjena.atlas.iterator
 
iterator() - Method in class com.hp.hpl.jena.update.UpdateRequest
 
iterator() - Method in class org.openjena.atlas.iterator.Iter
 
iterator() - Method in class org.openjena.atlas.iterator.Iterator2
 
iterator() - Method in class org.openjena.atlas.iterator.NullIterator
 
iterator() - Method in class org.openjena.atlas.iterator.SingletonIterator
 
iterator() - Method in class org.openjena.atlas.json.JsonArray
 
iterator() - Method in class org.openjena.atlas.lib.Map2
 
iterator() - Method in class org.openjena.atlas.lib.Tuple
 
Iterator2<T> - Class in org.openjena.atlas.iterator
Iterator2 : the concatenation of two iterators.
IteratorArray<T> - Class in org.openjena.atlas.iterator
Iterator over a Java base array
IteratorBlockingQueue<T> - Class in org.openjena.atlas.iterator
Iterator over a blocking queue until queue end seen
IteratorBlockingQueue(BlockingQueue<T>, T) - Constructor for class org.openjena.atlas.iterator.IteratorBlockingQueue
 
IteratorConcat<T> - Class in org.openjena.atlas.iterator
Iterator of Iterators
IteratorConcat() - Constructor for class org.openjena.atlas.iterator.IteratorConcat
 
IteratorInteger - Class in org.openjena.atlas.iterator
 
IteratorInteger(long, long) - Constructor for class org.openjena.atlas.iterator.IteratorInteger
[start, finish)
IteratorTruncate<T> - Class in org.openjena.atlas.iterator
Iterate while a condition return true, then stop
IteratorTruncate(IteratorTruncate.Test, Iterator<T>) - Constructor for class org.openjena.atlas.iterator.IteratorTruncate
 
IteratorTruncate.Test - Interface in org.openjena.atlas.iterator
 

J

JavaCharStream - Class in org.openjena.atlas.json.io.parserjavacc.javacc
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (with java-like unicode escape processing).
JavaCharStream(Reader, int, int, int) - Constructor for class org.openjena.atlas.json.io.parserjavacc.javacc.JavaCharStream
Constructor.
JavaCharStream(Reader, int, int) - Constructor for class org.openjena.atlas.json.io.parserjavacc.javacc.JavaCharStream
Constructor.
JavaCharStream(Reader) - Constructor for class org.openjena.atlas.json.io.parserjavacc.javacc.JavaCharStream
Constructor.
JavaCharStream(InputStream, String, int, int, int) - Constructor for class org.openjena.atlas.json.io.parserjavacc.javacc.JavaCharStream
Constructor.
JavaCharStream(InputStream, int, int, int) - Constructor for class org.openjena.atlas.json.io.parserjavacc.javacc.JavaCharStream
Constructor.
JavaCharStream(InputStream, String, int, int) - Constructor for class org.openjena.atlas.json.io.parserjavacc.javacc.JavaCharStream
Constructor.
JavaCharStream(InputStream, int, int) - Constructor for class org.openjena.atlas.json.io.parserjavacc.javacc.JavaCharStream
Constructor.
JavaCharStream(InputStream, String) - Constructor for class org.openjena.atlas.json.io.parserjavacc.javacc.JavaCharStream
Constructor.
JavaCharStream(InputStream) - Constructor for class org.openjena.atlas.json.io.parserjavacc.javacc.JavaCharStream
Constructor.
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
JenaReaderNTriples2 - Class in org.openjena.riot
Jena reader for RIOT N-Triples
JenaReaderNTriples2() - Constructor for class org.openjena.riot.JenaReaderNTriples2
 
JenaReaderRIOT - Class in org.openjena.riot
Abstract class that sorts out input streams, readers and base URIs, to call a single worker function with model, UTF8 reader and visited base
JenaReaderTurtle2 - Class in org.openjena.riot
Jena reader for RIOT Turtle
JenaReaderTurtle2() - Constructor for class org.openjena.riot.JenaReaderTurtle2
 
JenaWriterBase - Class in org.openjena.riot
 
JenaWriterBase() - Constructor for class org.openjena.riot.JenaWriterBase
 
JenaWriterNTriples2 - Class in org.openjena.riot
 
JenaWriterNTriples2() - Constructor for class org.openjena.riot.JenaWriterNTriples2
 
jj_nt - Variable in class org.openjena.atlas.json.io.parserjavacc.javacc.JSON_Parser
Next token.
jjstrLiteralImages - Static variable in class org.openjena.atlas.json.io.parserjavacc.javacc.JSON_ParserTokenManager
Token literal values.
JSON - Class in org.openjena.atlas.json
A class that is the front door to the JSON subsystem
JSON() - Constructor for class org.openjena.atlas.json.JSON
 
JSON_Parser - Class in org.openjena.atlas.json.io.parserjavacc.javacc
 
JSON_Parser(InputStream) - Constructor for class org.openjena.atlas.json.io.parserjavacc.javacc.JSON_Parser
Constructor with InputStream.
JSON_Parser(InputStream, String) - Constructor for class org.openjena.atlas.json.io.parserjavacc.javacc.JSON_Parser
Constructor with InputStream and supplied encoding
JSON_Parser(Reader) - Constructor for class org.openjena.atlas.json.io.parserjavacc.javacc.JSON_Parser
Constructor.
JSON_Parser(JSON_ParserTokenManager) - Constructor for class org.openjena.atlas.json.io.parserjavacc.javacc.JSON_Parser
Constructor with generated Token Manager.
JSON_ParserBase - Class in org.openjena.atlas.json.io.parserjavacc.javacc
 
JSON_ParserBase() - Constructor for class org.openjena.atlas.json.io.parserjavacc.javacc.JSON_ParserBase
 
JSON_ParserConstants - Interface in org.openjena.atlas.json.io.parserjavacc.javacc
Token literal values and constants.
JSON_ParserTokenManager - Class in org.openjena.atlas.json.io.parserjavacc.javacc
Token Manager.
JSON_ParserTokenManager(JavaCharStream) - Constructor for class org.openjena.atlas.json.io.parserjavacc.javacc.JSON_ParserTokenManager
Constructor.
JSON_ParserTokenManager(JavaCharStream, int) - Constructor for class org.openjena.atlas.json.io.parserjavacc.javacc.JSON_ParserTokenManager
Constructor.
JsonArray - Class in org.openjena.atlas.json
 
JsonArray() - Constructor for class org.openjena.atlas.json.JsonArray
 
JsonBoolean - Class in org.openjena.atlas.json
 
JsonBoolean(boolean) - Constructor for class org.openjena.atlas.json.JsonBoolean
 
JsonException - Exception in org.openjena.atlas.json
 
JsonException() - Constructor for exception org.openjena.atlas.json.JsonException
 
JsonException(Throwable) - Constructor for exception org.openjena.atlas.json.JsonException
 
JsonException(String) - Constructor for exception org.openjena.atlas.json.JsonException
 
JsonException(String, Throwable) - Constructor for exception org.openjena.atlas.json.JsonException
 
JSONHandler - Interface in org.openjena.atlas.json.io
 
JSONHandlerBase - Class in org.openjena.atlas.json.io
 
JSONHandlerBase() - Constructor for class org.openjena.atlas.json.io.JSONHandlerBase
 
JSONMaker - Class in org.openjena.atlas.json.io
Build a JSON structure
JSONMaker() - Constructor for class org.openjena.atlas.json.io.JSONMaker
 
JsonNull - Class in org.openjena.atlas.json
 
JsonNumber - Class in org.openjena.atlas.json
 
JsonObject - Class in org.openjena.atlas.json
 
JsonObject() - Constructor for class org.openjena.atlas.json.JsonObject
 
JsonParseException - Exception in org.openjena.atlas.json
 
JsonParseException(int, int) - Constructor for exception org.openjena.atlas.json.JsonParseException
 
JsonParseException(Throwable, int, int) - Constructor for exception org.openjena.atlas.json.JsonParseException
 
JsonParseException(String, int, int) - Constructor for exception org.openjena.atlas.json.JsonParseException
 
JsonParseException(String, Throwable, int, int) - Constructor for exception org.openjena.atlas.json.JsonParseException
 
JSONParser2 - Class in org.openjena.atlas.json.io.parser
 
JSONParser2() - Constructor for class org.openjena.atlas.json.io.parser.JSONParser2
 
JSONParserJavaCC - Class in org.openjena.atlas.json.io.parserjavacc
 
JSONParserJavaCC() - Constructor for class org.openjena.atlas.json.io.parserjavacc.JSONParserJavaCC
 
JSONPP - Class in org.openjena.atlas.json.io.parser
Json (extended) parser Extensions: Use of ', """ and ''' for strings Bare words for strings in maps (JSON objects) Hex numbers
JSONPP(TokenizerJSON, JSONHandler) - Constructor for class org.openjena.atlas.json.io.parser.JSONPP
 
JsonPrimitive - Class in org.openjena.atlas.json
 
JsonPrimitive() - Constructor for class org.openjena.atlas.json.JsonPrimitive
 
JSONPrinter - Class in org.openjena.atlas.json.io.parserjavacc
Parser debugging
JSONPrinter() - Constructor for class org.openjena.atlas.json.io.parserjavacc.JSONPrinter
 
JsonString - Class in org.openjena.atlas.json
 
JsonString(String) - Constructor for class org.openjena.atlas.json.JsonString
 
jsonValue() - Method in class org.openjena.atlas.json.io.JSONMaker
 
JsonValue - Class in org.openjena.atlas.json
 
JsonValue() - Constructor for class org.openjena.atlas.json.JsonValue
 
JsonVisitor - Interface in org.openjena.atlas.json
 
JsonWriter - Class in org.openjena.atlas.json.io
 
JsonWriter() - Constructor for class org.openjena.atlas.json.io.JsonWriter
 
JsonWriter(OutputStream) - Constructor for class org.openjena.atlas.json.io.JsonWriter
 
JsonWriter(IndentedWriter) - Constructor for class org.openjena.atlas.json.io.JsonWriter
 
JSWriter - Class in org.openjena.atlas.json.io
A low level streaming JSON writer - assumes correct sequence of calls (e.g.
JSWriter() - Constructor for class org.openjena.atlas.json.io.JSWriter
 
JSWriter(OutputStream) - Constructor for class org.openjena.atlas.json.io.JSWriter
 
JSWriter(IndentedWriter) - Constructor for class org.openjena.atlas.json.io.JSWriter
 
juuid - Class in arq
 

K

key(String) - Method in class org.openjena.atlas.json.io.JSWriter
 
keyPair() - Method in interface org.openjena.atlas.json.io.JSONHandler
 
keyPair() - Method in class org.openjena.atlas.json.io.JSONHandlerBase
 
keyPair() - Method in class org.openjena.atlas.json.io.JSONMaker
 
keyPair() - Method in class org.openjena.atlas.json.io.parserjavacc.JSONPrinter
 
keys() - Method in class org.openjena.atlas.lib.cache.Cache1
 
keys() - Method in class org.openjena.atlas.lib.cache.CacheLRU
 
keys() - Method in class org.openjena.atlas.lib.cache.CacheSimple
 
keys() - Method in class org.openjena.atlas.lib.cache.CacheSync
 
keys() - Method in class org.openjena.atlas.lib.cache.CacheUnbounded
 
keys() - Method in class org.openjena.atlas.lib.cache.CacheWrapper
 
keys() - Method in interface org.openjena.atlas.lib.Cache
Iterate over all keys.
keys() - Method in class org.openjena.atlas.lib.PropertiesSorted
 
keySet() - Method in class org.openjena.atlas.json.JsonObject
 
kind - Variable in class org.openjena.atlas.json.io.parserjavacc.javacc.Token
An integer that describes the kind of this token.

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
 
LabelToNode - Class in org.openjena.riot.lang
Allocation Nodes (Bnodes usually) based on the graph and label Various different policies.
Lang - Enum in org.openjena.riot
 
LangBase<X> - Class in org.openjena.riot.lang
Common operations for RIOT parsers
langN3 - Static variable in class org.openjena.riot.WebContent
 
LangNQuads - Class in org.openjena.riot.lang
N-Quads.
LangNQuads(Tokenizer, ParserProfile, Sink<Quad>) - Constructor for class org.openjena.riot.lang.LangNQuads
 
langNQuads - Static variable in class org.openjena.riot.WebContent
 
langNTriple - Static variable in class org.openjena.riot.WebContent
 
LangNTriples - Class in org.openjena.riot.lang
 
LangNTriples(Tokenizer, ParserProfile, Sink<Triple>) - Constructor for class org.openjena.riot.lang.LangNTriples
 
langNTriples - Static variable in class org.openjena.riot.WebContent
 
LangNTuple<X> - Class in org.openjena.riot.lang
N-Quads, N-triples parser framework, with both push and pull interfaces.
LangRDFXML - Class in org.openjena.riot.lang
 
langRDFXML - Static variable in class org.openjena.riot.WebContent
 
langRDFXMLAbbrev - Static variable in class org.openjena.riot.WebContent
 
LangRIOT - Interface in org.openjena.riot.lang
 
LangTriG - Class in org.openjena.riot.lang
TriG language: http://www4.wiwiss.fu-berlin.de/bizer/TriG/ Generalizations: Can have multiple default graph blocks.
LangTriG(String, Tokenizer, ParserProfile, Sink<Quad>) - Constructor for class org.openjena.riot.lang.LangTriG
 
langTriG - Static variable in class org.openjena.riot.WebContent
 
langTTL - Static variable in class org.openjena.riot.WebContent
 
LangTurtle - Class in org.openjena.riot.lang
Turtle language
LangTurtle(String, Tokenizer, ParserProfile, Sink<Triple>) - Constructor for class org.openjena.riot.lang.LangTurtle
 
langTurtle - Static variable in class org.openjena.riot.WebContent
 
LangTurtleBase<X> - Class in org.openjena.riot.lang
The main engine for all things Turtle-ish (Turtle, TriG).
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
 
lastIndexOf(Object) - Method in class org.openjena.atlas.json.JsonArray
 
LBRACE - Static variable in interface org.openjena.atlas.json.io.parserjavacc.javacc.JSON_ParserConstants
RegularExpression Id.
LBRACKET - Static variable in interface org.openjena.atlas.json.io.parserjavacc.javacc.JSON_ParserConstants
RegularExpression Id.
length() - Method in class org.openjena.atlas.lib.ColumnMap
Length of mapping
lexStateNames - Static variable in class org.openjena.atlas.json.io.parserjavacc.javacc.JSON_ParserTokenManager
Lexer state names.
Lib - Class in org.openjena.atlas.lib
 
list() - Static method in class org.openjena.atlas.lib.DS
 
list(int) - Static method in class org.openjena.atlas.lib.DS
 
list(List<T>) - Static method in class org.openjena.atlas.lib.DS
 
listIterator() - Method in class org.openjena.atlas.json.JsonArray
 
listIterator(int) - Method in class org.openjena.atlas.json.JsonArray
 
listNames() - Method in interface com.hp.hpl.jena.query.Dataset
List the names
ListUtils - Class in org.openjena.atlas.lib
 
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).
load(String) - Static method in class org.openjena.riot.RiotLoader
Parse a file and return the quads in a dataset (in-memory)
load(String, Lang) - Static method in class org.openjena.riot.RiotLoader
Parse a file and return the quads in a dataset (in-memory)
load(String, Lang, String) - Static method in class org.openjena.riot.RiotLoader
Parse a file and return the quads in a dataset (in-memory)
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.
loadFromFile(String) - Static method in class org.openjena.atlas.lib.PropertyUtils
Java5 does not have read/write from readers/writers - needed for UTF-8
loadFromFile(Properties, String) - Static method in class org.openjena.atlas.lib.PropertyUtils
 
Log - Class in org.openjena.atlas.logging
 
log(Class<?>) - Static method in class org.openjena.atlas.logging.Log
 
log(String) - Static method in class org.openjena.atlas.logging.Log
 
logLevel(String, Level, Level) - Static method in class org.openjena.atlas.logging.Log
 
lookup(String) - Static method in class com.hp.hpl.jena.query.Syntax
 
LPAREN - Static variable in interface org.openjena.atlas.json.io.parserjavacc.javacc.JSON_ParserConstants
RegularExpression Id.
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.nquads
 
main(String...) - Static method in class arq.ntriples
 
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.riot
 
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.trig
 
main(String...) - Static method in class arq.turtle
 
main(String...) - Static method in class arq.uparse
 
main(String...) - Static method in class arq.update
 
main(String...) - Static method in class arq.version
 
main(String...) - Static method in class arq.wwwdec
 
main(String...) - Static method in class arq.wwwenc
 
main(String[]) - Static method in class org.openjena.atlas.lib.Base64
Encodes or decodes two files from the command line; feel free to delete this method (in fact you probably should) if you're embedding this code into a larger program.
main(String...) - Static method in class org.openjena.atlas.lib.Bytes
 
main(String[]) - Static method in class org.openjena.atlas.lib.MD5
 
main(String...) - Static method in class org.openjena.riot.ContentNeg
 
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
 
make(InputStream) - Static method in class org.openjena.atlas.io.PeekInputStream
 
make(InputStream, int) - Static method in class org.openjena.atlas.io.PeekInputStream
 
make(Reader) - Static method in class org.openjena.atlas.io.PeekReader
 
make(Reader, int) - Static method in class org.openjena.atlas.io.PeekReader
 
make(CharStream) - Static method in class org.openjena.atlas.io.PeekReader
 
makeIRI(String, long, long) - Method in interface org.openjena.riot.ParserProfile
 
makeIRI(String, long, long) - Method in class org.openjena.riot.ParserProfileBase
 
makeIRI(String, long, long) - Method in class org.openjena.riot.ParserProfileChecker
 
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.
makeTokenizer(Reader) - Static method in class org.openjena.riot.tokens.TokenizerFactory
Discouraged - be careful about character sets
makeTokenizer(InputStream) - Static method in class org.openjena.riot.tokens.TokenizerFactory
 
makeTokenizerString(String) - Static method in class org.openjena.riot.tokens.TokenizerFactory
 
makeUTF8(InputStream) - Static method in class org.openjena.atlas.io.PeekReader
 
map(Iterable<? extends T>, Transform<T, R>) - Static method in class org.openjena.atlas.iterator.Iter
 
map(Iterator<? extends T>, Transform<T, R>) - Static method in class org.openjena.atlas.iterator.Iter
 
map(Transform<T, R>) - Method in class org.openjena.atlas.iterator.Iter
 
map(Tuple<T>) - Method in class org.openjena.atlas.lib.ColumnMap
Apply to an unmapped tuple to get a tuple with the column mapping applied
map() - Static method in class org.openjena.atlas.lib.DS
 
map(int) - Static method in class org.openjena.atlas.lib.DS
 
map(Map<K, V>) - Static method in class org.openjena.atlas.lib.DS
 
map(ColumnMap) - Method in class org.openjena.atlas.lib.Tuple
Return a tuple with the column mapping applied
Map2<K,V> - Class in org.openjena.atlas.lib
A map with parent sharing.
Map2(Map<K, V>, Map2<K, V>) - Constructor for class org.openjena.atlas.lib.Map2
 
mapName(String) - Method in class org.openjena.atlas.lib.ColumnMap
Reorder the letters of a string by the same rules as this column map (forward, map direction)
mapSlot(int, Tuple<T>) - Method in class org.openjena.atlas.lib.ColumnMap
Apply to a mapped tuple to get the i'th slot as it appears after mapping : SPO->POS : 0'th slot is S from POS
mapSlot(int, T[]) - Method in class org.openjena.atlas.lib.ColumnMap
Apply to a mapped tuple to get the i'th slot as it appears after mapping : SPO->POS : 0'th slot is S from POS
mapSlotIdx(int) - Method in class org.openjena.atlas.lib.ColumnMap
Get the index of the i'th slot as it appears after mapping : SPO->POS : 0'th slot is S from POS so 2->0
MapUtils - Class in org.openjena.atlas.iterator
 
MapUtils() - Constructor for class org.openjena.atlas.iterator.MapUtils
 
MapUtils - Class in org.openjena.atlas.lib
Map specific functions
mask(int, int) - Static method in class org.openjena.atlas.lib.BitsInt
Create a mask that has ones between bit positions start (inc) and finish (exc)
mask(int, int) - Static method in class org.openjena.atlas.lib.BitsLong
Create a mask that has ones between bit positions start (inc) and finish (exc)
maskZero(int, int) - Static method in class org.openjena.atlas.lib.BitsInt
Create a mask that has zeros between bit positions start (inc) and finish (exc) and ones elsewhere
maskZero(int, int) - Static method in class org.openjena.atlas.lib.BitsLong
Create a mask that has zeros between bit positions start (inc) and finish (exc) and ones elsewhere
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
 
MD5 - Class in org.openjena.atlas.lib
 
MD5(String, String) - Constructor for class org.openjena.atlas.lib.MD5
Construct a digestifier for the given string.
MD5(String) - Constructor for class org.openjena.atlas.lib.MD5
Construct a digestifier for the given string.
MD5(InputStream) - Constructor for class org.openjena.atlas.lib.MD5
Construct a digestifier for the given input stream.
Members() - Method in class org.openjena.atlas.json.io.parserjavacc.javacc.JSON_Parser
 
MINUS - Static variable in interface org.openjena.atlas.json.io.parserjavacc.javacc.JSON_ParserConstants
RegularExpression Id.
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
 
ModLangParse - Class in arq.cmdline
 
ModLangParse() - Constructor for class arq.cmdline.ModLangParse
 
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
 
NEGATIVE_DECIMAL - Static variable in interface org.openjena.atlas.json.io.parserjavacc.javacc.JSON_ParserConstants
RegularExpression Id.
NEGATIVE_DOUBLE - Static variable in interface org.openjena.atlas.json.io.parserjavacc.javacc.JSON_ParserConstants
RegularExpression Id.
NEGATIVE_INTEGER - Static variable in interface org.openjena.atlas.json.io.parserjavacc.javacc.JSON_ParserConstants
RegularExpression Id.
negotiateFilename(String) - Static method in class org.openjena.riot.ContentNeg
 
negotiateHTTP(String) - Static method in class org.openjena.riot.ContentNeg
 
newline() - Method in class org.openjena.atlas.io.IndentedWriter
 
newToken(int, String) - Static method in class org.openjena.atlas.json.io.parserjavacc.javacc.Token
Returns a new Token object, by default.
newToken(int) - Static method in class org.openjena.atlas.json.io.parserjavacc.javacc.Token
 
next() - Method in interface com.hp.hpl.jena.query.ResultSet
Moves onto the next result.
next() - Method in class org.openjena.atlas.iterator.Iter
 
next() - Method in class org.openjena.atlas.iterator.Iterator2
 
next() - Method in class org.openjena.atlas.iterator.IteratorArray
 
next() - Method in class org.openjena.atlas.iterator.IteratorBlockingQueue
 
next() - Method in class org.openjena.atlas.iterator.IteratorConcat
 
next() - Method in class org.openjena.atlas.iterator.IteratorInteger
 
next() - Method in class org.openjena.atlas.iterator.IteratorTruncate
 
next() - Method in class org.openjena.atlas.iterator.NullIterator
 
next() - Method in class org.openjena.atlas.iterator.PeekIterator
 
next() - Method in class org.openjena.atlas.iterator.RepeatApplyIterator
 
next() - Method in class org.openjena.atlas.iterator.SingletonIterator
 
next() - Method in class org.openjena.atlas.iterator.WrapperIterator
 
next() - Method in class org.openjena.atlas.json.io.parser.TokenizerJSON
Move to next token
next - Variable in class org.openjena.atlas.json.io.parserjavacc.javacc.Token
A reference to the next regular (non-special) token from the input stream.
next() - Method in class org.openjena.riot.lang.LangNTuple
 
next() - Method in class org.openjena.riot.tokens.PrintTokenizer
 
next() - Method in interface org.openjena.riot.tokens.Tokenizer
Move to next token
next() - Method in class org.openjena.riot.tokens.TokenizerBytes
 
next() - Method in class org.openjena.riot.tokens.TokenizerText
 
next() - Method in class org.openjena.riot.tokens.TokenizerWrapper
 
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()).
NL - Static variable in class org.openjena.atlas.lib.Chars
 
NO_OPTIONS - Static variable in class org.openjena.atlas.lib.Base64
No options specified.
NodeChecker - Interface in org.openjena.riot.checker
 
NodeCheckerNull - Class in org.openjena.riot.checker
 
NodeCheckerNull() - Constructor for class org.openjena.riot.checker.NodeCheckerNull
 
NodeFmtLib - Class in org.openjena.riot.out
 
NodeFmtLib() - Constructor for class org.openjena.riot.out.NodeFmtLib
 
NOLIMIT - Static variable in class com.hp.hpl.jena.query.Query
 
noLogger - Static variable in class org.openjena.riot.ErrorHandlerLib
 
noNewlineEnding(String) - Static method in class org.openjena.atlas.lib.StrUtils
 
notFilter(Iterable<? extends T>, Filter<T>) - Static method in class org.openjena.atlas.iterator.Iter
 
notFilter(Iterator<? extends T>, Filter<T>) - Static method in class org.openjena.atlas.iterator.Iter
 
nothing() - Static method in class org.openjena.atlas.lib.DS
 
NotImplemented - Exception in org.openjena.atlas.lib
 
NotImplemented() - Constructor for exception org.openjena.atlas.lib.NotImplemented
 
NotImplemented(String) - Constructor for exception org.openjena.atlas.lib.NotImplemented
 
NotImplemented(Throwable) - Constructor for exception org.openjena.atlas.lib.NotImplemented
 
NotImplemented(String, Throwable) - Constructor for exception org.openjena.atlas.lib.NotImplemented
 
NoValue - Static variable in class arq.cmdline.ArgDecl
 
nquads - Class in arq
Run the N-Quads parser - and produce N-Quads
NQuadsWriter - Class in org.openjena.riot.out
 
NQuadsWriter() - Constructor for class org.openjena.riot.out.NQuadsWriter
 
ntriples - Class in arq
Run the N-triples parser - and produce N-triples
NTriplesWriter - Class in org.openjena.riot.out
 
NTriplesWriter() - Constructor for class org.openjena.riot.out.NTriplesWriter
 
Null() - Method in class org.openjena.atlas.json.io.parserjavacc.javacc.JSON_Parser
 
NULL - Static variable in interface org.openjena.atlas.json.io.parserjavacc.javacc.JSON_ParserConstants
RegularExpression Id.
nullIter() - Static method in class org.openjena.atlas.iterator.Iter
 
nullIterator() - Static method in class org.openjena.atlas.iterator.Iter
 
NullIterator<T> - Class in org.openjena.atlas.iterator
Null Iterator - also guaranteed sharable and immutable
NullIterator() - Constructor for class org.openjena.atlas.iterator.NullIterator
 
Number() - Method in class org.openjena.atlas.json.io.parserjavacc.javacc.JSON_Parser
 
NumberUtils - Class in org.openjena.atlas.lib
 
NumberUtils() - Constructor for class org.openjena.atlas.lib.NumberUtils
 

O

object() - Method in class org.openjena.atlas.json.io.parserjavacc.javacc.JSON_Parser
 
oneHex(StringBuilder, int, int) - Static method in class org.openjena.atlas.io.OutputUtils
Print one hex digit of the number
oneHex(Writer, int, int) - Static method in class org.openjena.atlas.io.OutputUtils
Print one hex digit of the numer
open(String) - Static method in class org.openjena.atlas.io.PeekInputStream
 
open(String) - Static method in class org.openjena.atlas.io.PeekReader
 
openFile(String) - Static method in class org.openjena.atlas.io.IO
Open an input stream to a file.
openFileASCII(String) - Static method in class org.openjena.atlas.io.IO
Open an ASCII Reader for a file.
openFileUTF8(String) - Static method in class org.openjena.atlas.io.IO
Open a UTF8 Reader for a file.
operate(Iterable<? extends T>, Action<T>) - Static method in class org.openjena.atlas.iterator.Iter
Apply an action to everything in stream, yielding a stream of the same items
operate(Iterator<? extends T>, Action<T>) - Static method in class org.openjena.atlas.iterator.Iter
Apply an action to everything in stream, yielding a stream of the same items
operate(Action<T>) - Method in class org.openjena.atlas.iterator.Iter
Apply an action to everything in the stream, yielding a stream of the same items
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.
optTermStrings - Static variable in class com.hp.hpl.jena.query.ARQ
Context key for a declaration that xsd:strings and simple literals are different in the storage.
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
 
ORDERED - Static variable in class org.openjena.atlas.lib.Base64
Encode using the special "ordered" dialect of Base64 described here: http://www.faqs.org/qa/rfcc-1940.html.
org.openjena.atlas - package org.openjena.atlas
 
org.openjena.atlas.event - package org.openjena.atlas.event
 
org.openjena.atlas.io - package org.openjena.atlas.io
 
org.openjena.atlas.iterator - package org.openjena.atlas.iterator
 
org.openjena.atlas.json - package org.openjena.atlas.json
 
org.openjena.atlas.json.io - package org.openjena.atlas.json.io
 
org.openjena.atlas.json.io.parser - package org.openjena.atlas.json.io.parser
 
org.openjena.atlas.json.io.parserjavacc - package org.openjena.atlas.json.io.parserjavacc
 
org.openjena.atlas.json.io.parserjavacc.javacc - package org.openjena.atlas.json.io.parserjavacc.javacc
 
org.openjena.atlas.lib - package org.openjena.atlas.lib
 
org.openjena.atlas.lib.cache - package org.openjena.atlas.lib.cache
 
org.openjena.atlas.logging - package org.openjena.atlas.logging
 
org.openjena.atlas.logging.java - package org.openjena.atlas.logging.java
 
org.openjena.atlas.test - package org.openjena.atlas.test
 
org.openjena.riot - package org.openjena.riot
 
org.openjena.riot.checker - package org.openjena.riot.checker
 
org.openjena.riot.inf - package org.openjena.riot.inf
 
org.openjena.riot.lang - package org.openjena.riot.lang
 
org.openjena.riot.out - package org.openjena.riot.out
 
org.openjena.riot.tokens - package org.openjena.riot.tokens
 
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
 
output(CharSequence) - Method in class org.openjena.atlas.io.BufferingWriter
Output characters (The String class implements CharSequence)
output(char[]) - Method in class org.openjena.atlas.io.BufferingWriter
Output an array of characters
output(char[], int, int) - Method in class org.openjena.atlas.io.BufferingWriter
Output an array of characters
output(int) - Method in class org.openjena.atlas.io.BufferingWriter
Output a single character
output(IndentedWriter) - Method in interface org.openjena.atlas.io.Printable
 
output(IndentedWriter) - Method in class org.openjena.atlas.json.JsonValue
 
output(Writer, Quad, Prologue) - Static method in class org.openjena.riot.out.OutputLangUtils
 
output(Writer, Node, Node, Node, Node, Prologue) - Static method in class org.openjena.riot.out.OutputLangUtils
 
output(Writer, Triple, Node, Prologue) - Static method in class org.openjena.riot.out.OutputLangUtils
 
output(Writer, Triple, Prologue) - Static method in class org.openjena.riot.out.OutputLangUtils
 
output(Writer, Node, Prologue) - Static method in class org.openjena.riot.out.OutputLangUtils
 
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
outputEsc(Writer, String) - Static method in class org.openjena.riot.out.OutputLangUtils
 
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
OutputLangUtils - Class in org.openjena.riot.out
Utilites for formatter output (N-Triples and Turtle formats)
OutputLangUtils() - Constructor for class org.openjena.riot.out.OutputLangUtils
 
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
 
OutputUtils - Class in org.openjena.atlas.io
 
OutputUtils() - Constructor for class org.openjena.atlas.io.OutputUtils
 
owlPrefix - Static variable in class com.hp.hpl.jena.sparql.ARQConstants
OWL namespace prefix

P

pack(int, int, int, int) - Static method in class org.openjena.atlas.lib.BitsInt
Place the value into the bit pattern between start and finish; leaves other bits aint.
pack(long, long, int, int) - Static method in class org.openjena.atlas.lib.BitsLong
Place the value into the bit pattern between start and finish; leaves other bits alone.
packInt(int) - Static method in class org.openjena.atlas.lib.Bytes
int to byte array
packLong(long) - Static method in class org.openjena.atlas.lib.Bytes
long to byte array
pad() - Method in class org.openjena.atlas.io.IndentedWriter
 
pad(int) - Method in class org.openjena.atlas.io.IndentedWriter
Pad to a given number of columns EXCLUDING the indent.
pad(int, boolean) - Method in class org.openjena.atlas.io.IndentedWriter
Pad to a given number of columns maybe including the indent.
pair(String, String) - Method in class org.openjena.atlas.json.io.JSWriter
 
Pair() - Method in class org.openjena.atlas.json.io.parserjavacc.javacc.JSON_Parser
 
Pair<A,B> - Class in org.openjena.atlas.lib
 
Pair(A, B) - Constructor for class org.openjena.atlas.lib.Pair
 
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.
parse(Reader) - Static method in class org.openjena.atlas.json.io.parser.JSONParser2
Parse from a reader to get a Json object
parse(Reader, JSONHandler) - Static method in class org.openjena.atlas.json.io.parser.JSONParser2
Parse to get a Json object
parse() - Method in class org.openjena.atlas.json.io.parser.JSONPP
 
parse(Reader) - Static method in class org.openjena.atlas.json.io.parserjavacc.JSONParserJavaCC
Parse from a reader to get a Json object
parse(Reader, JSONHandler) - Static method in class org.openjena.atlas.json.io.parserjavacc.JSONParserJavaCC
Parse to get a Json object
parse(String) - Static method in class org.openjena.atlas.json.JSON
Parse a complete JSON object
parse() - Method in class org.openjena.riot.lang.LangBase
 
parse() - Method in class org.openjena.riot.lang.LangRDFXML
 
parse() - Method in interface org.openjena.riot.lang.LangRIOT
 
parseAny(Reader) - Static method in class org.openjena.atlas.json.io.parser.JSONParser2
Parse from a reader to get an Json value
parseAny(Reader, JSONHandler) - Static method in class org.openjena.atlas.json.io.parser.JSONParser2
Parse to get a Json object
parseAny() - Method in class org.openjena.atlas.json.io.parser.JSONPP
Parse one element into the JSONMaker (includes nesting)
parseAny(Reader) - Static method in class org.openjena.atlas.json.io.parserjavacc.JSONParserJavaCC
Parse from a reader to get an Json value
parseAny(Reader, JSONHandler) - Static method in class org.openjena.atlas.json.io.parserjavacc.JSONParserJavaCC
Parse to get a Json object
parseAny(String) - Static method in class org.openjena.atlas.json.JSON
Parse any JSON value, not just an object, from a file
ParseException - Exception in org.openjena.atlas.json.io.parserjavacc.javacc
This exception is thrown when parse errors are encountered.
ParseException(Token, int[][], String[]) - Constructor for exception org.openjena.atlas.json.io.parserjavacc.javacc.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseException() - Constructor for exception org.openjena.atlas.json.io.parserjavacc.javacc.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String) - Constructor for exception org.openjena.atlas.json.io.parserjavacc.javacc.ParseException
Constructor with message.
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.
parseFile(String) - Method in class arq.CmdLangParse
 
parseFile(String, String, InputStream) - Method in class arq.CmdLangParse
 
parseIRI(String) - Static method in class org.openjena.riot.IRIResolver
Parse an IRI (does not resolve it)
parseQuads(String, Sink<Quad>) - Static method in class org.openjena.riot.RiotReader
Parse a number of files, sending quads to a sink.
parseQuads(String, Lang, String, Sink<Quad>) - Static method in class org.openjena.riot.RiotReader
Parse a number of files, sending quads to a sink.
parseQuads(InputStream, Lang, String, Sink<Quad>) - Static method in class org.openjena.riot.RiotReader
Parse a number of files, sending quads to a sink.
ParserBase - Class in org.openjena.atlas.json.io.parser
 
ParserProfile - Interface in org.openjena.riot
 
ParserProfileBase - Class in org.openjena.riot
Basic profile of things, with key operations based on a simple use of the parse elements into Nodes (e.g.
ParserProfileBase(Prologue, ErrorHandler) - Constructor for class org.openjena.riot.ParserProfileBase
 
ParserProfileChecker - Class in org.openjena.riot
 
ParserProfileChecker(Prologue, ErrorHandler) - Constructor for class org.openjena.riot.ParserProfileChecker
 
parseTriples(String, Sink<Triple>) - Static method in class org.openjena.riot.RiotReader
Parse a number of files, sending triples to a sink.
parseTriples(String, Lang, String, Sink<Triple>) - Static method in class org.openjena.riot.RiotReader
Parse a number of files, sending triples to a sink.
parseTriples(InputStream, Lang, String, Sink<Triple>) - Static method in class org.openjena.riot.RiotReader
Parse a number of files, sending quads to a sink.
PATH - Static variable in class com.hp.hpl.jena.query.ARQ
The root package name for ARQ
peek() - Method in class org.openjena.atlas.iterator.PeekIterator
Peek the next element or throw NoSuchElementException
peekByte() - Method in class org.openjena.atlas.io.PeekInputStream
 
peekChar() - Method in class org.openjena.atlas.io.PeekReader
 
PeekInputStream - Class in org.openjena.atlas.io
Parsing-centric input stream.
PeekIterator<T> - Class in org.openjena.atlas.iterator
PeekIterator - is one slot ahead from the wrapped iterator
PeekIterator(Iterator<T>) - Constructor for class org.openjena.atlas.iterator.PeekIterator
 
peekOrNull() - Method in class org.openjena.atlas.iterator.PeekIterator
Peek the next element or return null
PeekReader - Class in org.openjena.atlas.io
Parsing-centric reader.
permute(int[], int) - Static method in class org.openjena.atlas.test.Gen
Sort-of jumble a sequence
PLUS - Static variable in interface org.openjena.atlas.json.io.parserjavacc.javacc.JSON_ParserConstants
RegularExpression Id.
Pool<T> - Interface in org.openjena.atlas.lib
 
PoolBase<T> - Class in org.openjena.atlas.lib
A Pool of objects.
PoolBase() - Constructor for class org.openjena.atlas.lib.PoolBase
 
PoolFiniteBlocking<T> - Class in org.openjena.atlas.lib
 
PoolSync<T> - Class in org.openjena.atlas.lib
Synchronization wrapper for a pool
PoolSync() - Constructor for class org.openjena.atlas.lib.PoolSync
 
POSITIVE_DECIMAL - Static variable in interface org.openjena.atlas.json.io.parserjavacc.javacc.JSON_ParserConstants
RegularExpression Id.
POSITIVE_DOUBLE - Static variable in interface org.openjena.atlas.json.io.parserjavacc.javacc.JSON_ParserConstants
RegularExpression Id.
POSITIVE_INTEGER - Static variable in interface org.openjena.atlas.json.io.parserjavacc.javacc.JSON_ParserConstants
RegularExpression Id.
prefix(int, Iterator<Tuple<T>>) - Static method in class org.openjena.atlas.lib.Tuple
 
PrefixMap - Class in org.openjena.riot
Lightweight, prefixmapping for parsers.
PrefixMap() - Constructor for class org.openjena.riot.PrefixMap
 
PrefixMap(PrefixMap) - Constructor for class org.openjena.riot.PrefixMap
 
PrefixMap2 - Class in org.openjena.riot
Extend a PrefixMap - never alters the partent PrefixMap
PrefixMap2(PrefixMap) - Constructor for class org.openjena.riot.PrefixMap2
 
print(Object) - Method in class org.openjena.atlas.io.IndentedWriter
 
print(char) - Method in class org.openjena.atlas.io.IndentedWriter
 
print(String, int) - Method in class org.openjena.atlas.io.IndentedWriter
Print a string N times
print(char, int) - Method in class org.openjena.atlas.io.IndentedWriter
Print a char N times
print(Iterator<? extends T>) - Static method in class org.openjena.atlas.iterator.Iter
 
print(PrintStream, Iterator<? extends T>) - Static method in class org.openjena.atlas.iterator.Iter
 
print(ByteBuffer) - Static method in class org.openjena.atlas.lib.ByteBufferLib
 
print(PrintStream, ByteBuffer) - Static method in class org.openjena.atlas.lib.ByteBufferLib
 
Printable - Interface in org.openjena.atlas.io
 
PrintableBase - Class in org.openjena.atlas.io
 
PrintableBase() - Constructor for class org.openjena.atlas.io.PrintableBase
 
printf(String, Object...) - Method in class org.openjena.atlas.io.IndentedWriter
 
printHex(StringBuilder, int, int) - Static method in class org.openjena.atlas.io.OutputUtils
Print the number x in width hex chars.
printHex(Writer, int, int) - Static method in class org.openjena.atlas.io.OutputUtils
Print the number x in width hex chars.
PrintingSink - Class in org.openjena.riot.lang
 
PrintingSink(Logger) - Constructor for class org.openjena.riot.lang.PrintingSink
 
println(Object) - Method in class org.openjena.atlas.io.IndentedWriter
 
println(char) - Method in class org.openjena.atlas.io.IndentedWriter
 
println() - Method in class org.openjena.atlas.io.IndentedWriter
 
printResultSet(ResultSet, Prologue) - Method in class arq.cmdline.ModResultsOut
 
PrintTokenizer - Class in org.openjena.riot.tokens
Print a logging message on every token
PrintTokenizer(String, Tokenizer) - Constructor for class org.openjena.riot.tokens.PrintTokenizer
 
PrintUtils - Class in org.openjena.atlas.io
 
PrintUtils() - Constructor for class org.openjena.atlas.io.PrintUtils
 
printVersion() - Method in class arq.cmdline.ModVersion
 
printVersionAndExit() - Method in class arq.cmdline.ModVersion
 
Problem - Exception in org.openjena.atlas.lib
 
Problem(String) - Constructor for exception org.openjena.atlas.lib.Problem
 
Problem(String, Throwable) - Constructor for exception org.openjena.atlas.lib.Problem
 
proc(T) - Method in interface org.openjena.atlas.lib.Callback
 
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.ModLangParse
 
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
 
processString() - Method in class org.openjena.atlas.lib.MD5
Get the digest, for this string digestifier.
profile(Lang, String) - Static method in class org.openjena.riot.RiotReader
 
profile(Lang, String, ErrorHandler) - Static method in class org.openjena.riot.RiotReader
 
profile(String, boolean, boolean, ErrorHandler) - Static method in class org.openjena.riot.RiotReader
 
project(int, Iterator<Tuple<T>>) - Static method in class org.openjena.atlas.lib.Tuple
 
Prologue - Class in org.openjena.riot
 
Prologue() - Constructor for class org.openjena.riot.Prologue
 
Prologue(PrefixMap, IRIResolver) - Constructor for class org.openjena.riot.Prologue
 
Prologue(Prologue) - Constructor for class org.openjena.riot.Prologue
 
PropertiesSorted - Class in org.openjena.atlas.lib
Sorted output
PropertiesSorted(Comparator<String>) - Constructor for class org.openjena.atlas.lib.PropertiesSorted
 
propertyEquals(Properties, String, String) - Method in class org.openjena.atlas.lib.PropertyUtils
Test whether a property has a value.
propertyFunctions - Static variable in class com.hp.hpl.jena.query.ARQ
Context key controlling whether the main query engine
PropertyUtils - Class in org.openjena.atlas.lib
 
PropertyUtils() - Constructor for class org.openjena.atlas.lib.PropertyUtils
 
publish(LogRecord) - Method in class org.openjena.atlas.logging.java.ConsoleHandlerStdout
 
pushbackByte(int) - Method in class org.openjena.atlas.io.PeekInputStream
push back a byte : does not alter underlying position, line or column counts
pushbackChar(int) - Method in class org.openjena.atlas.io.PeekReader
push back a character : does not alter underlying position, line or column counts
put(String, JsonValue) - Method in class org.openjena.atlas.json.JsonObject
 
put(K, V) - Method in class org.openjena.atlas.lib.cache.Cache1
 
put(K, V) - Method in class org.openjena.atlas.lib.cache.CacheLRU
 
put(K, V) - Method in class org.openjena.atlas.lib.cache.CacheSimple
 
put(Key, Value) - Method in class org.openjena.atlas.lib.cache.CacheStatsAtomic
 
put(Key, Value) - Method in class org.openjena.atlas.lib.cache.CacheStatsSimple
 
put(Key, T) - Method in class org.openjena.atlas.lib.cache.CacheSync
 
put(K, V) - Method in class org.openjena.atlas.lib.cache.CacheUnbounded
 
put(Key, T) - Method in class org.openjena.atlas.lib.cache.CacheWrapper
 
put(Key, Value) - Method in interface org.openjena.atlas.lib.Cache
Insert into from cache and return old value (or null if none)
put(K, V) - Method in class org.openjena.atlas.lib.Map2
 
put(T) - Method in interface org.openjena.atlas.lib.Pool
 
put(T) - Method in class org.openjena.atlas.lib.PoolBase
 
put(T) - Method in class org.openjena.atlas.lib.PoolFiniteBlocking
 
put(T) - Method in class org.openjena.atlas.lib.PoolSync
 
putAll(Map<? extends String, ? extends JsonValue>) - Method in class org.openjena.atlas.json.JsonObject
 
putDecoder(CharsetDecoder) - Static method in class org.openjena.atlas.lib.Chars
Add/return a UTF-8 decoder to the pool
putEncoder(CharsetEncoder) - Static method in class org.openjena.atlas.lib.Chars
Add/return a UTF-8 encoder to the pool

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
 
qrandom - Static variable in class org.openjena.atlas.lib.RandomLib
 
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
QUOTE_3D - Static variable in interface org.openjena.atlas.json.io.parserjavacc.javacc.JSON_ParserConstants
RegularExpression Id.
QUOTE_3S - Static variable in interface org.openjena.atlas.json.io.parserjavacc.javacc.JSON_ParserConstants
RegularExpression Id.

R

rand(int, int, int) - Static method in class org.openjena.atlas.test.Gen
Generate a random sequence between low (inclusive) and high (exclusive)
random - Static variable in class org.openjena.atlas.lib.RandomLib
 
RandomLib - Class in org.openjena.atlas.lib
 
range(long, long) - Static method in class org.openjena.atlas.iterator.IteratorInteger
 
range(int, char, char) - Static method in class org.openjena.riot.RiotChars
 
RBRACE - Static variable in interface org.openjena.atlas.json.io.parserjavacc.javacc.JSON_ParserConstants
RegularExpression Id.
RBRACKET - Static variable in interface org.openjena.atlas.json.io.parserjavacc.javacc.JSON_ParserConstants
RegularExpression Id.
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)
read(char[], int, int) - Method in class org.openjena.atlas.io.CharStreamReader
 
read() - Method in class org.openjena.atlas.io.CharStreamReader
 
read() - Method in class org.openjena.atlas.io.InputStreamBuffered
 
read() - Method in class org.openjena.atlas.io.PeekInputStream
 
read(byte[], int, int) - Method in class org.openjena.atlas.io.PeekInputStream
 
read() - Method in class org.openjena.atlas.io.PeekReader
 
read(char[], int, int) - Method in class org.openjena.atlas.io.PeekReader
 
read(char[], int, int) - Method in class org.openjena.atlas.io.StreamASCII
 
read() - Method in class org.openjena.atlas.io.StreamASCII
 
read(char[], int, int) - Method in class org.openjena.atlas.io.StreamUTF8
 
read() - Method in class org.openjena.atlas.io.StreamUTF8
 
read(String) - Static method in class org.openjena.atlas.json.JSON
Read a JSON object from a file
read() - Method in class org.openjena.atlas.lib.Base64.Base64InputStream
Reads enough of the input stream to convert to/from Base64 and returns the next byte.
read(byte[], int, int) - Method in class org.openjena.atlas.lib.Base64.Base64InputStream
Calls Base64.Base64InputStream.read() repeatedly until the end of stream is reached or len bytes are read.
read(Model, String, String) - Method in class org.openjena.riot.ContentNeg
 
read(Model, Reader, String) - Method in class org.openjena.riot.JenaReaderRIOT
 
read(Model, String) - Method in class org.openjena.riot.JenaReaderRIOT
 
read(Model, InputStream, String) - Method in class org.openjena.riot.JenaReaderRIOT
 
read(String, DatasetGraph, Lang, String) - Static method in class org.openjena.riot.RiotLoader
Parse a file and send the quads to a dataset
read(InputStream, DatasetGraph, Lang, String) - Static method in class org.openjena.riot.RiotLoader
Parse an input stream and send the quads to a dataset
read(InputStream, Lang, String, Sink<Quad>) - Static method in class org.openjena.riot.RiotLoader
Parse an input stream and send the quads to the sink
readAny(String) - Static method in class org.openjena.atlas.json.JSON
Read any JSON value, not just an object, from a file
readByte() - Method in class org.openjena.atlas.io.PeekInputStream
 
readChar() - Method in class org.openjena.atlas.io.PeekReader
 
readChar() - Method in class org.openjena.atlas.json.io.parserjavacc.javacc.JavaCharStream
Read a character.
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.
readString(String) - Static method in class org.openjena.atlas.io.PeekReader
 
readTimer() - Method in class arq.cmdline.ModTime
 
ready() - Method in class org.openjena.atlas.io.StreamASCII
 
ready() - Method in class org.openjena.atlas.io.StreamUTF8
 
reduce(Iterable<? extends T>, Accumulate<T, R>) - Static method in class org.openjena.atlas.iterator.Iter
 
reduce(Iterator<? extends T>, Accumulate<T, R>) - Static method in class org.openjena.atlas.iterator.Iter
 
reduce(Accumulate<T, R>) - Method in class org.openjena.atlas.iterator.Iter
 
Ref<T> - Class in org.openjena.atlas.lib
A mutable container
Ref(T) - Constructor for class org.openjena.atlas.lib.Ref
 
regexImpl - Static variable in class com.hp.hpl.jena.query.ARQ
Determine which regular expression system to use.
register(Object, EventType, EventListener) - Static method in class org.openjena.atlas.event.EventManager
 
registeredSubsystems() - Static method in class com.hp.hpl.jena.sparql.SystemARQ
 
registerSubSystem(SystemInfo) - Static method in class com.hp.hpl.jena.sparql.SystemARQ
 
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.ModLangParse
 
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
ReInit(Reader, int, int, int) - Method in class org.openjena.atlas.json.io.parserjavacc.javacc.JavaCharStream
Reinitialise.
ReInit(Reader, int, int) - Method in class org.openjena.atlas.json.io.parserjavacc.javacc.JavaCharStream
Reinitialise.
ReInit(Reader) - Method in class org.openjena.atlas.json.io.parserjavacc.javacc.JavaCharStream
Reinitialise.
ReInit(InputStream, String, int, int, int) - Method in class org.openjena.atlas.json.io.parserjavacc.javacc.JavaCharStream
Reinitialise.
ReInit(InputStream, int, int, int) - Method in class org.openjena.atlas.json.io.parserjavacc.javacc.JavaCharStream
Reinitialise.
ReInit(InputStream, String, int, int) - Method in class org.openjena.atlas.json.io.parserjavacc.javacc.JavaCharStream
Reinitialise.
ReInit(InputStream, int, int) - Method in class org.openjena.atlas.json.io.parserjavacc.javacc.JavaCharStream
Reinitialise.
ReInit(InputStream, String) - Method in class org.openjena.atlas.json.io.parserjavacc.javacc.JavaCharStream
Reinitialise.
ReInit(InputStream) - Method in class org.openjena.atlas.json.io.parserjavacc.javacc.JavaCharStream
Reinitialise.
ReInit(InputStream) - Method in class org.openjena.atlas.json.io.parserjavacc.javacc.JSON_Parser
Reinitialise.
ReInit(InputStream, String) - Method in class org.openjena.atlas.json.io.parserjavacc.javacc.JSON_Parser
Reinitialise.
ReInit(Reader) - Method in class org.openjena.atlas.json.io.parserjavacc.javacc.JSON_Parser
Reinitialise.
ReInit(JSON_ParserTokenManager) - Method in class org.openjena.atlas.json.io.parserjavacc.javacc.JSON_Parser
Reinitialise.
ReInit(JavaCharStream) - Method in class org.openjena.atlas.json.io.parserjavacc.javacc.JSON_ParserTokenManager
Reinitialise parser.
ReInit(JavaCharStream, int) - Method in class org.openjena.atlas.json.io.parserjavacc.javacc.JSON_ParserTokenManager
Reinitialise parser.
remote - Class in arq
 
remote(String[]) - Constructor for class arq.remote
 
remove() - Method in class org.openjena.atlas.iterator.Iter
 
remove() - Method in class org.openjena.atlas.iterator.Iterator2
 
remove() - Method in class org.openjena.atlas.iterator.IteratorArray
 
remove() - Method in class org.openjena.atlas.iterator.IteratorBlockingQueue
 
remove() - Method in class org.openjena.atlas.iterator.IteratorConcat
 
remove() - Method in class org.openjena.atlas.iterator.IteratorInteger
 
remove() - Method in class org.openjena.atlas.iterator.IteratorTruncate
 
remove() - Method in class org.openjena.atlas.iterator.NullIterator
 
remove() - Method in class org.openjena.atlas.iterator.PeekIterator
 
remove() - Method in class org.openjena.atlas.iterator.RepeatApplyIterator
 
remove() - Method in class org.openjena.atlas.iterator.SingletonIterator
 
remove() - Method in class org.openjena.atlas.iterator.WrapperIterator
 
remove() - Method in class org.openjena.atlas.json.io.parser.TokenizerJSON
 
remove(Object) - Method in class org.openjena.atlas.json.JsonArray
 
remove(int) - Method in class org.openjena.atlas.json.JsonArray
 
remove(Object) - Method in class org.openjena.atlas.json.JsonObject
 
remove(K) - Method in class org.openjena.atlas.lib.cache.Cache1
 
remove(K) - Method in class org.openjena.atlas.lib.cache.CacheLRU
 
remove(T) - Method in class org.openjena.atlas.lib.cache.CacheSetLRU
 
remove(T) - Method in class org.openjena.atlas.lib.cache.CacheSetSync
 
remove(T) - Method in class org.openjena.atlas.lib.cache.CacheSetWrapper
 
remove(K) - Method in class org.openjena.atlas.lib.cache.CacheSimple
 
remove(Key) - Method in class org.openjena.atlas.lib.cache.CacheStatsAtomic
 
remove(Key) - Method in class org.openjena.atlas.lib.cache.CacheStatsSimple
 
remove(Key) - Method in class org.openjena.atlas.lib.cache.CacheSync
 
remove(K) - Method in class org.openjena.atlas.lib.cache.CacheUnbounded
 
remove(Key) - Method in class org.openjena.atlas.lib.cache.CacheWrapper
 
remove(Key) - Method in interface org.openjena.atlas.lib.Cache
Remove from cache - return true if key referenecd an entry
remove(T) - Method in interface org.openjena.atlas.lib.CacheSet
 
remove() - Method in class org.openjena.riot.lang.LangNTuple
 
remove() - Method in class org.openjena.riot.tokens.TokenizerBytes
 
remove() - Method in class org.openjena.riot.tokens.TokenizerText
 
remove() - Method in class org.openjena.riot.tokens.TokenizerWrapper
 
removeAll(Collection<?>) - Method in class org.openjena.atlas.json.JsonArray
 
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.
removeNulls(Iterable<T>) - Static method in class org.openjena.atlas.iterator.Iter
 
removeNulls(Iterator<T>) - Static method in class org.openjena.atlas.iterator.Iter
 
removeNulls() - Method in class org.openjena.atlas.iterator.Iter
 
RepeatApplyIterator<T> - Class in org.openjena.atlas.iterator
 
RepeatExecution - Class in org.openjena.atlas.test
 
RepeatExecution() - Constructor for class org.openjena.atlas.test.RepeatExecution
 
repeatExecutions(ExecGenerator, int, boolean) - Static method in class org.openjena.atlas.test.RepeatExecution
 
replace(String, String, String) - Static method in class org.openjena.atlas.lib.StrUtils
 
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.
resetJenaReaders() - Static method in class org.openjena.riot.SysRIOT
 
resolve(String, String) - Static method in class org.openjena.riot.IRIResolver
Create resolve a URI against a base.
resolve(String) - Method in class org.openjena.riot.IRIResolver
Create a URI, resolving relative IRIs, and throw exception on bad a IRI
resolveFileURL(String) - Static method in class org.openjena.riot.IRIResolver
Turn a filename into a well-formed file: URL relative to the working directory.
resolveGlobal(String) - Static method in class org.openjena.riot.IRIResolver
Resolve the relative URI str against the current global base.
resolveGlobalToString(String) - Static method in class org.openjena.riot.IRIResolver
Resolve the relative URI str against the current global base.
resolveIRI(String, long, long) - Method in interface org.openjena.riot.ParserProfile
 
resolveIRI(String, long, long) - Method in class org.openjena.riot.ParserProfileBase
 
resolveIRI(String, long, long) - Method in class org.openjena.riot.ParserProfileChecker
 
resolveSilent(String) - Method in class org.openjena.riot.IRIResolver
Create a URI, resolving relative IRIs, but do not throw exception on bad a IRI
resolveToString(String) - Method in class org.openjena.riot.IRIResolver
 
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
 
resumeEncoding() - Method in class org.openjena.atlas.lib.Base64.Base64OutputStream
Resumes encoding of the stream.
retainAll(Collection<?>) - Method in class org.openjena.atlas.json.JsonArray
 
returnCode - Variable in exception arq.cmd.TerminationException
 
riot - Class in arq
Guess the syntax from the filename.
RiotChars - Class in org.openjena.riot
 
RiotChars() - Constructor for class org.openjena.riot.RiotChars
 
RiotException - Exception in org.openjena.riot
 
RiotException() - Constructor for exception org.openjena.riot.RiotException
 
RiotException(String) - Constructor for exception org.openjena.riot.RiotException
 
RiotException(Throwable) - Constructor for exception org.openjena.riot.RiotException
 
RiotException(String, Throwable) - Constructor for exception org.openjena.riot.RiotException
 
RiotLoader - Class in org.openjena.riot
 
RiotLoader() - Constructor for class org.openjena.riot.RiotLoader
 
riotLoggerName - Static variable in class org.openjena.riot.SysRIOT
 
RiotParseException - Exception in org.openjena.riot
 
RiotParseException(String, long, long) - Constructor for exception org.openjena.riot.RiotParseException
 
RiotReader - Class in org.openjena.riot
 
RiotReader() - Constructor for class org.openjena.riot.RiotReader
 
RiotWriter - Class in org.openjena.riot
 
RiotWriter() - Constructor for class org.openjena.riot.RiotWriter
 
RPAREN - Static variable in interface org.openjena.atlas.json.io.parserjavacc.javacc.JSON_ParserConstants
RegularExpression Id.
rset - Class in arq
Read and write result sets
rset(String[]) - Constructor for class arq.rset
 

S

safeBNodeLabel(String) - Static method in class org.openjena.riot.out.NodeFmtLib
 
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.
send(Object, Event) - Static method in class org.openjena.atlas.event.EventManager
Send an event to all listeners on an object for the event's type
send(ByteBuffer) - Method in class org.openjena.atlas.io.BufferingWriter.SinkBuffer
 
send(ByteBuffer) - Method in class org.openjena.atlas.io.BufferingWriter.SinkChannel
 
send(ByteBuffer) - Method in class org.openjena.atlas.io.BufferingWriter.SinkOutputStream
 
send(T) - Method in interface org.openjena.atlas.lib.Sink
 
send(T) - Method in class org.openjena.atlas.lib.SinkCounting
 
send(T) - Method in class org.openjena.atlas.lib.SinkLogging
 
send(T) - Method in class org.openjena.atlas.lib.SinkNull
 
send(T) - Method in class org.openjena.atlas.lib.SinkPrint
 
send(T) - Method in class org.openjena.atlas.lib.SinkSplit
 
send(T) - Method in class org.openjena.atlas.lib.SinkWrapper
 
send(Triple) - Method in class org.openjena.riot.inf.InferenceExpanderRDFS
 
send(Triple) - Method in class org.openjena.riot.lang.PrintingSink
 
send(Quad) - Method in class org.openjena.riot.lang.SinkQuadsToDataset
 
send(Triple) - Method in class org.openjena.riot.lang.SinkTriplesToGraph
 
send(Quad) - Method in class org.openjena.riot.out.SinkQuadOutput
 
send(Triple) - Method in class org.openjena.riot.out.SinkTripleOutput
 
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
serialize(Node) - Static method in class org.openjena.riot.out.NodeFmtLib
 
serialize(Node, Prologue) - Static method in class org.openjena.riot.out.NodeFmtLib
 
serialize(Node, String, PrefixMap) - Static method in class org.openjena.riot.out.NodeFmtLib
Encoding of a node so it can be reconstructed
set(Symbol, boolean) - Static method in class com.hp.hpl.jena.query.ARQ
 
set(int, JsonValue) - Method in class org.openjena.atlas.json.JsonArray
 
set(int, int) - Static method in class org.openjena.atlas.lib.BitsInt
Set the bits specificied.
set(int, int, int) - Static method in class org.openjena.atlas.lib.BitsInt
Set the bits from string (inc) to finish (exc) to one
set(long, int) - Static method in class org.openjena.atlas.lib.BitsLong
Set the bits specificied.
set(long, int, int) - Static method in class org.openjena.atlas.lib.BitsLong
Set the bits from string (inc) to finish (exc) to one
set() - Static method in class org.openjena.atlas.lib.DS
 
set(int) - Static method in class org.openjena.atlas.lib.DS
 
set(Set<X>) - Static method in class org.openjena.atlas.lib.DS
 
setAbsoluteIndent(int) - Method in class org.openjena.atlas.io.IndentedWriter
 
setArgs(String[]) - Method in class arq.cmdline.CommandLineBase
 
setBaseURI(String) - Method in class org.openjena.riot.Prologue
 
setBaseURI(IRI) - Method in class org.openjena.riot.Prologue
 
setBaseURI(IRIResolver) - Method in class org.openjena.riot.Prologue
 
setCheckBlankNodes(NodeChecker) - Method in class org.openjena.riot.Checker
 
setChecker(TokenChecker) - Method in class org.openjena.riot.tokens.TokenizerBytes
 
setChecker(TokenChecker) - Method in class org.openjena.riot.tokens.TokenizerText
 
setCheckLiterals(NodeChecker) - Method in class org.openjena.riot.Checker
 
setCheckURIs(NodeChecker) - Method in class org.openjena.riot.Checker
 
setCheckVars(NodeChecker) - Method in class org.openjena.riot.Checker
 
setCntrlCode(int) - Method in class org.openjena.riot.tokens.Token
 
setConstructTemplate(Template) - Method in class com.hp.hpl.jena.query.Query
Set triple patterns for a construct query
setCurrentGraph(Node) - Method in class org.openjena.riot.lang.LangTurtleBase
 
setDebugStream(PrintStream) - Method in class org.openjena.atlas.json.io.parserjavacc.javacc.JSON_ParserTokenManager
Set debug output.
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
 
setDropHandler(ActionKeyValue<K, V>) - Method in class org.openjena.atlas.lib.cache.Cache1
 
setDropHandler(ActionKeyValue<K, V>) - Method in class org.openjena.atlas.lib.cache.CacheLRU
Callback for entries when dropped from the cache
setDropHandler(ActionKeyValue<K, V>) - Method in class org.openjena.atlas.lib.cache.CacheSimple
Callback for entries when dropped from the cache
setDropHandler(ActionKeyValue<Key, Value>) - Method in class org.openjena.atlas.lib.cache.CacheStatsAtomic
 
setDropHandler(ActionKeyValue<Key, Value>) - Method in class org.openjena.atlas.lib.cache.CacheStatsSimple
 
setDropHandler(ActionKeyValue<Key, T>) - Method in class org.openjena.atlas.lib.cache.CacheSync
 
setDropHandler(ActionKeyValue<K, V>) - Method in class org.openjena.atlas.lib.cache.CacheUnbounded
 
setDropHandler(ActionKeyValue<Key, T>) - Method in class org.openjena.atlas.lib.cache.CacheWrapper
 
setDropHandler(ActionKeyValue<Key, Value>) - Method in interface org.openjena.atlas.lib.Cache
Register a callback - called when an object is dropped from the cache (optional operation)
setErrorHandler(RDFErrorHandler) - Method in class org.openjena.riot.JenaReaderRIOT
 
setErrorHandler(RDFErrorHandler) - Method in class org.openjena.riot.JenaWriterBase
 
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.
setFlatMode(boolean) - Method in class org.openjena.atlas.io.IndentedWriter
 
setHandler(JSONHandler) - Method in class org.openjena.atlas.json.io.parserjavacc.javacc.JSON_ParserBase
 
setHandler(ErrorHandler) - Method in class org.openjena.riot.Checker
 
setHandler(ErrorHandler) - Method in interface org.openjena.riot.ParserProfile
 
setHandler(ErrorHandler) - Method in class org.openjena.riot.ParserProfileBase
 
setImage(String) - Method in class org.openjena.riot.tokens.Token
 
setImage2(String) - Method in class org.openjena.riot.tokens.Token
 
setInitialBinding(QuerySolution) - Method in interface com.hp.hpl.jena.query.QueryExecution
Set the initial association of variables and values.
setInt(int, byte[]) - Static method in class org.openjena.atlas.lib.Bytes
Put an int into a byte array
setInt(int, byte[], int) - Static method in class org.openjena.atlas.lib.Bytes
Put an int into a byte array from a given position
setJavaLogging() - Static method in class org.openjena.atlas.logging.Log
 
setJavaLogging(String) - Static method in class org.openjena.atlas.logging.Log
 
setLimit(long) - Method in class com.hp.hpl.jena.query.Query
 
setLineNumbers(boolean) - Method in class org.openjena.atlas.io.IndentedWriter
 
setLog4j() - Static method in class org.openjena.atlas.logging.Log
Set log4j - try to find a file "log4j.properties" if nothing already set.
setLog4j(String) - Static method in class org.openjena.atlas.logging.Log
Set log4j properties (XML or properties file)
setLogging() - Static method in class arq.CmdLangParse
Reset the logging to be good for command line tools
setLong(long, byte[]) - Static method in class org.openjena.atlas.lib.Bytes
Put a long into a byte array
setLong(long, byte[], int) - Static method in class org.openjena.atlas.lib.Bytes
Put a long into a byte array from a given position
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
 
setPadChar(char) - Method in class org.openjena.atlas.io.IndentedWriter
 
setPadString(String) - Method in class org.openjena.atlas.io.IndentedWriter
 
setPrefix(String, String) - Method in class org.openjena.riot.Prologue
Set a prefix for this query
setPrefixMapping(PrefixMap) - Method in class org.openjena.riot.Prologue
Set the mapping
setProfile(ParserProfile) - Method in class org.openjena.riot.lang.LangBase
 
setProfile(ParserProfile) - Method in class org.openjena.riot.lang.LangRDFXML
 
setProfile(ParserProfile) - Method in interface org.openjena.riot.lang.LangRIOT
 
setPrologue(Prologue) - Method in class org.openjena.riot.out.SinkQuadOutput
 
setPrologue(Prologue) - Method in class org.openjena.riot.out.SinkTripleOutput
 
setProperty(String, Object) - Method in class org.openjena.riot.JenaReaderRIOT
 
setProperty(String, Object) - Method in class org.openjena.riot.JenaWriterBase
 
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
 
setResolver(IRIResolver) - Method in class org.openjena.riot.Prologue
Set the IRI resolver
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.
setSkipOnBadTerm(boolean) - Method in class org.openjena.riot.lang.LangNTuple
SkipOnBadTerm - do not output tuples with bad RDF terms
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
setSubToken(Token) - Method in class org.openjena.riot.tokens.Token
 
setSyntax(Syntax) - Method in class com.hp.hpl.jena.query.Query
 
setTestLogging(boolean) - Static method in class org.openjena.riot.ErrorHandlerLib
 
setTimingEnabled(boolean) - Method in class arq.cmdline.ModTime
 
setTrue(Symbol) - Static method in class com.hp.hpl.jena.query.ARQ
 
setType(TokenType) - Method in class org.openjena.riot.tokens.Token
 
setUnitIndent(int) - Method in class org.openjena.atlas.io.IndentedWriter
 
SetUtils - Class in org.openjena.atlas.lib
 
setValue(T) - Method in class org.openjena.atlas.lib.Ref
 
SimpleValue() - Method in class org.openjena.atlas.json.io.parserjavacc.javacc.JSON_Parser
 
singleton(T) - Static method in class org.openjena.atlas.iterator.Iter
 
singletonIter(T) - Static method in class org.openjena.atlas.iterator.Iter
 
SingletonIterator<T> - Class in org.openjena.atlas.iterator
 
SingletonIterator(T) - Constructor for class org.openjena.atlas.iterator.SingletonIterator
 
Sink<T> - Interface in org.openjena.atlas.lib
Interface for the destination of things
SinkCounting<T> - Class in org.openjena.atlas.lib
 
SinkCounting(Sink<T>) - Constructor for class org.openjena.atlas.lib.SinkCounting
 
SinkCounting() - Constructor for class org.openjena.atlas.lib.SinkCounting
 
SinkLogging<T> - Class in org.openjena.atlas.lib
 
SinkLogging(Logger) - Constructor for class org.openjena.atlas.lib.SinkLogging
 
SinkNull<T> - Class in org.openjena.atlas.lib
 
SinkNull() - Constructor for class org.openjena.atlas.lib.SinkNull
 
SinkPrint<T> - Class in org.openjena.atlas.lib
 
SinkPrint() - Constructor for class org.openjena.atlas.lib.SinkPrint
 
SinkPrint(PrintStream) - Constructor for class org.openjena.atlas.lib.SinkPrint
 
SinkQuadOutput - Class in org.openjena.riot.out
A class that print quads, N-Quads style
SinkQuadOutput(OutputStream) - Constructor for class org.openjena.riot.out.SinkQuadOutput
 
SinkQuadOutput(OutputStream, Prologue) - Constructor for class org.openjena.riot.out.SinkQuadOutput
 
SinkQuadsToDataset - Class in org.openjena.riot.lang
 
SinkQuadsToDataset(DatasetGraph) - Constructor for class org.openjena.riot.lang.SinkQuadsToDataset
 
SinkSplit<T> - Class in org.openjena.atlas.lib
Split a sink stream and duplicate the operations onto two sinks See also: SinkWrapper
SinkSplit(Sink<T>, Sink<T>) - Constructor for class org.openjena.atlas.lib.SinkSplit
 
SinkToGraph - Class in org.openjena.riot.lang
 
SinkTripleOutput - Class in org.openjena.riot.out
A class that print triples, N-triples style
SinkTripleOutput(OutputStream) - Constructor for class org.openjena.riot.out.SinkTripleOutput
 
SinkTripleOutput(OutputStream, Prologue) - Constructor for class org.openjena.riot.out.SinkTripleOutput
 
SinkTriplesToGraph - Class in org.openjena.riot.lang
 
SinkTriplesToGraph(Graph) - Constructor for class org.openjena.riot.lang.SinkTriplesToGraph
 
SinkWrapper<T> - Class in org.openjena.atlas.lib
Wrap one sink in another - to pass on behaviour, the derived Sink must call super.operation See also: SinkSplit
SinkWrapper(Sink<T>) - Constructor for class org.openjena.atlas.lib.SinkWrapper
 
size() - Method in interface com.hp.hpl.jena.query.ResultSetRewindable
return the number of solutions
size() - Method in class org.openjena.atlas.json.JsonArray
 
size() - Method in class org.openjena.atlas.json.JsonObject
 
size() - Method in class org.openjena.atlas.lib.cache.Cache1
 
size() - Method in class org.openjena.atlas.lib.cache.CacheLRU
 
size() - Method in class org.openjena.atlas.lib.cache.CacheSetLRU
 
size() - Method in class org.openjena.atlas.lib.cache.CacheSetSync
 
size() - Method in class org.openjena.atlas.lib.cache.CacheSetWrapper
 
size() - Method in class org.openjena.atlas.lib.cache.CacheSimple
 
size() - Method in class org.openjena.atlas.lib.cache.CacheSync
 
size() - Method in class org.openjena.atlas.lib.cache.CacheUnbounded
 
size() - Method in class org.openjena.atlas.lib.cache.CacheWrapper
 
size() - Method in interface org.openjena.atlas.lib.Cache
 
size() - Method in interface org.openjena.atlas.lib.CacheSet
 
size() - Method in class org.openjena.atlas.lib.Map2
 
size() - Method in class org.openjena.atlas.lib.Tuple
 
skipOnBadTerm() - Method in class arq.cmdline.ModLangParse
 
sleep(int) - Static method in class org.openjena.atlas.lib.Lib
 
Slot<K,V> - Class in org.openjena.atlas.lib
Key-value slot, with chaining for lookup.
Slot() - Constructor for class org.openjena.atlas.lib.Slot
Create a slot with no key, value or parent - can be used a slot chain root
Slot(K, V) - Constructor for class org.openjena.atlas.lib.Slot
 
some(Iterable<? extends T>, Filter<T>) - Static method in class org.openjena.atlas.iterator.Iter
Return true if every element of stream passes the filter (reads the stream until the first element passing the filter)
some(Iterator<? extends T>, Filter<T>) - Static method in class org.openjena.atlas.iterator.Iter
Return true if one or more elements of stream passes the filter (reads the stream to first element passing the filter)
some(Filter<T>) - Method in class org.openjena.atlas.iterator.Iter
 
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
specialToken - Variable in class org.openjena.atlas.json.io.parserjavacc.javacc.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
splitDirBaseExt(String) - Static method in class org.openjena.atlas.lib.FileOps
Split a file name into path, basename and extension.
splitDirFile(String) - Static method in class org.openjena.atlas.lib.FileOps
Split a file name into path and filename.
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
start() - Method in class org.openjena.atlas.iterator.AccString
 
start() - Method in interface org.openjena.atlas.iterator.Accumulate
 
startArray() - Method in interface org.openjena.atlas.json.io.JSONHandler
 
startArray() - Method in class org.openjena.atlas.json.io.JSONHandlerBase
 
startArray() - Method in class org.openjena.atlas.json.io.JSONMaker
 
startArray() - Method in class org.openjena.atlas.json.io.JSWriter
 
startArray() - Method in class org.openjena.atlas.json.io.parserjavacc.JSONPrinter
 
startCategory(String) - Method in class arq.cmdline.Usage
 
startObject() - Method in interface org.openjena.atlas.json.io.JSONHandler
 
startObject() - Method in class org.openjena.atlas.json.io.JSONHandlerBase
 
startObject() - Method in class org.openjena.atlas.json.io.JSONMaker
 
startObject() - Method in class org.openjena.atlas.json.io.JSWriter
 
startObject() - Method in class org.openjena.atlas.json.io.parserjavacc.JSONPrinter
 
startOutput() - Method in class org.openjena.atlas.json.io.JsonWriter
 
startOutput() - Method in class org.openjena.atlas.json.io.JSWriter
 
startPair() - Method in interface org.openjena.atlas.json.io.JSONHandler
 
startPair() - Method in class org.openjena.atlas.json.io.JSONHandlerBase
 
startPair() - Method in class org.openjena.atlas.json.io.JSONMaker
 
startPair() - Method in class org.openjena.atlas.json.io.parserjavacc.JSONPrinter
 
startParse() - Method in interface org.openjena.atlas.json.io.JSONHandler
 
startParse() - Method in class org.openjena.atlas.json.io.JSONHandlerBase
 
startParse() - Method in class org.openjena.atlas.json.io.JSONMaker
 
startParse() - Method in class org.openjena.atlas.json.io.parserjavacc.JSONPrinter
 
startRead - Static variable in class org.openjena.riot.SysRIOT
 
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
 
staticFlag - Static variable in class org.openjena.atlas.json.io.parserjavacc.javacc.JavaCharStream
Whether parser is static.
stderr - Static variable in class org.openjena.atlas.io.IndentedWriter
Stderr wrapped in an IndentedWriter - no line numbers
stdLogger - Static variable in class org.openjena.riot.ErrorHandlerLib
 
stdout - Static variable in class org.openjena.atlas.io.IndentedWriter
Stdout wrapped in an IndentedWriter - no line numbers
stopOnBadTerm() - Method in class arq.cmdline.ModLangParse
 
store(Document, Node) - Static method in class com.hp.hpl.jena.query.larq.LARQ
 
storeToFile(Properties, String, String) - Static method in class org.openjena.atlas.lib.PropertyUtils
 
str(T[]) - Static method in class org.openjena.atlas.lib.ListUtils
 
str(int[]) - Static method in class org.openjena.atlas.lib.ListUtils
 
str(long[]) - Static method in class org.openjena.atlas.lib.ListUtils
 
str(Object) - Static method in class org.openjena.atlas.lib.StrUtils
 
str(Triple) - Static method in class org.openjena.riot.out.NodeFmtLib
 
str(Quad) - Static method in class org.openjena.riot.out.NodeFmtLib
 
strCompare(String, String) - Static method in class org.openjena.atlas.lib.StrUtils
 
strCompareIgnoreCase(String, String) - Static method in class org.openjena.atlas.lib.StrUtils
 
StreamASCII - Class in org.openjena.atlas.io
Fast and streaming.
StreamASCII(InputStream) - Constructor for class org.openjena.atlas.io.StreamASCII
 
StreamASCII(InputStreamBuffered) - Constructor for class org.openjena.atlas.io.StreamASCII
 
StreamUTF8 - Class in org.openjena.atlas.io
Fast and streaming.
StreamUTF8(InputStream) - Constructor for class org.openjena.atlas.io.StreamUTF8
 
StreamUTF8(InputStreamBuffered) - Constructor for class org.openjena.atlas.io.StreamUTF8
 
strform(Map<String, String>, String...) - Static method in class org.openjena.atlas.lib.StrUtils
 
STRICT - Static variable in class org.openjena.riot.lang.LangNTuple
 
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.
String() - Method in class org.openjena.atlas.json.io.parserjavacc.javacc.JSON_Parser
 
string2bytes(String) - Static method in class org.openjena.atlas.lib.Bytes
Return the UTF-8 bytes for a string
STRING_LITERAL1 - Static variable in interface org.openjena.atlas.json.io.parserjavacc.javacc.JSON_ParserConstants
RegularExpression Id.
STRING_LITERAL2 - Static variable in interface org.openjena.atlas.json.io.parserjavacc.javacc.JSON_ParserConstants
RegularExpression Id.
STRING_LITERAL_LONG1 - Static variable in interface org.openjena.atlas.json.io.parserjavacc.javacc.JSON_ParserConstants
RegularExpression Id.
STRING_LITERAL_LONG2 - Static variable in interface org.openjena.atlas.json.io.parserjavacc.javacc.JSON_ParserConstants
RegularExpression Id.
strings(int[]) - Static method in class org.openjena.atlas.test.Gen
 
strjoin(String, String...) - Static method in class org.openjena.atlas.lib.StrUtils
Concatentate strings, using a separator
strjoin(String, List<String>) - Static method in class org.openjena.atlas.lib.StrUtils
Concatentate string, using a separator
strjoinNL(String...) - Static method in class org.openjena.atlas.lib.StrUtils
strjoin with a newline as the separator
strjoinNL(List<String>) - Static method in class org.openjena.atlas.lib.StrUtils
strjoin with a newline as the separator
StrUtils - Class in org.openjena.atlas.lib
 
sub(PrefixMap) - Method in class org.openjena.riot.Prologue
 
sub(String) - Method in class org.openjena.riot.Prologue
 
sub(PrefixMap, String) - Method in class org.openjena.riot.Prologue
 
subList(int, int) - Method in class org.openjena.atlas.json.JsonArray
 
substitute(String, Map<String, String>) - Static method in class org.openjena.atlas.lib.StrUtils
 
suppressExceptions() - Static method in class org.openjena.riot.IRIResolver
To allow Eyeball to bypass IRI checking (because it's doing its own)
suspendEncoding() - Method in class org.openjena.atlas.lib.Base64.Base64OutputStream
Suspends encoding of the stream.
SwitchTo(int) - Method in class org.openjena.atlas.json.io.parserjavacc.javacc.JSON_ParserTokenManager
Switch to specified lex state.
symbolPrefixMapping - Static variable in class arq.cmdline.ModSymbol
 
Sync - Interface in org.openjena.atlas.lib
 
sync() - Method in interface org.openjena.atlas.lib.Sync
 
sync(boolean) - Method in interface org.openjena.atlas.lib.Sync
 
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
SysRIOT - Class in org.openjena.riot
 
SysRIOT() - Constructor for class org.openjena.riot.SysRIOT
 
SystemARQ - Class in com.hp.hpl.jena.sparql
 
SystemARQ() - Constructor for class com.hp.hpl.jena.sparql.SystemARQ
 
SystemUtils - Class in org.openjena.atlas.lib
 
SystemUtils() - Constructor for class org.openjena.atlas.lib.SystemUtils
 
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(int, boolean, int) - Static method in class org.openjena.atlas.lib.BitsInt
 
test(int, int, int, int) - Static method in class org.openjena.atlas.lib.BitsInt
 
test(long, boolean, int) - Static method in class org.openjena.atlas.lib.BitsLong
 
test(long, long, int, int) - Static method in class org.openjena.atlas.lib.BitsLong
 
text() - Method in class org.openjena.riot.tokens.Token
 
TextFormatter - Class in org.openjena.atlas.logging.java
A pattern-like log formatter
TextFormatter() - Constructor for class org.openjena.atlas.logging.java.TextFormatter
 
timeStr(long) - Method in class arq.cmdline.ModTime
 
timingEnabled() - Method in class arq.cmdline.ModTime
 
toArray() - Method in class org.openjena.atlas.json.JsonArray
 
toArray(T[]) - Method in class org.openjena.atlas.json.JsonArray
 
toBitBucket() - Method in class arq.cmdline.ModLangParse
 
toByteBuffer(CharSequence, ByteBuffer) - Static method in class org.openjena.atlas.lib.Bytes
Encode a string into a ByteBuffer : on return position is the end of the encoding
toByteBuffer(CharSequence, ByteBuffer, CharsetEncoder) - Static method in class org.openjena.atlas.lib.Bytes
Encode a string into a ByteBuffer : on return position is the end of the encoding
toCharList(String) - Static method in class org.openjena.atlas.lib.StrUtils
 
toDataset() - Method in interface com.hp.hpl.jena.update.GraphStore
Convert to a dataset (for query)
token - Variable in class org.openjena.atlas.json.io.parserjavacc.javacc.JSON_Parser
Current token.
Token - Class in org.openjena.atlas.json.io.parserjavacc.javacc
Describes the input token stream.
Token() - Constructor for class org.openjena.atlas.json.io.parserjavacc.javacc.Token
No-argument constructor
Token(int) - Constructor for class org.openjena.atlas.json.io.parserjavacc.javacc.Token
Constructs a new token for the specified Image.
Token(int, String) - Constructor for class org.openjena.atlas.json.io.parserjavacc.javacc.Token
Constructs a new token for the specified Image and Kind.
Token - Class in org.openjena.riot.tokens
 
Token(long, long) - Constructor for class org.openjena.riot.tokens.Token
 
Token(Token) - Constructor for class org.openjena.riot.tokens.Token
 
token_source - Variable in class org.openjena.atlas.json.io.parserjavacc.javacc.JSON_Parser
Generated Token Manager.
TokenChecker - Interface in org.openjena.riot.tokens
 
TokenCheckerBase - Class in org.openjena.riot.tokens
Do nothing checker
TokenCheckerBase() - Constructor for class org.openjena.riot.tokens.TokenCheckerBase
 
TokenCheckerLib - Class in org.openjena.riot.tokens
Various algorithms
TokenCheckerLib() - Constructor for class org.openjena.riot.tokens.TokenCheckerLib
 
tokenForChar(char) - Static method in class org.openjena.riot.tokens.Token
 
tokenForInteger(long) - Static method in class org.openjena.riot.tokens.Token
 
tokenForNode(Node) - Static method in class org.openjena.riot.tokens.Token
 
tokenForNode(Node, Prologue) - Static method in class org.openjena.riot.tokens.Token
 
tokenForNode(Node, String, PrefixMap) - Static method in class org.openjena.riot.tokens.Token
 
tokenForWord(String) - Static method in class org.openjena.riot.tokens.Token
 
tokenImage - Static variable in interface org.openjena.atlas.json.io.parserjavacc.javacc.JSON_ParserConstants
Literal token values.
tokenImage - Variable in exception org.openjena.atlas.json.io.parserjavacc.javacc.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
Tokenizer - Interface in org.openjena.riot.tokens
 
TokenizerBytes - Class in org.openjena.riot.tokens
Tokenizer for all sorts of things RDF-ish
TokenizerFactory - Class in org.openjena.riot.tokens
 
TokenizerFactory() - Constructor for class org.openjena.riot.tokens.TokenizerFactory
 
TokenizerJSON - Class in org.openjena.atlas.json.io.parser
Tokenizer for all sorts of things JSON-ish
TokenizerJSON(PeekReader) - Constructor for class org.openjena.atlas.json.io.parser.TokenizerJSON
 
TokenizerText - Class in org.openjena.riot.tokens
Tokenizer for all sorts of things RDF-ish
TokenizerWrapper - Class in org.openjena.riot.tokens
 
TokenizerWrapper(Tokenizer) - Constructor for class org.openjena.riot.tokens.TokenizerWrapper
 
TokenMgrError - Error in org.openjena.atlas.json.io.parserjavacc.javacc
Token Manager Error.
TokenMgrError() - Constructor for error org.openjena.atlas.json.io.parserjavacc.javacc.TokenMgrError
No arg constructor.
TokenMgrError(String, int) - Constructor for error org.openjena.atlas.json.io.parserjavacc.javacc.TokenMgrError
Constructor with message and reason.
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error org.openjena.atlas.json.io.parserjavacc.javacc.TokenMgrError
Full Constructor.
TokenType - Enum in org.openjena.riot.tokens
 
toList(ResultSet) - Static method in class com.hp.hpl.jena.query.ResultSetFormatter
Turn the result set into a java.util.List
toList(Iterable<? extends T>) - Static method in class org.openjena.atlas.iterator.Iter
 
toList(Iterator<? extends T>) - Static method in class org.openjena.atlas.iterator.Iter
 
toList() - Method in class org.openjena.atlas.iterator.Iter
 
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.
toSet(Iterable<? extends T>) - Static method in class org.openjena.atlas.iterator.Iter
 
toSet(Iterator<? extends T>) - Static method in class org.openjena.atlas.iterator.Iter
 
toSet() - Method in class org.openjena.atlas.iterator.Iter
 
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
 
toString() - Method in class org.openjena.atlas.event.EventType
 
toString() - Method in class org.openjena.atlas.io.IndentedLineBuffer
 
toString() - Method in class org.openjena.atlas.io.PrintableBase
 
toString(Printable) - Static method in class org.openjena.atlas.io.PrintUtils
 
toString() - Method in class org.openjena.atlas.json.io.parserjavacc.javacc.Token
Returns the image.
toString() - Method in class org.openjena.atlas.json.JsonValue
 
toString() - Method in class org.openjena.atlas.lib.ColumnMap
 
toString() - Method in class org.openjena.atlas.lib.Pair
 
toString() - Method in class org.openjena.atlas.lib.Ref
 
toString() - Method in class org.openjena.atlas.lib.Slot
 
toString() - Method in class org.openjena.atlas.lib.Tuple
 
toString() - Method in enum org.openjena.riot.Lang
 
toString() - Method in class org.openjena.riot.tokens.Token
 
toString(boolean) - Method in class org.openjena.riot.tokens.Token
 
Transform<T,R> - Interface in org.openjena.atlas.iterator
 
trig - Class in arq
Run the TriG parser - and produce N-Quads
True() - Method in class org.openjena.atlas.json.io.parserjavacc.javacc.JSON_Parser
 
TRUE - Static variable in interface org.openjena.atlas.json.io.parserjavacc.javacc.JSON_ParserConstants
RegularExpression Id.
Tuple<T> - Class in org.openjena.atlas.lib
Tuple class - tuples are immutable and must be created initialized
tuple() - Method in class org.openjena.atlas.lib.Tuple
 
tupleCopy() - Method in class org.openjena.atlas.lib.Tuple
 
turtle - Class in arq
Run the Turtle parser - and produce N-triples
TurtleValidate - Class in org.openjena.riot.out
Validation of Turtle terms
TurtleValidate() - Constructor for class org.openjena.riot.out.TurtleValidate
 

U

unescapeString(String) - Static method in class org.openjena.atlas.lib.StrUtils
 
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
 
union(Set<? extends T>, Set<? extends T>) - Static method in class org.openjena.atlas.lib.SetUtils
 
unique(List<T>) - Static method in class org.openjena.atlas.lib.ListUtils
 
unit() - Method in class org.openjena.atlas.json.io.parserjavacc.javacc.JSON_Parser
 
unmap(Tuple<T>) - Method in class org.openjena.atlas.lib.ColumnMap
Apply to a mapped tuple to get a tuple with the column mapping reverse-applied
unmap(ColumnMap) - Method in class org.openjena.atlas.lib.Tuple
Return a tuple with the column mapping reversed
unmapName(String) - Method in class org.openjena.atlas.lib.ColumnMap
Reorder the letters of a string by the same rules as this column map (backward, fetch direction)
unpack(int, int, int) - Static method in class org.openjena.atlas.lib.BitsInt
Extract the value packed into bits start (inclusive) and finish (exclusive), the value is returned the low part of the returned int.
unpack(String, int, int) - Static method in class org.openjena.atlas.lib.BitsInt
Get bits from a hex string.
unpack(long, int, int) - Static method in class org.openjena.atlas.lib.BitsLong
Extract the value packed into bits start (inclusive) and finish (exclusive), the value is returned the low part of the returned long.
unpack(String, int, int) - Static method in class org.openjena.atlas.lib.BitsLong
Get bits from a hex string.
unregister(Object, EventType, EventListener) - Static method in class org.openjena.atlas.event.EventManager
Unregister a listener for events
unset(Symbol) - Static method in class com.hp.hpl.jena.query.ARQ
 
UNSET - Static variable in class org.openjena.atlas.io.IO
 
UNSET - Static variable in class org.openjena.atlas.lib.Chars
undefined character (exact maning depends on use) - not a Unicode codepoint
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
 
URL_SAFE - Static variable in class org.openjena.atlas.lib.Base64
Encode using Base64-like encoding that is URL- and Filename-safe as described in Section 4 of RFC3548: http://www.faqs.org/rfcs/rfc3548.html.
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
 
usePrologueFrom(Prologue) - Method in class org.openjena.riot.Prologue
 
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

valHexChar(int) - Static method in class org.openjena.riot.RiotChars
 
validate() - Method in class com.hp.hpl.jena.query.Query
Perform some check on the query
validate(String, Triple) - Static method in class org.openjena.riot.Checker
 
validate(String, Node, Node, Node) - Static method in class org.openjena.riot.Checker
 
Value() - Method in class org.openjena.atlas.json.io.parserjavacc.javacc.JSON_Parser
 
value() - Method in class org.openjena.atlas.json.JsonBoolean
 
value(long) - Static method in class org.openjena.atlas.json.JsonNumber
 
value(double) - Static method in class org.openjena.atlas.json.JsonNumber
 
value(BigDecimal) - Static method in class org.openjena.atlas.json.JsonNumber
 
value() - Method in class org.openjena.atlas.json.JsonNumber
 
value() - Method in class org.openjena.atlas.json.JsonString
 
valueBoolean(boolean) - Method in interface org.openjena.atlas.json.io.JSONHandler
 
valueBoolean(boolean) - Method in class org.openjena.atlas.json.io.JSONHandlerBase
 
valueBoolean(boolean) - Method in class org.openjena.atlas.json.io.JSONMaker
 
valueBoolean(boolean) - Method in class org.openjena.atlas.json.io.parserjavacc.JSONPrinter
 
valueDecimal(String) - Method in interface org.openjena.atlas.json.io.JSONHandler
 
valueDecimal(String) - Method in class org.openjena.atlas.json.io.JSONHandlerBase
 
valueDecimal(String) - Method in class org.openjena.atlas.json.io.JSONMaker
 
valueDecimal(String) - Method in class org.openjena.atlas.json.io.parserjavacc.JSONPrinter
 
valueDecimal(String) - Static method in class org.openjena.atlas.json.JsonNumber
 
valueDouble(String) - Method in interface org.openjena.atlas.json.io.JSONHandler
 
valueDouble(String) - Method in class org.openjena.atlas.json.io.JSONHandlerBase
 
valueDouble(String) - Method in class org.openjena.atlas.json.io.JSONMaker
 
valueDouble(String) - Method in class org.openjena.atlas.json.io.parserjavacc.JSONPrinter
 
valueDouble(String) - Static method in class org.openjena.atlas.json.JsonNumber
 
valueInteger(String) - Method in interface org.openjena.atlas.json.io.JSONHandler
 
valueInteger(String) - Method in class org.openjena.atlas.json.io.JSONHandlerBase
 
valueInteger(String) - Method in class org.openjena.atlas.json.io.JSONMaker
 
valueInteger(String) - Method in class org.openjena.atlas.json.io.parserjavacc.JSONPrinter
 
valueInteger(String) - Static method in class org.openjena.atlas.json.JsonNumber
 
valueNull() - Method in interface org.openjena.atlas.json.io.JSONHandler
 
valueNull() - Method in class org.openjena.atlas.json.io.JSONHandlerBase
 
valueNull() - Method in class org.openjena.atlas.json.io.JSONMaker
 
valueNull() - Method in class org.openjena.atlas.json.io.parserjavacc.JSONPrinter
 
valueOf(String) - Static method in enum org.openjena.riot.Lang
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openjena.riot.tokens.TokenType
Returns the enum constant of this type with the specified name.
values() - Method in class org.openjena.atlas.json.JsonObject
 
values() - Static method in enum org.openjena.riot.Lang
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openjena.riot.tokens.TokenType
Returns an array containing the constants of this enum type, in the order they are declared.
valueString(String) - Method in interface org.openjena.atlas.json.io.JSONHandler
 
valueString(String) - Method in class org.openjena.atlas.json.io.JSONHandlerBase
 
valueString(String) - Method in class org.openjena.atlas.json.io.JSONMaker
 
valueString(String) - Method in class org.openjena.atlas.json.io.parserjavacc.JSONPrinter
 
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
 
visit(JsonObject) - Method in class org.openjena.atlas.json.io.JsonWriter
 
visit(JsonArray) - Method in class org.openjena.atlas.json.io.JsonWriter
 
visit(JsonString) - Method in class org.openjena.atlas.json.io.JsonWriter
 
visit(JsonNumber) - Method in class org.openjena.atlas.json.io.JsonWriter
 
visit(JsonBoolean) - Method in class org.openjena.atlas.json.io.JsonWriter
 
visit(JsonNull) - Method in class org.openjena.atlas.json.io.JsonWriter
 
visit(JsonVisitor) - Method in class org.openjena.atlas.json.JsonArray
 
visit(JsonVisitor) - Method in class org.openjena.atlas.json.JsonBoolean
 
visit(JsonVisitor) - Method in class org.openjena.atlas.json.JsonNull
 
visit(JsonVisitor) - Method in class org.openjena.atlas.json.JsonNumber
 
visit(JsonVisitor) - Method in class org.openjena.atlas.json.JsonObject
 
visit(JsonVisitor) - Method in class org.openjena.atlas.json.JsonString
 
visit(JsonVisitor) - Method in class org.openjena.atlas.json.JsonValue
 
visit(JsonObject) - Method in interface org.openjena.atlas.json.JsonVisitor
 
visit(JsonArray) - Method in interface org.openjena.atlas.json.JsonVisitor
 
visit(JsonString) - Method in interface org.openjena.atlas.json.JsonVisitor
 
visit(JsonNumber) - Method in interface org.openjena.atlas.json.JsonVisitor
 
visit(JsonBoolean) - Method in interface org.openjena.atlas.json.JsonVisitor
 
visit(JsonNull) - Method in interface org.openjena.atlas.json.JsonVisitor
 
visitAny(Node_ANY) - Method in class org.openjena.riot.checker.CheckerVisitor
 
visitAskResultForm(Query) - Method in interface com.hp.hpl.jena.query.QueryVisitor
 
visitBlank(Node_Blank, AnonId) - Method in class org.openjena.riot.checker.CheckerVisitor
 
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
 
visitLiteral(Node_Literal, LiteralLabel) - Method in class org.openjena.riot.checker.CheckerVisitor
 
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
 
visitURI(Node_URI, String) - Method in class org.openjena.riot.checker.CheckerVisitor
 
visitVariable(Node_Variable, String) - Method in class org.openjena.riot.checker.CheckerVisitor
 

W

warn(String, String) - Static method in class org.openjena.atlas.logging.Log
 
warn(Object, String) - Static method in class org.openjena.atlas.logging.Log
 
warn(Class<?>, String) - Static method in class org.openjena.atlas.logging.Log
 
warn(Object, String, Throwable) - Static method in class org.openjena.atlas.logging.Log
 
warn(Class<?>, String, Throwable) - Static method in class org.openjena.atlas.logging.Log
 
warning(String, long, long) - Method in interface org.openjena.riot.ErrorHandler
report a warning
WarnOnBadLiterals - Static variable in class org.openjena.riot.checker.CheckerLiterals
 
WebContent - Class in org.openjena.riot
 
WebContent() - Constructor for class org.openjena.riot.WebContent
 
WebReader - Class in org.openjena.riot
 
WebReader() - Constructor for class org.openjena.riot.WebReader
 
whenRequiredByAssembler(AssemblerGroup) - Static method in class com.hp.hpl.jena.query.ARQ
Used by Jena assemblers for registration
wireIntoJena() - Static method in class org.openjena.riot.SysRIOT
 
WrapperIterator<T> - Class in org.openjena.atlas.iterator
 
WrapperIterator(Iterator<T>) - Constructor for class org.openjena.atlas.iterator.WrapperIterator
 
write(char[], int, int) - Method in class org.openjena.atlas.io.BufferingWriter
 
write(char[]) - Method in class org.openjena.atlas.io.BufferingWriter
 
write(String) - Method in class org.openjena.atlas.io.BufferingWriter
 
write(int) - Method in class org.openjena.atlas.io.BufferingWriter
 
write(OutputStream, JsonValue) - Static method in class org.openjena.atlas.json.JSON
Write out a JSON value - pass a JSON Object to get legal exchangeable JSON
write(IndentedWriter, JsonValue) - Static method in class org.openjena.atlas.json.JSON
Write out a JSON value - pass a JSON Object to get legal exchangeable JSON
write(JsonValue) - Static method in class org.openjena.atlas.json.JSON
Write out a JSON value to - pass a JSON Object to get legal exchangeable JSON
write(int) - Method in class org.openjena.atlas.lib.Base64.Base64OutputStream
Writes the byte to the output stream after converting to/from Base64 notation.
write(byte[], int, int) - Method in class org.openjena.atlas.lib.Base64.Base64OutputStream
Calls Base64.Base64OutputStream.write(int) repeatedly until len bytes are written.
write(Model, Writer, String) - Method in class org.openjena.riot.JenaWriterBase
 
write(Model, OutputStream, String) - Method in class org.openjena.riot.JenaWriterBase
 
write(OutputStream, DatasetGraph) - Static method in class org.openjena.riot.out.NQuadsWriter
 
write(OutputStream, Graph) - Static method in class org.openjena.riot.out.NTriplesWriter
 
writeNQuads(PrintStream, DatasetGraph) - Static method in class org.openjena.riot.RiotWriter
 
WS - Static variable in interface org.openjena.atlas.json.io.parserjavacc.javacc.JSON_ParserConstants
RegularExpression Id.
wwwdec - Class in arq
 
wwwdec() - Constructor for class arq.wwwdec
 
wwwenc - Class in arq
 
wwwenc() - Constructor for class arq.wwwenc
 

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 K 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