EvidenceRemove


Description

An event that reports that a Node/State pair has been removed from the aModel.Engine.Evidence collection.

Syntax

aModel_EvidenceRemove(aNode)

 

Parameter Description
aModel a Model object.
aNode the Node object.

Guarantees

This event is guaranteed to be fired after Node/State pair has been removed.

Remarks

The setting of node to state can not be determined when this event fires because it will have already been removed from the Evidence collection.

This event will not fire if the evidence doesn't really change. For example, if a node is removed from the evidence twice, no event will fire the second time it is removed.

Applies To

Model

Also See:

EvidenceAdd

Events: an Overview

Inference: an Overview