Uses of Interface
de.fuberlin.wiwiss.d2rq.algebra.RelationalOperators

Packages that use RelationalOperators
de.fuberlin.wiwiss.d2rq.algebra Implementation of an RDF-based relational algebra. 
 

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

Subinterfaces of RelationalOperators in de.fuberlin.wiwiss.d2rq.algebra
 interface Relation
          TODO Describe this type TODO Add uniqueConstraints() TODO Explicitly list tables
 

Classes in de.fuberlin.wiwiss.d2rq.algebra that implement RelationalOperators
 class MutableRelation
          Wraps a relation and allows it to be modified by relational operators.
 class RelationImpl