UML Class Relationships

12345678910111213141516171819
Across
  1. 5. A generalization relationship is described as a ____ _ relationship
  2. 7. Relationships in UML can have giving names to the ends of the relationships
  3. 8. An association relationship is described as a ____ _ relationship
  4. 10. Relationships in UML can have these showing direction
  5. 12. A dependency relationship is described as a ____ _ relationship
  6. 13. Relationships in UML can have these showing number of things
  7. 15. Class used as a parameter or local variable only
  8. 17. A type of association we will discuss later
  9. 18. A type of association we will discuss later
  10. 19. For data types we use an ______ in UML
Down
  1. 1. It is a good idea (when possible) to reduce an association to a ________ relationship
  2. 2. In Object-Oriented Design the question is what _____ make up the system
  3. 3. A central part of UML Class Design are the _______ between classes
  4. 4. One class has an element of another class
  5. 6. When you have both dependency and association relationships between two classes, only show the ________ relationship
  6. 9. Grady Booch feels that UML is not supposed to be a _____ representation
  7. 11. A UML ______ can be used instead of a UML attribute
  8. 14. For objects we use an _______ in UML
  9. 16. A UML attribute is a type of ________