┌────────────────┐ │CatalogueProduit│ │ │ └────────────────┘ | | ┌────────────────────┐ ┌──────────────┐ │Description │ │LigneArticle │ ├────────────────────┤ ├──────────────┤ │description : String│ │quantité : int│---│prix : Money │ └──────────────┘ │codeArticle : int │ | │ │ | └────────────────────┘ | ┌─────────────────────┐ ┌────────────────┐ │Vente │ ┌────────┐ │Magasin │ ├─────────────────────┤ │Registre│ ├────────────────┤ │dateHeure : DateHeure│--│ │---│nom : String │ │estTerminée : boolean│ └────────┘ │adresse : String│ └─────────────────────┘ └────────────────┘ | ┌─────────────────┐ │Paiement │ ├─────────────────┤ │montant : Monnaie│ └─────────────────┘