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

Namespace: Clarion.Framework.Core
Assembly: ClarionLibrary (in ClarionLibrary.dll) Version: 6.1.1.0 (6.1.1.0)

Syntax

C#
public enum Timings

Members

Member nameValueDescription
NOW0 Specifies that an event should be processed immediately
PERCEPTION1 Specifies that an event should be processed before the next sensory information object is perceived
EXTERNAL_ACTION_DELIVERY2 Specifies that an event should be processed before an external action is delivered to the world
CHOOSE_ACTION3 Specifies that an event should be processed before an action is chosen in either the ACS or a module in the MCS
WM_UPDATE4 Specifies that an event should be processed before the working memory is updated
LEARNING5 Specifies that an event should be processed before learning is performed in either the ACS, NACS, or a module in the MCS
RULE_DELETION6 Specifies that an event should be processed before a rule is deleted in either the ACS, NACS, or a module in the MCS
REASONING7 Specifies that an event should be processed before reasoning is performed in the NACS
RETRIEVAL8 Specifies that an event should be processed before knowledge retrieval is performed in the NACS
EPISODE_ENCODING9 Specifies that an event should be processed before an episode is encoded in the NACS
DS_UPDATE10 Specifies that an event should be processed before drive strengths are updated in the MS
GS_UPDATE11 Specifies that an event should be processed before the goal structure is updated in the MS
ACTION_POTENTIAL12 Specifies that an event should be processed before action potential is calculated in the ACS
APPRAISAL13 Specifies that an event should be processed before appraisal is performed in the NACS

See Also