Interface IGeneratorConstants


public interface IGeneratorConstants
Provides constants for the different sampling modes.
  • Field Details

    • NOTIMESTAMPS

      static final String NOTIMESTAMPS
      The time-stamp generator is not to be executed. No time stamps are to be produced.
      See Also:
    • EQUALDISTANCESAMPLING

      static final String EQUALDISTANCESAMPLING
      Time-stamps are to be equally distributed within each sampled arrival rate interval.
      See Also:
    • UNIFORMDISTRIBUTIONSAMPLING

      static final String UNIFORMDISTRIBUTIONSAMPLING
      Time-stamps are to be randomly generated within each sampled arrival rate interval.
      See Also:
    • CALIBRATION

      static final String CALIBRATION
      Noises are to return 0.
      See Also:
    • EVALUATION

      static final String EVALUATION
      Noises are to be evaluated.
      See Also:
    • DEFAULTRANDOMSEED

      static final int DEFAULTRANDOMSEED
      The default Random Seed.
      See Also: