Class EppsteinShortestPathIterator.PathsGraphVertex

java.lang.Object
org.jgrapht.alg.shortestpath.EppsteinShortestPathIterator.PathsGraphVertex
All Implemented Interfaces:
Comparable<EppsteinShortestPathIterator<V,E>.PathsGraphVertex>
Enclosing class:
EppsteinShortestPathIterator<V,E>

private class EppsteinShortestPathIterator.PathsGraphVertex extends Object implements Comparable<EppsteinShortestPathIterator<V,E>.PathsGraphVertex>
Vertex of the paths graph. Does not maintain the weights of the edges to left, right, rest and cross vertices, because they are computed during the paths graph traversal.