uchicago.src.sim.space
Class VNMultiNeighborhooder

java.lang.Object
  extended by uchicago.src.sim.space.AbstractNeighborhooder
      extended by uchicago.src.sim.space.VNMultiNeighborhooder
All Implemented Interfaces:
Neighborhooder

public class VNMultiNeighborhooder
extends AbstractNeighborhooder


Field Summary
 
Fields inherited from class uchicago.src.sim.space.AbstractNeighborhooder
comparator, space, torus
 
Constructor Summary
VNMultiNeighborhooder(IMulti2DGrid space)
           
 
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 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

VNMultiNeighborhooder

public VNMultiNeighborhooder(IMulti2DGrid space)
Method Detail

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)