|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectuk.ac.ucl.che.esf.base.Statistics
public class Statistics
Object used to collect statistics about the ESF package including number of objects created and count of specific methods.
| Field Summary | |
|---|---|
static int |
ACTIONNODE
|
static int |
DOUBLEARRAY
|
static int |
NFUNCTEVALS
|
static int |
NFUNCTEVALSINFEASIBLE
|
static int |
NINTERVALS
|
static int |
OBJECTS
Types of statistics collected. |
static java.lang.String |
rcsid
|
static int |
REALVECTOR
|
static int |
VEXPR
|
static int |
VEXPREVAL
|
static int |
WARNINGS
|
| Constructor Summary | |
|---|---|
Statistics()
|
|
| Method Summary | |
|---|---|
static void |
count(int stat)
update particular statistic |
static void |
print()
output the statistics |
static void |
reset()
Reset all statistics |
| 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 rcsid
public static final int OBJECTS
public static final int VEXPR
public static final int VEXPREVAL
public static final int REALVECTOR
public static final int DOUBLEARRAY
public static final int ACTIONNODE
public static final int NFUNCTEVALS
public static final int NFUNCTEVALSINFEASIBLE
public static final int WARNINGS
public static final int NINTERVALS
| Constructor Detail |
|---|
public Statistics()
| Method Detail |
|---|
public static void count(int stat)
public static void print()
public static void reset()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||