|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgr.uoa.di.madgik.searchlibrary.operatorlibrary.indexfuse.JoinElement
public class JoinElement
Placeholder for the records that must be joined
| Constructor Summary | |
|---|---|
JoinElement(String id,
double rank,
short collectionID,
short metaColID)
Creates a new JoinElement |
|
| Method Summary | |
|---|---|
short |
getCollectionID()
Retrieves the collection id of the record |
FilePosition |
getFilePosition()
Retrieves the file position this record is stored at |
String |
getId()
Retrieves the id for this element |
short |
getMetaColID()
Retrieves the metadata col id of the record |
double |
getRank()
Retrieves the rank of this 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(String id,
double rank,
short collectionID,
short metaColID)
JoinElement
id - The id of the object, this record refers torank - The rank of this recordcollectionID - The sequence number of the collection this record comes frommetaColID - The sequence number of the metadata collection this record comes from(0 for content)| Method Detail |
|---|
public String getId()
public double getRank()
public FilePosition getFilePosition()
public short getCollectionID()
public short getMetaColID()
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 | |||||||||