Research Article

Sequential Failure Analysis Using Novel Algorithms in Sequence Determination of Petri Nets Firing

Algorithm 2

Function Filler of the proposed algorithm.
FILLER Algorithm
Input:  Info, level, , Internal, External, Status
Ouput: Cons =
Cons = Info;
= Finder(Info, level);         ,
for   Linefinder(Info) + 1
if Cons , level   then
  for  
   if  Info , level   then
    for  
     if Cons , level   then
      Cons , level ; Cons , level ;
     end if
      for   Linefinder(Info)
       Update Info;
      end for
     for   level
      If Newmarking(Cons , level}) is not iterated then
       Add Newmarking and enabling matrices to the sequence;
      end if
     end for
    end for
   end if
  end for
end if
end for
return Cons