world
Interface Locality

All Known Implementing Classes:
Robot, Tile

public interface Locality

Interface to specify an object which has locality in the world (associated with a tile).

Version:
$Revision: 1.2 $
Author:
Allen D. Ball

Method Summary
 Tile getTile()
          Method to get the location tile.
 

Method Detail

getTile

public Tile getTile()
Method to get the location tile.
Returns:
The location tile.


Copyright 2002 Allen D. Ball. All rights reserved.