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

Sets the factory that is to be used for extracting rules 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 IActionRuleFactory<RefineableActionRule> RuleExtractionFactory { set; }

Remarks

Default = The refineable action rule factory

See Also