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

This class implements a refineable associative rule in the Clarion Library

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

Syntax

C#
public class RefineableAssociativeRule : RefineableAssociativeRule<RefineableAssociativeRule>

Remarks

The following parameters are REQUIRED: The following parameters are OPTIONAL:

Copyright 2011. Nicholas Wilson

Inheritance Hierarchy

System..::..Object
  Clarion.Framework.Core..::..ClarionComponent
    Clarion.Framework.Core..::..Rule
      Clarion.Framework.Templates..::..AssociativeRule
        Clarion.Framework.Templates..::..RefineableAssociativeRule<(Of <(<'RefineableAssociativeRule>)>)>
          Clarion.Framework..::..RefineableAssociativeRule

See Also