[This is preliminary documentation and is subject to change.]
Initializes a new custom meta-cognitive action chunk (of type T). Also, if the optional label is specified (and is not null), then this method
generates a SemanticLabel object for the specified label (if one does not already exist for it) and adds it to the action chunk
(unless otherwise indicated).
Namespace: ClarionAssembly: ClarionLibrary (in ClarionLibrary.dll) Version: 6.1.1.0 (6.1.1.0)
Syntax
C# |
---|
public static T NewCustomMetaCognitiveActionChunk<T>( IComparable label, bool addSemanticLabel ) where T : new(), CustomMetaCognitiveActionChunk<T> |
Parameters
- label
- Type: System..::..IComparable
The (optional) label for the action chunk being generated
- addSemanticLabel
- Type: System..::..Boolean
(optional) Specifies whether the SemanticLabel should be added to the dimension-value pairs collection of the chunk.Note
The semantic label is still generated regardless of whether it is added to the chunk.
Type Parameters
- T