Package | Description |
---|---|
simkit.stat |
Classes/Interfaces for collecting and displaying statistics from simulation
runs.
|
Modifier and Type | Class and Description |
---|---|
class |
CollectionSizeTimeVaryingStats
Listen for PropertyChangeEvent of type Collection.
|
class |
LinearSimpleStatsTimeVarying
A SimpleStats that computes the basic statistics for piecewise linear
functions.
|
class |
MultipleCollectionSizeTimeVarying
Listen for IndexedPropertyChangeEvent of type Collection.
|
class |
MultipleSimpleStatsTimeVarying
A class to collect time varying statistics for an array of properties.
|
class |
ObjectMultiTimeVaryingStat |
class |
TruncatingCollectionSizeTimeVarying |
class |
TruncatingMultipleSimpleStatsTimeVarying
A class to collect time varying statistics for an array of properties.
|
class |
TruncatingSimpleStatsTimeVarying
This is a fix of the class simkit.stat.TruncatingSimpleStatsTimeVarying,
which was not resetting properly when the truncation point was reached.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.SortedMap<java.lang.Integer,SimpleStatsTimeVarying> |
MultipleSimpleStatsTimeVarying.indexedStats
Holds the table of indexed statistics.
|
protected java.util.SortedMap<java.lang.Integer,SimpleStatsTimeVarying> |
TruncatingMultipleSimpleStatsTimeVarying.indexedStats
Holds the table of indexed statistics.
|
private java.util.Map<java.lang.String,SimpleStatsTimeVarying> |
MultiStat.timeVaryingStats
A container for the SimpleStatsTimeVarying.
|
Modifier and Type | Method and Description |
---|---|
protected SimpleStatsTimeVarying |
MultiStat.createNewTimeVaryingStat(java.lang.String name)
Creates a new SimpleStatsTimeVarying for the given property name and adds
it to the Map.
|
SimpleStatsTimeVarying[] |
MultiStat.getAllTimeVaryingStats() |
SimpleStatsTimeVarying |
MultiStat.getTimeVaryingStats(java.lang.String name)
Returns a copy of the SimpleStatsTimeVarying for the given property name.
|
Constructor and Description |
---|
SimpleStatsTimeVarying(SimpleStatsTimeVarying original) |