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 CLOptionCommand line option to customize statistics settings.(package private) IBSThe model that is using the statistics settings.(package private) intThe number of samples before resetting the geometry.(package private) IBS.Statistics.TypeThe statistics type. -
Constructor Summary
ConstructorsConstructorDescriptionStatistics(IBS ibs) Instantiate new statistics settings for use in IBSmodels. -
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 IBSmodels.- Parameters:
ibs- the model using this statistics settings
-
-
Method Details