infovis.graph.algorithm
Class DijkstraShortestPath.Predecessor

java.lang.Object
  extended by infovis.graph.algorithm.DijkstraShortestPath.Predecessor
All Implemented Interfaces:
Comparable
Enclosing class:
DijkstraShortestPath

public static class DijkstraShortestPath.Predecessor
extends Object
implements Comparable


Method Summary
 int compareTo(Object o)
           
 int getPred()
           
 int getVertex()
           
 double getWeight()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

compareTo

public int compareTo(Object o)
Specified by:
compareTo in interface Comparable

getVertex

public int getVertex()

getWeight

public double getWeight()

getPred

public int getPred()


Copyright © 2005 by Jean-Daniel Fekete and INRIA, France All rights reserved.