uchicago.src.sim.space
Class MooreMultiNeighborhooder
java.lang.Object
uchicago.src.sim.space.AbstractNeighborhooder
uchicago.src.sim.space.MooreMultiNeighborhooder
- All Implemented Interfaces:
- Neighborhooder
public class MooreMultiNeighborhooder
- extends AbstractNeighborhooder
|
Method Summary |
java.util.Vector |
getNeighbors(int x,
int y,
int[] extents,
boolean returnNulls)
|
java.util.ArrayList |
getNeighborsList(int x,
int y,
int[] extents,
boolean returnNulls)
|
java.util.ArrayList |
getNeighborsLoc(int x,
int y,
int[] extents,
boolean returnNulls)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MooreMultiNeighborhooder
public MooreMultiNeighborhooder(IMulti2DGrid space)
getNeighbors
public java.util.Vector getNeighbors(int x,
int y,
int[] extents,
boolean returnNulls)
getNeighborsList
public java.util.ArrayList getNeighborsList(int x,
int y,
int[] extents,
boolean returnNulls)
getNeighborsLoc
public java.util.ArrayList getNeighborsLoc(int x,
int y,
int[] extents,
boolean returnNulls)