Showing posts with the label
OOAD Notes
Deployment Model Component Diagram Deployment Diagram Component Diagram Deployment Diagram
Sequence diagram for Checkout Item use case Collaboration diagram for Checkout Item use case Sequence diagram for Return Item use case Collaboration diagram for Return Item use ca…
Sequence diagram for browse use case Collaboration diagram for browse use case Sequence diagram for make reservation use case Collaboration diagram for make reservation use case …
Activity Diagram Design Model Class Diagram Interaction Diagram State chart Diagram Class Diagram Interaction Diagrams Sequence diagram for Search use case Collabo…
Use Case Specification: Checkout Item & Return Item Use Case Specification: Checkout Item Description This use case starts when the borrower wishes to check out an item from the library.…
Use Case Specification: Make Reservation Description This use case starts when the user wants to make a reservation for an item. Flow of events Basic flow The system prompts the bor…
Use Case Specification: Search-OOAD Lecture notes pdf Use Case Specification: Search Description Flow of Events Special Requirement Pre-Conditions Post-Conditions Nodes Description …
UML Use Case Specification: Browse Use Case Specification: Browse Description Flow of Events Special Requirement Pre-Conditions Post-Conditions Description A registered user can …
UML Use Case Specification: Login Use Case Specification: Login Description Flow of Events Special Requirement Pre-Conditions Post-Conditions Nodes Description Any registered u…
Use Case Model in UML - OOAD Lecture Notes Use Case Model Actor Actor is something external to the system and interacts with the system Actor may be a human being, device or some other s…
Case Study: Library Management System Problem statement Vision document Glossary Supplementary specification document Problem statement The library system is a web-based applica…
UML Diagrams Use case diagram Class diagrams Interaction diagram State diagram Activity diagram Component diagram Deployment diagram Use case diagram Displays the relationship …
Introduction to UML The Unified Modeling Language (UML) is a standard language for specifying, visualizing, constructing, and documenting the artifacts of software systems, as well as for busi…
Forward and Reverse Engineering Forward Engineering To forward engineer a component diagram, For each component, identify the classes or collaborations that the component implements Ch…
UML Deployment Diagram-OOAD Lecture Notes Pdf Common Modeling Techniques Modeling an Embedded System Modeling a Client / Server System Modeling a Fully Distributed System Modeling an Emb…
UML Deployment Diagram-OOAD Lecture Notes Pdf Deployment Diagram A deployment diagram shows the configuration of run time processing nodes and the components that live on them Used to model…
Common Modeling Techniques Modeling Processors and Devices Modeling the Distribution of Components Modeling Processors and Devices To model processors and devices, Identify the compu…
UML Deployment Diagram-OOAD Lecture Notes Pdf Deployment ➤A node is a physical element that exists at run time and represents a computational resource, generally having at least some memory an…
Forward and Reverse Engineering Forward Engineering To forward engineer a component diagram, For each component, identify the classes or collaborations that the component implements Sh…
Common Modeling Techniques Modeling Source Code Modeling Executable Release Modeling a Physical Database Modeling Adaptable Systems Modeling Source Code To model a system's source …