|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of TupleEngine in org.jrdf.query.relation.operation.mem.common |
|---|
| Methods in org.jrdf.query.relation.operation.mem.common with parameters of type TupleEngine | |
|---|---|
Relation |
RelationProcessorImpl.processRelations(Set<Relation> relations,
TupleEngine tupleEngine)
|
Relation |
RelationProcessor.processRelations(Set<Relation> relations,
TupleEngine tupleEngine)
|
| Uses of TupleEngine in org.jrdf.query.relation.operation.mem.join |
|---|
| Constructors in org.jrdf.query.relation.operation.mem.join with parameters of type TupleEngine | |
|---|---|
DyadicJoinImpl(RelationProcessor relationProcessor,
TupleEngine tupleEngine)
|
|
NadicJoinImpl(RelationProcessor relationProcessor,
TupleEngine tupleEngine)
Cannot create process. |
|
| Uses of TupleEngine in org.jrdf.query.relation.operation.mem.join.natural |
|---|
| Classes in org.jrdf.query.relation.operation.mem.join.natural that implement TupleEngine | |
|---|---|
class |
NaturalJoinEngine
Combines two relations attributes if they have common tuple values. |
| Uses of TupleEngine in org.jrdf.query.relation.operation.mem.join.semi |
|---|
| Classes in org.jrdf.query.relation.operation.mem.join.semi that implement TupleEngine | |
|---|---|
class |
SemiJoinEngine
Join two relations if they have common tuple values and projects the results back onto the first relation. |
| Constructors in org.jrdf.query.relation.operation.mem.join.semi with parameters of type TupleEngine | |
|---|---|
SemiJoinImpl(RelationProcessor relationProcessor,
TupleEngine tupleEngine)
|
|
| Uses of TupleEngine in org.jrdf.query.relation.operation.mem.union |
|---|
| Classes in org.jrdf.query.relation.operation.mem.union that implement TupleEngine | |
|---|---|
class |
OuterUnionEngine
|
class |
SubsumptionEngine
|
| Constructors in org.jrdf.query.relation.operation.mem.union with parameters of type TupleEngine | |
|---|---|
MinimumUnionImpl(RelationProcessor relationProcessor,
TupleEngine unionTupleEngine,
TupleEngine subsumptionTupleEngine)
|
|
OuterUnionImpl(RelationProcessor relationProcessor,
TupleEngine tupleEngine)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||