lab4lib
Class RandomCellGenerator

java.lang.Object
  extended by lab4lib.RandomCellGenerator

public class RandomCellGenerator
extends Object

Gives back a random cell for testing.

Author:
Adrienne M Decker Created on: Sep 24, 2006

Constructor Summary
RandomCellGenerator()
           
 
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
 

Constructor Detail

RandomCellGenerator

public RandomCellGenerator()
Method Detail

randomCell

public ICell randomCell()
When called, returns a cell that can be observed.

Returns:
an ICell that can be observed