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

The base constructor for associative rules

Namespace: Clarion.Framework.Templates
Assembly: ClarionLibrary (in ClarionLibrary.dll) Version: 6.1.1.0 (6.1.1.0)

Syntax

C#
protected AssociativeRule(
	AssociativeRule..::..AssociativeRuleParameters pars,
	Chunk conclusion,
	PositiveMatchDeterminer matchMethod,
	EligibilityChecker elMethod
)

Parameters

pars
Type: Clarion.Framework.Templates..::..AssociativeRule..::..AssociativeRuleParameters
The parameters class containing the local parameters for the associative rule
conclusion
Type: Clarion.Framework.Core..::..Chunk
The rule's conclusion chunk
matchMethod
Type: Clarion.Framework.Templates..::..PositiveMatchDeterminer
(optional) User defined method for determining whether the associative rule was a positive match
elMethod
Type: Clarion.Framework.Templates..::..EligibilityChecker
(optional) User defined method for determining whether the rule is eligible

See Also