Skip to content

Commit 511ac91

Browse files
committed
KERML_-57 Updated Arrowhead Framework Example model AHFSequences.
- Changed messages in APIS_transfer_interface into flows, because messages between interface end ports was semantically incorrect and now violated validateSubsettingConstantConformance.
1 parent bc53c31 commit 511ac91

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

sysml/src/examples/Arrowhead Framework Example/AHFSequences.sysml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -82,18 +82,18 @@ package AHFNorwaySequences {
8282
mqget ::> AHFNorway_LocalCloudDD.MQTTServer.getTopic,
8383
mqgive ::> AHFNorway_LocalCloudDD.MQTTServer.giveTopic) {
8484

85-
message publish_returnallitems of Publish
86-
from apspm to mqget;
87-
message subscribe_returnallitems of Subscribe
88-
from apsc to mqgive;
89-
message call_getItems of CallGiveItems[1]
90-
from tlu to apsph;
91-
message returnallitems of Return_AllItems
92-
from apspm to mqget;
93-
message sendallitems of Return_AllItems
94-
from mqgive to apsc;
95-
message returnack of ResultGiveItems
96-
from apsph to tlu;
85+
flow publish_returnallitems of Publish
86+
from apspm.pub to mqget.APIS_MQTT.pub;
87+
flow subscribe_returnallitems of Subscribe
88+
from apsc.subscr to mqgive.APIS_MQTT.subscr;
89+
flow call_getItems of CallGiveItems[1]
90+
from tlu.cll to apsph.cll;
91+
flow returnallitems of Return_AllItems
92+
from apspm.retall to mqget.APIS_MQTT.retall;
93+
flow sendallitems of Return_AllItems
94+
from mqgive.APIS_MQTT.retall to apsc.retall;
95+
flow returnack of ResultGiveItems
96+
from apsph.retrn to tlu.retrn;
9797

9898
// Successions on each lifetime
9999
// tlu

0 commit comments

Comments
 (0)