Uses of Interface
lab3lib.ICell

Packages that use ICell
lab3lib   
 

Uses of ICell in lab3lib
 

Classes in lab3lib that implement ICell
 class UnidentifiedCellA
          An unidentified cell that we can observe in our Cell Observation Room.
 class UnidentifiedCellB
          An unidentified cell that we can observe in our Cell Observation Room.
 class UnidentifiedCellC
          An unidentified cell that we can observe in our Cell Observation Room.
 

Methods in lab3lib that return ICell
 ICell RandomCellGenerator.randomCell()
          When called, returns a cell that can be observed.