Given a system of transactions and modules, this program calculates the transcations and uniques modules for each transactions. It also calculates the explosion and path from of each transaction to a failure module.
How to use Software
Load Text file containing the transactions and modules.
Each relationship between transactions and modules must be represented in a new line. For example.
AC AB BX DC DD EF FX BA
Once the text file is loaded, the application generates the unique module for each transaction, the explosion and path from transaction to failure module. The user is required to enter the transaction and failure model as input which displays the path from the transaction to the failure module.