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

Sets the (optional) rule extraction method that can be used in-lieu of the default method for extracting rule from the bottom level of the meta-cognitive module

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

Syntax

C#
public RuleExtractor<RefineableActionRule> RuleExtractionMethod { set; }

See Also