Outils pour utilisateurs

Outils du site


kmelia:cr:cr050509

CR rapide du 05/05/09

(rédigé par PA)

Présents : PA, GA, AL, CA

Publi en cours

Kmelia

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 : varvirt = exprvar_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
kmelia/cr/cr050509.txt · Dernière modification: 2018/04/03 16:59 (modification externe)