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

This class implements a refineable action rule in the Clarion Library

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

Syntax

C#
public class RefineableActionRule : RefineableActionRule<RefineableActionRule>

Remarks

To initialize a refineable action rule, the following parameters MUST be specified when using the AgentInitializer.Initialize... methods:
  • The action chunk for the rule being generated
The following parameters may be optionally specified when using the AgentInitializer.Initialize... methods:

Copyright 2011. Nicholas Wilson

Inheritance Hierarchy

System..::..Object
  Clarion.Framework.Core..::..ClarionComponent
    Clarion.Framework.Core..::..Rule
      Clarion.Framework.Templates..::..ActionRule
        Clarion.Framework.Templates..::..RefineableActionRule<(Of <(<'RefineableActionRule>)>)>
          Clarion.Framework..::..RefineableActionRule

See Also