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

The types of measures that can be used for rule selection when performing action decision making

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

Syntax

C#
public enum SelectionTypes

Members

Member nameValueDescription
SUPPORT0 Specifies that the rule support calculation should be used for selecting the rule
UTILITY1 Specifies that the rule utility calculation should be used for selecting the rule

See Also