|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ascape.util.data.StatCollector
org.ascape.util.data.StatCollectorCSA
org.ascape.util.data.StatCollectorCalculated
public class StatCollectorCalculated
Stores aggregate data for values obtained for a statistic, including running sum and average.
StatCollector
,
StatCollectorCond
,
Serialized FormField Summary |
---|
Fields inherited from class org.ascape.util.data.StatCollectorCSA |
---|
sum |
Fields inherited from class org.ascape.util.data.StatCollector |
---|
allMeasureNames, allMeasureNamesShort, autoCollect, COLLECTING, count, name, NOT_COLLECTING, SET_BY_DATAGROUP |
Constructor Summary | |
---|---|
StatCollectorCalculated()
Constructs a new StatCollectorCSA. |
|
StatCollectorCalculated(java.lang.String name)
Constructs a new StatCollectorCSA. |
Method Summary | |
---|---|
double |
getCalculatedValue()
Returns the current calculate value. |
boolean |
isCalculated()
Returns true, values are collected automatically for this class by definition. |
Methods inherited from class org.ascape.util.data.StatCollectorCSA |
---|
addValue, clear, getAvg, getSum, getTotal |
Methods inherited from class org.ascape.util.data.StatCollector |
---|
addValueFor, calculateCollection, calculateIterator, calculateValue, compareTo, createDataSeries, getAllDataSeries, getAllMeasureNames, getAllMeasureNamesShort, getCollectingLongitudinalDataMode, getCount, getDataGroup, getDataSeries, getName, getValue, isAutoCollect, isCollectingLongitudinalData, isPhase2, setAutoCollect, setCollectingLongitudinalDataMode, setDataGroup, setName, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public StatCollectorCalculated()
public StatCollectorCalculated(java.lang.String name)
name
- the name of the stat collector.Method Detail |
---|
public double getCalculatedValue()
public final boolean isCalculated()
isCalculated
in class StatCollector
|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |