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