An NDoc Documented Class Library

Expert Class

Represents an expert system.

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

System.Object
   ExpertCoder.ExpertSystem.Expert

public class Expert

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

An expert system is a collection of rules (see Rule) and precedences (see Precedence) that can be executed in an Environment.

Requirements

Namespace: ExpertCoder.ExpertSystem

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

See Also

Expert Members | ExpertCoder.ExpertSystem Namespace