The time base states "how long a second lasts in milliseconds".
The default value is obviously 1000, but you can alter this value to
accelerate (or slow down) the behaviour of the memory storage.
For instance, if you set timeBase = 500, the actual duration a
short term statement is divided by 2 (ie 5 seconds instead of the default
10 seconds)
The time base states "how long a second lasts in milliseconds".
The default value is obviously 1000, but you can alter this value to
accelerate (or slow down) the behaviour of the memory storage.
For instance, if you set timeBase = 500, the actual duration a
short term statement is divided by 2 (ie 5 seconds instead of the default
10 seconds)
Returns the enum constant of this class with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this class. (Extraneous whitespace characters are
not permitted.)
Parameters:
name - the name of the enum constant to be returned.