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

Determines if a rule covers another rule

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

Syntax

C#
public delegate bool CoversDeterminer(
	Rule sender,
	Rule r
)

Parameters

sender
Type: Clarion.Framework.Core..::..Rule
The rule that initiated call to the covers determiner
r
Type: Clarion.Framework.Core..::..Rule
The rule to be checked against the rule that called the covers determiner

Return Value

True if the sender rule covers the other rule

See Also