uchicago.src.sim.topology.space
Interface Agent


public interface Agent

Author:
Mark Diggory To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments

Method Summary
 Location getLocation()
           
 void moveToLocation(Location cell)
           
 void setLocation(Location cell)
           
 

Method Detail

setLocation

public void setLocation(Location cell)

getLocation

public Location getLocation()

moveToLocation

public void moveToLocation(Location cell)