Class MartinShortestPath.Label

java.lang.Object
org.jgrapht.alg.shortestpath.MartinShortestPath.Label
Enclosing class:
MartinShortestPath<V,E>

private class MartinShortestPath.Label extends Object
A node label.
  • Field Details

    • node

      public V node
    • value

      public double[] value
    • previous

      public MartinShortestPath<V,E>.Label previous
    • fromPrevious

      public E fromPrevious
  • Constructor Details

  • Method Details