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

Package class diagram package IGraph

public interface IGraph<Node>


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

Method Detail

getNeighbours

Collection<Node> getNeighbours(Node node)

getEdgeCost

double getEdgeCost(Node from,
                   Node to)


Copyright © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.