edu.uci.ics.jung.algorithms.importance
Class EdgeRanking

java.lang.Object
  extended by edu.uci.ics.jung.algorithms.importance.Ranking
      extended by edu.uci.ics.jung.algorithms.importance.EdgeRanking
All Implemented Interfaces:
Comparable

public class EdgeRanking
extends Ranking

A data container for an edge ranking which stores:

Author:
Scott White

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.
 
Method Summary
 
Methods inherited from class edu.uci.ics.jung.algorithms.importance.Ranking
compareTo, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

edge

public Edge edge
The edge that was ranked.

Constructor Detail

EdgeRanking

public EdgeRanking(int originalPos,
                   double rankScore,
                   Edge edge)
Simple constructor that allows all data elements to be initialized on construction.

Parameters:
originalPos - the original position of the edge before the ranking were generated
rankScore - the rank score of this edge
edge - a reference to the edge that was ranked