Research Article

Cross-Organization Emergency Response Process Mining: An Approach Based on Petri Nets

Algorithm 1

IERP model mining.
(i)INTPUT: event log of a single emergency organization
(ii)OUTPUT: IERP model
(1), , , , , , , ; //initialization
(2); //mining the control flow
(3)For each
(4) For each
(5)  For each
(6)   If  = = 
(7)    If ; //mining sending message places
(8)     ;
(9)     ;
(10)    End if
(11)    If ; //mining receiving message places
(12)     ;
(13)     ;
(14)    End if
(15)    If ; //mining resource places
(16)     
(17)     
(18)    End if
(19)   End if
(20)  End for
(21) End for
(22) End for
(23);
(24)Return . //output the RMPN.