lab4lib
Class RandomCellGenerator
java.lang.Object
lab4lib.RandomCellGenerator
public class RandomCellGenerator
- extends Object
Gives back a random cell for testing.
- Author:
- Adrienne M Decker
Created on: Sep 24, 2006
Method Summary |
ICell |
randomCell()
When called, returns a cell that can be observed. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RandomCellGenerator
public RandomCellGenerator()
randomCell
public ICell randomCell()
- When called, returns a cell that can be observed.
- Returns:
- an ICell that can be observed