CTRL+C pour copier, CTRL+V pour coller
1
Type Adresse : <num:integer, rue:string, cp:integer, ville:string>
2
Type ListeAdresse : collection de <Adresse>
4
Type RefProduit : <num:integer, qte:integer, refProduit =>o Produit>
5
Type RefProduitList : collection de <RefProduit>
7
Type TClient <#num:integer, nom:string, prenom:string, adresse:ListeAdresse, ddn:date, tel:string, genre:{'m','f'}, factures:RefProduitList>
8
Client de TClient (#num)
10
Type TProduit <num:integer, designation:string, prix:float, stock:integer>
11
Produit de TProduit (#num)
Type Adresse : <num:integer, rue:string, cp:integer, ville:string>
Type ListeAdresse : collection de <Adresse>
Type RefProduit : <num:integer, qte:integer, refProduit =>o Produit>
Type RefProduitList : collection de <RefProduit>
Type TClient <#num:integer, nom:string, prenom:string, adresse:ListeAdresse, ddn:date, tel:string, genre:{'m','f'}, factures:RefProduitList>
Client de TClient (#num)
Type TProduit <num:integer, designation:string, prix:float, stock:integer>
Produit de TProduit (#num)