You are on page 1of 13

UNIFIED MODELING LANGUAGE

(UML)

PEDRO ANASTACIO TREJO TÉLLEZ


JOSÉ LUIS ISLAS

ITESA
An UML is a standard proposed for
the creation of specifications of
several components of a system
software.

UML models objects really.


Objects are like entities and they
have attributes, but besides they
provide a set of shows ( named
methods ) that can be invoked
to calculate moral values in
terms of the attributes of the
objects, or to modify the very
object.
Diagram of class

An diagram of class is useful


for visualizing the relations
between the class that they
implicate the system , which
can be associative , of
inheritance , of use and of
containment.
A diagram of class is compound for
the following elements:

 Class: Attributes , methods and


visibility.

 Relations:
Heredity, Composition,
Aggregation, Association and Use.
CLASS
It is the basic unit that encapsulates
all of the information of an Object
(An object is an instance of a class).

We can model the surroundings


under consideration through her
(A House , a Car , a Current Account,
etc.).
In UML , a class is represented by a rectangle
that possesses three divisions:

In where:

 One : You contain the name of the Class.


 Two :You contain the attributes that

characterize the Class.


 Three: You contain methods and operations,

Which are the way as the object with his


surroundings interacts.
Example:
A Current Account that you possess
like characteristic:
 Balance

You can accomplish the operations of:


 Depositing
 Turning
 And balance
The correlated design is:
Diagram of class in UML
Diagram of case of use

You diagram them of case of use


the interaction between the users
and the system show, In particular
the steps of the tasks that the user
accomplishes ( such like lending
money or enrolling of a subject of
study ).
THANKS FOR YOUR
ATTENTION

You might also like