public class EdgeRanking extends Ranking
Modifier and Type | Field and Description |
---|---|
Edge |
edge
The edge that was ranked.
|
originalPos, rankScore
Constructor and Description |
---|
EdgeRanking(int originalPos,
double rankScore,
Edge edge)
Simple constructor that allows all data elements to be initialized on construction.
|
public Edge edge
public EdgeRanking(int originalPos, double rankScore, Edge edge)
originalPos
- the original position of the edge before the ranking were generatedrankScore
- the rank score of this edgeedge
- a reference to the edge that was ranked