Implementation OOAD Unit 5, Lecture notes of Object Oriented Analysis and Design

Implementation_Object Oriented Analysis and Design_Unit 5

Typology: Lecture notes

2019/2020

Uploaded on 03/18/2020

ramesh-radhakrishnan
ramesh-radhakrishnan 🇮🇳

1 document

1 / 8

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
Implementation and
Deployment
pf3
pf4
pf5
pf8

Partial preview of the text

Download Implementation OOAD Unit 5 and more Lecture notes Object Oriented Analysis and Design in PDF only on Docsity!

Implementation and

Deployment

implementation workflow

  • (^) Implementation work flow is the main focus of the construction phase
  • (^) Implementation is about transforming a design model into an executable code. It’s a part of the design model.
  • (^) implementation specifies how the design elements are manifest by artifacts, and how these artifacts are deployed onto nodes.(Artifacts represent the specifications of real world things such as source files and nodes represent the specifications of hardware or execution environments on to which those things are deployed).
  • (^) Implementation subsystems contain components that package design classes
  • (^) Implementation subsystems maps to real, physical grouping mechanisms of the target implementation language

Model trace relationships

  • (^) The implementation model is part of the design model.
  • (^) there is a one-to-one «trace» relationship between design subsystems and implementation subsystems. However, whereas design subsystems contain design classes, implementation subsystems contain Components that package those classes.