a spatio temporal logic for the specification and
play

A Spatio-Temporal Logic for the Specification and Refinement of - PowerPoint PPT Presentation

A Spatio-Temporal Logic for the Specification and Refinement of Mobile Systems Martin Wirsing LMU Munich (with Stephan Merz, INRIA Lorraine and Jlia Zappe, LMU Munich) Motivation Formal description of systems with mobile code WAN


  1. A Spatio-Temporal Logic for the Specification and Refinement of Mobile Systems Martin Wirsing LMU Munich (with Stephan Merz, INRIA Lorraine and Júlia Zappe, LMU Munich)

  2. Motivation Formal description of systems with mobile code – WAN computing, agent-based systems – correctness non-obvious, including security issues Existing formalisms for mobile systems – mostly based on “operational” calculi – some have associated logics: Ambient logic, µ -calculus for Klaim – “intensional” semantics, reflecting structural equivalence – no good notions of refinement Reactive systems – transition system semantics (next-state relation + fairness) – well-established refinement notions – stuttering equivalence: TLA 2

  3. Basic Idea ❜ ❜ ❜ � ✂ ❅ ❇ � ✂ ❇ ❅ � ✂ ❇ ❅ � ✂ ❇ ❅ � ✂ ❇ ❅ � ✂ ❇ ❅ � ✂ ❇ ❅ � ✂ ❇ ❅ � ✂ ❇ ❅ � ✂ ❇ ❅ � ✂ ❇ ❅ � ✂ ❇ ❅ joe a 1 a 2 a 3 joe a 1 a 2 a 3 joe a 1 a 2 a 3 . . . � ✂ ❇ ❅ � ✂ ❇ ❅ � ✂ ❇ ❅ � ✂ ❇ ❅ � ✂ ❇ ❅ � ✂ ❇ ❅ ❜ ❜ ❜ ❜ ❜ ❜ ❜ ❜ ❜ ❜ ❜ ❜ shopper shopper shopper ❜ ❜ ❜ found = ∅ found = ∅ found = { o 1 } Configurations ( t , λ ) t finite tree, edges labelled by unique names assigns local states to nodes λ Computations σ = ( t 0 , λ 0 ) , ( t 1 , λ 1 ) , . . . Formulas shopper � found = ∅� location shopper exists without found goods joe . shopper ≫ a 2 . shopper shopper moves from location joe to location a 2 3

  4. MTLA (Mobile Temporal Logic of Actions) TLA – Linear Temporal Logic with formulas � [ A ] v – Important feature: invariance under finite stuttering + Spatial Formulas – Explicit name references n [ F ] – F holds at n . . . provided n exists – NB: n may be arbitrarily far down the tree α. n ≫ β. n – Structural modification of trees – subtree at α n before transition equals subtree at β n after transition – local state at moving subtree preserved 4

  5. Refinement of mobile systems Operation refinement – decompose high-level operations – represented in TLA by implication, thanks to stuttering invariance Spatial decomposition – refine high-level location n into a tree (with root named n ) – in general also distribute local state of n Virtualisation of locations – implement high-level location n by structurally different hierarchy – preserve external behavior : n hidden from high-level interface 5

  6. Spatial decomposition Suppose visiting agents are kept in a “dock” location ❜ � ✂ ❅ ❇ � ✂ ❇ ❅ ❜ � ✂ ❅ ❇ � ✂ ❇ ❅ � ✂ ❇ ❅ � ✂ ❇ ❅ � ✂ ❇ ❅ joe a 1 a 2 a 3 � ✂ ❇ ❅ � ✂ ❇ ❅ � ✂ ❇ ❅ � joe a 1 a 2 a 3 ❜ ❜ ❜ ❜ � ❅ � ✂ ❇ ❅ � ✂ ❇ ❅ � ❅ ❜ ❜ ❜ ❜ dock out � in ❅ � ❅ shopper ❜ ❜ ❜ found = ∅ shopper ❜ found = ∅ ❜ Still conforms to the original specification – formula Shopper doesn’t mention locations dock , in , out – location shopper is still below location a 1 ⇒ Spec Refinement is expressed as Impl 6

  7. Spatial decomposition: general case Usually, decomposition requires distribution of state ❜ ❜ ✡ ❏ ✡ ❏ ✡ ❏ ✡ ❏ a c a c ✡ ❏ ✡ ❏ ✡ ❏ ✡ ❏ � b b ✡ ❏ ✡ ❏ ✡ ❏ ✡ ❏ x x 1 ❜ ❜ ❜ ❜ ❜ ❜ ☞ ❇ x = f ( x 1 , x 2 , x 3 ) ☞ ❇ ☞ ❇ d e f ☞ ❇ ☞ ❇ ☞ ❇ x 2 x 3 ❜ ❜ ❜ ∃ ∃ ∃ ⇒ ∃ ∃ ∃ a . x : Spec Refinement is then expressed as Impl local state variable x hidden from high-level interface 7

  8. Virtualisation of locations Hide entire locations, not just local state ❜ ✡ ❏ ✡ ❏ a b ✡ ❏ ❜ ✡ ❏ ✡ ❏ ✡ ❏ a b ✡ ❏ ✡ ❏ ✡ ❏ ❜ ❜ ✡ ✡ ❏ ✡ ✡ ❏ ✡ ❏ ✡ � ❜ ❏ ❜ c n f ✡ ✡ ❏ ✡ ✡ ✡ ❏ ✡ c d e f ❜ ❜ ❏ ❜ ❏ ✡ ❏ ❏ ✡ ❏ ✡ ❏ ❜ ❜ ❜ ❜ d e ❏ ❏ ❏ ❜ ❜ External behavior preserved except for location n – formally expressed by quantification over locations – spatial refinement mappings ∃ ∃ ∃ ⇒ ∃ ∃ ∃ n : Spec Refinement is expressed as Impl 8

  9. Summing up TLA’ish logic for specification of mobile systems – add (few) spatial operators to describe topology – concise description of system structure and its evolution Refinement concepts represented as implication – stuttering invariance supports operation refinement, as in TLA – “deep” spatial operators support spatial decomposition Future work: axiomatization, decidability, model checking 9

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