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

Implements a semantic label in CLARION.

Namespace: Clarion.Framework.Core
Assembly: CLARIONLibrary (in CLARIONLibrary.dll) Version: 6.1.0.7 (6.1.0.7)

Syntax

C#
public class SemanticLabel : DimensionValuePair<Type, string>

Remarks

This class is typically found within (and automatically generated by) a declarative chunk. However, anything that can be defined using a dimension-value pair can contain a semantic label.

Caution
Unless you specifically intend to use a semantic label (say, for example, as an input for an implicit component), it is not be necessary to specify a semantic label for a World object other than a DeclarativeChunk (which is auto-generated).

Copyright 2011. Nicholas Wilson

Inheritance Hierarchy

System..::..Object
  Clarion.Framework..::..DimensionValuePair
    Clarion.Framework..::..DimensionValuePair<(Of <(<'Type, String>)>)>
      Clarion.Framework.Core..::..SemanticLabel

See Also