Concurrency: model-based design1 ©Magee/Kramer Chapter 8 Model-Based Design.

Slides:



Advertisements
Similar presentations
CSC321 §1 Concurrent Programming 1 CSC 321 Concurrent Programming Course web site
Advertisements

DETAILED DESIGN, IMPLEMENTATIONA AND TESTING Instructor: Dr. Hany H. Ammar Dept. of Computer Science and Electrical Engineering, WVU.
Abstraction and Modular Reasoning for the Verification of Software Corina Pasareanu NASA Ames Research Center.
Lecture 8: Three-Level Architectures CS 344R: Robotics Benjamin Kuipers.
©Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 12Slide 1 Software Design l Objectives To explain how a software design may be represented.
WHAT IS AN OPERATING SYSTEM? An interface between users and hardware - an environment "architecture ” Allows convenient usage; hides the tedious stuff.
Concurrency: introduction1 ©Magee/Kramer 2 nd Edition Concurrency State Models and Java Programs Jeff Magee and Jeff Kramer.
Concurrency: safety & liveness properties1 ©Magee/Kramer 2 nd Edition COMP60611 Fundamentals of Parallel and Distributed Systems Lecture 14 Safety and.
MotoHawk Training Model-Based Design of Embedded Systems.
Concurrency.
Threading Part 2 CS221 – 4/22/09. Where We Left Off Simple Threads Program: – Start a worker thread from the Main thread – Worker thread prints messages.
1: Operating Systems Overview
Modeling State-Dependent Objects Using Colored Petri Nets
Concurrency: model-based design ©Magee/Kramer Claus Brabrand University of Aarhus Model-Based Design Concurrency.
THE OBJECT-ORIENTED DESIGN WORKFLOW Statechart Diagrams.
Booch Block diagram for cruise control
Concurrency: Deadlock1 ©Magee/Kramer 2 nd Edition Chapter 6 Deadlock.
Concurrency: shared objects & mutual exclusion1 ©Magee/Kramer 2 nd Edition Chapter 4 Shared Objects & Mutual Exclusion.
1 CSCI 6900: Design, Implementation, and Verification of Concurrent Software Eileen Kraemer August 19 th, 2010 The University of Georgia.
Interaction Modeling. Sequence Models  There are two kinds of sequence models: scenarios and sequence diagrams  A scenario is a sequence of events that.
Timed UML State Machines Ognyana Hristova Tutor: Priv.-Doz. Dr. Thomas Noll June, 2007.
 2003 Prentice Hall, Inc. All rights reserved. 1 Introduction to Classes and Objects Outline Introduction Classes, Objects, Member Functions and Data.
1 Chapter 14 Architectural Design. 2 Why Architecture? The architecture is not the operational software. Rather, it is a representation that enables a.
Instructore: Tasneem Darwish1 University of Palestine Faculty of Applied Engineering and Urban Planning Software Engineering Department Concurrent and.
(C) 2009 J. M. Garrido1 Object Oriented Simulation with Java.
Concurrency: introduction1 ©Magee/Kramer Concurrency State Models and Java Programs Jeff Magee and Jeff Kramer.
Advanced Operating Systems CIS 720 Lecture 1. Instructor Dr. Gurdip Singh – 234 Nichols Hall –
LOGO OPERATING SYSTEM Dalia AL-Dabbagh
Operating System Review September 10, 2012Introduction to Computer Security ©2004 Matt Bishop Slide #1-1.
1 Object-Oriented Modeling Using UML (2) CS 3331 Fall 2009.
Benjamin Gamble. What is Time?  Can mean many different things to a computer Dynamic Equation Variable System State 2.
Concurrency: processes & threads1 ©Magee/Kramer Chapter 2 Processes & Threads.
Concurrency: introduction1 ©Magee/Kramer 2 nd Edition COMP60611 Fundamentals of Parallel and Distributed Systems Lecture 5 Introduction to Concurrency:
An Introduction to Java Chapter 11 Object-Oriented Application Development: Part I.
SOFTWARE DESIGN.
1 CSCI 6900: Design, Implementation, and Verification of Concurrent Software Eileen Kraemer August 16 th, 2010 The University of Georgia.
Object-Oriented Modeling Using UML CS 3331 Section 2.3 of Jia 2003.
Java Threads 11 Threading and Concurrent Programming in Java Introduction and Definitions D.W. Denbo Introduction and Definitions D.W. Denbo.
Today’s Agenda  Quick Review  Finish Java Threads  The CS Problem Advanced Topics in Software Engineering 1.
Java Software Solutions Lewis and Loftus Chapter 14 1 Copyright 1997 by John Lewis and William Loftus. All rights reserved. Advanced Flow of Control --
Concurrency: dynamic systems1 ©Magee/Kramer 2 nd Edition Chapter 9 Dynamic Systems.
2015 Concurrency: model-based design 1 ©Magee/Kramer 2 nd Edition Chapter 8 Model-Based Design.
© Janice Regan, CMPT 300, May CMPT 300 Introduction to Operating Systems Introduction to Concurrency.
SE: CHAPTER 7 Writing The Program
CSC321 §6 Modelling Processes using FSP 1 Chapter 6 Modelling Processes using FSP.
1 Qualitative Reasoning of Distributed Object Design Nima Kaveh & Wolfgang Emmerich Software Systems Engineering Dept. Computer Science University College.
ABSTRACT Currently, drivers must utilize a third-party, such as a radio or broadband device, to learn about local traffic conditions. However, this information.
CSC321 Concurrent Programming: §5 Monitors 1 Section 5 Monitors.
Event Driven Programming Minus the GUI Plus a Robot By Charlie Vick.
1 Kyung Hee University Statecharts Spring Kyung Hee University Specifying Objects’ Behaviour  Interaction diagrams show message-passing behaviour.
1: Operating Systems Overview 1 Jerry Breecher Fall, 2004 CLARK UNIVERSITY CS215 OPERATING SYSTEMS OVERVIEW.
1 Model Checking of Robotic Control Systems Presenting: Sebastian Scherer Authors: Sebastian Scherer, Flavio Lerda, and Edmund M. Clarke.
2015 Concurrency: logical properties 1 ©Magee/Kramer 2 nd Edition Chapter 14 Logical Properties Satisfied? Not satisfied?
Multithreaded programming  Java provides built-in support for multithreaded programming. A multithreaded program contains two or more parts that can run.
USING MODEL CHECKING TO DISCOVER AUTOMATION SURPRISES Java class User: - getExpectation() - checkExpectation() FAULTY EXECUTION start incrMCPAlt pullAltKnob.
SOFTWARE DESIGN AND ARCHITECTURE LECTURE 15. Review Interaction-Oriented Software Architectures – MVC.
Winter 2007SEG2101 Chapter 121 Chapter 12 Verification and Validation.
Chapter 7 Classes and Methods III: Static Methods and Variables Lecture Slides to Accompany An Introduction to Computer Science Using Java (2nd Edition)
Operating Systems Unit 2: – Process Context switch Interrupt Interprocess communication – Thread Thread models Operating Systems.
Concurrency (Threads) Threads allow you to do tasks in parallel. In an unthreaded program, you code is executed procedurally from start to finish. In a.
Distributed Systems Lecture 6 Global states and snapshots 1.
Software Architecture
Advanced Operating Systems CIS 720
Concurrency.
Software Architecture
Threads Chate Patanothai.
Multithreading in java.
Design Yaodong Bi.
Software Architecture
Java Chapter 3 (Estifanos Tilahun Mihret--Tech with Estif)
Presentation transcript:

Concurrency: model-based design1 ©Magee/Kramer Chapter 8 Model-Based Design

Concurrency: model-based design2 ©Magee/Kramer Model-based Design Concepts : design process: requirements to models to implementations Models :check properties of interest: - safety on the appropriate (sub)system - progress on the overall system Practice : model interpretation - to infer actual system behavior threads and monitors Aim : rigorous design process.

Concurrency: model-based design3 ©Magee/Kramer  goals of the system  scenarios (Use Case models)  properties of interest 8.1 from requirements to models Requirements Model  identify the main events, actions, and interactions  identify and define the main processes  identify and define the properties of interest  structure the processes into an architecture  check traces of interest  check properties of interest Any appropriate design approach can be used.

Concurrency: model-based design4 ©Magee/Kramer a Cruise Control System - requirements When the car ignition is switched on and the on button is pressed, the current speed is recorded and the system is enabled: it maintains the speed of the car at the recorded setting. Pressing the brake, accelerator or off button disables the system. Pressing resume or on re- enables the system. buttons

Concurrency: model-based design5 ©Magee/Kramer a Cruise Control System - hardware Wheel revolution sensor generates interrupts to enable the car speed to be calculated. Parallel Interface Adapter (PIA) is polled every 100msec. It records the actions of the sensors: buttons ( on, off, resume ) brake (pressed) accelerator (pressed) engine ( on, off ). Output: The cruise control system controls the car speed by setting the throttle via the digital-to-analogue converter.

Concurrency: model-based design6 ©Magee/Kramer model - outline design  outline processes and interactions. Input Speed monitors the speed when the engine is on, and provides the current speed readings to speed control. Sensor Scan monitors the buttons, brake, accelerator and engine events. Cruise Controller triggers clear speed and record speed, and enables or disables the speed control. Speed Control clears and records the speed, and sets the throttle accordingly when enabled. Throttle sets the actual throttle. Sensors Prompts Engine speed setThrottle

Concurrency: model-based design7 ©Magee/Kramer model -design  Main events, actions and interactions. on, off, resume, brake, accelerator engine on, engine off, speed, setThrottle clearSpeed,recordSpeed, enableControl,disableControl  Identify main processes. Sensor Scan, Input Speed, Cruise Controller, Speed Control and Throttle  Identify main properties. safety - disabled when off, brake or accelerator pressed.  Define and structure each process. Sensors Prompts

Concurrency: model-based design8 ©Magee/Kramer model - structure, actions and interactions set Sensors = {engineOn,engineOff,on,off, resume,brake,accelerator} set Engine = {engineOn,engineOff} set Prompts = {clearSpeed,recordSpeed, enableControl,disableControl} The CONTROL system is structured as two processes. The main actions and interactions are as shown.

Concurrency: model-based design9 ©Magee/Kramer model elaboration - process definitions SENSORSCAN = ({Sensors} -> SENSORSCAN). // monitor speed when engine on INPUTSPEED = (engineOn -> CHECKSPEED), CHECKSPEED = (speed -> CHECKSPEED |engineOff -> INPUTSPEED ). // zoom when throttle set THROTTLE =(setThrottle -> zoom -> THROTTLE). // perform speed control when enabled SPEEDCONTROL = DISABLED, DISABLED =({speed,clearSpeed,recordSpeed}->DISABLED | enableControl -> ENABLED ), ENABLED = ( speed -> setThrottle -> ENABLED |{recordSpeed,enableControl} -> ENABLED | disableControl -> DISABLED ).

Concurrency: model-based design10 ©Magee/Kramer model elaboration - process definitions // enable speed control when cruising, // disable when off, brake or accelerator pressed CRUISECONTROLLER = INACTIVE, INACTIVE =(engineOn -> clearSpeed -> ACTIVE), ACTIVE =(engineOff -> INACTIVE |on->recordSpeed->enableControl->CRUISING ), CRUISING =(engineOff -> INACTIVE |{ off,brake,accelerator} -> disableControl -> STANDBY |on->recordSpeed->enableControl->CRUISING ), STANDBY =(engineOff -> INACTIVE |resume -> enableControl -> CRUISING |on->recordSpeed->enableControl->CRUISING ).

Concurrency: model-based design11 ©Magee/Kramer model - CONTROL subsystem ||CONTROL =(CRUISECONTROLLER ||SPEEDCONTROL ). - Is control enabled after the engine is switched on and the on button is pressed? - Is control disabled when the brake is then pressed? - Is control re- enabled when resume is then pressed? Animate to check particular traces: Safety: Is the control disabled when off, brake or accelerator is pressed? Progress: Can every action eventually be selected? However, we need to analyse to exhaustively check:

Concurrency: model-based design12 ©Magee/Kramer model - Safety properties Safety properties should be composed with the appropriate system or subsystem to which the property refers. In order that the property can check the actions in its alphabet, these actions must not be hidden in the system. Safety checks are compositional. If there is no violation at a subsystem level, then there cannot be a violation when the subsystem is composed with other subsystems. This is because, if the ERROR state of a particular safety property is unreachable in the LTS of the subsystem, it remains unreachable in any subsequent parallel composition which includes the subsystem. Hence...

Concurrency: model-based design13 ©Magee/Kramer model - Safety properties Is CRUISESAFETY violated? ||CONTROL =(CRUISECONTROLLER ||SPEEDCONTROL ||CRUISESAFETY ). property CRUISESAFETY = ({off,accelerator,brake,disableControl} -> CRUISESAFETY |{on,resume} -> SAFETYCHECK ), SAFETYCHECK = ({on,resume} -> SAFETYCHECK |{off,accelerator,brake} -> SAFETYACTION |disableControl -> CRUISESAFETY ), SAFETYACTION =(disableControl->CRUISESAFETY). LTS?

Concurrency: model-based design14 ©Magee/Kramer model analysis ||CONTROL = (CRUISECONTROLLER||SPEEDCONTROL||CRUISESAFETY {Sensors,speed,setThrottle}. ||CRUISECONTROLSYSTEM = (CONTROL||SENSORSCAN||INPUTSPEED||THROTTLE). We can now compose the whole system: Deadlock? Safety? No deadlocks/errors Progress?

Concurrency: model-based design15 ©Magee/Kramer model - Progress properties Progress checks should be conducted on the complete target system after satisfactory completion of the safety checks. Progress checks are not compositional. Even if there is no violation at a subsystem level, there may still be a violation when the subsystem is composed with other subsystems. This is because an action in the subsystem may satisfy progress yet be unreachable when the subsystem is composed with other subsystems which constrain its behavior. Hence...

Concurrency: model-based design16 ©Magee/Kramer model - Progress properties Progress violation for actions: {engineOn, clearSpeed, engineOff, on, recordSpeed, enableControl, off, disableControl, brake, accelerator } Path to terminal set of states: engineOn clearSpeed on recordSpeed enableControl engineOff engineOn Actions in terminal set: {speed, setThrottle, zoom} Control is not disabled when the engine is switched off ! Check with no hidden actions

Concurrency: model-based design17 ©Magee/Kramer cruise control model - minimized LTS ||CRUISEMINIMIZED = {Sensors,speed}. Action hiding and minimization can help to reduce the size of the LTS diagram and make it easier to interpret.

Concurrency: model-based design18 ©Magee/Kramer model - revised cruise control system Modify CRUISECONTROLLER so that control is disabled when the engine is switched off: … CRUISING =(engineOff -> disableControl -> INACTIVE |{ off,brake,accelerator} -> disableControl -> STANDBY |on->recordSpeed->enableControl->CRUISING ), … OK now? Modify the safety property: property IMPROVEDSAFETY = ({off,accelerator,brake,disableControl, engineOff} -> IMPROVEDSAFETY |{on,resume} -> SAFETYCHECK ), SAFETYCHECK = ({on,resume} -> SAFETYCHECK |{off,accelerator,brake,engineOff} -> SAFETYACTION |disableControl-> IMPROVEDSAFETY ), SAFETYACTION =(disableControl-> IMPROVEDSAFETY).

Concurrency: model-based design19 ©Magee/Kramer model - revised cruise control system Minimized LTS: What about under adverse conditions? Check for system sensitivities. No deadlocks/errors No progress violations detected.

Concurrency: model-based design20 ©Magee/Kramer model - system sensitivities ||SPEEDHIGH = CRUISECONTROLSYSTEM << {speed}. Progress violation for actions: {engineOn, engineOff, on, off, brake, accelerator, resume, setThrottle, zoom} Path to terminal set of states: engineOn tau Actions in terminal set: {speed} The system may be sensitive to the priority of the action speed.

Concurrency: model-based design21 ©Magee/Kramer model interpretation Models can be used to indicate system sensitivities. If it is possible that erroneous situations detected in the model may occur in the implemented system, then the model should be revised to find a design which ensures that those violations are avoided. However, if it is considered that the real system will not exhibit this behavior, then no further model revisions are necessary. Model interpretation and correspondence to the implementation are important in determining the relevance and adequacy of the model design and its analysis.

Concurrency: model-based design22 ©Magee/Kramer The central role of design architecture Design architecture describes the gross organization and global structure of the system in terms of its constituent components. We consider that the models for analysis and the implementation should be considered as elaborated views of this basic design structure.

Concurrency: model-based design23 ©Magee/Kramer 8.2 from models to implementations Model Java  identify the main active entities - to be implemented as threads  identify the main (shared) passive entities - to be implemented as monitors  identify the interactive display environment - to be implemented as associated classes  structure the classes as a class diagram

Concurrency: model-based design24 ©Magee/Kramer cruise control system - class diagram SpeedControl interacts with the car simulation via interface CarSpeed. CRUISECONTROLLERSPEEDCONTROL

Concurrency: model-based design25 ©Magee/Kramer cruise control system - class Controller class Controller { final static int INACTIVE = 0; // cruise controller states final static int ACTIVE = 1; final static int CRUISING = 2; final static int STANDBY = 3; private int controlState = INACTIVE; //initial state private SpeedControl sc; Controller(CarSpeed cs, CruiseDisplay disp) {sc=new SpeedControl(cs,disp);} synchronized void brake(){ if (controlState==CRUISING ) {sc.disableControl(); controlState=STANDBY; } } synchronized void accelerator(){ if (controlState==CRUISING ) {sc.disableControl(); controlState=STANDBY; } } synchronized void engineOff(){ if(controlState!=INACTIVE) { if (controlState==CRUISING) sc.disableControl(); controlState=INACTIVE; } Controller is a passive entity - it reacts to events. Hence we implement it as a monitor

Concurrency: model-based design26 ©Magee/Kramer cruise control system - class Controller synchronized void engineOn(){ if(controlState==INACTIVE) {sc.clearSpeed(); controlState=ACTIVE;} } synchronized void on(){ if(controlState!=INACTIVE){ sc.recordSpeed(); sc.enableControl(); controlState=CRUISING; } synchronized void off(){ if(controlState==CRUISING ) {sc.disableControl(); controlState=STANDBY;} } synchronized void resume(){ if(controlState==STANDBY) {sc.enableControl(); controlState=CRUISING;} } This is a direct translation from the model.

Concurrency: model-based design27 ©Magee/Kramer cruise control system - class SpeedControl class SpeedControl implements Runnable { final static int DISABLED = 0; //speed control states final static int ENABLED = 1; private int state = DISABLED; //initial state private int setSpeed = 0; //target speed private Thread speedController; private CarSpeed cs; //interface to control speed private CruiseDisplay disp; SpeedControl(CarSpeed cs, CruiseDisplay disp){ this.cs=cs; this.disp=disp; disp.disable(); disp.record(0); } synchronized void recordSpeed(){ setSpeed=cs.getSpeed(); disp.record(setSpeed); } synchronized void clearSpeed(){ if (state==DISABLED) {setSpeed=0;disp.record(setSpeed);} } synchronized void enableControl(){ if (state==DISABLED) { disp.enable(); speedController= new Thread(this); speedController.start(); state=ENABLED; } SpeedControl is an active entity - when enabled, a new thread is created which periodically obtains car speed and sets the throttle.

Concurrency: model-based design28 ©Magee/Kramer cruise control system - class SpeedControl synchronized void disableControl(){ if (state==ENABLED) {disp.disable(); state=DISABLED;} } public void run() { // the speed controller thread try { while (state==ENABLED) { Thread.sleep(500); if (state==ENABLED) synchronized(this) { double error = (float)(setSpeed-cs.getSpeed())/6.0; double steady = (double)setSpeed/12.0; cs.setThrottle(steady+error); //simplified feed back control } } catch (InterruptedException e) {} speedController=null; } SpeedControl is an example of a class that combines both synchronized access methods (to update local variables ) and a thread.

Concurrency: model-based design29 ©Magee/Kramer Summary  Concepts design process: from requirements to models to implementations design architecture  Models check properties of interest safety: compose safety properties at appropriate (sub)system progress: apply progress check on the final target system model  Practice model interpretation - to infer actual system behavior threads and monitors Aim : rigorous design process.

Concurrency: model-based design30 ©Magee/Kramer Course Outline  Processes and Threads  Concurrent Execution  Shared Objects & Interference  Monitors & Condition Synchronization  Deadlock  Safety and Liveness Properties  Model-based Design  Dynamic systems  Message Passing Concepts Models Practice  Concurrent Software Architectures  Timed Systems