Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Are there any UML reference card available? [closed]

Tags:

oop

uml

Are there any reference cards or cheats sheets available for UML?

like image 507
user160677 Avatar asked Sep 03 '09 14:09

user160677


People also ask

What does a +/- symbol mean in an UML diagram?

This can be represented with the following class diagram. The fields and methods are annotated to indicate their access level: plus (+) for public, minus (-) for private, and hash (#) for protected.

How many UML diagrams are there?

To the uninitiated, it may seem as though there is an infinite number of UML diagrams, but in actuality, UML standards identify 13 types of diagrams that are divided into two groups, defined below.

Does UML have a relationship?

In UML, a relationship is a connection between model elements. A UML relationship is a type of model element that adds semantics to a model by defining the structure and behavior between model elements.

How does UML Show inheritance?

Inheritance is shown in a class diagram by using a solid line with a closed, hollow arrow. Bidirectional association: The default relationship between two classes. Both classes are aware of each other and their relationship with the other. This association is represented by a straight line between two classes.


1 Answers

UML Distilled is the shortest but yet explicative guide to UML (Amazon link).

You also have several UML Cheat Sheets:

  • UML Quick Reference Guide
  • UML Reference Card
  • UML Cheatsheet
like image 183
Esteban Küber Avatar answered Nov 27 '22 14:11

Esteban Küber