|
IDebug © 1997-2001 Joseph Kiniry © 2000-2001 KindSoftware © 1997-1999 Caltech All Rights Reserved |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--idebug.Statistic
This class represents a statistic that can be monitored in the monitoring system. Each statistic has its own unique ID (node-unique, not necessarily globally unique), a description, units, and other useful information that is represented in this class.
| Constructor Summary | |
Statistic(java.lang.String units,
double scale,
float start,
float inc,
float dec)
This the standard constructor for Statistic. |
|
| Method Summary | |
double |
getDecrement()
What is its default decrement? |
int |
getID()
What is the unique ID of this statistic? |
double |
getIncrement()
What is its default increment? |
double |
getScale()
What is its default scaling factor? |
double |
getStart()
What is its default start value? |
java.lang.String |
getUnits()
What are its units? |
int |
hashCode()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Statistic(java.lang.String units,
double scale,
float start,
float inc,
float dec)
This the standard constructor for Statistic. No other constructor can be legally used.
units - Statistic's units.scale - Statistic's scaling factor.start - Statistic's default starting value.inc - Statistic's default increment value.dec - Statistic's default decrement value.| Method Detail |
public int hashCode()
hashCode in class java.lang.Objectpublic int getID()
What is the unique ID of this statistic?
public java.lang.String getUnits()
What are its units?
public double getScale()
What is its default scaling factor?
public double getStart()
What is its default start value?
public double getIncrement()
What is its default increment?
public double getDecrement()
What is its default decrement?
|
IDebug © 1997-2001 Joseph Kiniry © 2000-2001 KindSoftware © 1997-1999 Caltech All Rights Reserved |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||