Notasi Object Oriented System

Slides:



Advertisements
Presentasi serupa
Object Oriented Analysis and Design
Advertisements

Ian Sommerville Software Engineering
Managing Software Requirements (manajemen kebutuhan perangkat lunak)
SE3414 RPL: Teknik Berorientasi Objek
06/10/2014 Course : Rekayasa Perangkat Lunak, Aetthea, Elektro Unsoed,
Pertemuan 1 Konsep Dasar OOAD
Rekayasa Perangkat Lunak Proses Rekayasa Perangkat Lunak
Pemrograman Berorientasi Obyek1 Sejarah C – Martin Richard -> Bahasa Pemrograman BCPL 1970 – Ken Thomson (Bell Lab) -> Bahasa B yang membuat Unix.
Keuntungan metodologi berorientasi objek.
Activity Diagram Shinta P.. For Bussiness Modeling, Activity diagrams describe the activities of a class. It is used for the following purposes: (Bennet.
Pertemuan 9 Metodologi Perancangan Multimedia
Sistem berorientasi Objek & Unified Modelling Language
Oleh: SARIPUDIN Jurusan SISTEM INFORMASI
1 Pertemuan 09 Kebutuhan Sistem Matakuliah: T0234 / Sistem Informasi Geografis Tahun: 2005 Versi: 01/revisi 1.
UML (Unified Modelling Language)
Pokok bahasan: State Diagram State Substate Events dan transition State Diagram Developing Software Woth UML Booch Jacobson Rumbaugh Addison-Wesley.
PERTEMUAN KE-6 UNIFIED MODELLING LANGUAGE (UML) (Part 2)
1 INTRODUCTION Pertemuan 1 s.d 2 Matakuliah: A0554/Analisa dan Perancangan Sistem Informasi Akuntansi Tahun: 2006.
Oleh : Veri Julianto, M.Si
KONSEP DASAR PENDEKATAN OBJEK
KONSEP PEMODELAN DENGAN UML
UNIFIED MODELLING LANGUAGE
Pertemuan 9 Metodologi Perancangan Multimedia
Rekayasa Perangkat Lunak UML (Unified Modelling Language)
Analisa dan Perancangan Berbasis Objek
Visual Modelling Teguh Sutanto, S.Kom.,M.Kom.
Software Engineering Process
Object Oriented Programming
PENDAHULUAN Object Oriented Programming
Object oriented analyst and design
PEMODELAN SISTEM INFORMASI BERORIENTASI OBYEK
Object-Oriented Analysis (OOA)
Relationship Between Classes
Pemodelan objek.
QUIZ PSBO Total : 35 PG.
PERANCANGAN SISTEM BERORIENTASI OBJEK DENGAN UML
Object oriented analyst and design
Pertemuan #3 Data Modeling Using the Entity-Relationship Model
UML mendukung pengembangan aplikasi
PEMODELAN SYSTEM BERORIENTASI OBYEK (UML)
UNIFIED MODELLING LANGUAGE
Analisa dan Desain Berbasis Objek UML (Unified Modelling Language]
OOAD – TI S1 Defri Kurniawan UDINUS
ADBO (Analisa Desain Berorientasi Obyek)
SISTEM INFORMASI ENTERPRISE
PENGANTAR UML Citra N., S.Si, MT UNIKOM.
SISTEM INFORMASI ENTERPRISE
Oleh : Sri Herawati, S.Kom
PEMODELAN OBJECT ORIENTED
REKAYASA PERANGKAT LUNAK
Soal PSBO Pert.1-6.
Pengantar Analisa dan Design Berbasis Objek
ANALISIS & DESAIN SISTEM
UML- UNIFIED MODELING LANGUAGE
Unified Modeling Language (UML)
Statechart Diagram Febriardi Mahendra ( )
Iconix Process Doug Rosenberg.
PERANCANGAN SISTEM BERORIENTASI OBJEK
Perancangan Sistem Berorientasi Objek Dengan UML
Business Modeling By: U. Abd. Rohim, MT
Pertemuan 8 RPL Oleh : Syukriya al-Asyik S.Kom
Pertemuan 6 Unified Modeling Language (UML)
Analisa Desain Berorientasi Objek
RPL untuk Pemrograman Berorientasi Obyek
OBJECT ORIENTED ANALISYS AND DESIGN
TIM RPL Program Studi Teknik Informatika
Object oriented analyst and design
A SHORT ESSAY OF CIVIL ENGINEERING BY : ALFATIHATU RAHMI CIVIL ENGINEERING ENGINEERING FACULTY ANDALAS UNIVERSITY PADANG.
KONSEP PEMODELAN  Pada pengembangan sistem model digambarkan dalam bentuk fisik dan abstrak.  Tim pengembangan sistem (software) membutuhkan model untuk.
2. Discussion TASK 1. WORK IN PAIRS Ask your partner. Then, in turn your friend asks you A. what kinds of product are there? B. why do people want to.
Transcript presentasi:

Notasi Object Oriented System Chapter II

Content a

Main Refrence

Introduction We all know that it is important to document systems and programs. In this section, we introduce a notation called Unified Modeling Language (UML), which is the standard for documenting object-oriented systems Many different ideas had been suggested to document object-oriented systems in the past and the term “Unified” reflects the fact that UML was an attempt to unify these different approaches.

Introduction Among the ones who contributed to the development of this notation, the efforts of Grady Booch, James Rumbaugh, and Ivor Jacobson deserve special mention. After the initial notation was developed around 1995, the Object Management Group (OMG) took over the task of developing the notation further in 1997. As the years went by, the language became richer and, naturally, more complex. The current version is UML 2.0.

What’s UML? UML: Unified Modeling Language UML dapat digunakan untuk memodelkan semua proses dalam siklus hidup pengembangan dan seluruh teknologi implementasi yang berbeda UML adalah bahasa standar untuk memvisualisasikan,menspesifiksi, konstruksi, dan mendokumentasikan artifak dari sistem perangkat lunak UML adalah suatu alat komunikasi untuk team dan para stakeholders

Modeling menangkap bagian penting dari sistem (James Rumbaugh) Why Modeling? Business Process Computer System Modeling menangkap bagian penting dari sistem (James Rumbaugh)

Object-oriented Systems romi@romisatriawahono.net Object-Oriented Programming Object-oriented Systems UML provides a pictorial or graphical notation for documenting the artefacts such as classes, objects and packages that make up an object-oriented system. UML diagrams can be divided into three categories 1. Structure diagrams 2. Behaviour diagrams 3. Interaction diagrams http://romisatriawahono.net

Object-oriented Systems 1. Structure diagrams: that show the static architecture of the system irrespective of time. For example, structure diagrams for a university system may include diagrams that depict the design of classes such as Student, Faculty, etc. 2.Behaviour diagrams: that depict the behaviour of a system or business process. 3. Interaction diagrams: that show the methods, interactions and activities of the objects. For a university system, a possible behaviour diagram would show how a student registers for a course.

Structure diagrams Termasuk pada Structure Diagram meliputi: Class diagrams Composite structure diagrams Component diagrams Deployment diagrams Object diagrams Package diagrams

Structure diagrams

Behaviour diagrams Termasuk pada Behaviour diagrams meliputi: 1. Activity diagrams 2. Use case diagrams 3. State machine diagrams

Interaction diagrams Termasuk pada Interaction diagrams meliputi: 1. Sequence diagrams 2. Timing diagrams 3. Communication diagrams 4. Interaction overview diagrams

Thanks & See You Next Chapter ……