|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjigcell.compare.cellcycle.BuddingYeastScanTransform.BuddingYeastScanEvent
private static final class BuddingYeastScanTransform.BuddingYeastScanEvent
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 |
---|
public static final int DIVIDE
public static final int BUD
public static final int MASSHIGH
public static final int MASSLOW
public static final int G1LENGTH
public static final int LICENSEDSTAGE
public static final int FIREDSTAGE
public static final int ALIGNEDSTAGE
public static final int SEPARATEDSTAGE
public final double time
public final int action
Constructor Detail |
---|
public BuddingYeastScanTransform.BuddingYeastScanEvent(double time, int action)
time
- Time when event occurredaction
- Action that occurredMethod Detail |
---|
public int compareTo(java.lang.Object object)
compareTo
in interface java.lang.Comparable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |