Term
| Why are class diagrams' static? |
|
Definition
| They display interactions but not what happens during the interactions. |
|
|
Term
| What is a Sequence Diagram? |
|
Definition
| It shows the objects interactions arranged in a time sequence. |
|
|
Term
|
Definition
| An overview of a system by showing its classes and the relationships among them. |
|
|
Term
|
Definition
| Unified Modeling Language. |
|
|
Term
| What is a Use-Case Diagram? |
|
Definition
| It shows the connection between the actor (user) and the use case (action). |
|
|
Term
| What is a communication assosiation in a Use-Case Diagram? |
|
Definition
| The connection between the actor and use case. |
|
|
Term
| Are Class Disagram's static or dynamic? |
|
Definition
|
|
Term
| Give two examples of a static diagram. |
|
Definition
| Use-Case & Class Diagram. |
|
|
Term
| Give two examples of dynamic diagrams. |
|
Definition
|
|
Term
| What is an Activity Diagram? |
|
Definition
| They focus of the flow of activities involved in a single process. Essentially, is shows how those activities depend on one another. |
|
|