public class CollectionSizeTimeVaryingStats extends SimpleStatsTimeVarying
diff, eventList, lastTime, mean, startTime, variance
count, DEFAULT_NAME, DEFAULT_NUMBER_FORMAT, maxObs, minObs, name, numberFormat
EOL
Constructor and Description |
---|
CollectionSizeTimeVaryingStats()
If this constructor is used, a separate call to setName(String)
must be made to make it at all useful.
|
CollectionSizeTimeVaryingStats(java.lang.String name)
Instantiate a CollectionSizeTimeVarying to listen to
a property of type Collection
|
Modifier and Type | Method and Description |
---|---|
void |
propertyChange(java.beans.PropertyChangeEvent e)
If newValue is a Collection, pass a new PropertyChangeEvent
to the super class.
|
getEventList, getEventListID, getMean, getSamplingType, getStandardDeviation, getStartTime, getVariance, newObservation, reset, setEventList, setEventListID, setSamplingType
clone, getCount, getDataLine, getMaxObs, getMinObs, getName, newObservation, newObservation, newObservation, setName, setNumberFormat, toString
public CollectionSizeTimeVaryingStats(java.lang.String name)
name
- Name of Collection propertypublic CollectionSizeTimeVaryingStats()
public void propertyChange(java.beans.PropertyChangeEvent e)
propertyChange
in interface java.beans.PropertyChangeListener
propertyChange
in class AbstractSimpleStats
e
- Heard PropertyChangeEvent