Package org.evoludo.simulator.models
Class IBS.Statistics
Object
Statistics
- Enclosing class:
IBS
The class managing the settings for statistics mode.
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescription(package private) String[]
The settings for the statistics.final CLOption
Command line option to customize statistics settings.(package private) IBS
The model that is using the statistics settings.(package private) int
The number of samples before resetting the geometry.(package private) IBS.Statistics.Type
The statistics type. -
Constructor Summary
ConstructorsConstructorDescriptionStatistics
(IBS ibs) Instantiate new statistics settings for use in IBSmodel
s. -
Method Summary
-
Field Details
-
ibs
IBS ibsThe model that is using the statistics settings. This is specific to IBS models. -
stattype
IBS.Statistics.Type stattypeThe statistics type.- See Also:
-
resetInterval
int resetIntervalThe number of samples before resetting the geometry. -
args
String[] argsThe settings for the statistics. -
clo
Command line option to customize statistics settings.
-
-
Constructor Details
-
Statistics
Instantiate new statistics settings for use in IBSmodel
s.- Parameters:
ibs
- the model using this statistics settings
-
-
Method Details