From 3b64509b21683faf403de45e4b409b5a1eac46eb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 10:33:50 +0000 Subject: [PATCH] deploy: bf37a48848e5371ca544294ddc879ec5cc38a2b8 --- 404.html | 2 +- architecture.html | 2 +- .../{c1aef90c.3b5ee97a.js => c1aef90c.ee7bd4da.js} | 2 +- ...ime~main.c4ce95fd.js => runtime~main.26acc49f.js} | 2 +- bpmn.html | 2 +- choreos.html | 12 ++++++------ choreos_bpmn.html | 2 +- index.html | 2 +- services.html | 2 +- services/airline.html | 2 +- services/bank.html | 2 +- services/geodistance.html | 2 +- services/prontogram.html | 2 +- services/rent.html | 2 +- uml.html | 2 +- 15 files changed, 20 insertions(+), 20 deletions(-) rename assets/js/{c1aef90c.3b5ee97a.js => c1aef90c.ee7bd4da.js} (98%) rename assets/js/{runtime~main.c4ce95fd.js => runtime~main.26acc49f.js} (89%) diff --git a/404.html b/404.html index 7eb49aa..f22928b 100644 --- a/404.html +++ b/404.html @@ -4,7 +4,7 @@
Nome | Sigla | Note |
---|---|---|
ACME | ACME | Indica l'azienda AcmeSky |
Airline service | AIRk | Indica la k-esima compagnia aerea |
Rent service | RENTt | Indica la t-esima compagnia di noleggio |
Prontogram | PTG | Indica il servizio di messagistica |
Bank service | BANK | Indica il servizio bancario |
Geodistance service | GEO | Indica il servizio di calcolo distanze |
User | USERx | Indica l'x-esimo utente |
( requestInterest: USERₓ -> ACME ; responseInterest: ACME -> USERₓ )*
|
( queryFlights: ACME -> AIRₖ ; responseFlights: AIRₖ -> ACME )*
|
( sendLastMinute: AIRₖ -> ACME ; responseLastMinute: ACME -> AIRₖ )*
|
( offerToken: ACME -> PTG ; notifyUser: PTG -> USERₓ ;
notifyResponse: USERₓ -> PTG ; messageSended: PTG -> ACME )*
|
(
confirmOffer: USERₓ -> ACME ;
(
(
responseOfferOk: ACME -> USERₓ ;
requestPaymentLink: USERₓ -> ACME ;
bookTickets: ACME -> AIRₖ ;
(
(
responseTickets: AIRₖ -> ACME ;
requestBankLink: ACME -> BANK ;
responselink: BANK -> ACME ;
paymentLink: ACME -> USERₓ ;
(
(
payment: USERₓ -> BANK ;
successPaymentBank: BANK -> ACME ;
(
// Richiesta a Geodistance se costo > 1000€
1
+
(
requestDistance: ACME -> GEO ;
responseDistance: GEO -> ACME ;
( // Richiesta a Rent service se distanza <30Km
1
+
(
(
requestDistanceRent: ACME -> GEO ;
responseDistanceRent: GEO -> ACME ;
)* ;
requestRent: ACME -> RENTₜ ;
responseRent: RENT