Interface Finder

All Superinterfaces:
java.lang.Runnable

public interface Finder
extends java.lang.Runnable

Finds all paths within distance two of the optimal path from the source, Location(1,11), to the destination, Location(30,10). It uses Ants in order to explore the network of the Responder.


Method Summary
 
Methods inherited from interface java.lang.Runnable
run