• No results found

Modelling and analysis of real-time coordination patterns Kemper, S.

N/A
N/A
Protected

Academic year: 2021

Share "Modelling and analysis of real-time coordination patterns Kemper, S."

Copied!
3
0
0

Bezig met laden.... (Bekijk nu de volledige tekst)

Hele tekst

(1)

Modelling and analysis of real-time coordination patterns

Kemper, S.

Citation

Kemper, S. (2011, December 20). Modelling and analysis of real-time coordination patterns. IPA Dissertation Series. BOXPress BV, 2011-24. Retrieved from

https://hdl.handle.net/1887/18260

Version: Corrected Publisher’s Version

License: Licence agreement concerning inclusion of doctoral thesis in the Institutional Repository of the University of Leiden

Downloaded from: https://hdl.handle.net/1887/18260

Note: To cite this publication please use the final published version (if applicable).

(2)

Abstract

The increasing size of present-day embedded software systems makes verification of these systems an increasingly difficult task. Even more, not only the size of systems increases, but to faithfully model and analyse real-life applications, an increasing number of features and formalisms need to be developed and supported. The two most important features demanded from embedded software systems are that they need to involve handling of dense real-time, and that they can be developed in a modular, component-based way. The last point amounts to specifying the system by a set of components (implementing the behaviour), together with a set of component connectors (implementing the coordination patterns for inter-component communi- cation protocols).

To ensure that the behaviour of the final system is correct (that means, behaves as expected) and safe (that means, nothing bad can ever happen), it needs to be verified before it is being put into operation. To this end, two things are needed:

first, formal models that are powerful enough to faithfully describe all aspects of the system, and in particular support handling of dense real-time as well as constructs to combine components and connectors. Second, formal methods to analyse the formal model of the system and verify that it satisfies certain properties, in particular including correctness of the coordination pattern.

In this thesis, we propose both formal models and formal methods to model and analyse component-based real-time systems and their coordination patterns. We present three formal models of real-time systems: Timed Automata, Timed Con- straint Automata, and Timed Network Automata, which have different modelling power with respect to communication, communication primitives, and expressible constraints on the communication. We then present a translation for each of these formal models into a representation in propositional logic with linear arithmetic, which allows to use well-established SAT and SMT solver tools to analyse real-time properties of the underlying system. We give a correctness proof for the represen- tation, which shows that results established for the representation carry over to the respective formal model.

We then present an abstraction technique that works on the representation, and reduces the size of the system by removing parts that are considered irrelevant to the verification of a particular property. This allows to further increase the manageable system size. We prove the abstract system to be an over-approximation

149

(3)

150 ABSTRACT

of the original system, such that infeasibility of some erroneous behaviour (up to a certain execution bound) in the abstract system entails infeasibility of the erroneous behaviour (up to a certain execution bound) in the original system. Finally, we prove the applicability and usability of our framework with a tool implementation, that supports the design and analysis process of component-based real-time systems.

Referenties

GERELATEERDE DOCUMENTEN

The method features (a) modeling of individual software and hardware components at a high abstraction level, (b) specification of ar- chitectural models containing scenarios,

After the TCA has delayed in location s for a positive amount of time, 5 during which the invariant I(s) of s needs to be satisfied, it executes the transition and moves to location s

License: Licence agreement concerning inclusion of doctoral thesis in the Institutional Repository of the University of Leiden Downloaded.

The work in this thesis has been carried out at the Centrum Wiskunde & Infor- matica (CWI), and under the auspices of the research school IPA (Institute for Programming research

In Section 2.4, we extend the formal model of Timed Network Automata, as presented in [Kem10], with memory cells and concrete data values, and define a formal syntax and semantics..

After the TCA has delayed in location s for a positive amount of time, 5 during which the invariant I(s) of s needs to be satisfied, it executes the transition and moves to location s

4 Without confusion, we use the same formula identifiers for all real-time systems.. All clocks are updated according to their value under λ, data flows through all ports p contained

• by CC(X)| S , we denote the set of clock constraints over clock variables in X that occur in the formula representation of a real-time system S; by DC(P DA ,D CO )| S , we denote