infovis.graph.algorithm
Class DijkstraShortestPath.Predecessor
java.lang.Object
infovis.graph.algorithm.DijkstraShortestPath.Predecessor
- All Implemented Interfaces:
- Comparable
- Enclosing class:
- DijkstraShortestPath
public static class DijkstraShortestPath.Predecessor
- extends Object
- implements Comparable
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.