| Package | Description |
|---|---|
| simkit |
Contains the basic functionality of simkit.
|
| simkit.stat |
Classes/Interfaces for collecting and displaying statistics from simulation
runs.
|
| Class and Description |
|---|
| SampleStatistics
Common interface for classes collecting statistics.
|
| Class and Description |
|---|
| AbstractSimpleStats
Abstract base class implementation of the SampleStatistics interface.
|
| BooleanCounter
Listens for boolean PropertyChangeEvent and counts number of true
and number of false values.
|
| CollectionSizeTimeVaryingStats
Listen for PropertyChangeEvent of type Collection.
|
| IndexedSampleStatistics
An interface for classes that collect statistics on indexed properties.
|
| MultipleSimpleStatsTimeVarying
A class to collect time varying statistics for an array of properties.
|
| ObjectIndexedStatistics |
| OuterStatType |
| QuantileType
Placeholder for when all the different quantile methods are implemented.
|
| SampleStatistics
Common interface for classes collecting statistics.
|
| SamplingType
A Java-style "enumeration" class to represent the type of sampling being done
by a given class.
|
| SimpleStatsTally
Basic class for collecting tally statistics as produced by a typical
simulation model, that is, one observation at a time.
|
| SimpleStatsTimeVarying
Basic class for collecting statistics on time varying properties.
|
| TimeTruncatedTallyStat.Truncate
This class schedules a Truncate event at time given by truncationTime
|
| TruncatingSimpleStatsTimeVarying.Truncate
This class is responsible for scheduling truncation at exactly the
correct time.
|