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

This class serves as the base template class for all refineable action rules (e.g., RefineableActionRule, IRLRule) in the CLARION Library

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

Syntax

C#
public abstract class RefineableActionRule<T> : ActionRule, 
	IRefineable<T>, IDeletable
where T : ActionRule, IRefineable<T>

Type Parameters

T

Remarks

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

Copyright 2011. Nicholas Wilson

Inheritance Hierarchy

System..::..Object
  Clarion.Framework.Core..::..ClarionComponent
    Clarion.Framework.Core..::..Rule
      Clarion.Framework.Templates..::..ActionRule
        Clarion.Framework.Templates..::..RefineableActionRule<(Of <(<'T>)>)>
          Clarion.Framework..::..IRLRule
          Clarion.Framework..::..RefineableActionRule

See Also