cz.cuni.amis.pogamut.ut2004.communication.worldview.map
Interface IGraph<Node>


public interface IGraph<Node>


Method Summary
 double getEdgeCost(Node from, Node to)
           
 java.util.Collection<Node> getNeighbours(Node node)
           
 

Method Detail

getNeighbours

java.util.Collection<Node> getNeighbours(Node node)

getEdgeCost

double getEdgeCost(Node from,
                   Node to)