Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
U
V
W
X
T
TABLE_URI
- Static variable in class de.fuberlin.wiwiss.d2rq.
ParserTest
TablePrefixer
- class de.fuberlin.wiwiss.d2rq.rdql.
TablePrefixer
.
A class for collecting database table information and for creating table aliases.
TablePrefixer()
- Constructor for class de.fuberlin.wiwiss.d2rq.rdql.
TablePrefixer
use without tablePrefixing
TablePrefixer(String)
- Constructor for class de.fuberlin.wiwiss.d2rq.rdql.
TablePrefixer
set a arbitrary tablePrefix
TablePrefixer(int)
- Constructor for class de.fuberlin.wiwiss.d2rq.rdql.
TablePrefixer
produce a uniform tablePrefix based on a number.
TablePrefixerTest
- class de.fuberlin.wiwiss.d2rq.rdql.
TablePrefixerTest
.
TablePrefixerTest(String)
- Constructor for class de.fuberlin.wiwiss.d2rq.rdql.
TablePrefixerTest
TestFramework
- class de.fuberlin.wiwiss.d2rq.
TestFramework
.
Functional tests that exercise a ModelD2RQ by running RDQL queries against it.
TestFramework(String)
- Constructor for class de.fuberlin.wiwiss.d2rq.
TestFramework
TestHelpers
- class de.fuberlin.wiwiss.d2rq.helpers.
TestHelpers
.
TestHelpers()
- Constructor for class de.fuberlin.wiwiss.d2rq.helpers.
TestHelpers
Translation
- Static variable in class de.fuberlin.wiwiss.d2rq.map.
D2RQ
TranslationTable
- Static variable in class de.fuberlin.wiwiss.d2rq.map.
D2RQ
TranslationTable
- class de.fuberlin.wiwiss.d2rq.map.
TranslationTable
.
Translation table that maps a set of database values to a set of RDF literals or URIs.
TranslationTable()
- Constructor for class de.fuberlin.wiwiss.d2rq.map.
TranslationTable
TranslationTable.TranslatingValueSource
- class de.fuberlin.wiwiss.d2rq.map.
TranslationTable.TranslatingValueSource
.
TranslationTable.TranslatingValueSource(ValueSource, Translator)
- Constructor for class de.fuberlin.wiwiss.d2rq.map.
TranslationTable.TranslatingValueSource
TranslationTableTest
- class de.fuberlin.wiwiss.d2rq.
TranslationTableTest
.
Tests the TranslationTable functionality
TranslationTableTest(String)
- Constructor for class de.fuberlin.wiwiss.d2rq.
TranslationTableTest
Translator
- interface de.fuberlin.wiwiss.d2rq.map.
Translator
.
Custom translator between database values and RDF values.
TripleQuery
- class de.fuberlin.wiwiss.d2rq.find.
TripleQuery
.
Encapsulates a query for a triple.
TripleQuery(PropertyBridge, Node, Node, Node)
- Constructor for class de.fuberlin.wiwiss.d2rq.find.
TripleQuery
Constructs a new TripleQuery.
TripleResultSet
- class de.fuberlin.wiwiss.d2rq.find.
TripleResultSet
.
Contains the result set from one SQL query and transforms it into triples.
TripleResultSet(String, Map, Database)
- Constructor for class de.fuberlin.wiwiss.d2rq.find.
TripleResultSet
tableName
- Variable in class de.fuberlin.wiwiss.d2rq.map.
Column
tableName
- Variable in class de.fuberlin.wiwiss.d2rq.rdql.
TablePrefixerTest
tablePrefix
- Variable in class de.fuberlin.wiwiss.d2rq.rdql.
TablePrefixer
The common prefix to use in aliasing.
tablePrefixLength
- Variable in class de.fuberlin.wiwiss.d2rq.rdql.
TablePrefixer
tablePrefixer
- Variable in class de.fuberlin.wiwiss.d2rq.map.
PropertyBridge
tally()
- Method in class de.fuberlin.wiwiss.d2rq.
MockLogger
tearDown()
- Method in class de.fuberlin.wiwiss.d2rq.
DBConnectionTest
tearDown()
- Method in class de.fuberlin.wiwiss.d2rq.
FindTestFramework
tearDown()
- Method in class de.fuberlin.wiwiss.d2rq.
ParserTest
tearDown()
- Method in class de.fuberlin.wiwiss.d2rq.
RDQLTestFramework
tearDown()
- Method in class de.fuberlin.wiwiss.d2rq.
TestFramework
tearDown()
- Method in class de.fuberlin.wiwiss.d2rq.functional_tests.
ModelAPITest
tearDown()
- Method in class de.fuberlin.wiwiss.d2rq.rdql.
TablePrefixerTest
termType
- Variable in class de.fuberlin.wiwiss.d2rq.helpers.
ConjunctionIterator
Java type of a single Term a_i_j.
test()
- Static method in class de.fuberlin.wiwiss.d2rq.helpers.
IndexArray
testAllConjunctions()
- Method in class de.fuberlin.wiwiss.d2rq.helpers.
TestHelpers
testAnd()
- Method in class de.fuberlin.wiwiss.d2rq.rdql.
ExpressionTest
testBrokenPattern()
- Method in class de.fuberlin.wiwiss.d2rq.
PatternTest
testCloseWithoutUse()
- Method in class de.fuberlin.wiwiss.d2rq.
ResultIteratorTest
testConjunctionIterator()
- Method in class de.fuberlin.wiwiss.d2rq.helpers.
TestHelpers
testConnections()
- Method in class de.fuberlin.wiwiss.d2rq.
DBConnectionTest
testContainsRestriction()
- Method in class de.fuberlin.wiwiss.d2rq.
ValueRestrictionTest
testCreation()
- Method in class de.fuberlin.wiwiss.d2rq.
ColumnTest
testCreation()
- Method in class de.fuberlin.wiwiss.d2rq.
TranslationTableTest
testDistinct()
- Method in class de.fuberlin.wiwiss.d2rq.
DBConnectionTest
testDump()
- Method in class de.fuberlin.wiwiss.d2rq.functional_tests.
FindTest
testEasy()
- Method in class de.fuberlin.wiwiss.d2rq.rdql.
ExpressionTest
testEmptyTranslationTable()
- Method in class de.fuberlin.wiwiss.d2rq.
ParserTest
testEquals()
- Method in class de.fuberlin.wiwiss.d2rq.
ColumnTest
testEscape()
- Method in class de.fuberlin.wiwiss.d2rq.
SQLStatementMakerTest
testFetchAnonAndReverse()
- Method in class de.fuberlin.wiwiss.d2rq.functional_tests.
FindTest
testFindPredicate()
- Method in class de.fuberlin.wiwiss.d2rq.functional_tests.
FindTest
testFindSubjectWhereObjectURIColumn()
- Method in class de.fuberlin.wiwiss.d2rq.functional_tests.
FindTest
testFindSubjectWhereObjectURIPattern()
- Method in class de.fuberlin.wiwiss.d2rq.functional_tests.
FindTest
testFindSubjectWithConditionalObject()
- Method in class de.fuberlin.wiwiss.d2rq.functional_tests.
FindTest
testGetNames()
- Method in class de.fuberlin.wiwiss.d2rq.
ColumnTest
testGetSameTranslationTable()
- Method in class de.fuberlin.wiwiss.d2rq.
ParserTest
testGetValue()
- Method in class de.fuberlin.wiwiss.d2rq.
ColumnTest
testHasProperty()
- Method in class de.fuberlin.wiwiss.d2rq.functional_tests.
ModelAPITest
testHashCode()
- Method in class de.fuberlin.wiwiss.d2rq.
ColumnTest
testImpossible()
- Method in class de.fuberlin.wiwiss.d2rq.rdql.
ExpressionTest
testIsSeaborne()
- Method in class de.fuberlin.wiwiss.d2rq.rdql.
ExpressionTest
testListAuthors()
- Method in class de.fuberlin.wiwiss.d2rq.functional_tests.
FindTest
testListStatements()
- Method in class de.fuberlin.wiwiss.d2rq.functional_tests.
ModelAPITest
testListTopicInstances()
- Method in class de.fuberlin.wiwiss.d2rq.functional_tests.
FindTest
testListTopicNames()
- Method in class de.fuberlin.wiwiss.d2rq.functional_tests.
FindTest
testListTypeStatements()
- Method in class de.fuberlin.wiwiss.d2rq.functional_tests.
FindTest
testLiteralDatatype()
- Method in class de.fuberlin.wiwiss.d2rq.functional_tests.
FindTest
testLiteralLanguage()
- Method in class de.fuberlin.wiwiss.d2rq.functional_tests.
FindTest
testLong()
- Method in class de.fuberlin.wiwiss.d2rq.
DBConnectionTest
testManuallyConfiguredConnection()
- Method in class de.fuberlin.wiwiss.d2rq.
DBConnectionTest
testMatchAnonymousNode()
- Method in class de.fuberlin.wiwiss.d2rq.functional_tests.
FindTest
testMatches()
- Method in class de.fuberlin.wiwiss.d2rq.
PatternTest
testMatchesMiniPattern()
- Method in class de.fuberlin.wiwiss.d2rq.
PatternTest
testMatchesOneColumnPattern()
- Method in class de.fuberlin.wiwiss.d2rq.
PatternTest
testMatchesPatternEndingWithColumn()
- Method in class de.fuberlin.wiwiss.d2rq.
PatternTest
testMatchesPatternStartingWithColumn()
- Method in class de.fuberlin.wiwiss.d2rq.
PatternTest
testMatchesTrivialPattern()
- Method in class de.fuberlin.wiwiss.d2rq.
PatternTest
testMatchesTwoColumnPattern()
- Method in class de.fuberlin.wiwiss.d2rq.
PatternTest
testMaxLengthRestriction()
- Method in class de.fuberlin.wiwiss.d2rq.
ValueRestrictionTest
testNobody()
- Method in class de.fuberlin.wiwiss.d2rq.rdql.
ExpressionTest
testNull()
- Method in class de.fuberlin.wiwiss.d2rq.
PatternTest
testNullTranslation()
- Method in class de.fuberlin.wiwiss.d2rq.
TranslationTableTest
testOverload()
- Method in class de.fuberlin.wiwiss.d2rq.rdql.
OverloadTest
testParseTranslationTable()
- Method in class de.fuberlin.wiwiss.d2rq.
ParserTest
testPatternSyntax()
- Method in class de.fuberlin.wiwiss.d2rq.
PatternTest
testPrefixCollection()
- Method in class de.fuberlin.wiwiss.d2rq.rdql.
TablePrefixerTest
testPrefixColumn()
- Method in class de.fuberlin.wiwiss.d2rq.rdql.
TablePrefixerTest
testPrefixJoin()
- Method in class de.fuberlin.wiwiss.d2rq.rdql.
TablePrefixerTest
testPrefixString()
- Method in class de.fuberlin.wiwiss.d2rq.rdql.
TablePrefixerTest
testPrefixTable()
- Method in class de.fuberlin.wiwiss.d2rq.rdql.
TablePrefixerTest
testPropertyBridge()
- Method in class de.fuberlin.wiwiss.d2rq.rdql.
TablePrefixerTest
testRDQLFetch()
- Method in class de.fuberlin.wiwiss.d2rq.functional_tests.
RDQLTest
testRDQLGetAuthorsAndEmails()
- Method in class de.fuberlin.wiwiss.d2rq.functional_tests.
RDQLTest
testRDQLGetAuthorsAndEmailsWithCondition()
- Method in class de.fuberlin.wiwiss.d2rq.functional_tests.
RDQLTest
testRDQLGetAuthorsAndEmailsWithCondition()
- Method in class de.fuberlin.wiwiss.d2rq.rdql.
ExpressionTest
testRDQLGetAuthorsNameAndEmail()
- Method in class de.fuberlin.wiwiss.d2rq.functional_tests.
RDQLTest
testRDQLGetAuthorsOfPaperByTitle()
- Method in class de.fuberlin.wiwiss.d2rq.functional_tests.
RDQLTest
testRDQLGetTopics()
- Method in class de.fuberlin.wiwiss.d2rq.functional_tests.
RDQLTest
testRegexRestriction()
- Method in class de.fuberlin.wiwiss.d2rq.
ValueRestrictionTest
testReverseFetchWithDatatype()
- Method in class de.fuberlin.wiwiss.d2rq.functional_tests.
FindTest
testReverseFetchWithURI()
- Method in class de.fuberlin.wiwiss.d2rq.functional_tests.
FindTest
testSimple()
- Method in class de.fuberlin.wiwiss.d2rq.
CSVParserTest
testSimple()
- Method in class de.fuberlin.wiwiss.d2rq.
PatternTest
testTranslation()
- Method in class de.fuberlin.wiwiss.d2rq.
TranslationTableTest
testUndefinedTranslation()
- Method in class de.fuberlin.wiwiss.d2rq.
TranslationTableTest
textColumn
- Static variable in class de.fuberlin.wiwiss.d2rq.map.
D2RQ
textColumn
- Static variable in class de.fuberlin.wiwiss.d2rq.map.
Database
textColumnType
- Static variable in class de.fuberlin.wiwiss.d2rq.map.
Database
timeMillis
- Variable in class de.fuberlin.wiwiss.d2rq.helpers.
InfoD2RQ
toColumns
- Variable in class de.fuberlin.wiwiss.d2rq.map.
Join
toDBValue(String)
- Method in class de.fuberlin.wiwiss.d2rq.map.
TranslationTable
Translates an RDF value to a database value.
toDBValue(String)
- Method in interface de.fuberlin.wiwiss.d2rq.map.
Translator
Translates a value that comes from an RDF source (for example a query) to a database value.
toQName(Node)
- Method in class de.fuberlin.wiwiss.d2rq.map.
MapParser
toRDFValue(String)
- Method in class de.fuberlin.wiwiss.d2rq.map.
TranslationTable
Translates a database value to a RDF value.
toRDFValue(String)
- Method in interface de.fuberlin.wiwiss.d2rq.map.
Translator
Translates a value that comes from the database to an RDF value (URI, literal label, or blank node ID).
toString()
- Method in class com.hp.hpl.jena.graph.
PlaceholderNode
Answer a human-readable representation of this Node.
toString(boolean)
- Method in class com.hp.hpl.jena.graph.
PlaceholderNode
Answer a human-readable representation of this Node where literals are quoted according to
quoting
but URIs are not compressed.
toString(PrefixMapping)
- Method in class com.hp.hpl.jena.graph.
PlaceholderNode
Answer a human-readable representation of the Node, quoting literals and compressing URIs.
toString(PrefixMapping, boolean)
- Method in class com.hp.hpl.jena.graph.
PlaceholderNode
Answer a human readable representation of this Node, quoting literals if specified, and compressing URIs using the prefix mapping supplied.
toString()
- Method in class de.fuberlin.wiwiss.d2rq.helpers.
VariableIndex
toString()
- Method in class de.fuberlin.wiwiss.d2rq.map.
Alias
toString()
- Method in class de.fuberlin.wiwiss.d2rq.map.
BlankNodeIdentifier
toString()
- Method in class de.fuberlin.wiwiss.d2rq.map.
BlankNodeMaker
toString()
- Method in class de.fuberlin.wiwiss.d2rq.map.
Column
toString()
- Method in class de.fuberlin.wiwiss.d2rq.map.
Database
toString()
- Method in class de.fuberlin.wiwiss.d2rq.map.
Join
toString()
- Method in class de.fuberlin.wiwiss.d2rq.map.
LiteralMaker
toString()
- Method in class de.fuberlin.wiwiss.d2rq.map.
Pattern
toString()
- Method in class de.fuberlin.wiwiss.d2rq.map.
PropertyBridge
toString()
- Method in class de.fuberlin.wiwiss.d2rq.map.
UriMaker
toTable
- Variable in class de.fuberlin.wiwiss.d2rq.map.
Join
totalNumberOfExecutedSQLQueries
- Static variable in class de.fuberlin.wiwiss.d2rq.helpers.
InfoD2RQ
totalNumberOfReturnedFields
- Static variable in class de.fuberlin.wiwiss.d2rq.helpers.
InfoD2RQ
totalNumberOfReturnedRows
- Static variable in class de.fuberlin.wiwiss.d2rq.helpers.
InfoD2RQ
translate(Expression)
- Method in class de.fuberlin.wiwiss.d2rq.rdql.
ExpressionTranslator
Translates a Jena RDQL Expression into an SQL expression.
translate(ParsedLiteral)
- Method in class de.fuberlin.wiwiss.d2rq.rdql.
ExpressionTranslator
translate(Q_Var)
- Method in class de.fuberlin.wiwiss.d2rq.rdql.
ExpressionTranslator
translate a variable.
translate(Expression.Variable)
- Method in class de.fuberlin.wiwiss.d2rq.rdql.
ExpressionTranslator
translate(WorkingVar)
- Method in class de.fuberlin.wiwiss.d2rq.rdql.
ExpressionTranslator
translate(Q_LogicalAnd)
- Method in class de.fuberlin.wiwiss.d2rq.rdql.
ExpressionTranslator
translate(Q_LogicalOr)
- Method in class de.fuberlin.wiwiss.d2rq.rdql.
ExpressionTranslator
translate(Q_UnaryNot)
- Method in class de.fuberlin.wiwiss.d2rq.rdql.
ExpressionTranslator
is this really the logical Not or bit not or both?
translateAnd(Q_LogicalAnd)
- Method in class de.fuberlin.wiwiss.d2rq.rdql.
ExpressionTranslator
translateArgs(Expression, boolean, ExpressionTranslator.Result)
- Method in class de.fuberlin.wiwiss.d2rq.rdql.
ExpressionTranslator
translates an RDQL expression
translateBinary(OperatorMap, Expression)
- Method in class de.fuberlin.wiwiss.d2rq.rdql.
ExpressionTranslator
translateColumn(Column)
- Method in class de.fuberlin.wiwiss.d2rq.rdql.
ExpressionTranslator
translateExprVariable(Expression.Variable)
- Method in class de.fuberlin.wiwiss.d2rq.rdql.
ExpressionTranslator
translateNode(Node)
- Method in class de.fuberlin.wiwiss.d2rq.rdql.
ExpressionTranslator
translateNodeConstraint(NodeConstraint)
- Method in class de.fuberlin.wiwiss.d2rq.rdql.
ExpressionTranslator
translateNot(Q_UnaryNot)
- Method in class de.fuberlin.wiwiss.d2rq.rdql.
ExpressionTranslator
translateOr(Q_LogicalOr)
- Method in class de.fuberlin.wiwiss.d2rq.rdql.
ExpressionTranslator
translateParsedLiteral(ParsedLiteral)
- Method in class de.fuberlin.wiwiss.d2rq.rdql.
ExpressionTranslator
translatePattern(Pattern)
- Method in class de.fuberlin.wiwiss.d2rq.rdql.
ExpressionTranslator
translateQ_Var(Q_Var)
- Method in class de.fuberlin.wiwiss.d2rq.rdql.
ExpressionTranslator
translateString(String)
- Method in class de.fuberlin.wiwiss.d2rq.rdql.
ExpressionTranslator
translateString(String, int)
- Method in class de.fuberlin.wiwiss.d2rq.rdql.
ExpressionTranslator
translateToString(Expression)
- Method in class de.fuberlin.wiwiss.d2rq.rdql.
ExpressionTranslator
translateUnary(OperatorMap, Expression)
- Method in class de.fuberlin.wiwiss.d2rq.rdql.
ExpressionTranslator
no operator checking is performed
translateValue(NodeValue)
- Method in class de.fuberlin.wiwiss.d2rq.rdql.
ExpressionTranslator
translateVarName(String)
- Method in class de.fuberlin.wiwiss.d2rq.rdql.
ExpressionTranslator
translateWith
- Static variable in class de.fuberlin.wiwiss.d2rq.map.
D2RQ
translateWorkingVar(WorkingVar)
- Method in class de.fuberlin.wiwiss.d2rq.rdql.
ExpressionTranslator
translatedLogger
- Variable in class de.fuberlin.wiwiss.d2rq.rdql.
ExpressionTest
translation
- Static variable in class de.fuberlin.wiwiss.d2rq.map.
D2RQ
translationTables
- Variable in class de.fuberlin.wiwiss.d2rq.map.
MapParser
translator
- Variable in class de.fuberlin.wiwiss.d2rq.map.
TranslationTable.TranslatingValueSource
translatorInstance
- Variable in class de.fuberlin.wiwiss.d2rq.map.
TranslationTable
tripleCount
- Variable in class de.fuberlin.wiwiss.d2rq.rdql.
PatternQueryCombiner
tripleMakerIterator
- Variable in class de.fuberlin.wiwiss.d2rq.find.
TripleResultSet
tripleMakers
- Variable in class de.fuberlin.wiwiss.d2rq.find.
CombinedTripleResultSet
List of tripleMakers that are used on every row of the result set.
tripleMakers
- Variable in class de.fuberlin.wiwiss.d2rq.find.
TripleResultSet
List of tripleMakers that are used on every row of the result set.
tripleNodes
- Variable in class de.fuberlin.wiwiss.d2rq.rdql.
CombinedPatternStage
tripleNr
- Variable in class de.fuberlin.wiwiss.d2rq.helpers.
VariableIndex
tripleNr
- Variable in class de.fuberlin.wiwiss.d2rq.rdql.
CombinedPatternStage
triplePrefix
- Static variable in class de.fuberlin.wiwiss.d2rq.rdql.
TablePrefixer
tripleQueries
- Variable in class de.fuberlin.wiwiss.d2rq.rdql.
PatternQueryCombiner
holds for each triple its disjunctive SQL-TripleQuery Objects
tripleResultSetIterator
- Variable in class de.fuberlin.wiwiss.d2rq.find.
D2RQResultIterator
Iterator over all TripleResultSets
tripleResultSets
- Variable in class de.fuberlin.wiwiss.d2rq.find.
D2RQResultIterator
All TripleResultSets for this D2RQResultIterator.
triples
- Variable in class de.fuberlin.wiwiss.d2rq.rdql.
CombinedPatternStage
A list of find-triples with inserted bindings by previous stages, build each time a binding arrives on the
Pipe
.
triples
- Variable in class de.fuberlin.wiwiss.d2rq.rdql.
PatternQueryCombiner
triplesFindVariablesAndShared(Triple[], Collection, Collection)
- Static method in class de.fuberlin.wiwiss.d2rq.rdql.
VariableBindings
trueBuffer
- Static variable in class de.fuberlin.wiwiss.d2rq.rdql.
ExpressionTranslator
type
- Variable in class de.fuberlin.wiwiss.d2rq.rdql.
SQLExpr
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
U
V
W
X