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

Sets the (optional) filtering method that can be used in-lieu of the default method for filtering the conclusions from reasoning

Namespace: Clarion.Framework
Assembly: ClarionLibrary (in ClarionLibrary.dll) Version: 6.1.1.0 (6.1.1.0)

Syntax

C#
public KnowledgeFilterer ReasoningOutputFilterMethod { set; }

Remarks

By default, all conclusions are added to WM as long as the time stamp when reasoning ended is later than the most recently processed sensory information

See Also