RePast
v. 2.0

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


Field Summary
 
Fields inherited from class uchicago.src.sim.space.AbstractNeighborhooder
comparator, space, torus
 
Constructor Summary
MooreMultiNeighborhooder(IMulti2DGrid space)
           
 
Method Summary
 Vector getNeighbors(int x, int y, int[] extents, boolean returnNulls)
           
 ArrayList getNeighborsList(int x, int y, int[] extents, boolean returnNulls)
           
 ArrayList getNeighborsLoc(int x, int y, int[] extents, boolean returnNulls)
           
 
Methods inherited from class uchicago.src.sim.space.AbstractNeighborhooder
compareMax, compareMin, findMaximum, findMinimum, setComparator
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MooreMultiNeighborhooder

public MooreMultiNeighborhooder(IMulti2DGrid space)
Method Detail

getNeighbors

public Vector getNeighbors(int x,
                           int y,
                           int[] extents,
                           boolean returnNulls)

getNeighborsList

public ArrayList getNeighborsList(int x,
                                  int y,
                                  int[] extents,
                                  boolean returnNulls)

getNeighborsLoc

public ArrayList getNeighborsLoc(int x,
                                 int y,
                                 int[] extents,
                                 boolean returnNulls)

RePast
v. 2.0

Bug reports and feature requests to RePast