|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjigcell.compare.cellcycle.GenericScanTransform.GenericScanEvent
private static final class GenericScanTransform.GenericScanEvent
An event that occurs during the scan.
| Field Summary | |
|---|---|
int |
action
Code for the action that occurred |
static int |
DIVIDE
Cell division |
static int |
G1LENGTH
Wildtype G1 length reached |
static int |
G1STAGE
Entry to G1 |
static int |
MASSHIGH
Mass is too high |
static int |
MASSLOW
Mass is too low |
static int |
SUBCYCLEDROP
Subcycle species is dropping |
static int |
SUBCYCLERISE
Subcycle species is rising |
double |
time
Time when the event occurred |
| Constructor Summary | |
|---|---|
GenericScanTransform.GenericScanEvent(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 SUBCYCLERISE
public static final int SUBCYCLEDROP
public static final int MASSHIGH
public static final int MASSLOW
public static final int G1LENGTH
public static final int G1STAGE
public final double time
public final int action
| Constructor Detail |
|---|
public GenericScanTransform.GenericScanEvent(double time,
int action)
time - Time when event occurredaction - Action that occurred| Method 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 | |||||||||