[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.1.0 (6.1.1.0)

Syntax

C#
public IActionRuleFactory<RefineableActionRule> RuleExtractionFactory { set; }

Remarks

Default = The refineable action rule factory

See Also