|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgr.uoa.di.madgik.searchlibrary.operatorlibrary.join.JoinElement
public class JoinElement
Placeholder for the records that must be joined
| Constructor Summary | |
|---|---|
JoinElement(Vector<Long> pos,
HashKey value,
short collectionID)
Creates a new JoinElement |
|
| Method Summary | |
|---|---|
short |
getCollectionID()
Retrieves the input id of the record |
Vector<Long> |
getRecordIndices()
Retrieves the record indices of the stored records |
HashKey |
getValue()
Retrieves the value of the element |
void |
setCollectionID(short collectionID)
Sets the input id |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JoinElement(Vector<Long> pos,
HashKey value,
short collectionID)
JoinElement
pos - The indices of the stored recordsvalue - The vale of the key to usecollectionID - The id of the input this record comes from| Method Detail |
|---|
public HashKey getValue()
public Vector<Long> getRecordIndices()
public short getCollectionID()
public void setCollectionID(short collectionID)
collectionID - The input id
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||