inpro.pitch.util
Class ShortestPath.Connection

java.lang.Object
  extended by inpro.pitch.util.ShortestPath.Connection
Enclosing class:
ShortestPath<NodeType>

private class ShortestPath.Connection
extends java.lang.Object


Field Summary
 double cost
           
 ShortestPath.Node node
           
 
Constructor Summary
ShortestPath.Connection(ShortestPath.Node node, double cost)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

node

public ShortestPath.Node node

cost

public double cost
Constructor Detail

ShortestPath.Connection

public ShortestPath.Connection(ShortestPath.Node node,
                               double cost)