[This is preliminary documentation and is subject to change.]
Namespace: Clarion.Framework.CoreAssembly: ClarionLibrary (in ClarionLibrary.dll) Version: 6.1.1.0 (6.1.1.0)
Syntax
C# |
---|
public enum Timings |
Members
Member name | Value | Description | |
---|---|---|---|
NOW | 0 | Specifies that an event should be processed immediately | |
PERCEPTION | 1 | Specifies that an event should be processed before the next sensory information object is perceived | |
EXTERNAL_ACTION_DELIVERY | 2 | Specifies that an event should be processed before an external action is delivered to the world | |
CHOOSE_ACTION | 3 | Specifies that an event should be processed before an action is chosen in either the ACS or a module in the MCS | |
WM_UPDATE | 4 | Specifies that an event should be processed before the working memory is updated | |
LEARNING | 5 | Specifies that an event should be processed before learning is performed in either the ACS, NACS, or a module in the MCS | |
RULE_DELETION | 6 | Specifies that an event should be processed before a rule is deleted in either the ACS, NACS, or a module in the MCS | |
REASONING | 7 | Specifies that an event should be processed before reasoning is performed in the NACS | |
RETRIEVAL | 8 | Specifies that an event should be processed before knowledge retrieval is performed in the NACS | |
EPISODE_ENCODING | 9 | Specifies that an event should be processed before an episode is encoded in the NACS | |
DS_UPDATE | 10 | Specifies that an event should be processed before drive strengths are updated in the MS | |
GS_UPDATE | 11 | Specifies that an event should be processed before the goal structure is updated in the MS | |
ACTION_POTENTIAL | 12 | Specifies that an event should be processed before action potential is calculated in the ACS | |
APPRAISAL | 13 | Specifies that an event should be processed before appraisal is performed in the NACS |