Skip to content
Snippets Groups Projects
Commit cd4d3933 authored by Michael Leuschel's avatar Michael Leuschel
Browse files

add visualisation for level 1 of train


requires new probcli to avoid error messages

Signed-off-by: default avatarMichael Leuschel <leuschel@uni-duesseldorf.de>
parent 55cf98bf
Branches
No related tags found
No related merge requests found
{ {
"svg": "train.svg", "svg": "train.svg",
"comment": "File for train_4 with Beebook topology",
"items": [ "items": [
{ {
"id": "a", "id": "a",
...@@ -75,13 +76,15 @@ ...@@ -75,13 +76,15 @@
"for": {"from":1, "to":5}, "for": {"from":1, "to":5},
"id": "s%0_green", "id": "s%0_green",
"attr": "fill", "attr": "fill",
"value": "IF S%0 : GRN THEN \"#22FF22\" ELSE \"#F6FFD5\" END" "value": "IF S%0 : GRN THEN \"#22FF22\" ELSE \"#F6FFD5\" END",
"optional": "true"
}, },
{ {
"for": {"from":1, "to":5}, "for": {"from":1, "to":5},
"id": "s%0_red", "id": "s%0_red",
"attr": "fill", "attr": "fill",
"value": "IF S%0 : GRN THEN \"#FFD5D5\" ELSE \"#FF2222\" END" "value": "IF S%0 : GRN THEN \"#FFD5D5\" ELSE \"#FF2222\" END",
"optional": "true"
} }
], ],
"events": [ "events": [
......
{
"svg": "train.svg",
"include": "train.json",
"comment": "File for train_1 with Beebook topology",
"items": [
{
"for": {"from":1, "to":5},
"id": "s%0_green",
"attr": "fill",
"value": "\"#F6FFD5\"",
"override":"true"
},
{
"for": {"from":1, "to":5},
"id": "s%0_red",
"attr": "fill",
"value": "\"#F6FFD5\"",
"override":"true"
}
],
"events": [
]
}
...@@ -37,15 +37,33 @@ ...@@ -37,15 +37,33 @@
"simulation": null, "simulation": null,
"visBVisualisation": "train.json", "visBVisualisation": "train.json",
"historyChartItems": [] "historyChartItems": []
},
{
"name": "train_1_beebook_mch",
"description": "",
"location": "train_1_beebook_mch.eventb",
"lastUsedPreferenceName": "default",
"requirements": [],
"ltlFormulas": [],
"ltlPatterns": [],
"symbolicCheckingFormulas": [],
"symbolicAnimationFormulas": [],
"simulationItems": [],
"testCases": [],
"traces": [],
"modelcheckingItems": [],
"simulation": null,
"visBVisualisation": "train1.json",
"historyChartItems": []
} }
], ],
"preferences": [], "preferences": [],
"metadata": { "metadata": {
"fileType": "Project", "fileType": "Project",
"formatVersion": 20, "formatVersion": 20,
"savedAt": "2022-02-01T11:40:09.518609Z", "savedAt": "2022-02-01T16:13:48.000636Z",
"creator": "User", "creator": "User",
"proB2KernelVersion": "4.0.0-SNAPSHOT", "proB2KernelVersion": "3.15.0",
"proBCliVersion": null, "proBCliVersion": null,
"modelName": null "modelName": null
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment