Skip to content

Commit

Permalink
Merge pull request #105 from rwth-acis/sequentialprocess
Browse files Browse the repository at this point in the history
Sequential process and action triggering another action
  • Loading branch information
samuelvkwong authored Sep 25, 2023
2 parents 4aa4fd3 + 5b35c0f commit ca8be84
Showing 1 changed file with 111 additions and 0 deletions.
111 changes: 111 additions & 0 deletions src/metamodel.json
Original file line number Diff line number Diff line change
Expand Up @@ -2819,6 +2819,42 @@
}
}
}
},
"f52848ce2b715c82a4be411e": {
"label": {
"id": "f52848ce2b715c82a4be411e[label]",
"name": "Label",
"value": {
"id": "f52848ce2b715c82a4be411e[label]",
"name": "Label",
"value": "ActionTriggersAction"
}
},
"left": 4414.027506510416,
"top": 4645.218912760416,
"width": 150,
"height": 100,
"zIndex": 16077,
"type": "Relation",
"attributes": {}
},
"e9d8cce1c761cb497d391a5a": {
"label": {
"id": "e9d8cce1c761cb497d391a5a[label]",
"name": "Label",
"value": {
"id": "e9d8cce1c761cb497d391a5a[label]",
"name": "Label",
"value": "ActionLeadsToMessage"
}
},
"left": 3801.999999999999,
"top": 6031.233398437499,
"width": 150,
"height": 100,
"zIndex": 16078,
"type": "Relation",
"attributes": {}
}
},
"edges": {
Expand Down Expand Up @@ -3796,6 +3832,81 @@
"target": "b725c6c6bd3aac4ab4e6664c",
"attributes": {},
"type": "Uni-Dir-Association"
},
"a95f768e8f402a0c5c1e2220": {
"label": {
"id": "a95f768e8f402a0c5c1e2220[label]",
"name": "Label",
"value": {
"id": "a95f768e8f402a0c5c1e2220[label]",
"name": "Label",
"value": ""
}
},
"source": "f52848ce2b715c82a4be411e",
"target": "986a57bb01365cb57c7dfe35",
"attributes": {},
"type": "Generalisation"
},
"b0730458c365432038581c7e": {
"label": {
"id": "b0730458c365432038581c7e[label]",
"name": "Label",
"value": {
"id": "b0730458c365432038581c7e[label]",
"name": "Label",
"value": ""
}
},
"source": "f52848ce2b715c82a4be411e",
"target": "ab97a135e2b083007f06c671",
"attributes": {},
"type": "Bi-Dir-Association"
},
"e82b6f1022a5d62c510e3aa9": {
"label": {
"id": "e82b6f1022a5d62c510e3aa9[label]",
"name": "Label",
"value": {
"id": "e82b6f1022a5d62c510e3aa9[label]",
"name": "Label",
"value": ""
}
},
"source": "ab97a135e2b083007f06c671",
"target": "e9d8cce1c761cb497d391a5a",
"attributes": {},
"type": "Uni-Dir-Association"
},
"c5ca972df66092b72f9ddf98": {
"label": {
"id": "c5ca972df66092b72f9ddf98[label]",
"name": "Label",
"value": {
"id": "c5ca972df66092b72f9ddf98[label]",
"name": "Label",
"value": ""
}
},
"source": "e9d8cce1c761cb497d391a5a",
"target": "64fc584ccce53ec8457a5fb4",
"attributes": {},
"type": "Uni-Dir-Association"
},
"775b051ee54f5b02e9451018": {
"label": {
"id": "775b051ee54f5b02e9451018[label]",
"name": "Label",
"value": {
"id": "775b051ee54f5b02e9451018[label]",
"name": "Label",
"value": ""
}
},
"source": "e9d8cce1c761cb497d391a5a",
"target": "fdc66e8e6f1f726e3600ca30",
"attributes": {},
"type": "Generalisation"
}
}
}

0 comments on commit ca8be84

Please sign in to comment.