DOC PREVIEW
UB CSE 321 - RTDesignWithUMLUseCaseNov23

This preview shows page 1-2-3-4-5-6 out of 18 pages.

Save
View full document
View full document
Premium Document
Do you want full access? Go Premium and unlock all 18 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 18 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 18 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 18 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 18 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 18 pages.
Access to all documents
Download any document
Ad free experience
Premium Document
Do you want full access? Go Premium and unlock all 18 pages.
Access to all documents
Download any document
Ad free experience

Unformatted text preview:

Unified Modeling LanguagePhases of System DevelopmentUse-Case ModelingComponents of Use-case ModelSystemActorsFinding ActorsUse-casesFinding Use-casesDescribing Use-casesExampleRealizing Use-casesInteraction between user and Use-caseUse Case DiagramCase StudiesUse Case Example: CounselingExampleSummary : Use case modelUnified Modeling Language01/13/2019 B.Ramamurthy 1The Unified Modeling Language™ (UML) was developed jointly by Grady Booch, Ivar Jacobson, and Jim Rumbaugh with contributions from other leading methodologists, software vendors, and many users. The UML provides the application modeling language for: •Process modeling/ Requirement Analysis with Use-cases. •Static Design with Class and object modeling.•Dynamic Design with sequence, collaboration and activity diagrams. •Realtime Systems design models•Distribution and deployment modeling.•See http://www.cetus-links.or g/oo_uml.htmlPhases of System Development•Requirement Analysis–The functionality users require from the system–Use-case model•OO Analysis–Discovering classes and relationships–Class diagram•OO Design –Result of Analysis expanded into technical solution–Sequence diagram, state diagram, etc.–Results in detailed specs for the coding phase•Implementation (Programming/coding)–Models are converted into code•Testing–Unit tests, integration tests, system tests and acceptance tests.01/13/2019 B.Ramamurthy 2Use-Case Modeling•In use-case modeling, the system is looked upon as a black box whose boundaries are defined by its functionality to external stimuli.•The actual description of the use-case is usually given in plain text. A popular notation promoted by UML is the stick figure notation.•We will look into the details of text representation later. Both visual and text representation are needed for a complete view.•A use-case model represents the use-case view of the system. A use-case view of a system may consist of many Use-case diagrams.•An use-case diagram shows (the system), the actors, the use-cases and the relationship among them.01/13/2019 B.Ramamurthy 3Components of Use-case Model•The components of a Use-case model are:–System Modeled–Actors –Use-cases –Stimulus01/13/2019 B.Ramamurthy 4System NamenameUse-caseSystem•As a part of the use-case modeling, the boundaries of the system are developed.•System in the use-case diagram is a box with the name appearing on the top.•Define the scope of the system that you are going to design with your Android App/ Scribbler Robot. (software scope)01/13/2019 B.Ramamurthy 5MyRo Software Appln.Actors•An actor is something or someone that interacts with the system.•Actor communicates with the system by sending and receiving messages.•An actor provides the stimulus to activate an Use-case.•Message sent by an actor may result in more messages to actors and to Use-cases.•Actors can be ranked: primary and secondary; passive and active.•Actor is a role not an individual instance.01/13/2019 B.Ramamurthy 6Finding Actors•The actors of a system can be identified by answering a number of questions:–Who will use the functionality of the system?–Who will maintain the system?–What devices does the system need to handle?–What other system does this system need to interact?–Who or what has interest in the results of this system?01/13/2019 B.Ramamurthy 7Use-cases•A Use-case in UML is defined as a set of sequences of actions a system performs that yield an observable result of value to a particular actor.•Actions can involve communicating with number of actors as well as performing calculations and work inside the system.•A Use-case –is always initiated by an actor.–provides a value to an actor.–must always be connected to at least one actor.–must be a complete description.01/13/2019 B.Ramamurthy 8Finding Use-cases•For each actor ask these questions:–Which functions does the actor require from the system?–What does the actor need to do?–Could the actor’s work be simplified or made efficient by new functions in the system?–What events are needed in the system?–What are the problems with the existing systems?–What are the inputs and outputs of the system?01/13/2019 B.Ramamurthy 9Describing Use-cases•Use-case Name:•Use-case Number: system#.diagram#.Use-case#•Authors:•Event(Stimulus):•Actors:•Overview: brief statement•Related Use-cases:•Typical Process description: Algorithm•Exceptions and how to handle exceptions:01/13/2019 B.Ramamurthy 10Example•Number: A.132.4•Name: Buy book online•Author: B.Ramamurthy•Event: Customer request one or more books•System: Amazon.com•Overview: Captures the process of purchasing one or more books and the transactions associated with it.•Related Use-case: A.132.5, A.132.8•Typical Process Description with exceptions handled.NOTE : All these can be in a tabular form, say, in an Excel worksheet for example.01/13/2019 B.Ramamurthy 11Realizing Use-cases•Validation is done up front. As soon as the model is ready it has to be presented and discussed with the customers.•Use-cases are implementation independent descriptions of the functionality of the system.•Use-case can be realized in the next stages of software development using, say, a class diagram.01/13/2019 B.Ramamurthy 12Interaction between user and Use-case01/13/2019 B.Ramamurthy 13Count coinsShow/seedrinksChoose drinkShow drink N/ADeliver/pickupdrinkInsert coinsUse Case Diagram01/13/2019 B.Ramamurthy 14Insert coinsShow/see drinksChoose drinkDeliver/pickup drinkCount coinsShow drink N/A<<uses>><<uses>Case Studies–Ticket counter for basketball game–TIVO: Video recorder/controller–Weather Station.–ATM Machine: Description given as data dictionary.–4-cycle lawnmower engine–Burger queen fast food restaurant’s hand-held order device01/13/2019 B.Ramamurthy 15Use Case Example: Counseling01/13/2019 B.Ramamurthy 16Real or Virtual CounselorRequest CounselingProvide ConsentVideo conferenceOrder TestsAuthenticatePatientView Res ultsReferral FollowupExample•Carry out a use-case analysis of the operations performed by a parking ticket vending machine. Consider end-user (motorist), maintenance technician, auditor, and coin (money) collector.01/13/2019 B.Ramamurthy 17Summary : Use case model•We studied the Use-case Model of Unified Modeling Language.•Use-case model provides a formal mechanism for carrying out a requirement analysis with active


View Full Document

UB CSE 321 - RTDesignWithUMLUseCaseNov23

Documents in this Course
Anomaly1

Anomaly1

48 pages

ProcSept9

ProcSept9

17 pages

LecSept2

LecSept2

30 pages

CRCNov23

CRCNov23

14 pages

Load more
Download RTDesignWithUMLUseCaseNov23
Our administrator received your request to download this document. We will send you the file to your email shortly.
Loading Unlocking...
Login

Join to view RTDesignWithUMLUseCaseNov23 and access 3M+ class-specific study document.

or
We will never post anything without your permission.
Don't have an account?
Sign Up

Join to view RTDesignWithUMLUseCaseNov23 2 2 and access 3M+ class-specific study document.

or

By creating an account you agree to our Privacy Policy and Terms Of Use

Already a member?