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

This class serves as the base template class for the internal (i.e., functional) components (e.g., implicit-decision networks, action rules, associative rules, etc.) in the Clarion Library

The ClarionComponent..::..ClarionComponentParameters type exposes the following members.

Constructors

  Name Description
Public method ClarionComponent..::..ClarionComponentParameters(Boolean)
Initializes a parameters class for a ClarionComponent
Public method ClarionComponent..::..ClarionComponentParameters(ClarionComponent..::..ClarionComponentParameters, Boolean)
Initializes a parameters class for a ClarionComponent and sets the values of the parameters to the values specified

Methods

  Name Description
Protected method Global_OnParameterChanged
The event method used for performing global parameter changes

Properties

  Name Description
Public property ELIGIBILITY
A switch that can be used to specify eligibility (in the absence of a more sophisticated eligibility method)
Protected property IsGlobal
Used to specify whether the particular instance of the parameters class is being used for global or local parameters
Protected property Static member ParameterChange_EventInvoked
Used to specify that a global parameter change event in in progress

See Also