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

Generalizes this rule (if possible)

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

Syntax

C#
public virtual T Generalize(
	Rule matchAll
)

Parameters

matchAll
Type: Clarion.Framework.Core..::..Rule
The match all rule related to this rule

Return Value

This rule if it does not meet the criteria for generalization (or if the rule is not generalizable), or a generalized rule if this rule meets the criteria for generalization

See Also