| Package | Description |
|---|---|
| graphics | |
| main | |
| utils |
| Modifier and Type | Method and Description |
|---|---|
void |
JChart2DComponent.addstatkeeper(StatKeeper sk)
Adds a new StatKeeper that provides data for the traces.
|
| Constructor and Description |
|---|
ChartComponent(StatKeeper statkeeper) |
| Modifier and Type | Method and Description |
|---|---|
static StatKeeper |
FrevoMain.getStatistics(int index,
boolean skipInvisible)
Returns the
StatKeeper element with the given index. |
| Modifier and Type | Method and Description |
|---|---|
static void |
FrevoMain.addStatistics(StatKeeper statkeeper)
Adds the given
StatKeeper object to FREVO. |
static boolean |
FrevoMain.isStatKeeperLoaded(StatKeeper statkeeper)
Returns
true if this StatKeeper object is
currently loaded by FREVO. |
| Modifier and Type | Method and Description |
|---|---|
int |
StatKeeper.compareTo(StatKeeper o) |
| Modifier and Type | Method and Description |
|---|---|
static void |
StatKeeper.saveNotableStats(java.lang.String filename,
java.util.ArrayList<StatKeeper> statList) |
static void |
StatKeeper.saveNotableStats(java.lang.String filename,
java.util.ArrayList<StatKeeper> statList,
boolean addStatColumns) |
static void |
StatKeeper.saveRboxFile(java.lang.String filename,
java.util.ArrayList<StatKeeper> statList,
int step)
Creates a text file in a format to be read by the statistical program R
the stat with the generation count is omitted
|