|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectpacemaker.millisec_Species
public class millisec_Species
OLD DATA in millisec values, now using usec preferably Holds data from real species of fireflies, as found in literature.
Values of period, pulse, ecc are collected in a static field
"data" for immediate use by other classes.
| Field Summary | |
|---|---|
static int |
B
|
static java.lang.String[][] |
data
Real Data from firefly species. |
static int |
EPSILON
|
static int |
INERT
|
static int |
MAX
|
static int |
MIN
|
static int |
MODEL
|
static int |
NAME
Next static Strings explicits the corripondence between |
static int |
PERIOD
|
static int |
PREP
|
static int |
PULSE_DURATION
|
static int |
RELAXATION
|
| Constructor Summary | |
|---|---|
millisec_Species()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String[][] data
Legend: SPECIES_NAME, period, pulse_duration, prep, inert, model, b, epsilon, max_period, min_period, relaxation
Times are in millisecs.
null is used when a certain value in unknown.
public static int NAME
column name == array index
for the previous data table.
public static int PERIOD
public static int PULSE_DURATION
public static int PREP
public static int INERT
public static int MODEL
public static int B
public static int EPSILON
public static int MAX
public static int MIN
public static int RELAXATION
| Constructor Detail |
|---|
public millisec_Species()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||