In the following figure depicts a set of objects taken from the implementation of an autonomous robot, this figure is centered on one of t...
Leer más »
domingo, 13 de octubre de 2013

OBJECT Diagrams: common Uses
Object diagrams are used to model the static design view or static process view of the system, as is done with class diagrams, but from the...
Leer más »

OBJECT Diagrams.
The object diagram shows instances created and the links between them at any given time. Therefore the object diagram is used once the syst...
Leer más »

OBJECT Diagrams.
The relations between instances are represented by solid lines. Here we see an example of diagram objects. The class diagram that results...
Leer más »

OBJECT Diagrams
The object diagram shows instances created and the links between them at any given time. Therefore the object diagram is used once the...
Leer más »

Class Diagrams: common Uses
Class diagrams are used to model the static design view of a system. This view primarily supports the functional requirements of a system, ...
Leer más »

Class Diagrams: generalization
Generalization is another name for inheritance. It refers to a relationship between two classes where one class "Specific" i...
Leer más »