ca.quine.jcommons.transform.graph
Class DijkstraNodeMarker
java.lang.Object
|
+--ca.quine.jcommons.transform.graph.VisitedMarker
|
+--ca.quine.jcommons.transform.graph.DijkstraNodeMarker
- public class DijkstraNodeMarker
- extends VisitedMarker
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DijkstraNodeMarker
public DijkstraNodeMarker()
getDistanceFromSource
public int getDistanceFromSource()
setDistanceFromSource
public void setDistanceFromSource(int distanceFromSource)
getPrevious
public TransformNode getPrevious()
setPrevious
public void setPrevious(TransformNode previous)
getHeapNode
public org.jgrapht.util.FibonacciHeapNode getHeapNode()
setHeapNode
public void setHeapNode(org.jgrapht.util.FibonacciHeapNode heapNode)