Pushes the specified module to the top of the FocusStack. The inference engine manages a focus stack which lists the order of modules to obtain focus during execution (Run)
Namespace: InferenceEngine
Delphi |
public |
Parameters
ModuleName
Type: String
Note that the inference engine maintains the state of each module's execution separately (except for shared facts). To temporarily pause execution in one module, push the module onto the focus stack, change to another module, and the pop the focus stack (PopFocus) to return to the original module |
Reference |