[This is preliminary documentation and is subject to change.]

Implements a time stamp in CLARION.

Namespace: Clarion.Framework.Core
Assembly: CLARIONLibrary (in CLARIONLibrary.dll) Version: 6.1.0.7 (6.1.0.7)

Syntax

C#
public class TimeStamp : DimensionValuePair<Type, 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.

Note
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 <(<'Type, Int64>)>)>
      Clarion.Framework.Core..::..TimeStamp

See Also