An NDoc Documented Class Library

IOElementInhibition Class

An inhibition mechanism dependent on both the current input and output model elements.

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

System.Object
   ExpertCoder.ExpertSystem.IOElementInhibition

public sealed class IOElementInhibition : IInhibitionMechanism

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

If you use this inhibition mechanism, the rule will be activated at most once for each combination of input and output model elements.

Use this inhibition mechanism when you have to do some task on several output model elements, based on the same input model element.

Requirements

Namespace: ExpertCoder.ExpertSystem

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

See Also

IOElementInhibition Members | ExpertCoder.ExpertSystem Namespace