Home | Trees | Indices | Help |
|
---|
|
Abstract class for any finder.
Classes subclasses from this class show know about structure of the data and thus be able to provide information about the neighbors. At least one of the methods (getNeighbors, getNeighbor) has to be overriden in the derived class. NOTE: derived #2 from derived class #1 has to override all methods which were overrident in class #1
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
Generator to return coordinate of the neighbor. Base class contains the simplest implementation, assuming that getNeighbors returns iterative structure to spit out neighbors 1-by-1 |
Return the list of coordinates for the neighbors. By default it simply constracts the list based on the generator getNeighbor |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sun Jun 1 19:01:51 2008 | http://epydoc.sourceforge.net |