Research Article

Representing Tactics for Fault Recovery: A Reconfigurable, Modular, and Hierarchical Approach

Listing 5

Removal of a faulty connecton.
(1) Location>>fault: aName
(2)  |faulty|
(3)  faulty:= self remove: aName. “Removes connecton aName and all its channels”
(4)  out fault: faulty. “Sends faulty as a mobile connecton through the output gate fault:”