|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectedu.uci.ics.jung.algorithms.importance.Ranking
edu.uci.ics.jung.algorithms.importance.EdgeRanking
A data container for an edge ranking which stores:
| Field Summary | |
Edge |
edge
The edge that was ranked. |
| Fields inherited from class edu.uci.ics.jung.algorithms.importance.Ranking |
originalPos, rankScore |
| Constructor Summary | |
EdgeRanking(int originalPos,
double rankScore,
Edge edge)
Simple constructor that allows all data elements to be initialized on construction. |
|
| Methods inherited from class edu.uci.ics.jung.algorithms.importance.Ranking |
compareTo, toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public Edge edge
| Constructor Detail |
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
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||