[This is preliminary documentation and is subject to change.]
Initializes a new instance of the RefineableActionRule class
Namespace: Clarion.FrameworkAssembly: CLARIONLibrary (in CLARIONLibrary.dll) Version: 6.1.0.7 (6.1.0.7)
Syntax
C# |
---|
protected RefineableActionRule( RefineableActionRule<(Of <(<'T>)>)>..::..RefineableActionRuleParameters pars, ActionChunk actionChunk, PositiveMatchDeterminer matchMethod, RuleGeneralizer<RefineableActionRule> generalizationMethod, RuleSpecializer<RefineableActionRule> specializationMethod, DeletionChecker deletionMethod, EligibilityChecker elMethod ) |
Parameters
- actionChunk
- Type: Clarion.Framework.Core..::..ActionChunk
- matchMethod
- Type: Clarion.Framework.Templates..::..PositiveMatchDeterminer
- generalizationMethod
- Type: Clarion.Framework.Templates..::..RuleGeneralizer<(Of <(<'RefineableActionRule>)>)>
- specializationMethod
- Type: Clarion.Framework.Templates..::..RuleSpecializer<(Of <(<'RefineableActionRule>)>)>
- deletionMethod
- Type: Clarion.Framework.Templates..::..DeletionChecker
- elMethod
- Type: Clarion.Framework.Templates..::..EligibilityChecker