|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RelationProcessor
Common process engine - basically gets headings and then calls process on the process engine.
| Method Summary | |
|---|---|
Relation |
convertToConstants(Relation resultRelation)
Converts a relation with no heading and no tuples to false (TABLE_DUM) and a relation with no heading but some tuples to true (TABLE_DEE). |
Relation |
processRelations(Set<Relation> relations,
TupleEngine tupleEngine)
A set of relations that are to be processed by the tuple engine. |
| Method Detail |
|---|
Relation processRelations(Set<Relation> relations,
TupleEngine tupleEngine)
relations - the relations to be processed by the tuple engine.tupleEngine - the engine.
Relation convertToConstants(Relation resultRelation)
resultRelation - the relation to convert.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||