Package tools.descartes.dlim.generator
Interface IGeneratorConstants
public interface IGeneratorConstants
Provides constants for the different sampling modes.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Noises are to return 0.static final int
The default Random Seed.static final String
Time-stamps are to be equally distributed within each sampled arrival rate interval.static final String
Noises are to be evaluated.static final String
The time-stamp generator is not to be executed.static final String
Time-stamps are to be randomly generated within each sampled arrival rate interval.
-
Field Details
-
NOTIMESTAMPS
The time-stamp generator is not to be executed. No time stamps are to be produced.- See Also:
-
EQUALDISTANCESAMPLING
Time-stamps are to be equally distributed within each sampled arrival rate interval.- See Also:
-
UNIFORMDISTRIBUTIONSAMPLING
Time-stamps are to be randomly generated within each sampled arrival rate interval.- See Also:
-
CALIBRATION
Noises are to return 0.- See Also:
-
EVALUATION
Noises are to be evaluated.- See Also:
-
DEFAULTRANDOMSEED
static final int DEFAULTRANDOMSEEDThe default Random Seed.- See Also:
-