public class

WrapEdgeHandler

extends StopEdgeHandler
java.lang.Object
   ↳ uk.ac.imperial.presage2.util.location.area.StopEdgeHandler
     ↳ uk.ac.imperial.presage2.util.location.area.WrapEdgeHandler

Class Overview

An EdgeHandler which wraps the simulation Area so an agent moving through an edge simply appears at the opposite edge.

Summary

[Expand]
Inherited Fields
From class uk.ac.imperial.presage2.util.location.area.StopEdgeHandler
Public Constructors
WrapEdgeHandler(int x, int y, int z)
Public Methods
Move getValidMove(Location loc, Move m)
[Expand]
Inherited Methods
From class uk.ac.imperial.presage2.util.location.area.StopEdgeHandler
From class java.lang.Object

Public Constructors

public WrapEdgeHandler (int x, int y, int z)

Public Methods

public Move getValidMove (Location loc, Move m)