Example #1
0
 /** @see Graph#getEdge(Object, Object) */
 public DefaultWeightedEdge getEdge(final Spot source, final Spot target) {
   return graph.getEdge(source, target);
 }