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

Filters the specified collection of ChunkTuple objects (typically returned by the NACS when reasoning or knowledge retrieval is performed)

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

Syntax

C#
public delegate IEnumerable<ChunkTuple> KnowledgeFilterer(
	IEnumerable<ChunkTuple> input
)

Parameters

input
Type: System.Collections.Generic..::..IEnumerable<(Of <(<'ChunkTuple>)>)>
The collection that is to be filtered

Return Value

A collection representing the filtered subset of ChunkTuple objects

See Also