viernes, 1 de noviembre de 2013

Project Phases




To understand the architecture are needed additional views and interwoven:

A use case view (which shows the system requirements), a design view (which capture the vocabulary of the problem space and the solution space), a view of processes (that models the distribution of processes and threads [threads] system), a view of implementation (to deal with the physical realization of the system) and a deployment view (focusing on system issues) Each aspect can have both structural and behavioral
 

  
 













 

Diagrama de Clases


Un diagrama de Clases representa las clases que serán utilizadas dentro del sistema y las relaciones que existen entre ellas. Las clases son gráficamente representadas por cajas con compartimientos para:
Nombre de la clase, atributos y operaciones / métodos etc.

El diagrama que se construyo nos muestra la relación que cada clase tiene, podemos notar que la clase Universidad es la que une, las demás se complementan y están interrelacionadas.