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

This class serves as the base template class for all refineable associative rules (e.g., RefineableAssociativeRule) in the Clarion Library

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

Syntax

C#
public abstract class RefineableAssociativeRule<T> : AssociativeRule, 
	IRefineable<T>, IDeletable
where T : AssociativeRule, IRefineable<T>

Type Parameters

T

Remarks

Note
This class is abstract, and therefore cannot be initialized on its own
TODO: Add more about refineable associative rules

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 <(<'T>)>)>
          Clarion.Framework..::..RefineableAssociativeRule

See Also