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

A

absolute(int) - Method in class org.ilrt.inkling.query.ResultSet
Not implemented
add_escapes(String) - Method in class org.ilrt.inkling.query.squish.ParseException
Used to convert raw characters to their escaped version when these raw version cannot be used as part of an ASCII string literal.
add(Graph) - Method in class org.ilrt.inkling.api.SQLGraph
Loads in a Graph, removing existing data from that Graph first.
add(Graph) - Method in class org.ilrt.inkling.api.UnionGraph
Add a Graph to the UnionGraph
add(TreeNode) - Method in class org.ilrt.inkling.query.TreeNode
 
addEdge(TEdge) - Method in class org.ilrt.inkling.app.TNode
 
addElement(Object) - Method in class org.ilrt.inkling.query.ResultSet
overloaded method name to make indexing by column easier
addEscapes(String) - Static method in class org.ilrt.inkling.query.squish.TokenMgrError
Replaces unprintable characters by their espaced (or unicode escaped) equivalents in the given string
addLabel(String) - Method in class org.ilrt.inkling.app.TEdge
 
addPath(String, String, String) - Method in class org.ilrt.inkling.app.TGraph
 
addPathWithName(String, String, String, String, String) - Method in class org.ilrt.inkling.app.TGraph
 
addSingleUrl(String) - Method in class org.ilrt.inkling.app.Scutter
adds a single url to the store and a scutterplan called 'scutter.new2.rdf'
adjustBeginLineColumn(int, int) - Method in class org.ilrt.inkling.query.squish.JavaCharStream
Method to adjust line and column numbers for the start of a token.
afterLast() - Method in class org.ilrt.inkling.query.ResultSet
Not implemented
AllInMemTests - class org.ilrt.inkling.test.AllInMemTests.
Runner for all in-memory (non-SQL tests)
AllInMemTests() - Constructor for class org.ilrt.inkling.test.AllInMemTests
 
AllInMemTestsRio - class org.ilrt.inkling.test.AllInMemTestsRio.
Runner for all in-memory (non-SQL tests), but just with Rio (for small builds)
AllInMemTestsRio() - Constructor for class org.ilrt.inkling.test.AllInMemTestsRio
 
AllSQLTests - class org.ilrt.inkling.test.AllSQLTests.
Runs all SQL-related tests.
AllSQLTests() - Constructor for class org.ilrt.inkling.test.AllSQLTests
 
AllTests - class org.ilrt.inkling.test.AllTests.
Runs all in-memory and SQL tests
AllTests() - Constructor for class org.ilrt.inkling.test.AllTests
 
ARPWrapper - class org.ilrt.inkling.external.ARPWrapper.
A class to use the ARP RDF/XML parser (part of Jena: http://www.hpl.hp.com/semweb/jena.htm)
ARPWrapper() - Constructor for class org.ilrt.inkling.external.ARPWrapper
 
Ask - class org.ilrt.inkling.app.Ask.
Copyright University of Bristol, 2003 This software is released under the W3C license: http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
Ask() - Constructor for class org.ilrt.inkling.app.Ask
 
ask(Object, Object, Object) - Method in class org.ilrt.inkling.api.SQLGraph
Ask a simple query of the database (via a generated squish query)
ask(Object, Object, Object) - Method in interface org.ilrt.inkling.api.GraphInterface
Return a Graph matching the query triple specified.
ask(Object, Object, Object) - Method in class org.ilrt.inkling.api.Graph
Simple query method - with lazy strings
ask(Query) - Method in class org.ilrt.inkling.api.SQLGraph
Ask a simple query of the database (via a generated squish query)
ask(Query) - Method in interface org.ilrt.inkling.api.GraphInterface
Return a Graph matching the query triple specified.
ask(Query) - Method in class org.ilrt.inkling.api.Graph
Ask with a query object
ask(String) - Method in class org.ilrt.inkling.app.Ask
 
askForObjects(Object, Object, Object) - Method in class org.ilrt.inkling.api.Graph
Handy method returning a Vector of object Nodes answering the query
askForSubjects(Object, Object, Object) - Method in class org.ilrt.inkling.api.Graph
Handy method returning a Vector of subject Nodes answering the query
askQuery(Node, Node, Node) - Method in interface org.ilrt.inkling.api.SimpleQueryInterface
 
askQuery(Node, Node, Node) - Method in class org.ilrt.inkling.api.Graph
The simple triple query method - with Nodes GraphInterface method
askSquish(String) - Method in class org.ilrt.inkling.api.SQLGraph
Ask a squish query of this database, returning a ResultSet.
askSquish(String) - Method in interface org.ilrt.inkling.api.GraphInterface
Ask a squish query of any type of Graph returnign a rectangular ResultSet.
askSquish(String) - Method in class org.ilrt.inkling.api.Graph
Ask with a squish string; returns a ResultSet object, not a Graph.
askSquish(String, boolean) - Method in class org.ilrt.inkling.api.SQLGraph
Ask a squish query of this database, returning a ResultSet.
ASSIGN - Static variable in interface org.ilrt.inkling.query.squish.SquishParserConstants
 
averagePathLength(Vector) - Method in class org.ilrt.inkling.app.TGraph
 

B

backup(int) - Method in class org.ilrt.inkling.query.squish.JavaCharStream
 
BANG - Static variable in interface org.ilrt.inkling.query.squish.SquishParserConstants
 
BaseTestSQLGraph - class org.ilrt.inkling.test.BaseTestSQLGraph.
An SQL query, ensuring 'base' is returned ok.
BaseTestSQLGraph(String) - Constructor for class org.ilrt.inkling.test.BaseTestSQLGraph
 
BaseTestUnionGraph - class org.ilrt.inkling.test.BaseTestUnionGraph.
Tests base working for Graph and UnionGraph.
BaseTestUnionGraph(String) - Constructor for class org.ilrt.inkling.test.BaseTestUnionGraph
 
beforeFirst() - Method in class org.ilrt.inkling.query.ResultSet
Not implemented
beginColumn - Variable in class org.ilrt.inkling.query.squish.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
beginLine - Variable in class org.ilrt.inkling.query.squish.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
BeginToken() - Method in class org.ilrt.inkling.query.squish.JavaCharStream
 
BIT_AND - Static variable in interface org.ilrt.inkling.query.squish.SquishParserConstants
 
BIT_OR - Static variable in interface org.ilrt.inkling.query.squish.SquishParserConstants
 
BIT_XOR - Static variable in interface org.ilrt.inkling.query.squish.SquishParserConstants
 
BOOLEAN_LITERAL - Static variable in interface org.ilrt.inkling.query.squish.SquishParserConstants
 
bufpos - Variable in class org.ilrt.inkling.query.squish.JavaCharStream
 
buildGraph(TGraph) - Method in class org.ilrt.inkling.app.TGraph
 
buildGraph(TGraph) - Method in class org.ilrt.inkling.app.BuildPaths
 
BuildPaths - class org.ilrt.inkling.app.BuildPaths.
copyright Damian Steer - http://rdfweb.org/people/damian/2002/02/foafnation/
BuildPaths() - Constructor for class org.ilrt.inkling.app.BuildPaths
 
byteToHex(byte) - Static method in class org.ilrt.inkling.external.TalkToRio
 

C

cancelRowUpdates() - Method in class org.ilrt.inkling.query.ResultSet
Not implemented
CHARACTER_LITERAL - Static variable in interface org.ilrt.inkling.query.squish.SquishParserConstants
 
charToHex(char) - Static method in class org.ilrt.inkling.external.TalkToRio
 
checkAvoid(String) - Method in class org.ilrt.inkling.app.Scutter
Makes sure this one is not a url to avoid scuttering.
checkDocStatusByClass(Graph, String, Hashtable) - Method in class org.ilrt.inkling.app.Rosco
For each class, and for a list of properties per class (in a Hash of vectors, keyed by class name), checks if instances of the property are present in Graph test.
checkDomainConsistancy(String, String) - Method in class org.ilrt.inkling.app.Rosco
Checks whether each property has a consistent domain with respect to a certain class
checkDone(int) - Method in class org.ilrt.inkling.app.Scutter
Checks if all the threads are finished and can save the scutterplan
checkFileConsistancy(String, String, String) - Method in class org.ilrt.inkling.app.Rosco
This checks each node of a given type in a document, and lists the properties it could have, and does have, including superclass-related properties
checkModified() - Method in class org.ilrt.inkling.app.ScutterURLData
from http://www.hackdiary.com/archives/000028.html by Matt Biddulph
checkModified(ScutterURLData) - Method in class org.ilrt.inkling.app.Scutter
etag methods - from http://www.hackdiary.com/archives/000028.html by Matt Biddulph
clean() - Method in class org.ilrt.inkling.query.squish.SquishParser
can't work out how to do constructos, so this will have to do.
clearWarnings() - Method in class org.ilrt.inkling.query.ResultSet
Not implemented
close() - Method in class org.ilrt.inkling.query.ResultSet
java.sql.ResultSet method
COLON - Static variable in interface org.ilrt.inkling.query.squish.SquishParserConstants
 
columnNoNulls - Static variable in class org.ilrt.inkling.query.ResultSetMetaData
 
columnNullable - Static variable in class org.ilrt.inkling.query.ResultSetMetaData
 
columnNullableUnknown - Static variable in class org.ilrt.inkling.query.ResultSetMetaData
 
COMMA - Static variable in interface org.ilrt.inkling.query.squish.SquishParserConstants
 
CompilationUnit() - Method in class org.ilrt.inkling.query.squish.SquishParser
 
ComplexQuery - class org.ilrt.inkling.api.ComplexQuery.
An object to encompass a squish query - basically a Graph with some useful extra bits.
ComplexQuery() - Constructor for class org.ilrt.inkling.api.ComplexQuery
 
constraintCheck(TreeNode, Query) - Method in class org.ilrt.inkling.query.QE
constraints method - gets a constraint from a triple and returns a boolean if it matches.
ConstraintClause() - Method in class org.ilrt.inkling.query.squish.SquishParser
 
ConstraintList() - Method in class org.ilrt.inkling.query.squish.SquishParser
 
constraints - Variable in class org.ilrt.inkling.query.QE
 
constraints - Static variable in class org.ilrt.inkling.query.squish.SquishParser
 
ConstrNumericLiteral(Query) - Method in class org.ilrt.inkling.query.squish.SquishParser
 
ConstrVar(Query) - Method in class org.ilrt.inkling.query.squish.SquishParser
 
convert(String) - Static method in class org.ilrt.inkling.query.Squish2SQL
basically the main method: takes a parsed query and returns a converted SQL query as a string
convert(String, boolean) - Static method in class org.ilrt.inkling.query.Squish2SQL
basically the main method: takes a parsed query and returns a converted SQL query as a string.
convert(Vector, Vector, Vector, Vector, boolean) - Static method in class org.ilrt.inkling.query.Squish2SQL
internal conversion method
createIndex(GraphInterface, Query) - Method in class org.ilrt.inkling.query.QE
 
curChar - Variable in class org.ilrt.inkling.query.squish.SquishParserTokenManager
 
currentToken - Variable in class org.ilrt.inkling.query.squish.ParseException
This is the last token that has been consumed successfully.

D

dateToString() - Method in class org.ilrt.inkling.app.ScutterURLData
 
debugStream - Variable in class org.ilrt.inkling.query.squish.SquishParserTokenManager
 
DECIMAL_LITERAL - Static variable in interface org.ilrt.inkling.query.squish.SquishParserConstants
 
DECR - Static variable in interface org.ilrt.inkling.query.squish.SquishParserConstants
 
DEFAULT - Static variable in class org.ilrt.inkling.api.Util
 
DEFAULT - Static variable in interface org.ilrt.inkling.query.squish.SquishParserConstants
 
delete(Statement) - Method in class org.ilrt.inkling.api.SQLGraph
Delete a triple or triples from the database.
delete(Statement) - Method in interface org.ilrt.inkling.api.GraphInterface
Delete a single statement (or all instances of a given Statement).
delete(Statement) - Method in class org.ilrt.inkling.api.Graph
Delete a specified Statement
deleteRow() - Method in class org.ilrt.inkling.query.ResultSet
Not implemented
DifferentSyntaxes - class org.ilrt.inkling.app.DifferentSyntaxes.
This file tries to convert between different syntaxes for RDF Query, starting from an N-Triples query in queries/nt/, and exporting files to queries/ and to stdout.
DifferentSyntaxes() - Constructor for class org.ilrt.inkling.app.DifferentSyntaxes
 
DIGIT - Static variable in interface org.ilrt.inkling.query.squish.SquishParserConstants
 
disable_tracing() - Method in class org.ilrt.inkling.query.squish.SquishParser
 
DISALLOW - Static variable in class org.ilrt.inkling.app.Scutter
 
Done() - Method in class org.ilrt.inkling.query.squish.JavaCharStream
 
doSQLQuery(String, boolean) - Method in class org.ilrt.inkling.api.SQLGraph
Performs an SQL query, converting the result to a org.ilrt.inkling.query.ResultSet, so that provenance and literal, bnode etc can be identified through the extended API.
doSQLQueryClean(String) - Method in class org.ilrt.inkling.api.SQLGraph
Performs a simple SQL query.
DOT - Static variable in interface org.ilrt.inkling.query.squish.SquishParserConstants
 
dumpall() - Method in class org.ilrt.inkling.query.TreeNode
 
dumpKids() - Method in class org.ilrt.inkling.query.TreeNode
printing method for debugging

E

edge() - Method in class org.ilrt.inkling.app.TElement
 
enable_tracing() - Method in class org.ilrt.inkling.query.squish.SquishParser
 
end() - Method in class org.ilrt.inkling.external.TalkToRio
 
end() - Method in class org.ilrt.inkling.external.TalkToARP
 
endColumn - Variable in class org.ilrt.inkling.query.squish.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
endLine - Variable in class org.ilrt.inkling.query.squish.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
EOF - Static variable in interface org.ilrt.inkling.query.squish.SquishParserConstants
 
eol - Variable in class org.ilrt.inkling.query.squish.ParseException
The end of line string for this machine.
EQ - Static variable in interface org.ilrt.inkling.query.squish.SquishParserConstants
 
EQSTRING - Static variable in interface org.ilrt.inkling.query.squish.SquishParserConstants
 
equals(Object) - Method in class org.ilrt.inkling.api.Node
Overriding equals for ease of comparison
equals(Object) - Method in class org.ilrt.inkling.app.ScutterURLData
 
equals(Object) - Method in class org.ilrt.inkling.query.TreeNode
Overridden equals method
etagEscString() - Method in class org.ilrt.inkling.app.ScutterURLData
 
EtagScutterTest - class org.ilrt.inkling.test.EtagScutterTest.
Testing etags.
EtagScutterTest(String) - Constructor for class org.ilrt.inkling.test.EtagScutterTest
 
executeQuery(ComplexQuery) - Method in class org.ilrt.inkling.query.QE
executeQuery is called with a ComplexQuery object this is basically a graph but with variables and optionally constraints and 'graphs' ('from' stuff) It returns a java.sql.Resultset.
expectedTokenSequences - Variable in class org.ilrt.inkling.query.squish.ParseException
Each entry in this array is an array of integers.
EXPONENT - Static variable in interface org.ilrt.inkling.query.squish.SquishParserConstants
 
Expression() - Method in class org.ilrt.inkling.query.squish.SquishParser
 

F

fillConstraints(Vector) - Method in class org.ilrt.inkling.query.QE
Just puts constraints in a more useful format
findColumn(String) - Method in class org.ilrt.inkling.query.ResultSet
Not implemented
findShortestPathsFromNode(TNode) - Method in class org.ilrt.inkling.app.TGraph
 
findShortestPathsFromNodeNamed(String) - Method in class org.ilrt.inkling.app.TGraph
 
first() - Method in class org.ilrt.inkling.query.ResultSet
Not implemented
fixNoTypes(Graph) - Method in class org.ilrt.inkling.app.Rosco
Adds an rdf:type rdfs:Resource for each subject in a graph.
fixSchemaDomains(Graph) - Method in class org.ilrt.inkling.app.Rosco
For all properties in schema without a domain, adds a domain of rdfs:Resource.
FLOATING_POINT_LITERAL - Static variable in interface org.ilrt.inkling.query.squish.SquishParserConstants
 
FOR - Static variable in interface org.ilrt.inkling.query.squish.SquishParserConstants
 
forcelocal - Variable in class org.ilrt.inkling.app.Scutter
 
ForList() - Method in class org.ilrt.inkling.query.squish.SquishParser
 
FORMAL_COMMENT - Static variable in interface org.ilrt.inkling.query.squish.SquishParserConstants
 
ForUriLiteral(String) - Method in class org.ilrt.inkling.query.squish.SquishParser
 
FROM - Static variable in interface org.ilrt.inkling.query.squish.SquishParserConstants
 
FromClause() - Method in class org.ilrt.inkling.query.squish.SquishParser
 

G

GE - Static variable in interface org.ilrt.inkling.query.squish.SquishParserConstants
 
generateParseException() - Method in class org.ilrt.inkling.query.squish.SquishParser
 
getAllClasses(Graph) - Method in class org.ilrt.inkling.app.Rosco
Returns a list of Strings - all Classes in the schema.
getAllProperties(Graph) - Method in class org.ilrt.inkling.app.Rosco
Gets all the properties in a given schema, returning a unique vector of Strings.
getArray(int) - Method in class org.ilrt.inkling.query.ResultSet
Not implemented
getArray(String) - Method in class org.ilrt.inkling.query.ResultSet
Not implemented
getAsciiStream(int) - Method in class org.ilrt.inkling.query.ResultSet
Not implemented
getAsciiStream(String) - Method in class org.ilrt.inkling.query.ResultSet
Not implemented
getBase() - Method in class org.ilrt.inkling.api.SQLGraph
The base url for an SQLGraph is the database url, e.g.
getBase() - Method in interface org.ilrt.inkling.api.GraphInterface
Sets the base uri for the GraphInterface.
getBase() - Method in class org.ilrt.inkling.api.Graph
base is usually the source url
getBeginColumn() - Method in class org.ilrt.inkling.query.squish.JavaCharStream
 
getBeginLine() - Method in class org.ilrt.inkling.query.squish.JavaCharStream
 
getBigDecimal(int) - Method in class org.ilrt.inkling.query.ResultSet
Not implemented
getBigDecimal(int, int) - Method in class org.ilrt.inkling.query.ResultSet
Not implemented
getBigDecimal(String) - Method in class org.ilrt.inkling.query.ResultSet
Not implemented
getBigDecimal(String, int) - Method in class org.ilrt.inkling.query.ResultSet
Not implemented
getBinaryStream(int) - Method in class org.ilrt.inkling.query.ResultSet
Not implemented
getBinaryStream(String) - Method in class org.ilrt.inkling.query.ResultSet
Not implemented
getBlank(String) - Static method in class org.ilrt.inkling.api.Node
Use this method to create a blank Node
getBlank(String, Graph) - Static method in class org.ilrt.inkling.api.Node
Use this method to create a Blank Node, also setting the Graph that contains it Note that generation of ID where the source url is known is a hash of the source with the id of the node from the parser, retaining identity of Nodes
getBlob(int) - Method in class org.ilrt.inkling.query.ResultSet
Not implemented
getBlob(String) - Method in class org.ilrt.inkling.query.ResultSet
Not implemented
getBoolean(int) - Method in class org.ilrt.inkling.query.ResultSet
Not implemented
getBoolean(String) - Method in class org.ilrt.inkling.query.ResultSet
Not implemented
getByte(int) - Method in class org.ilrt.inkling.query.ResultSet
Not implemented
getByte(String) - Method in class org.ilrt.inkling.query.ResultSet
Not implemented
getBytes(int) - Method in class org.ilrt.inkling.query.ResultSet
Not implemented
getBytes(String) - Method in class org.ilrt.inkling.query.ResultSet
Not implemented
getCatalogName(int) - Method in class org.ilrt.inkling.query.ResultSetMetaData
 
getCharacterStream(int) - Method in class org.ilrt.inkling.query.ResultSet
Not implemented
getCharacterStream(String) - Method in class org.ilrt.inkling.query.ResultSet
Not implemented
getClob(int) - Method in class org.ilrt.inkling.query.ResultSet
Not implemented
getClob(String) - Method in class org.ilrt.inkling.query.ResultSet
Not implemented
getColumn() - Method in class org.ilrt.inkling.query.squish.JavaCharStream
Deprecated.  
getColumnClassName(int) - Method in class org.ilrt.inkling.query.ResultSetMetaData
 
getColumnCount() - Method in class org.ilrt.inkling.query.ResultSetMetaData
 
getColumnDisplaySize(int) - Method in class org.ilrt.inkling.query.ResultSetMetaData
assume varchar length
getColumnLabel(int) - Method in class org.ilrt.inkling.query.ResultSetMetaData
 
getColumnName(int) - Method in class org.ilrt.inkling.query.ResultSetMetaData
 
getColumnNames() - Method in class org.ilrt.inkling.query.ResultSet
An extra convenience method to access a Vector of column names
getColumnType(int) - Method in class org.ilrt.inkling.query.ResultSetMetaData
 
getColumnTypeName(int) - Method in class org.ilrt.inkling.query.ResultSetMetaData
 
getConcurrency() - Method in class org.ilrt.inkling.query.ResultSet
Not implemented
getConstraints() - Method in class org.ilrt.inkling.api.ComplexQuery
A Vector of constraints in Statement form
getConstraints() - Method in class org.ilrt.inkling.query.squish.SquishParser
 
getContent() - Method in class org.ilrt.inkling.api.Node
Returns the Stringified value of the Node
getContent() - Method in class org.ilrt.inkling.api.SQLNode
access method, stripping the " from the data
getCursorName() - Method in class org.ilrt.inkling.query.ResultSet
Not implemented
getDate(int) - Method in class org.ilrt.inkling.query.ResultSet
Not implemented
getDate(int, Calendar) - Method in class org.ilrt.inkling.query.ResultSet
Not implemented
getDate(String) - Method in class org.ilrt.inkling.query.ResultSet
Not implemented
getDate(String, Calendar) - Method in class org.ilrt.inkling.query.ResultSet
Not implemented
getdb() - Method in class org.ilrt.inkling.api.SQLGraph
Return the database url
getdb() - Method in class org.ilrt.inkling.app.Scutter
 
getDefault() - Static method in class org.ilrt.inkling.api.Graph
For Graphs without a uri (base), creates one with a default uri
getDouble(int) - Method in class org.ilrt.inkling.query.ResultSet
Not implemented
getDouble(String) - Method in class org.ilrt.inkling.query.ResultSet
Not implemented
getDriver() - Method in class org.ilrt.inkling.api.SQLGraph
Return the database driver
getDriver() - Method in class org.ilrt.inkling.app.Scutter
 
getEdges() - Method in class org.ilrt.inkling.api.Graph
Returns all properties
getEdges() - Method in class org.ilrt.inkling.app.TGraph
 
getEdges() - Method in class org.ilrt.inkling.app.TNode
 
getEndColumn() - Method in class org.ilrt.inkling.query.squish.JavaCharStream
 
getEndLine() - Method in class org.ilrt.inkling.query.squish.JavaCharStream
 
getErrorMessage() - Method in class org.ilrt.inkling.query.ResultSet
 
getEtag() - Method in class org.ilrt.inkling.app.ScutterURLData
 
getFetchDirection() - Method in class org.ilrt.inkling.query.ResultSet
Not implemented
getFetchSize() - Method in class org.ilrt.inkling.query.ResultSet
Not implemented
getFloat(int) - Method in class org.ilrt.inkling.query.ResultSet
Not implemented
getFloat(String) - Method in class org.ilrt.inkling.query.ResultSet
Not implemented
getGraph() - Method in class org.ilrt.inkling.api.Node
Returns the Graph which contains the Node
getGraphs() - Method in class org.ilrt.inkling.api.SQLGraph
Get a list of all the Graphs in the database
getGraphs() - Method in class org.ilrt.inkling.api.ComplexQuery
A Vector of Graphs used in the Query
getGraphs() - Method in class org.ilrt.inkling.api.UnionGraph
Get the list of Graphs held in the UnionGraph
getGraphs() - Method in class org.ilrt.inkling.query.squish.SquishParser
 
getHandler(String) - Static method in class org.ilrt.inkling.api.Util
Get the class for handling a given type of RDF data given a String (e.g.
getID() - Method in class org.ilrt.inkling.api.Node
Returns the identifier of the Node
getID() - Method in class org.ilrt.inkling.api.Graph
legacy - calls getBase()
getID() - Method in class org.ilrt.inkling.api.Statement
Identifier
GetImage() - Method in class org.ilrt.inkling.query.squish.JavaCharStream
 
getInt(int) - Method in class org.ilrt.inkling.query.ResultSet
Not implemented
getInt(String) - Method in class org.ilrt.inkling.query.ResultSet
Not implemented
getLabel() - Method in class org.ilrt.inkling.app.TEdge
 
getLastModified() - Method in class org.ilrt.inkling.app.ScutterURLData
 
getLine() - Method in class org.ilrt.inkling.query.squish.JavaCharStream
Deprecated.  
getLinks() - Method in class org.ilrt.inkling.query.TreeNode
 
getLiteral(String) - Static method in class org.ilrt.inkling.api.Node
Use this method to create a Literal Node
getLiteral(String, Graph) - Static method in class org.ilrt.inkling.api.Node
Use this method to create a Literal Node with a refernce to the Graph
getLong(int) - Method in class org.ilrt.inkling.query.ResultSet
Not implemented
getLong(String) - Method in class org.ilrt.inkling.query.ResultSet
Not implemented
getMessage() - Method in class org.ilrt.inkling.query.squish.TokenMgrError
You can also modify the body of this method to customize your error messages.
getMessage() - Method in class org.ilrt.inkling.query.squish.ParseException
This method has the standard behavior when this object has been created using the standard constructors.
getMetaData() - Method in class org.ilrt.inkling.query.ResultSet
returns either the SQL ResultSet's ResultSetMetaData object, or an in-memory implementation for the in-memory version.
getName() - Method in class org.ilrt.inkling.app.TNode
 
getNamespaces() - Method in class org.ilrt.inkling.query.squish.SquishParser
 
getNextPart(String, int) - Static method in class org.ilrt.inkling.api.Util
used by replace()
getNextToken() - Method in class org.ilrt.inkling.query.squish.SquishParser
 
getNextToken() - Method in class org.ilrt.inkling.query.squish.SquishParserTokenManager
 
getNode(int) - Method in class org.ilrt.inkling.query.ResultSet
Returns an SQLNode if available, or creates one if not.
getNode(String) - Method in class org.ilrt.inkling.query.ResultSet
Returns an SQLNode if available, or creates one if not.
getNodes() - Method in class org.ilrt.inkling.api.Graph
Returns all subjects and properties
getNodes() - Method in class org.ilrt.inkling.app.TGraph
 
getObject() - Method in class org.ilrt.inkling.api.Statement
Accessor for object
getObject(int) - Method in class org.ilrt.inkling.query.ResultSet
Either form the SQL ResultSet or from the in-memory implementation for the in-memory version.
getObject(int, Map) - Method in class org.ilrt.inkling.query.ResultSet
Not implemented
getObject(String) - Method in class org.ilrt.inkling.query.ResultSet
Either form the SQL ResultSet or from the in-memory implementation for the in-memory version.
getObject(String, Map) - Method in class org.ilrt.inkling.query.ResultSet
Not implemented
getObjects() - Method in class org.ilrt.inkling.api.Node
Node-centric Graph traversal
getObjects() - Method in class org.ilrt.inkling.api.Graph
Shortcut for getting all object Nodes in the Graph
getObjects(String) - Method in class org.ilrt.inkling.api.Node
Node-centric Graph traversal
getObjectVariable() - Method in class org.ilrt.inkling.api.Query
Accessor for object variable name
getObjSquishContent() - Method in class org.ilrt.inkling.api.Query
Used by toSquishString()
getOtherNode(TNode) - Method in class org.ilrt.inkling.app.TEdge
 
getParent() - Method in class org.ilrt.inkling.query.TreeNode
 
getPaths(Vector, Vector, TEdge, int) - Method in class org.ilrt.inkling.app.TNode
 
getPlan() - Method in class org.ilrt.inkling.app.Scutter
 
getPrecision(int) - Method in class org.ilrt.inkling.query.ResultSetMetaData
 
getPredicate() - Method in class org.ilrt.inkling.api.Statement
Accessor for predicate
getPredicates() - Method in class org.ilrt.inkling.api.Node
Node-centric Graph traversal
getPredicates() - Method in class org.ilrt.inkling.api.Graph
Shortcut for getting all predicates (properties) in the Graph
getPredicates(String) - Method in class org.ilrt.inkling.api.Node
Node-centric Graph traversal
getPredicateVariable() - Method in class org.ilrt.inkling.api.Query
Accessor for predicate variable name
getPredSquishContent() - Method in class org.ilrt.inkling.api.Query
Used by toSquishString()
getProperties(Graph, String) - Method in class org.ilrt.inkling.app.Rosco
gets all the properties with the domain of the class cl or any of its superclasses
getPropertiesWithDomain(Graph, String) - Method in class org.ilrt.inkling.app.Rosco
Recursively gets all the properties with domain cl from the schema.
getRandomString() - Static method in class org.ilrt.inkling.api.Util
Generates a random String
getRef(int) - Method in class org.ilrt.inkling.query.ResultSet
Not implemented
getRef(String) - Method in class org.ilrt.inkling.query.ResultSet
Not implemented
getResource(String) - Static method in class org.ilrt.inkling.api.Node
Use this method to create a Resource Node
getResource(String, Graph) - Static method in class org.ilrt.inkling.api.Node
Use this method to create a Resource Node, also setting the Graph that contains it
getRow() - Method in class org.ilrt.inkling.query.ResultSet
Not implemented
getScale(int) - Method in class org.ilrt.inkling.query.ResultSetMetaData
 
getSchemaName(int) - Method in class org.ilrt.inkling.query.ResultSetMetaData
 
getScutter() - Method in class org.ilrt.inkling.app.ScutterURLData
 
getShort(int) - Method in class org.ilrt.inkling.query.ResultSet
Not implemented
getShort(String) - Method in class org.ilrt.inkling.query.ResultSet
Not implemented
getSize() - Method in class org.ilrt.inkling.api.SQLGraph
Get the size of the database
getSize() - Method in class org.ilrt.inkling.api.Graph
Returns the number of unique Statements in the Graph
getSize(String) - Method in class org.ilrt.inkling.api.SQLGraph
 
getStatement() - Method in class org.ilrt.inkling.query.ResultSet
Not implemented
getStatements() - Method in class org.ilrt.inkling.api.SQLGraph
get all the Statements in the SQLGraph
getStatements() - Method in interface org.ilrt.inkling.api.GraphInterface
Returns a Vector of all Statements in the GraphInterface
getStatements() - Method in class org.ilrt.inkling.api.Graph
returns the full Vector of Statements from the Graph
getString(int) - Method in class org.ilrt.inkling.query.ResultSet
Not implemented
getString(String) - Method in class org.ilrt.inkling.query.ResultSet
Results should always be stored as variables without ?, but can be accessed either way.
getSubject() - Method in class org.ilrt.inkling.api.Statement
Accessor for subject
getSubjects() - Method in class org.ilrt.inkling.api.Node
Node-centric Graph traversal
getSubjects() - Method in class org.ilrt.inkling.api.Graph
Shortcut for getting all subject Nodes in the Graph
getSubjects(String) - Method in class org.ilrt.inkling.api.Node
Node-centric Graph traversal
getSubjectVariable() - Method in class org.ilrt.inkling.api.Query
Accessor for subject variable name
getSubSquishContent() - Method in class org.ilrt.inkling.api.Query
Used by toSquishString()
GetSuffix(int) - Method in class org.ilrt.inkling.query.squish.JavaCharStream
 
getSuperClasses(Graph, String, Vector) - Method in class org.ilrt.inkling.app.Rosco
Reursively gets all the superclasses of the class cl from the schema schema, and adds to the Vector tofill.
getTableName(int) - Method in class org.ilrt.inkling.query.ResultSetMetaData
 
getText() - Method in class org.ilrt.inkling.app.TNode
 
getThreads() - Method in class org.ilrt.inkling.app.Scutter
 
getTime(int) - Method in class org.ilrt.inkling.query.ResultSet
Not implemented
getTime(int, Calendar) - Method in class org.ilrt.inkling.query.ResultSet
Not implemented
getTime(String) - Method in class org.ilrt.inkling.query.ResultSet
Not implemented
getTime(String, Calendar) - Method in class org.ilrt.inkling.query.ResultSet
Not implemented
getTimestamp(int) - Method in class org.ilrt.inkling.query.ResultSet
Not implemented
getTimestamp(int, Calendar) - Method in class org.ilrt.inkling.query.ResultSet
Not implemented
getTimestamp(String) - Method in class org.ilrt.inkling.query.ResultSet
Not implemented
getTimestamp(String, Calendar) - Method in class org.ilrt.inkling.query.ResultSet
Not implemented
getToken(int) - Method in class org.ilrt.inkling.query.squish.SquishParser
 
getTriples() - Method in class org.ilrt.inkling.api.ComplexQuery
Returns a list of the triples part of the query - the WHERE clauses, as Querys
getTriples() - Method in class org.ilrt.inkling.query.squish.SquishParser
 
getType() - Method in class org.ilrt.inkling.api.Graph
 
getType() - Method in class org.ilrt.inkling.query.TreeNode
 
getType() - Method in class org.ilrt.inkling.query.ResultSet
Not implemented
getUnicodeStream(int) - Method in class org.ilrt.inkling.query.ResultSet
Not implemented
getUnicodeStream(String) - Method in class org.ilrt.inkling.query.ResultSet
Not implemented
getUrl() - Method in class org.ilrt.inkling.app.ScutterURLData
 
getURL(int) - Method in class org.ilrt.inkling.query.ResultSet
Not implemented
getURL(String) - Method in class org.ilrt.inkling.query.ResultSet
Not implemented
getVar() - Method in class org.ilrt.inkling.query.TreeNode
 
getVariables() - Method in class org.ilrt.inkling.api.ComplexQuery
All the variables used in the query.
getVariables() - Method in class org.ilrt.inkling.query.squish.SquishParser
 
getVariablesWeWant() - Method in class org.ilrt.inkling.api.ComplexQuery
returns the variables specified in the SELECT clause
getVariablesWeWant() - Method in class org.ilrt.inkling.query.squish.SquishParser
 
getWarnings() - Method in class org.ilrt.inkling.query.ResultSet
Not implemented
Graph - class org.ilrt.inkling.api.Graph.
A simple RDF Graph, inspired by http://www.w3.org/2001/12/rubyrdf/basicrdf.rb The principal methods are ask(), tell(), askSquish(); also askForObjects() and similar.
Graph() - Constructor for class org.ilrt.inkling.api.Graph
 
Graph(String) - Constructor for class org.ilrt.inkling.api.Graph
base would normally be the source url
Graph(String, String) - Constructor for class org.ilrt.inkling.api.Graph
Type should be taken from Util e.g.
Graph(Vector) - Constructor for class org.ilrt.inkling.api.Graph
 
Graph(Vector, String, String) - Constructor for class org.ilrt.inkling.api.Graph
 
GraphInterface - interface org.ilrt.inkling.api.GraphInterface.
Inspired by http://www.w3.org/2001/12/rubyrdf/basicrdf.rb An interface for Graph objects
graphs - Static variable in class org.ilrt.inkling.query.squish.SquishParser
 
GraphTest - class org.ilrt.inkling.test.GraphTest.
Checking two different methods of querying inmemory graphs
GraphTest(String) - Constructor for class org.ilrt.inkling.test.GraphTest
 
GT - Static variable in interface org.ilrt.inkling.query.squish.SquishParserConstants
 

H

handlers - Static variable in class org.ilrt.inkling.api.Util
 
handleStatement(Resource, URI, Value) - Method in class org.ilrt.inkling.external.TalkToRio
 
hashcodeIntFromString(String) - Static method in class org.ilrt.inkling.api.Util
Generates a numeric sha1
hasProperty(Graph, Node, Node, Node) - Method in class org.ilrt.inkling.app.Rosco
Tests if a given s,p,o triples is present ina Graph.
hasTextRecursive(String) - Method in class org.ilrt.inkling.query.TreeNode
Check that the current treenode doesn't contain a piece of content
hasTextVarRecursive(String, String, boolean) - Method in class org.ilrt.inkling.query.TreeNode
Check that the current treenode doesn't contain a piece of content and a particular variable name
HEX_LITERAL - Static variable in interface org.ilrt.inkling.query.squish.SquishParserConstants
 
HOOK - Static variable in interface org.ilrt.inkling.query.squish.SquishParserConstants
 

I

IDENTIFIER - Static variable in interface org.ilrt.inkling.query.squish.SquishParserConstants
 
image - Variable in class org.ilrt.inkling.query.squish.Token
The string image of the token.
IN_FORMAL_COMMENT - Static variable in interface org.ilrt.inkling.query.squish.SquishParserConstants
 
IN_MULTI_LINE_COMMENT - Static variable in interface org.ilrt.inkling.query.squish.SquishParserConstants
 
IN_SINGLE_LINE_COMMENT - Static variable in interface org.ilrt.inkling.query.squish.SquishParserConstants
 
INCR - Static variable in interface org.ilrt.inkling.query.squish.SquishParserConstants
 
insert(String) - Method in class org.ilrt.inkling.app.BuildPaths
 
insertBatch(Vector) - Method in class org.ilrt.inkling.app.BuildPaths
 
insertRow() - Method in class org.ilrt.inkling.query.ResultSet
Not implemented
inspect() - Method in class org.ilrt.inkling.api.Node
Method for printing content
inspect() - Method in class org.ilrt.inkling.api.Graph
Returns a string containing the contents of the Graph - for debugging
inspect() - Method in class org.ilrt.inkling.api.Statement
For printing/debugging
inspect() - Method in class org.ilrt.inkling.api.Query
printing method
INTEGER_LITERAL - Static variable in interface org.ilrt.inkling.query.squish.SquishParserConstants
 
isAfterLast() - Method in class org.ilrt.inkling.query.ResultSet
Not implemented
isAutoIncrement(int) - Method in class org.ilrt.inkling.query.ResultSetMetaData
assume better to create another one - so always returns true
isBeforeFirst() - Method in class org.ilrt.inkling.query.ResultSet
Not implemented
isbnode - Variable in class org.ilrt.inkling.api.Node
 
isCaseSensitive(int) - Method in class org.ilrt.inkling.query.ResultSetMetaData
case matters for RDF
isCurrency(int) - Method in class org.ilrt.inkling.query.ResultSetMetaData
 
isDefinitelyWritable(int) - Method in class org.ilrt.inkling.query.ResultSetMetaData
 
isFirst() - Method in class org.ilrt.inkling.query.ResultSet
Not implemented
isLast() - Method in class org.ilrt.inkling.query.ResultSet
Not implemented
isNullable(int) - Method in class org.ilrt.inkling.query.ResultSetMetaData
 
isReadOnly(int) - Method in class org.ilrt.inkling.query.ResultSetMetaData
 
isresource - Variable in class org.ilrt.inkling.api.Node
 
isSearchable(int) - Method in class org.ilrt.inkling.query.ResultSetMetaData
Can the column be used in a where clause? assume not
isSigned(int) - Method in class org.ilrt.inkling.query.ResultSetMetaData
Is the column a signed number? assume not
isWritable(int) - Method in class org.ilrt.inkling.query.ResultSetMetaData
 

J

JavaCharStream - class org.ilrt.inkling.query.squish.JavaCharStream.
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (with java-like unicode escape processing).
JavaCharStream(InputStream) - Constructor for class org.ilrt.inkling.query.squish.JavaCharStream
 
JavaCharStream(InputStream, int, int) - Constructor for class org.ilrt.inkling.query.squish.JavaCharStream
 
JavaCharStream(InputStream, int, int, int) - Constructor for class org.ilrt.inkling.query.squish.JavaCharStream
 
JavaCharStream(Reader) - Constructor for class org.ilrt.inkling.query.squish.JavaCharStream
 
JavaCharStream(Reader, int, int) - Constructor for class org.ilrt.inkling.query.squish.JavaCharStream
 
JavaCharStream(Reader, int, int, int) - Constructor for class org.ilrt.inkling.query.squish.JavaCharStream
 
jj_nt - Variable in class org.ilrt.inkling.query.squish.SquishParser
 
jjnewLexState - Static variable in class org.ilrt.inkling.query.squish.SquishParserTokenManager
 
jjstrLiteralImages - Static variable in class org.ilrt.inkling.query.squish.SquishParserTokenManager
 

K

kids - Variable in class org.ilrt.inkling.query.TreeNode
 
kind - Variable in class org.ilrt.inkling.query.squish.Token
An integer that describes the kind of this token.

L

last() - Method in class org.ilrt.inkling.query.ResultSet
Not implemented
LBRACE - Static variable in interface org.ilrt.inkling.query.squish.SquishParserConstants
 
LBRACKET - Static variable in interface org.ilrt.inkling.query.squish.SquishParserConstants
 
LE - Static variable in interface org.ilrt.inkling.query.squish.SquishParserConstants
 
LETTER - Static variable in interface org.ilrt.inkling.query.squish.SquishParserConstants
 
level - Variable in class org.ilrt.inkling.query.TreeNode
 
lexStateNames - Static variable in class org.ilrt.inkling.query.squish.SquishParserTokenManager
 
LIKESTRING - Static variable in interface org.ilrt.inkling.query.squish.SquishParserConstants
 
listVariables() - Method in class org.ilrt.inkling.query.squish.SquishParser
 
listVariables(Vector) - Method in class org.ilrt.inkling.query.QE
 
listVariablesRaw(Vector) - Method in class org.ilrt.inkling.query.QE
A list of all the variables used
Literal() - Method in class org.ilrt.inkling.query.squish.SquishParser
 
load() - Method in class org.ilrt.inkling.api.Graph
loads in an RDF graph, using method depending on value of type (you can setType() or set it during initialization, or use gr.load(type)).
load(String) - Method in class org.ilrt.inkling.api.Graph
loads in an RDF graph, using method depending on value of type (you can setType() or set it during initialization, or use gr.load(type)).
LoaderInterface - interface org.ilrt.inkling.api.LoaderInterface.
A tiny interface for loading various graph formats.
loadGraph(String) - Method in interface org.ilrt.inkling.api.LoaderInterface
loads the file or url to a Graph and returns it
loadGraph(String) - Method in class org.ilrt.inkling.api.NTReader
LoaderInterface function
loadGraph(String) - Method in class org.ilrt.inkling.external.ARPWrapper
 
loadGraph(String) - Method in class org.ilrt.inkling.external.RioWrapper
 
loadGraph(String, GraphInterface) - Method in interface org.ilrt.inkling.api.LoaderInterface
loads the file or url to the specified GraphInterface and returns it
loadGraph(String, GraphInterface) - Method in class org.ilrt.inkling.api.NTReader
LoaderInterface function
loadGraph(String, GraphInterface) - Method in class org.ilrt.inkling.external.ARPWrapper
 
loadGraph(String, GraphInterface) - Method in class org.ilrt.inkling.external.RioWrapper
 
LPAREN - Static variable in interface org.ilrt.inkling.query.squish.SquishParserConstants
 
LSHIFT - Static variable in interface org.ilrt.inkling.query.squish.SquishParserConstants
 
LT - Static variable in interface org.ilrt.inkling.query.squish.SquishParserConstants
 

M

main(String[]) - Static method in class org.ilrt.inkling.api.SQLGraph
 
main(String[]) - Static method in class org.ilrt.inkling.api.Util
 
main(String[]) - Static method in class org.ilrt.inkling.app.Ask
 
main(String[]) - Static method in class org.ilrt.inkling.app.Scutter
 
main(String[]) - Static method in class org.ilrt.inkling.app.TGraph
 
main(String[]) - Static method in class org.ilrt.inkling.app.SVGWorld
 
main(String[]) - Static method in class org.ilrt.inkling.app.TestFramework
 
main(String[]) - Static method in class org.ilrt.inkling.app.RDFQueryTests
 
main(String[]) - Static method in class org.ilrt.inkling.app.Rosco
 
main(String[]) - Static method in class org.ilrt.inkling.app.BuildPaths
 
main(String[]) - Static method in class org.ilrt.inkling.app.DifferentSyntaxes
 
main(String[]) - Static method in class org.ilrt.inkling.external.TalkToRio
 
main(String[]) - Static method in class org.ilrt.inkling.external.TalkToARP
 
main(String[]) - Static method in class org.ilrt.inkling.query.QE
 
main(String[]) - Static method in class org.ilrt.inkling.query.squish.SquishParser
 
main(String[]) - Static method in class org.ilrt.inkling.test.QueryI18NTestMySQL
 
main(String[]) - Static method in class org.ilrt.inkling.test.UnionGraphSameStatementTest
 
main(String[]) - Static method in class org.ilrt.inkling.test.ParsersTest2
 
main(String[]) - Static method in class org.ilrt.inkling.test.UnionGraphAddRemoveTest
 
main(String[]) - Static method in class org.ilrt.inkling.test.SQLGraphTestProv
 
main(String[]) - Static method in class org.ilrt.inkling.test.ScutterTest
 
main(String[]) - Static method in class org.ilrt.inkling.test.BaseTestUnionGraph
 
main(String[]) - Static method in class org.ilrt.inkling.test.SQLStressTest
 
main(String[]) - Static method in class org.ilrt.inkling.test.AllInMemTests
 
main(String[]) - Static method in class org.ilrt.inkling.test.PostgresqlTest
 
main(String[]) - Static method in class org.ilrt.inkling.test.BaseTestSQLGraph
 
main(String[]) - Static method in class org.ilrt.inkling.test.UnionGraphSquishQueryTest
 
main(String[]) - Static method in class org.ilrt.inkling.test.AllTests
 
main(String[]) - Static method in class org.ilrt.inkling.test.SQLGraphTest
 
main(String[]) - Static method in class org.ilrt.inkling.test.EtagScutterTest
 
main(String[]) - Static method in class org.ilrt.inkling.test.QueryI18NTestPostgres
 
main(String[]) - Static method in class org.ilrt.inkling.test.QueryI18NTest
 
main(String[]) - Static method in class org.ilrt.inkling.test.ParsersTest
 
main(String[]) - Static method in class org.ilrt.inkling.test.Squish2SQLTest
 
main(String[]) - Static method in class org.ilrt.inkling.test.AllInMemTestsRio
 
main(String[]) - Static method in class org.ilrt.inkling.test.UnionGraphQueryProvenanceTest
 
main(String[]) - Static method in class org.ilrt.inkling.test.MySQLGraphTest
 
main(String[]) - Static method in class org.ilrt.inkling.test.GraphTest
 
main(String[]) - Static method in class org.ilrt.inkling.test.AllSQLTests
 
main(String[]) - Static method in class org.ilrt.inkling.test.SQLCheckSize
 
makeJDBCCommand(String) - Method in class org.ilrt.inkling.api.SQLGraph
Makes a command to a jdbc db - i.e.
makeQuery(ComplexQuery) - Method in interface org.ilrt.inkling.query.QueryDirect
 
MINUS - Static variable in interface org.ilrt.inkling.query.squish.SquishParserConstants
 
moveToCurrentRow() - Method in class org.ilrt.inkling.query.ResultSet
Not implemented
moveToInsertRow() - Method in class org.ilrt.inkling.query.ResultSet
Not implemented
MULTI_LINE_COMMENT - Static variable in interface org.ilrt.inkling.query.squish.SquishParserConstants
 
MySQLGraphTest - class org.ilrt.inkling.test.MySQLGraphTest.
Testing insertion and query of SQL graphs with MySQL
MySQLGraphTest(String) - Constructor for class org.ilrt.inkling.test.MySQLGraphTest
 

N

NEQ - Static variable in interface org.ilrt.inkling.query.squish.SquishParserConstants
 
NESTRING - Static variable in interface org.ilrt.inkling.query.squish.SquishParserConstants
 
newToken(int) - Static method in class org.ilrt.inkling.query.squish.Token
Returns a new Token object, by default.
next - Variable in class org.ilrt.inkling.query.squish.Token
A reference to the next regular (non-special) token from the input stream.
next() - Method in class org.ilrt.inkling.query.ResultSet
java.sql.ResultSet method, either accessing the SQL ResultSet directly, or the in-memory version if that is not present.
Node - class org.ilrt.inkling.api.Node.
Inspired by http://www.w3.org/2001/12/rubyrdf/basicrdf.rb This is a simple Node class.
node() - Method in class org.ilrt.inkling.app.TElement
 
Node() - Constructor for class org.ilrt.inkling.api.Node
Construtor for a basic Node with nothing in it
Node(String) - Constructor for class org.ilrt.inkling.api.Node
Construtor for a basic Node with specific content
notVisited() - Method in class org.ilrt.inkling.app.TNode
 
ns - Static variable in class org.ilrt.inkling.query.squish.SquishParser
 
nsTransform(String) - Method in class org.ilrt.inkling.query.squish.SquishParser
 
NTReader - class org.ilrt.inkling.api.NTReader.
This is a very very basic Ntriples parser with no datatyping or language support.
NTReader() - Constructor for class org.ilrt.inkling.api.NTReader
 
NTRIPLES - Static variable in class org.ilrt.inkling.api.Util
 
NULL_LITERAL - Static variable in interface org.ilrt.inkling.query.squish.SquishParserConstants
 
NumericLiteral() - Method in class org.ilrt.inkling.query.squish.SquishParser
 
NumExpression(Query) - Method in class org.ilrt.inkling.query.squish.SquishParser
 

O

OCTAL_LITERAL - Static variable in interface org.ilrt.inkling.query.squish.SquishParserConstants
 
org.ilrt.inkling.api - package org.ilrt.inkling.api
 
org.ilrt.inkling.app - package org.ilrt.inkling.app
 
org.ilrt.inkling.external - package org.ilrt.inkling.external
 
org.ilrt.inkling.query - package org.ilrt.inkling.query
 
org.ilrt.inkling.query.squish - package org.ilrt.inkling.query.squish
 
org.ilrt.inkling.test - package org.ilrt.inkling.test
 
OTHER - Static variable in interface org.ilrt.inkling.query.squish.SquishParserConstants
 

P

parent() - Method in class org.ilrt.inkling.app.TElement
 
parse(InputStream, GraphInterface) - Method in class org.ilrt.inkling.external.ARPWrapper
 
parse(InputStream, GraphInterface) - Method in class org.ilrt.inkling.external.RioWrapper
 
parse(String) - Static method in class org.ilrt.inkling.query.squish.SquishParser
libby added this - need to update .jj.
ParseException - exception org.ilrt.inkling.query.squish.ParseException.
This exception is thrown when parse errors are encountered.
ParseException() - Constructor for class org.ilrt.inkling.query.squish.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String) - Constructor for class org.ilrt.inkling.query.squish.ParseException
 
ParseException(Token, int[][], String[]) - Constructor for class org.ilrt.inkling.query.squish.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
parseNT(String) - Static method in class org.ilrt.inkling.app.TestFramework
 
parseNT(String) - Static method in class org.ilrt.inkling.app.DifferentSyntaxes
 
ParsersTest - class org.ilrt.inkling.test.ParsersTest.
checking that two parsers (ARP and Rio) give the same size graphs
ParsersTest(String) - Constructor for class org.ilrt.inkling.test.ParsersTest
 
ParsersTest2 - class org.ilrt.inkling.test.ParsersTest2.
Using squish to query (in-memory) Graphs from different parsers.
ParsersTest2(String) - Constructor for class org.ilrt.inkling.test.ParsersTest2
 
parseStringToQuery(String) - Method in class org.ilrt.inkling.api.NTReader
Converts a String to an Ntriples query, where the string contains multiple ntriples lines.
parseStringToStatement(String) - Method in class org.ilrt.inkling.api.NTReader
read in an Ntriples Stringand return a Graph
parseStringToStatement(String, GraphInterface) - Method in class org.ilrt.inkling.api.NTReader
read in an Ntriples text file by filename and return the Graph passed to it
parseToQuery(String) - Method in class org.ilrt.inkling.api.NTReader
Read in an Ntriples text file and return a ComplexQuery for more details see the RDF Query test work: http://www.w3.org/2003/03/