Salman 1
Salman 1
Course:
5049
Exercises
1. Contrast the following terms:
Actor:
An actor is a role that a user can play in a system. It can be a user or a system that plays a role in the system under construction. Stakeholders may be an actor but every stakeholder is not an actor.
Use case:
A use case is a main task performed by an actor. Use cases represent the complete functionality of a task. B. extends relationship; includes relationship
Extends relationships:
In UML modeling, you can use an extend relationship to specify that one use case (extension) extends the behavior of another use case (base). This type of relationship reveals details about a system or application that are typically hidden in a use case.
Includes relationship:
In UML modeling, an include relationship is a relationship in which one use case (the base use case) includes the functionality of another use case (the inclusion use case). They include relationship supports the reuse of functionality in a use case model.
2. Capture the functionality for a system that accepts a tuition payment from.