Class WorldMap

java.lang.Object
za.co.wethinkcode.robots.server.world.WorldMap

public class WorldMap extends Object
WorldMap answers questions about a single location in the world: is it in bounds, is it a wall, is it an obstacle, is a robot standing there, and is it therefore a valid place for a robot to be. This logic used to live directly on World as isValidPosition and its supporting methods.