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

The factory for generating fixed associative rules

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

Syntax

C#
public class FixedAssociativeRuleFactory : IAssociativeRuleFactory<FixedAssociativeRule>, 
	IRuleFactory<FixedAssociativeRule>

Remarks

The following parameters are REQUIRED: The following parameters are OPTIONAL:

Inheritance Hierarchy

System..::..Object
  Clarion.Framework..::..FixedAssociativeRule..::..FixedAssociativeRuleFactory

See Also