An NDoc Documented Class Library

CouplingKind Enumeration

The coupling kind establishes the way two rules' activation functions are related.

public enum CouplingKind

Remarks

To be added.

Members

Member Name Description
Independent The rule's activation conditions are independent of each other.
Dependent The overriding rule depends on the overrided rule to be activated; in other words, the overriding rule activation condition is ANDed with the activation condition of the overrided rule.

Requirements

Namespace: ExpertCoder.ExpertSystem

Assembly: ExpertCoder.ExpertSystem (in ExpertCoder.ExpertSystem.dll)

See Also

ExpertCoder.ExpertSystem Namespace