| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.geotools.graph.traverse.DijkstraTraversal.CostNode
Simple data structure used to track cost of nodes and path from source.
| Field Summary | |
 double | 
m_cost
 | 
 GraphComponent | 
m_element
 | 
 DijkstraTraversal.CostNode | 
m_parent
 | 
| Constructor Summary | |
DijkstraTraversal.CostNode(GraphComponent element,
                           double cost)
 | 
|
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
public GraphComponent m_element
public double m_cost
public DijkstraTraversal.CostNode m_parent
| Constructor Detail | 
public DijkstraTraversal.CostNode(GraphComponent element,
                                  double cost)
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||