Created
November 5, 2012 14:46
-
-
Save dbellettini/4017532 to your computer and use it in GitHub Desktop.
UniversiBO didactics class diagram
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Scuola|codScuola;nome]<>1-*>[Dipartimento|codDipartimento;nome] | |
[Scuola]-[note: nuova entità che sostituisce la facoltà ma strutturalmente diversa] | |
[Dipartimento]<>1-*>[CorsoDiLaurea|codCorso;nome] | |
[CorsoDiLaurea]<>1-*>[Insegnamento|annoCorso] | |
[Insegnamento]-[Materia|codMateria;nome] | |
[Insegnamento]-[BloccoLezioni|annoAccademico;ciclo] | |
[Materia]-[note: corrispondenza biunivoca tra codMateria e nome] | |
[BloccoLezioni]-[Docente|codDoc;nome;cognome] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment