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