You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am creating a new viewpoint using capella studio 1.3.1. and 1.4 Everything works fine, but when it comes to the activity explorer page nothing is showing up in the workflow of the project.
To check out if the activity explorer code is working fine, I decided to extend one of the existing pages for example the logical architecture page. I have extended the page and added a new section with one activity. It works pretty fine without any problem in both cases active and non-active viewpoint.
My code looks like the following
activity-explorer myap.activityexplorer {
pages {
page AADL {
file-extension "================="
id org.polarsys.capella.vp.aadl.page_4
label "=============="
index 4
Overview {
description "================="
image-on : "Principale_On.png" image-off : "Principale_Off.png"
}
header {
image-on : "Overview_On.png" image-off : "Overview_Off.png"
}
tab-name "======"
show-viewer : true
sections {
section sectionName {
description "====================="
id org.polarsys.capella.vp.section_4
label "=============================="
index 4
filtering : true
expanded : true
activities {
activity CreateDiag {
description "Create a new Diagram"
id org.polarsys.capella.vp.activity_5
label "Create Diagram"
index 5
predicated : false
icon : "Electronic-circuit.png"
}
activity SimpleTransition {
description "=========================="
id org.polarsys.capella.vp.etang.activity_6
label "Simple Transition"
index 6
icon : "Electronic-circuit.png"
}
activity myTransition {
description "========="
id org.polarsys.capella.vp.etang.activity_7
label "========="
index 7
icon : "Electronic-circuit.png"
}
activity chainTransition {
description "========================."
id org.polarsys.capella.vp.etang.activity_8
label "=========Transition"
index 8
icon : "Electronic-circuit.png"
}
}
}
}
}
I am creating a new viewpoint using capella studio 1.3.1. and 1.4 Everything works fine, but when it comes to the activity explorer page nothing is showing up in the workflow of the project.
To check out if the activity explorer code is working fine, I decided to extend one of the existing pages for example the logical architecture page. I have extended the page and added a new section with one activity. It works pretty fine without any problem in both cases active and non-active viewpoint.
My code looks like the following
activity-explorer myap.activityexplorer {
pages {
page AADL {
file-extension "================="
id org.polarsys.capella.vp.aadl.page_4
label "=============="
index 4
Overview {
description "================="
image-on : "Principale_On.png" image-off : "Principale_Off.png"
}
header {
image-on : "Overview_On.png" image-off : "Overview_Off.png"
}
tab-name "======"
show-viewer : true
sections {
section sectionName {
description "====================="
id org.polarsys.capella.vp.section_4
label "=============================="
index 4
filtering : true
expanded : true
activities {
activity CreateDiag {
description "Create a new Diagram"
id org.polarsys.capella.vp.activity_5
label "Create Diagram"
index 5
predicated : false
icon : "Electronic-circuit.png"
}
activity SimpleTransition {
description "=========================="
id org.polarsys.capella.vp.etang.activity_6
label "Simple Transition"
index 6
icon : "Electronic-circuit.png"
}
activity myTransition {
description "========="
id org.polarsys.capella.vp.etang.activity_7
label "========="
index 7
icon : "Electronic-circuit.png"
}
activity chainTransition {
description "========================."
id org.polarsys.capella.vp.etang.activity_8
label "=========Transition"
index 8
icon : "Electronic-circuit.png"
}
}
}
}
}
}
🆔 ECLIPSE-558818
👷 soulimane.kamni
📅 2020-01-06
🔎 1.3.1
The text was updated successfully, but these errors were encountered: