====== CR rapide du 05/05/09 ====== //(rédigé par PA)// Présents : PA, GA, AL, CA ===== Publi en cours ===== ===== Kmelia ===== {{tag> kmelia links assembly composition}} ==== discussions sur les liens et mappings ==== voir l'exemple su stock === Liens et sous-lien === Pour chacun * service name mapping : implicite * service param mapping : adaptation * context mapping : var_virt = expr_var_conc * message name mapping : explicite * message param mapping : adaptation a voir plus tard : le partage de sous-liens Assemblage ASSEMBLY Stock Components sm : StockManager; ve : Vendor Assemblies a1 : A1; ... Links l1: p-r sm.newReference, ve.addItem context mapping ve.catalogEmpty = ... ... message mapping n1 = n2 ... sublinks : {sl1, sl2, ...} Composition COMPONENT ... COMPOSITION Assembly same as assembly End Promotion Links l1: p-r sm.newReference, ve.addItem context mapping ve.catalogEmpty = ... ... message mapping n1 = n2 ... sublinks : {sl1, sl2, ...} Variables ve.catalogEmpty = ... ... END_COMPOSITION