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

C

CSV - class de.fuberlin.wiwiss.d2rq.helpers.CSV.
Parse comma-separated values (CSV), a common Windows file format.
CSV() - Constructor for class de.fuberlin.wiwiss.d2rq.helpers.CSV
Construct a CSV parser, with the default separator (`,').
CSV(char) - Constructor for class de.fuberlin.wiwiss.d2rq.helpers.CSV
Construct a CSV parser with a given separator.
CSVParser - class de.fuberlin.wiwiss.d2rq.helpers.CSVParser.
Parses the contents of a CSV file into a Map.
CSVParser(Reader) - Constructor for class de.fuberlin.wiwiss.d2rq.helpers.CSVParser
 
CSVParser(String) - Constructor for class de.fuberlin.wiwiss.d2rq.helpers.CSVParser
 
CSVParserTest - class de.fuberlin.wiwiss.d2rq.CSVParserTest.
Unit tests for CSVParser
CSVParserTest(String) - Constructor for class de.fuberlin.wiwiss.d2rq.CSVParserTest
Constructor for CSVParserTest.
ClassMap - Static variable in class de.fuberlin.wiwiss.d2rq.map.D2RQ
 
Column - class de.fuberlin.wiwiss.d2rq.map.Column.
A database column.
Column(String) - Constructor for class de.fuberlin.wiwiss.d2rq.map.Column
Constructs a new Column from a fully qualified column name
Column(String, String) - Constructor for class de.fuberlin.wiwiss.d2rq.map.Column
 
ColumnTest - class de.fuberlin.wiwiss.d2rq.ColumnTest.
Unit test cases for Column
ColumnTest(String) - Constructor for class de.fuberlin.wiwiss.d2rq.ColumnTest
Constructor for ColumnTest.
CombinedPatternStage - class de.fuberlin.wiwiss.d2rq.rdql.CombinedPatternStage.
A CombinedPatternStage is a Stage that handles a conjunction of triples (a pattern).
CombinedPatternStage(Graph, Mapping, ExpressionSet, Triple[]) - Constructor for class de.fuberlin.wiwiss.d2rq.rdql.CombinedPatternStage
 
CombinedTripleResultSet - class de.fuberlin.wiwiss.d2rq.find.CombinedTripleResultSet.
Contains the result set from one SQL query and transforms it into triples.
CombinedTripleResultSet(String, Map, Database) - Constructor for class de.fuberlin.wiwiss.d2rq.find.CombinedTripleResultSet
 
ConjunctionIterator - class de.fuberlin.wiwiss.d2rq.helpers.ConjunctionIterator.
Iterates over the elements of a cross product of a set of sets.
ConjunctionIterator(Object[][], Object[]) - Constructor for class de.fuberlin.wiwiss.d2rq.helpers.ConjunctionIterator
 
ConstraintHandler - class de.fuberlin.wiwiss.d2rq.rdql.ConstraintHandler.
Handles variable node constraints for a TripleQuery conjunction.
ConstraintHandler() - Constructor for class de.fuberlin.wiwiss.d2rq.rdql.ConstraintHandler
 
ConstraintHandler.NodeMakerIterator - class de.fuberlin.wiwiss.d2rq.rdql.ConstraintHandler.NodeMakerIterator.
Iterates over all the nodes of a triple conjunction.
ConstraintHandler.NodeMakerIterator(TripleQuery[], Set) - Constructor for class de.fuberlin.wiwiss.d2rq.rdql.ConstraintHandler.NodeMakerIterator
 
ContainsRestriction - class de.fuberlin.wiwiss.d2rq.map.ContainsRestriction.
Restriction which can be chained with another ValueSource to state that all its values contain a certain string.
ContainsRestriction(ValueSource, String) - Constructor for class de.fuberlin.wiwiss.d2rq.map.ContainsRestriction
 
canBeEmpty() - Method in class de.fuberlin.wiwiss.d2rq.D2RQCapabilities
 
canEval(Mapping, Expression) - Method in class de.fuberlin.wiwiss.d2rq.rdql.CombinedPatternStage
Checks if an Expression can be evaluated when given a Mapping.
cantRemove() - Method in class de.fuberlin.wiwiss.d2rq.find.D2RQResultIterator
 
capabilities - Variable in class de.fuberlin.wiwiss.d2rq.GraphD2RQ
 
castToString(ExpressionTranslator.Result) - Method in class de.fuberlin.wiwiss.d2rq.rdql.ExpressionTranslator
 
castToString(ExpressionTranslator.Result) - Method in class de.fuberlin.wiwiss.d2rq.rdql.MySQLExpressionTranslator
 
chachedTriple - Variable in class de.fuberlin.wiwiss.d2rq.find.TripleResultSet
The chached triple.
chachedTriples - Variable in class de.fuberlin.wiwiss.d2rq.find.CombinedTripleResultSet
The chached triples.
classMap - Static variable in class de.fuberlin.wiwiss.d2rq.map.D2RQ
 
classMapID - Variable in class de.fuberlin.wiwiss.d2rq.map.BlankNodeIdentifier
 
classMaps - Variable in class de.fuberlin.wiwiss.d2rq.map.MapParser
 
class_ - Static variable in class de.fuberlin.wiwiss.d2rq.map.D2RQ
 
clone() - Method in class de.fuberlin.wiwiss.d2rq.helpers.InfoD2RQ
 
clone() - Method in class de.fuberlin.wiwiss.d2rq.map.BlankNodeIdentifier
 
clone() - Method in class de.fuberlin.wiwiss.d2rq.map.BlankNodeMaker
 
clone() - Method in class de.fuberlin.wiwiss.d2rq.map.Column
 
clone() - Method in class de.fuberlin.wiwiss.d2rq.map.ContainsRestriction
 
clone() - Method in class de.fuberlin.wiwiss.d2rq.map.Join
 
clone() - Method in class de.fuberlin.wiwiss.d2rq.map.LiteralMaker
 
clone() - Method in class de.fuberlin.wiwiss.d2rq.map.MaxLengthRestriction
 
clone() - Method in class de.fuberlin.wiwiss.d2rq.map.Pattern
 
clone() - Method in interface de.fuberlin.wiwiss.d2rq.map.Prefixable
Make a shallow copy of this.
clone() - Method in class de.fuberlin.wiwiss.d2rq.map.PropertyBridge
 
clone() - Method in class de.fuberlin.wiwiss.d2rq.map.RegexRestriction
 
clone() - Method in class de.fuberlin.wiwiss.d2rq.map.UriMaker
 
close() - Method in class de.fuberlin.wiwiss.d2rq.GraphD2RQ
 
close() - Method in class de.fuberlin.wiwiss.d2rq.find.D2RQResultIterator
Clean up the allocated resources - result set and statement.
close() - Method in class de.fuberlin.wiwiss.d2rq.find.SQLResultSet
 
close() - Method in class de.fuberlin.wiwiss.d2rq.rdql.PatternQueryCombiner.PQCResultIterator
 
cnf - Variable in class de.fuberlin.wiwiss.d2rq.helpers.TestHelpers
 
colIt - Variable in class de.fuberlin.wiwiss.d2rq.map.Pattern.PartsIterator
 
column - Static variable in class de.fuberlin.wiwiss.d2rq.map.D2RQ
 
column - Variable in class de.fuberlin.wiwiss.d2rq.rdql.TablePrefixerTest
 
columnName - Variable in class de.fuberlin.wiwiss.d2rq.map.Column
 
columnNameNumber - Variable in class de.fuberlin.wiwiss.d2rq.find.SQLStatementMaker
Maps column names from the database to columns numbers in the result set.
columnNameNumberMap - Variable in class de.fuberlin.wiwiss.d2rq.find.SQLResultSet
The name used for the default graph.
columnResourceMakers - Variable in class de.fuberlin.wiwiss.d2rq.map.MapParser
 
columnType(Column) - Method in class de.fuberlin.wiwiss.d2rq.find.SQLStatementMaker
 
columnTypes - Variable in class de.fuberlin.wiwiss.d2rq.map.Database
Types of all columns used from this database.
columnValues - Variable in class de.fuberlin.wiwiss.d2rq.DummyValueSource
 
columnValues - Variable in class de.fuberlin.wiwiss.d2rq.find.TripleQuery
 
columns - Variable in class de.fuberlin.wiwiss.d2rq.DummyValueSource
 
columns - Variable in class de.fuberlin.wiwiss.d2rq.map.Pattern
 
columns - Variable in class de.fuberlin.wiwiss.d2rq.rdql.NodeConstraint
set of columns that are equal with this node
columnsAsSet - Variable in class de.fuberlin.wiwiss.d2rq.map.Pattern
 
com.hp.hpl.jena.graph - package com.hp.hpl.jena.graph
 
compareQueryHandlers - Static variable in class de.fuberlin.wiwiss.d2rq.RDQLTestFramework
 
compareTo(Object) - Method in class de.fuberlin.wiwiss.d2rq.helpers.VariableIndex
 
compatibleQueries - Variable in class de.fuberlin.wiwiss.d2rq.find.QueryCombiner
 
compile(Mapping, Triple[]) - Method in class de.fuberlin.wiwiss.d2rq.rdql.CombinedPatternStage
Compiles triples into compiled.
compileNode(Node, Mapping) - Method in class de.fuberlin.wiwiss.d2rq.rdql.CombinedPatternStage
Gets the binding information for a fixed or variable Node.
compiled - Variable in class de.fuberlin.wiwiss.d2rq.rdql.CombinedPatternStage
For each query triple the compiled node binding information (Bind, Bound, Fixed).
complexQuery - Variable in class de.fuberlin.wiwiss.d2rq.DBConnectionTest
 
con - Variable in class de.fuberlin.wiwiss.d2rq.map.Database
 
concatenateOp - Static variable in class de.fuberlin.wiwiss.d2rq.rdql.ExpressionTranslator
 
condition - Static variable in class de.fuberlin.wiwiss.d2rq.map.D2RQ
 
condition - Variable in class de.fuberlin.wiwiss.d2rq.rdql.ExpressionTest
 
condition - Variable in class de.fuberlin.wiwiss.d2rq.rdql.TablePrefixerTest
 
conditions - Variable in class de.fuberlin.wiwiss.d2rq.map.PropertyBridge
 
conditions - Variable in class de.fuberlin.wiwiss.d2rq.rdql.NodeConstraint
valueSource condition Strings (SQL)
conditionsAddEqual(String, String) - Method in class de.fuberlin.wiwiss.d2rq.rdql.NodeConstraint
Adds a textual equivalence condition to conditions.
conjunction - Variable in class de.fuberlin.wiwiss.d2rq.rdql.ConstraintHandler.NodeMakerIterator
 
conjunction - Variable in class de.fuberlin.wiwiss.d2rq.rdql.ConstraintHandler
 
conjunction - Variable in class de.fuberlin.wiwiss.d2rq.rdql.PatternQueryCombiner.PQCResultIterator
next TripleQuery conjunction to be processed
conjunctionsIterator - Variable in class de.fuberlin.wiwiss.d2rq.rdql.PatternQueryCombiner.PQCResultIterator
Iterator for TripleQuery conjunctions
connectToDatabase() - Method in class de.fuberlin.wiwiss.d2rq.map.Database
 
connectedToDatabase - Variable in class de.fuberlin.wiwiss.d2rq.map.Database
Flag that the database connection has been established
constraints - Variable in class de.fuberlin.wiwiss.d2rq.rdql.PatternQueryCombiner
 
constructURI(String) - Method in class de.fuberlin.wiwiss.d2rq.rdql.ExpressionTranslator
 
containedValue - Variable in class de.fuberlin.wiwiss.d2rq.map.ContainsRestriction
 
containsAll(ResultBinding, Map) - Method in class de.fuberlin.wiwiss.d2rq.RDQLTestFramework
 
containsColumn(Column) - Method in class de.fuberlin.wiwiss.d2rq.map.Join
 
containsDuplicates - Static variable in class de.fuberlin.wiwiss.d2rq.map.D2RQ
 
containsDuplicates(Node) - Method in class de.fuberlin.wiwiss.d2rq.map.MapParser
 
containsTable(String) - Method in class de.fuberlin.wiwiss.d2rq.map.Join
 
correctlyHandlesDistinct() - Method in class de.fuberlin.wiwiss.d2rq.map.Database
Some Databases do not handle large entries correctly.
correctlyQuotedColumnValue(Column, String) - Method in class de.fuberlin.wiwiss.d2rq.find.SQLStatementMaker
 
couldFit - Variable in class de.fuberlin.wiwiss.d2rq.DummyValueSource
 
couldFit(String) - Method in class de.fuberlin.wiwiss.d2rq.DummyValueSource
 
couldFit(String) - Method in class de.fuberlin.wiwiss.d2rq.map.BlankNodeIdentifier
 
couldFit(Node) - Method in class de.fuberlin.wiwiss.d2rq.map.BlankNodeMaker
 
couldFit(String) - Method in class de.fuberlin.wiwiss.d2rq.map.Column
 
couldFit(String) - Method in class de.fuberlin.wiwiss.d2rq.map.ContainsRestriction
 
couldFit(Node) - Method in class de.fuberlin.wiwiss.d2rq.map.FixedNodeMaker
 
couldFit(Node) - Method in class de.fuberlin.wiwiss.d2rq.map.LiteralMaker
 
couldFit(String) - Method in class de.fuberlin.wiwiss.d2rq.map.MaxLengthRestriction
 
couldFit(Node) - Method in interface de.fuberlin.wiwiss.d2rq.map.NodeMaker
Checks if a node could fit this NodeMaker without querying the database.
couldFit(String) - Method in class de.fuberlin.wiwiss.d2rq.map.Pattern
 
couldFit(Triple, QueryContext) - Method in class de.fuberlin.wiwiss.d2rq.map.PropertyBridge
Checks if a given triple could match this bridge without querying the database.
couldFit(String) - Method in class de.fuberlin.wiwiss.d2rq.map.RegexRestriction
 
couldFit(String) - Method in class de.fuberlin.wiwiss.d2rq.map.TranslationTable.TranslatingValueSource
 
couldFit(Node) - Method in class de.fuberlin.wiwiss.d2rq.map.UriMaker
 
couldFit(String) - Method in interface de.fuberlin.wiwiss.d2rq.map.ValueSource
Checks if a given value fits this source without querying the database.
couldFitObjectInContext(QueryContext) - Method in class de.fuberlin.wiwiss.d2rq.map.URIMatchPolicy
 
couldFitSubjectInContext(QueryContext) - Method in class de.fuberlin.wiwiss.d2rq.map.URIMatchPolicy
 
counters - Variable in class de.fuberlin.wiwiss.d2rq.helpers.IndexArray
 
createCollectionFromCollectionWithMap(Collection, Map) - Static method in class de.fuberlin.wiwiss.d2rq.rdql.TablePrefixer
Creates a filtered collection that contains the mapped values of collection.
createPropertyBridge(Node, NodeMaker, NodeMaker, NodeMaker, Set, Map) - Method in class de.fuberlin.wiwiss.d2rq.map.MapParser
 
createTranslationTableResource() - Method in class de.fuberlin.wiwiss.d2rq.ParserTest
 
createTypedArrays - Static variable in class de.fuberlin.wiwiss.d2rq.helpers.ConjunctionIterator
Flag to allow/disallow use of reflexion API.
csvLineParser - Variable in class de.fuberlin.wiwiss.d2rq.helpers.CSVParser
 
currentRow - Variable in class de.fuberlin.wiwiss.d2rq.find.SQLResultSet
Array with the data from the current row of the resordset.

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