Uses of Interface
lab4lib.ICell

Packages that use ICell
lab4lib   
 

Uses of ICell in lab4lib
 

Classes in lab4lib 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 lab4lib that return ICell
 ICell RandomCellGenerator.randomCell()
          When called, returns a cell that can be observed.