1 / 8

Comprehensive Guide to Object-Oriented Modeling and Systems Analysis

This instructor-led handout by Luz M. Quiroga from the University of Hawaii covers the fundamentals of Object-Oriented Modeling (OOM) necessary for Systems Analysis and Design (SA&D). It includes detailed explanations and diagrams for static and dynamic models, including use case diagrams, class diagrams, state diagrams, interaction diagrams, and sequence diagrams. The document discusses key concepts of the Object-Oriented paradigm, the Unified Modeling Language (UML), and essential terms such as classes, objects, associations, and use-cases. A must-have resource for students and professionals in information and computer science.

oren
Télécharger la présentation

Comprehensive Guide to Object-Oriented Modeling and Systems Analysis

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Stimulate 2005 System Analysis and Design (SA&D) Object Oriented modeling Handouts Instructor: Luz M. Quiroga lquiroga@hawaii.edu University of Hawaii Information and Computer Science / Library and information Science POST 314b; 808-956-9988

  2. Object Oriented Modeling Object Oriented Database Modeling(handouts) • Static Models • Use case diagrams, • Class diagrams • Dynamic Models • State diagrams • Interaction diagrams • Sequence diagrams • Collaboration diagrams

  3. OO paradigm:Terms and concepts • Key terms • Unified Modeling Language (UML) • Associations, relationships • Concepts • Object • Object class • Use case • Class diagram • Event • Operation • Sequence diagram • State • State transition

  4. Static: Use-case Modeling A use case consist of actors and use case It can include generalization / specialization It represent the typical interactions user - systems Source: Sinha

  5. Static:Representing classes and objects UML notation Encapsulation reusability Source: Sinha

  6. State diagram for the student object • States, transitions, events

  7. Sequence diagram for a class registration scenario with prerequisites • Objects, lineline, activation, messages

  8. Source: Martin

More Related