Uses of Class
de.fuberlin.wiwiss.d2rq.find.TripleQuery

Packages that use TripleQuery
de.fuberlin.wiwiss.d2rq.find   
de.fuberlin.wiwiss.d2rq.rdql   
 

Uses of TripleQuery in de.fuberlin.wiwiss.d2rq.find
 

Fields in de.fuberlin.wiwiss.d2rq.find declared as TripleQuery
private  TripleQuery[] CombinedTripleResultSet.tripleMakers
          List of tripleMakers that are used on every row of the result set.
 

Methods in de.fuberlin.wiwiss.d2rq.find with parameters of type TripleQuery
 void TripleResultSet.addTripleMaker(TripleQuery tripMaker)
           
 boolean TripleQuery.isCombinable(TripleQuery other)
          Checks if an other query can be combined with this one into a single SQL statement.
 void QueryCombiner.add(TripleQuery newQuery)
           
 void CombinedTripleResultSet.setTripleMakers(TripleQuery[] tripMakers)
           
 

Uses of TripleQuery in de.fuberlin.wiwiss.d2rq.rdql
 

Fields in de.fuberlin.wiwiss.d2rq.rdql declared as TripleQuery
protected  TripleQuery[][] PatternQueryCombiner.tripleQueries
          holds for each triple its disjunctive SQL-TripleQuery Objects
protected  TripleQuery[] PatternQueryCombiner.PQCResultIterator.conjunction
          next TripleQuery conjunction to be processed
(package private)  TripleQuery[] ConstraintHandler.conjunction
           
(package private)  TripleQuery[] ConstraintHandler.NodeMakerIterator.conjunction
           
 

Methods in de.fuberlin.wiwiss.d2rq.rdql with parameters of type TripleQuery
private  SQLStatementMaker PatternQueryCombiner.getSQL(TripleQuery[] conjunction)
           
 void ConstraintHandler.setTripleQueryConjunction(TripleQuery[] conjunction)
           
 

Constructors in de.fuberlin.wiwiss.d2rq.rdql with parameters of type TripleQuery
ConstraintHandler.NodeMakerIterator(TripleQuery[] conjunction, java.util.Set indexSet)