[This is preliminary documentation and is subject to change.]
Implements a time stamp in Clarion.
Namespace: Clarion.Framework.CoreAssembly: ClarionLibrary (in ClarionLibrary.dll) Version: 6.1.1.0 (6.1.1.0)
Syntax
C# |
---|
public class TimeStamp : DimensionValuePair<string, long> |
Remarks
An time stamp can be (optionally) generated by the World class whenever a sensory information object is requested (and a time stamp
dimension-value pair does not already exist for the time stamp associated with that sensory information object). Time stamps can be used
in the same fashion as dimension-value pairs (e.g., as an input of an implicit module). They are also used to keep
track of various statistics (such as BLA), as well as for encoding episodic memories.
![]() |
---|
By default, the World class will begin with the time stamp "0" upon initialization. |
Copyright 2011. Nicholas Wilson
Inheritance Hierarchy
System..::..Object
Clarion.Framework..::..DimensionValuePair
Clarion.Framework..::..DimensionValuePair<(Of <(<'String, Int64>)>)>
Clarion.Framework.Core..::..TimeStamp
Clarion.Framework..::..DimensionValuePair
Clarion.Framework..::..DimensionValuePair<(Of <(<'String, Int64>)>)>
Clarion.Framework.Core..::..TimeStamp