Use Cases and UML Class Diagram

Use Cases and UML Class Diagram

by Emma Goldenstein -
Number of replies: 0

Use Cases:

Find out how many times the winner has been from a particular country.

Find out what different kinds of computer science were valued highly over time.

Find out the average age of a Turing Award Winner.

Find out how often the award was given to a single person versus a group of people.

Find out how many Turing Award Winners are still living.

Find out how many women have won the Turing Award (sadly not many)

and more...

 

 UML Class Diagram

Turing Award Winner    

-id: int

-firstName: string

-lastName: string

-gender: string

-country: string

-yearBorn: int

-yearDied: int

-yearWon: int

-reasonWon: string