Class IBS.Statistics

Object
Statistics
Enclosing class:
IBS

public static class IBS.Statistics extends Object
The class managing the settings for statistics mode.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static enum 
    Type of statistics.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    (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

    Constructors
    Constructor
    Description
    Instantiate new statistics settings for use in IBS models.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the settings for the statistics.
     

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • ibs

      IBS ibs
      The model that is using the statistics settings. This is specific to IBS models.
    • stattype

      The statistics type.
      See Also:
    • resetInterval

      int resetInterval
      The number of samples before resetting the geometry.
    • args

      String[] args
      The settings for the statistics.
    • clo

      public final CLOption clo
      Command line option to customize statistics settings.
  • Constructor Details

    • Statistics

      public Statistics(IBS ibs)
      Instantiate new statistics settings for use in IBS models.
      Parameters:
      ibs - the model using this statistics settings
  • Method Details

    • getArgs

      public String[] getArgs()
      Get the settings for the statistics.
      Returns:
      the statistics settings
      See Also:
    • toString

      public String toString()
      Overrides:
      toString in class Object