|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.indexmanagement.featureindexlibrary.merger.RankedMergeElement
public class RankedMergeElement
Element holding results and their respective weights
| Constructor Summary | |
|---|---|
RankedMergeElement(ArrayList<RankedResultElement> results,
float weight)
Creates a new instance |
|
| Method Summary | |
|---|---|
ArrayList<RankedResultElement> |
getResults()
Retrieves teh results |
float |
getWeight()
Retrieves the weights |
void |
setResults(ArrayList<RankedResultElement> results)
Sets the results |
void |
setWeight(float weight)
Sets the weight |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RankedMergeElement(ArrayList<RankedResultElement> results,
float weight)
results - The resultsweight - The weight| Method Detail |
|---|
public ArrayList<RankedResultElement> getResults()
public void setResults(ArrayList<RankedResultElement> results)
results - The resultspublic float getWeight()
public void setWeight(float weight)
weight - The weight
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||