dynamic slicing techniques for petri nets
play

Dynamic Slicing Techniques for Petri Nets M. Llorens, J. Oliver, J. - PowerPoint PPT Presentation

Motivation Dynamic Slicing in PN from an initial marking Dynamic Slicing in PN from a firing sequence Conclusions and Future Work Dynamic Slicing Techniques for Petri Nets M. Llorens, J. Oliver, J. Silva, S. Tamarit, G. Vidal Dep. of


  1. Motivation Dynamic Slicing in PN from an initial marking Dynamic Slicing in PN from a firing sequence Conclusions and Future Work Dynamic Slicing Techniques for Petri Nets M. Llorens, J. Oliver, J. Silva, S. Tamarit, G. Vidal Dep. of Information Systems and Computation (DSIC) Technical University of Valencia (UPV) 4th International Workshop on Programming Language Interference and Dependence (PLID 2008) M. Llorens, J. Oliver, J. Silva, S. Tamarit, G. Vidal Dynamic Slicing Techniques for Petri Nets

  2. Motivation Dynamic Slicing in PN from an initial marking Dynamic Slicing in PN from a firing sequence Conclusions and Future Work Motivation 1 Program Slicing Petri Nets Static Slicing in PN Dynamic Slicing in PN Dynamic Slicing in PN from an initial marking 2 Motivation Intuitive idea Example Comparison Dynamic Slicing in PN from a firing sequence 3 Motivation Intuitive idea Example Comparison Conclusions and Future Work 4 M. Llorens, J. Oliver, J. Silva, S. Tamarit, G. Vidal Dynamic Slicing Techniques for Petri Nets

  3. Motivation Program Slicing Dynamic Slicing in PN from an initial marking Petri Nets Dynamic Slicing in PN from a firing sequence Static Slicing in PN Conclusions and Future Work Dynamic Slicing in PN Motivation 1 Program Slicing Petri Nets Static Slicing in PN Dynamic Slicing in PN Dynamic Slicing in PN from an initial marking 2 Motivation Intuitive idea Example Comparison Dynamic Slicing in PN from a firing sequence 3 Motivation Intuitive idea Example Comparison Conclusions and Future Work 4 M. Llorens, J. Oliver, J. Silva, S. Tamarit, G. Vidal Dynamic Slicing Techniques for Petri Nets

  4. Motivation Program Slicing Dynamic Slicing in PN from an initial marking Petri Nets Dynamic Slicing in PN from a firing sequence Static Slicing in PN Conclusions and Future Work Dynamic Slicing in PN Program Slicing Method for decomposing programs in order to extract parts of them, called program slices , which are of interest. Mark Weiser (1979). Program debugging ⇒ For isolating the program statements that may contain a bug. In general, slicing extracts the statements that may affect some point of interest, referred to as slicing criterion . Classified into two classes: Static : if the input of the program is unknown. Dynamic : if a particular input for the program is provided. M. Llorens, J. Oliver, J. Silva, S. Tamarit, G. Vidal Dynamic Slicing Techniques for Petri Nets

  5. Motivation Program Slicing Dynamic Slicing in PN from an initial marking Petri Nets Dynamic Slicing in PN from a firing sequence Static Slicing in PN Conclusions and Future Work Dynamic Slicing in PN Program Slicing Example (a) Example program. (b) Slice of this program w.r.t. the slicing criterion ( 10 , product ). M. Llorens, J. Oliver, J. Silva, S. Tamarit, G. Vidal Dynamic Slicing Techniques for Petri Nets

  6. Motivation Program Slicing Dynamic Slicing in PN from an initial marking Petri Nets Dynamic Slicing in PN from a firing sequence Static Slicing in PN Conclusions and Future Work Dynamic Slicing in PN Motivation 1 Program Slicing Petri Nets Static Slicing in PN Dynamic Slicing in PN Dynamic Slicing in PN from an initial marking 2 Motivation Intuitive idea Example Comparison Dynamic Slicing in PN from a firing sequence 3 Motivation Intuitive idea Example Comparison Conclusions and Future Work 4 M. Llorens, J. Oliver, J. Silva, S. Tamarit, G. Vidal Dynamic Slicing Techniques for Petri Nets

  7. Motivation Program Slicing Dynamic Slicing in PN from an initial marking Petri Nets Dynamic Slicing in PN from a firing sequence Static Slicing in PN Conclusions and Future Work Dynamic Slicing in PN Petri Net Graphic, mathematical tool used to model and verify the behavior of systems that are concurrent, asynchronous, distributed, parallel, non-deterministic and/or stochastic. Verification ⇒ Methods explore the state space, as the reachability graph . State explosion problem ⇒ various approaches have been proposed to minimize the number of system states to be studied. M. Llorens, J. Oliver, J. Silva, S. Tamarit, G. Vidal Dynamic Slicing Techniques for Petri Nets

  8. Motivation Program Slicing Dynamic Slicing in PN from an initial marking Petri Nets Dynamic Slicing in PN from a firing sequence Static Slicing in PN Conclusions and Future Work Dynamic Slicing in PN Motivation 1 Program Slicing Petri Nets Static Slicing in PN Dynamic Slicing in PN Dynamic Slicing in PN from an initial marking 2 Motivation Intuitive idea Example Comparison Dynamic Slicing in PN from a firing sequence 3 Motivation Intuitive idea Example Comparison Conclusions and Future Work 4 M. Llorens, J. Oliver, J. Silva, S. Tamarit, G. Vidal Dynamic Slicing Techniques for Petri Nets

  9. Motivation Program Slicing Dynamic Slicing in PN from an initial marking Petri Nets Dynamic Slicing in PN from a firing sequence Static Slicing in PN Conclusions and Future Work Dynamic Slicing in PN Static Slicing in PN C.K. Chang and H. Wang. A slicing algorithm of concurrency modelling based on Petri nets. In Proc. of the 1986 Int. Conf. on Parallel Processing , IEEE Computer Society Press, pp. 789-792, 1987. W.J. Lee, S.D. Cha, Y.R. Kwon, and H.N. Kim. A Slicing-based Approach to Enhance Petri Net Reachability Analysis. In Journal of Research and Practice in Information Technology , vol. 32(2), pp. 131-143, 2000. A. Rakow. Slicing Petri Nets. Technical Report, Department für Informatik, Carl von Ossietzky Universität, Oldenburg, 2007. A. Rakow. Slicing Petri Nets with an Application to Workflow Verification. In Proc. of the 34th Conf. on Current Trends in Theory and Practice of Computer Science (SOFSEM 2008) , Springer LNCS 4910, pp. 436-447, 2008. M. Llorens, J. Oliver, J. Silva, S. Tamarit, G. Vidal Dynamic Slicing Techniques for Petri Nets

  10. Motivation Program Slicing Dynamic Slicing in PN from an initial marking Petri Nets Dynamic Slicing in PN from a firing sequence Static Slicing in PN Conclusions and Future Work Dynamic Slicing in PN Algorithm of Rakow’07 The slicing criterion for N = ( P , T , F ) is � Q � where Q ⊆ P is a set of places. It computes all the parts of the Petri net which could transmit tokens to the slicing criterion Q . The marking of a place p depends on its input and output 1 transitions, a transition may only be fired if it is enabled, and 2 the enabling of a transition depends on the marking of its 3 input places. The slice N ′ = ( P ′ , T ′ , F ′ ) is a subnet of N that includes all input places of all transitions connected to any place p in P ′ , starting with Q ⊆ P ′ . Limitation ⇒ Big slices due to no initial marking nor firing sequence were considered. M. Llorens, J. Oliver, J. Silva, S. Tamarit, G. Vidal Dynamic Slicing Techniques for Petri Nets

  11. Motivation Program Slicing Dynamic Slicing in PN from an initial marking Petri Nets Dynamic Slicing in PN from a firing sequence Static Slicing in PN Conclusions and Future Work Dynamic Slicing in PN Motivation 1 Program Slicing Petri Nets Static Slicing in PN Dynamic Slicing in PN Dynamic Slicing in PN from an initial marking 2 Motivation Intuitive idea Example Comparison Dynamic Slicing in PN from a firing sequence 3 Motivation Intuitive idea Example Comparison Conclusions and Future Work 4 M. Llorens, J. Oliver, J. Silva, S. Tamarit, G. Vidal Dynamic Slicing Techniques for Petri Nets

  12. Motivation Program Slicing Dynamic Slicing in PN from an initial marking Petri Nets Dynamic Slicing in PN from a firing sequence Static Slicing in PN Conclusions and Future Work Dynamic Slicing in PN Dynamic Slicing in PN Proposal 1 : It extends the slicing criterion in Rakow’07 in order to also consider an initial marking. Proposal 2 : It reduces the size of the computed slice by only considering a particular execution, a sequence of transition firings. M. Llorens, J. Oliver, J. Silva, S. Tamarit, G. Vidal Dynamic Slicing Techniques for Petri Nets

  13. Motivation Motivation Dynamic Slicing in PN from an initial marking Intuitive idea Dynamic Slicing in PN from a firing sequence Example Conclusions and Future Work Comparison Motivation 1 Program Slicing Petri Nets Static Slicing in PN Dynamic Slicing in PN Dynamic Slicing in PN from an initial marking 2 Motivation Intuitive idea Example Comparison Dynamic Slicing in PN from a firing sequence 3 Motivation Intuitive idea Example Comparison Conclusions and Future Work 4 M. Llorens, J. Oliver, J. Silva, S. Tamarit, G. Vidal Dynamic Slicing Techniques for Petri Nets

  14. Motivation Motivation Dynamic Slicing in PN from an initial marking Intuitive idea Dynamic Slicing in PN from a firing sequence Example Conclusions and Future Work Comparison Motivation Dynamic ⇒ Initial marking ⇒ Debugging In a particular trace of a marked Petri net, an erroneous state is reached. Extracting the set of places and transitions that may erroneously contribute tokens to the places of interest. M. Llorens, J. Oliver, J. Silva, S. Tamarit, G. Vidal Dynamic Slicing Techniques for Petri Nets

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend