Uses of Interface
org.jrdf.query.relation.operation.mem.common.RelationProcessor

Packages that use RelationProcessor
org.jrdf.query.relation.operation.mem.common   
org.jrdf.query.relation.operation.mem.join   
org.jrdf.query.relation.operation.mem.join.semi   
org.jrdf.query.relation.operation.mem.semidifference   
org.jrdf.query.relation.operation.mem.union   
 

Uses of RelationProcessor in org.jrdf.query.relation.operation.mem.common
 

Classes in org.jrdf.query.relation.operation.mem.common that implement RelationProcessor
 class RelationProcessorImpl
          Common tuple processing code - gets headings and then processes tuples using the tuple engine.
 

Uses of RelationProcessor in org.jrdf.query.relation.operation.mem.join
 

Constructors in org.jrdf.query.relation.operation.mem.join with parameters of type RelationProcessor
DyadicJoinImpl(RelationProcessor relationProcessor, TupleEngine tupleEngine)
           
NadicJoinImpl(RelationProcessor relationProcessor, TupleEngine tupleEngine)
          Cannot create process.
 

Uses of RelationProcessor in org.jrdf.query.relation.operation.mem.join.semi
 

Constructors in org.jrdf.query.relation.operation.mem.join.semi with parameters of type RelationProcessor
SemiJoinImpl(RelationProcessor relationProcessor, TupleEngine tupleEngine)
           
 

Uses of RelationProcessor in org.jrdf.query.relation.operation.mem.semidifference
 

Constructors in org.jrdf.query.relation.operation.mem.semidifference with parameters of type RelationProcessor
SemiDifferenceImpl(RelationProcessor relationProcessor, RelationFactory relationFactory, TupleComparator tupleComparator)
           
 

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

Constructors in org.jrdf.query.relation.operation.mem.union with parameters of type RelationProcessor
MinimumUnionImpl(RelationProcessor relationProcessor, TupleEngine unionTupleEngine, TupleEngine subsumptionTupleEngine)
           
OuterUnionImpl(RelationProcessor relationProcessor, TupleEngine tupleEngine)