Package | Description |
---|---|
simkit.stat |
Classes/Interfaces for collecting and displaying statistics from simulation
runs.
|
Modifier and Type | Field and Description |
---|---|
protected SamplingType |
SavedStats.samplingType |
Modifier and Type | Method and Description |
---|---|
SamplingType |
LinearSimpleStatsTimeVarying.getSamplingType() |
SamplingType |
SampleStatistics.getSamplingType()
Returns the SamplingType for this SampleStatistics.
|
SamplingType |
SavedStats.getSamplingType() |
SamplingType |
SimpleStatsTally.getSamplingType()
Returns the SamplingType which is always
TALLY . |
SamplingType |
SimpleStatsTimeVarying.getSamplingType() |
static SamplingType |
SamplingType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SamplingType[] |
SamplingType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractSimpleStats.setSamplingType(SamplingType type) |
void |
SampleStatistics.setSamplingType(SamplingType type)
Sets the sampling type to either TALLY or TIME_VARYING.
|
void |
SimpleStatsTimeVarying.setSamplingType(SamplingType type)
Does nothing since the SamplingType is always
TIME_VARYING . |