Uml Models: Use Case Diagram
Uml Models: Use Case Diagram
Login
Recover password
View profile
Sequence Diagram:
Sequence diagram is an interaction diagram that shows how process operate with one
another and in what order. It shows, as parallel vertical lines, different processes or objects that
live simultaneously, and as horizontally arrows, the message exchange between them in the order
which they occur. It is primarily used to show interaction between objects in the sequential order
that occur. Interaction means sending or receiving messages. So we have designed the following
sequence diagram.
Fig. Sequence diagram for HR manager
Manager
Employee
+Name:string
+Name:string
Creates
+Age:sting
+Age:String
+Address: string
+Address:sting
+Phone:string
+Phone:string
View Account
Account
+Details:string
+projects:string
+department:string
‘’