jigcell.compare.cellcycle
Class BuddingYeastScanTransform.BuddingYeastScanEvent

java.lang.Object
  extended by jigcell.compare.cellcycle.BuddingYeastScanTransform.BuddingYeastScanEvent
All Implemented Interfaces:
java.lang.Comparable
Enclosing class:
BuddingYeastScanTransform

private static final class BuddingYeastScanTransform.BuddingYeastScanEvent
extends java.lang.Object
implements java.lang.Comparable

An event that occurs during the scan.


Field Summary
 int action
          Code for the action that occurred
static int ALIGNEDSTAGE
          Entry to aligned
static int BUD
          Bud emergence
static int DIVIDE
          Cellular division
static int FIREDSTAGE
          Entry to fired
static int G1LENGTH
          Wildtype G1 length reached
static int LICENSEDSTAGE
          Entry to licensed
static int MASSHIGH
          Mass is too high
static int MASSLOW
          Mass it too low
static int SEPARATEDSTAGE
          Entry to separated
 double time
          Time when the event occurred
 
Constructor Summary
BuddingYeastScanTransform.BuddingYeastScanEvent(double time, int action)
          Creates a new event.
 
Method Summary
 int compareTo(java.lang.Object object)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DIVIDE

public static final int DIVIDE
Cellular division

See Also:
Constant Field Values

BUD

public static final int BUD
Bud emergence

See Also:
Constant Field Values

MASSHIGH

public static final int MASSHIGH
Mass is too high

See Also:
Constant Field Values

MASSLOW

public static final int MASSLOW
Mass it too low

See Also:
Constant Field Values

G1LENGTH

public static final int G1LENGTH
Wildtype G1 length reached

See Also:
Constant Field Values

LICENSEDSTAGE

public static final int LICENSEDSTAGE
Entry to licensed

See Also:
Constant Field Values

FIREDSTAGE

public static final int FIREDSTAGE
Entry to fired

See Also:
Constant Field Values

ALIGNEDSTAGE

public static final int ALIGNEDSTAGE
Entry to aligned

See Also:
Constant Field Values

SEPARATEDSTAGE

public static final int SEPARATEDSTAGE
Entry to separated

See Also:
Constant Field Values

time

public final double time
Time when the event occurred


action

public final int action
Code for the action that occurred

Constructor Detail

BuddingYeastScanTransform.BuddingYeastScanEvent

public BuddingYeastScanTransform.BuddingYeastScanEvent(double time,
                                                       int action)
Creates a new event.

Parameters:
time - Time when event occurred
action - Action that occurred
Method Detail

compareTo

public int compareTo(java.lang.Object object)
Specified by:
compareTo in interface java.lang.Comparable