org.neo4j.graphalgo.impl.shortestpath
Class DijkstraPriorityQueueImpl.pathObject

java.lang.Object
  extended by org.neo4j.graphalgo.impl.shortestpath.DijkstraPriorityQueueImpl.pathObject
Enclosing class:
DijkstraPriorityQueueImpl<CostType>

protected class DijkstraPriorityQueueImpl.pathObject
extends Object

Data structure used for the internal priority queue


Constructor Summary
DijkstraPriorityQueueImpl.pathObject(Node node, CostType cost)
           
 
Method Summary
 boolean equals(Object obj)
           
 CostType getCost()
           
 Node getNode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DijkstraPriorityQueueImpl.pathObject

public DijkstraPriorityQueueImpl.pathObject(Node node,
                                            CostType cost)
Method Detail

getCost

public CostType getCost()

getNode

public Node getNode()

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.