Uses of Class
de.fuberlin.wiwiss.d2rq.algebra.TripleRelation

Packages that use TripleRelation
de.fuberlin.wiwiss.d2rq.algebra Implementation of an RDF-based relational algebra. 
de.fuberlin.wiwiss.d2rq.engine   
de.fuberlin.wiwiss.d2rq.find The find query implementation can answer simple queries for triple patterns (RDF triples that may contain wildcards in the subject, predicate, and/or object positions). 
de.fuberlin.wiwiss.d2rq.map Classes that represent the components of a mapping file. 
 

Uses of TripleRelation in de.fuberlin.wiwiss.d2rq.algebra
 

Methods in de.fuberlin.wiwiss.d2rq.algebra that return TripleRelation
 TripleRelation TripleRelation.limit(int limit)
           
 TripleRelation JoinOptimizer.optimize()
           
 TripleRelation TripleRelation.orderBy(Var variable, boolean ascending)
           
 TripleRelation TripleRelation.selectTriple(Triple t)
           
 TripleRelation TripleRelation.selectWithVariables(Triple t)
          Creates a NodeRelation by applying a triple pattern to the TripleRelation.
 

Constructors in de.fuberlin.wiwiss.d2rq.algebra with parameters of type TripleRelation
JoinOptimizer(TripleRelation relation)
          Constructs a new JoinOptimizer.
 

Uses of TripleRelation in de.fuberlin.wiwiss.d2rq.engine
 

Constructor parameters in de.fuberlin.wiwiss.d2rq.engine with type arguments of type TripleRelation
GraphPatternTranslator(List<Triple> triplePatterns, Collection<TripleRelation> tripleRelations, boolean useAllOptimizations)
           
 

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

Methods in de.fuberlin.wiwiss.d2rq.find that return types with arguments of type TripleRelation
 List<TripleRelation> URIMakerRule.sortRDFRelations(Collection<TripleRelation> tripleRelations)
           
 

Methods in de.fuberlin.wiwiss.d2rq.find with parameters of type TripleRelation
 int URIMakerRule.compare(TripleRelation o1, TripleRelation o2)
           
 

Method parameters in de.fuberlin.wiwiss.d2rq.find with type arguments of type TripleRelation
 List<TripleRelation> URIMakerRule.sortRDFRelations(Collection<TripleRelation> tripleRelations)
           
 

Constructor parameters in de.fuberlin.wiwiss.d2rq.find with type arguments of type TripleRelation
FindQuery(Triple triplePattern, Collection<TripleRelation> tripleRelations, ExecutionContext context)
           
FindQuery(Triple triplePattern, Collection<TripleRelation> tripleRelations, int limit, ExecutionContext context)
           
 

Uses of TripleRelation in de.fuberlin.wiwiss.d2rq.map
 

Methods in de.fuberlin.wiwiss.d2rq.map that return types with arguments of type TripleRelation
 Collection<TripleRelation> Mapping.compiledPropertyBridges()
           
 Collection<TripleRelation> ClassMap.compiledPropertyBridges()
           
 Collection<TripleRelation> PropertyBridge.toTripleRelations()