An NDoc Documented Class Library

Precedence Class

Represents a relationship between two rules, that indicates that in case of conflict (i.e. both rules are active) one of them must be executed before.

For a list of all members of this type, see Precedence Members.

System.Object
   ExpertCoder.ExpertSystem.Precedence

public class Precedence

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

The precedence relationship can have different behaviors, depending on its kind (PrecedenceKind) and its coupling (CouplingKind).

Requirements

Namespace: ExpertCoder.ExpertSystem

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

See Also

Precedence Members | ExpertCoder.ExpertSystem Namespace