An NDoc Documented Class Library

PrecedenceKind Enumeration

Establishes the kind of a precedence relationship between two rules.

public enum PrecedenceKind

Remarks

To be added.

Members

Member Name Description
Precedence The overriding rule is executed before the overrided rule, and in the next iteration the overrided rule can be chosen for execution - if the environment situation is not modified.
Replacement The overriding rule is executed instead the overrided rule. Both, overriding and overrided rules are inhibited in the current environment situation.

Requirements

Namespace: ExpertCoder.ExpertSystem

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

See Also

ExpertCoder.ExpertSystem Namespace