Skip to content

Instantly share code, notes, and snippets.

@dbellettini
Created November 5, 2012 14:46
Show Gist options
  • Save dbellettini/4017532 to your computer and use it in GitHub Desktop.
Save dbellettini/4017532 to your computer and use it in GitHub Desktop.
UniversiBO didactics class diagram
[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