Uses of Interface
org.jrdf.query.relation.mem.RelationHelper

Packages that use RelationHelper
org.jrdf.query.relation.mem   
org.jrdf.query.relation.operation.mem.join.natural   
org.jrdf.query.relation.operation.mem.union   
 

Uses of RelationHelper in org.jrdf.query.relation.mem
 

Classes in org.jrdf.query.relation.mem that implement RelationHelper
 class RelationHelperImpl
           
 

Uses of RelationHelper in org.jrdf.query.relation.operation.mem.join.natural
 

Constructors in org.jrdf.query.relation.operation.mem.join.natural with parameters of type RelationHelper
NaturalJoinEngine(TupleFactory tupleFactory, AttributeValuePairComparator avpComparator, RelationHelper relationHelper)
           
 

Uses of RelationHelper in org.jrdf.query.relation.operation.mem.union
 

Constructors in org.jrdf.query.relation.operation.mem.union with parameters of type RelationHelper
OuterUnionEngine(TupleFactory tupleFactory, RelationHelper relationHelper)
           
SubsumptionEngine(TupleFactory tupleFactory, RelationHelper relationHelper)