[This is preliminary documentation and is subject to change.]
This class implements an IRL rule in the Clarion Library
Namespace: Clarion.FrameworkAssembly: ClarionLibrary (in ClarionLibrary.dll) Version: 6.1.1.0 (6.1.1.0)
Syntax
C# |
---|
public class IRLRule : RefineableActionRule<IRLRule>, IRefineable<IRLRule> |
Remarks
The following parameters are REQUIRED:
- The action chunk for the rule being generated
- The SupportCalculator delegate that is used to determine if the rule supports an action
- A parameters class for the rule
- A PositiveMatchDeterminer delegate
- A RuleGeneralizer<(Of <(<'T>)>)> delegate
- A RuleSpecializer<(Of <(<'T>)>)> delegate
- A DeletionChecker delegate
- A EligibilityChecker delegate
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 <(<'IRLRule>)>)>
Clarion.Framework..::..IRLRule
Clarion.Framework.Core..::..ClarionComponent
Clarion.Framework.Core..::..Rule
Clarion.Framework.Templates..::..ActionRule
Clarion.Framework.Templates..::..RefineableActionRule<(Of <(<'IRLRule>)>)>
Clarion.Framework..::..IRLRule