Class EppsteinShortestPathIterator.EppsteinGraphPath

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

private class EppsteinShortestPathIterator.EppsteinGraphPath extends Object implements GraphPath<V,E>, Comparable<EppsteinShortestPathIterator<V,E>.EppsteinGraphPath>
Represents a path that is generated during the computations.