public class RankedMergeElement extends Object
| Constructor and Description |
|---|
RankedMergeElement(ArrayList<RankedResultElement> results,
float weight)
Creates a new instance
|
| Modifier and Type | Method and Description |
|---|---|
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
|
public RankedMergeElement(ArrayList<RankedResultElement> results, float weight)
results - The resultsweight - The weightpublic ArrayList<RankedResultElement> getResults()
public void setResults(ArrayList<RankedResultElement> results)
results - The resultspublic float getWeight()
public void setWeight(float weight)
weight - The weightCopyright © 2014. All Rights Reserved.