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