jigcell.compare.cellcycle
Class GenericScanTransform.CellCycleReport

java.lang.Object
  extended by jigcell.compare.cellcycle.GenericScanTransform.CellCycleReport
Enclosing class:
GenericScanTransform

protected static class GenericScanTransform.CellCycleReport
extends java.lang.Object

The statistics collected from a cycle.


Field Summary
 double lengthG1
          G1 length
 double mass
          Mass at division
 long number
          Cycle number
 
Constructor Summary
GenericScanTransform.CellCycleReport(long number, double lengthG1, double mass)
          Records the statistics for a scan number.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mass

public final double mass
Mass at division


lengthG1

public final double lengthG1
G1 length


number

public final long number
Cycle number

Constructor Detail

GenericScanTransform.CellCycleReport

public GenericScanTransform.CellCycleReport(long number,
                                            double lengthG1,
                                            double mass)
Records the statistics for a scan number.

Parameters:
number - Cycle number
mass - Mass at division
lengthG1 - G1 length