From the course: Software Design: Modeling with UML

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Challenge: Name

Challenge: Name - Unified Modeling Language (UML) Tutorial

From the course: Software Design: Modeling with UML

Start my 1-month free trial

Challenge: Name

(upbeat music) - [Instructor] In this challenge, you will develop an object diagram and a state diagram based on the use case scenario, which we discussed in the last challenge. In that challenge, we developed a class diagram and a sequence diagram for a scenario in which an event organizer books an event venue. Here is the class diagram in which I have EventOrganizer class that creates a request object, which refers to an Event. Then we have VenueCaretaker and ParkingManager, who approve this request. You need to create an object diagram showing states of different objects during the request approval process. And then create a state diagram to model how an event request goes through various states, from created to approved. Once you are done, check out my solution in the next video.

Contents