public interface IGraph<Node>
| Modifier and Type | Method and Description |
|---|---|
double |
getEdgeCost(Node from,
Node to) |
Collection<Node> |
getNeighbours(Node node) |
Collection<Node> getNeighbours(Node node)
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.