Logical architecture refinement

Slides:



Advertisements
Similar presentations
ARCHITECTURES FOR ARTIFICIAL INTELLIGENCE SYSTEMS
Advertisements

Translation-Based Compositional Reasoning for Software Systems Fei Xie and James C. Browne Robert P. Kurshan Cadence Design Systems.
CS 290C: Formal Models for Web Software Lecture 4: Implementing and Verifying Statecharts Specifications Using the Spin Model Checker Instructor: Tevfik.
Background information Formal verification methods based on theorem proving techniques and model­checking –to prove the absence of errors (in the formal.
ISBN Chapter 3 Describing Syntax and Semantics.
1 Semantic Description of Programming languages. 2 Static versus Dynamic Semantics n Static Semantics represents legal forms of programs that cannot be.
CS 355 – Programming Languages
Architecture-driven Modeling and Analysis By David Garlan and Bradley Schmerl Presented by Charita Feldman.
VIDE Integrated Environment for Development and Verification of Programs.
©Ian Sommerville 2000Software Engineering, 6/e, Chapter 91 Formal Specification l Techniques for the unambiguous specification of software.
Describing Syntax and Semantics
VHDL. What is VHDL? VHDL: VHSIC Hardware Description Language  VHSIC: Very High Speed Integrated Circuit 7/2/ R.H.Khade.
Handouts Software Testing and Quality Assurance Theory and Practice Chapter 11 System Test Design
Formal Methods 1. Software Engineering and Formal Methods  Every software engineering methodology is based on a recommended development process  proceeding.
® IBM Software Group © 2006 IBM Corporation Writing Good Use Cases Module 4: Detailing a Use Case.
IAY 0600 Digital Systems Design
Copyright 2002 Prentice-Hall, Inc. Modern Systems Analysis and Design Third Edition Jeffrey A. Hoffer Joey F. George Joseph S. Valacich Chapter 20 Object-Oriented.
Introduction to Formal Methods Based on Jeannette M. Wing. A Specifier's Introduction to Formal Methods. IEEE Computer, 23(9):8-24, September,
SOFTWARE DESIGN.
Overview of Formal Methods. Topics Introduction and terminology FM and Software Engineering Applications of FM Propositional and Predicate Logic Program.
RELATIONAL FAULT TOLERANT INTERFACE TO HETEROGENEOUS DISTRIBUTED DATABASES Prof. Osama Abulnaja Afraa Khalifah
Large Scale Software Systems Derived from Dr. Fawcett’s Notes Phil Pratt-Szeliga Fall 2010.
ISBN Chapter 3 Describing Semantics -Attribute Grammars -Dynamic Semantics.
Formal Verification Lecture 9. Formal Verification Formal verification relies on Descriptions of the properties or requirements Descriptions of systems.
Design Concepts By Deepika Chaudhary.
Electrical and Computer Engineering University of Cyprus LAB 1: VHDL.
Introduction to VLSI Design – Lec01. Chapter 1 Introduction to VLSI Design Lecture # 11 High Desecration Language- Based Design.
3.2 Semantics. 2 Semantics Attribute Grammars The Meanings of Programs: Semantics Sebesta Chapter 3.
Programming Languages and Design Lecture 3 Semantic Specifications of Programming Languages Instructor: Li Ma Department of Computer Science Texas Southern.
Semantics In Text: Chapter 3.
Requirements Engineering-Based Conceptual Modelling From: Requirements Engineering E. Insfran, O. Pastor and R. Wieringa Presented by Chin-Yi Tsai.
© 2006 Pearson Addison-Wesley. All rights reserved 2-1 Chapter 2 Principles of Programming & Software Engineering.
Formal Specification: a Roadmap Axel van Lamsweerde published on ICSE (International Conference on Software Engineering) Jing Ai 10/28/2003.
7-1 © Prentice Hall, 2007 Topic 7: Analysis Classes Object-Oriented Systems Analysis and Design Joey F. George, Dinesh Batra, Joseph S. Valacich, Jeffrey.
Formal Verification. Background Information Formal verification methods based on theorem proving techniques and model­checking –To prove the absence of.
Duminda WijesekeraSWSE 623: Introduction1 Introduction to Formal and Semi- formal Methods Based on A Specifier's Introduction to Formal Methods (J. Wing)
Information Systems in Organizations 2.1 Analyzing organizations as systems and processes & Modeling Processes with Swimlane Diagrams.
Proof And Strategies Chapter 2. Lecturer: Amani Mahajoub Omer Department of Computer Science and Software Engineering Discrete Structures Definition Discrete.
Principles of Programming & Software Engineering
Formal Specification.
Analysis Classes Unit 5.
Structural style Modular design and hierarchy Part 1
Introduction to Formal Methods
Software Process Activities.
Chapter ? Quality Assessment
Software Engineering (CSI 321)
Structural style Modular design and hierarchy Part 1
Software Quality Engineering
Object oriented system development life cycle
Formal Verification/Methods
Chapter 10: Process Implementation with Executable Models
Component-Level Design
Component-Level Design
Structural style Modular design and hierarchy Part 1
IS 2935: Developing Secure Systems
Multiple Aspect Modeling of the Synchronous Language Signal
Software Architecture
Chapter 20 Object-Oriented Analysis and Design
Chapter 28 Formal Modeling and Verification
Design Model Like a Pyramid Component Level Design i n t e r f a c d s
Appendix A Object-Oriented Analysis and Design
Semantics In Text: Chapter 3.
An Introduction to Software Architecture
Department of Computer Science Abdul Wali Khan University Mardan
Chapter 5 Architectural Design.
Design Yaodong Bi.
Human Computer Interaction Lecture 14 HCI in Software Process
Appendix A Object-Oriented Analysis and Design
SECTION 4: OO METHODOLOGIES
From Use Cases to Implementation
Presentation transcript:

Logical architecture refinement

Background information Formal verification methods based on theorem proving techniques and model­checking to prove the absence of errors (in the formal model) to reason about the behaviors of programs No known generic software verification Involves complicated proving Generally cannot be easily and cost-effectively integrated to software and hardware development cycles

Major Verification Topics Specification Verification Architecture Verification General practical issues

Architecture Verification Correctness of architecture refinement a methodology for the correct stepwise refinement of software architectures using the approach of architecture refinement patterns that are correctness preserving and compositional

Common architecture Issues From abstract level to concrete level Simple architecture: box - arrows, representing data component and connections Large architecture: Hierarchical approach

Common architecture problem Limited utility of architecture hierarchy results from the current level of informality Ambiguity in architecture allows unintended interpretations. May cause erroneous interrepretation

Architecture Refinement From a abstract architecture to a concrete (lower-level) architecture lead to: fewer architectural design errors extensive and systematic reuse of design knowledge and proofs

Refinement pattern approach A pair architecture schemas (homogenous or heterogeneous) proven to be relatively correct with respect to the given mapping schema

Refinement pattern Requires a special correctness criterion a special mapping between architectures extensive translation: the representation of components, interfaces, and connections aggregated, decomposed, or eliminated

Completeness assumption Prove that a concrete architecture has all required properties No new properties can be inferred from the concrete architecture All components, interfaces, and connections intended to be true of the architecture at its level of detail If a fact is not explicit in the architecture, assume that it is not intended to be true

Completeness assumption Standard way to proof relative correctness show that the concrete specification logically implies the abstract specification under a given mapping allow additional and specified behaviors, as long as the specified behavior is implemented no guarantee that negative properties are preserved under refinement Alternative: faithful interpretation hard and no general proof technique Use preproved refinement patterns

Example Use only logical theories for simplicity To show how to systematically and incrementally transform a abstract architecture to its lower-level form Approach: combining small and local refinement to form the larger composite

Example Lexical Analyzer Lexical Parser Analyzer Optimizer toks ast ast Lexical Parser Analyzer Optimizer Code Generator chars code bindings

Example: abstract sub-architecture to concrete sub-architecture Lexical Parser ast Analyzer Optimizer From simple dataflow to shared syntax tree:

Architecture as Theories Architecture Styles Operations & axioms Translation to Logic Patterns  logic (theory generation rules) Mapping Name mapping Style mapping Interpretation mapping

Architecture styles Dataflow style: Axioms example -- Every function must at least have one port:

Translation to Logic An instance of function declaration schema: f: Functional_Style!Function [  op: t] The underlying theory contains the same instance of first order sentences:

Mapping Name mapping: Style mapping: c | m op | w Style mapping: Accepts (_, _) | Gets (_, _) Connects (_, _, _) | Writes (_,_) ^ Reads(_,_) Interpretation mapping = name + style mapping

Proving Criterion all intended to do not intended to do

Composition Horizontal Vertical compose instances of refinement patterns to form one large composite refinement Vertical most concrete architecture in a hierarchy is correct with respect to the most abstract justified since faithful interpretation is transitive

problem example Concrete architecture 1 Concrete architecture 2 A  B (dataflow connection) Concrete architecture 2 B  C (dataflow connection) the composition of 1 and 2 is not faithful! need new abstract dataflow from A to C

Specification Correctness issue Complete specification of program is in terms of hierarchical structure of module specifications Module external specification are abstract, about module behavior Module internal specifications are descriptions of internal implementations

Concurrent System Verification Program is a set of events Interpreted and verified with a formal proof system Internal specification classified as composite or simple Composite: composed of linked sub-modules, each with external and internal specification

External Specification External specification consist of three parts: behavior: module delivers to the environment provide: how modules synchronizes with the environment require: synchronization cooperation the module expects from environment

Composite internal specification Internal specification of a composite module associates events described in the external specification of the module with events described in the external specifications of the sub-modules. Ports: a set of single direction communication channels between the module and its environment Network link: sub module ports are connected together to form communication channels

Composite module verification Verification of composite module: 1. External behaviors of the sub-modules plus the network and interface links must imply the external behavior of composite module 2. Provides and requires of the sub modules and composite module must be mutually supportive and complete. “mutual support: sub module provides imply the sub- module requires. “ complete:composite require and provide represent the sub module requires and provides accurately and completely.

Composite module

Simple module specification verification Internal specification of a simple consists of three parts: program: internal specification as example performance: whether the program is cyclic or terminates and contains an assert statement that describe the history interpret: identify ports with subsequences on the history

Simple module internal specs

Simple module specification verification Verification of specifications of a simple module: 1. Performance and interpret statements must imply the external behavior 2. Performance and external provide must be established using following axioms : History Sequence Axiom Statement block Axiom Process history Axiom