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

The base constructor for rules

Namespace: Clarion.Framework.Core
Assembly: CLARIONLibrary (in CLARIONLibrary.dll) Version: 6.1.0.7 (6.1.0.7)

Syntax

C#
protected Rule(
	Rule..::..RuleParameters pars,
	Chunk outChunk,
	PositiveMatchDeterminer matchMethod,
	EligibilityChecker elMethod
)

Parameters

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

See Also