<
From version < 6.1 >
edited by ssm
on 2016/04/21 16:18
To version < 8.1 >
edited by ssm
on 2016/04/21 16:46
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,3 +1,8 @@
1 +{{layout}}
2 +{{layout-section ac:type="single"}}
3 +{{layout-cell}}
4 +
5 +
1 1  This is a light-weight tutorial for developing additions for SCCharts in KIELER. It will use Eclipse, EMF, and Xtend and therefore, finishing the corresponding tutorials could prove useful. However, they are not a strict requirement for this tutorial.
2 2  
3 3  = Preliminaries =
... ... @@ -7,9 +7,32 @@
7 7  == Required Software ==
8 8  
9 9  As you're going to develop for KIELER SCCharts we recommend to use the semantic Oomph setup as described in [[doc:KIELER.Getting Eclipse]] (Oomph Setup). However, you could also install all componentes by yourself. Please consult the other tutorials if you want to do that. You would need to install the Modeling Tools and the Xtext SDK.
15 +{{/layout-cell}}
16 +{{/layout-section}}
10 10  
11 -Additionally, install the** EcoreViz** from the **Ecore Model Visualization** category from the **OpenKieler** update site: [[http:~~/~~/rtsys.informatik.uni-kiel.de/~~~~kieler/updatesite/nightly-openkieler/>>url:http://rtsys.informatik.uni-kiel.de/~~kieler/updatesite/nightly-openkieler/||rel="nofollow" shape="rect"]]. For this, choose //Install New Software...// in the //Help// tab.
18 +{{layout-section ac:type="three_equal"}}
19 +{{layout-cell}}
20 +Additionally, install the** EcoreViz** from the **Ecore Model Visualization** category from the **OpenKieler** update site: [[http:~~/~~/rtsys.informatik.uni-kiel.de/~~~~kieler/updatesite/nightly-openkieler/>>url:http://rtsys.informatik.uni-kiel.de/~~kieler/updatesite/nightly-openkieler/||rel="nofollow" shape="rect"]]. For this, choose //Install New Software...// in the //Help// tab.
12 12  
22 +Due to the ongoing migration you have to install a workaround for EcoreViz to function. You have to install the KLighD diagram view directly from [[http:~~/~~/rtsys.informatik.uni-kiel.de/~~~~kieler/updatesite/release_pragmatics_2016-02/>>url:http://rtsys.informatik.uni-kiel.de/~~kieler/updatesite/release_pragmatics_2016-02/||shape="rect"]]. Select the features
23 +
24 +* KIELER Lightweight Diagrams - Developer Resources and
25 +* KIELER Lightweight Diagrams Generic Diagram View.
26 +
27 +(This step should be obsolete in the near future.)
28 +{{/layout-cell}}
29 +
30 +{{layout-cell}}
31 +[[image:attach:InstallEcoreViz.png]]
32 +{{/layout-cell}}
33 +
34 +{{layout-cell}}
35 +[[image:attach:InstallKLighDFeatures.png]]
36 +{{/layout-cell}}
37 +{{/layout-section}}
38 +
39 +{{layout-section ac:type="single"}}
40 +{{layout-cell}}
13 13  == Recommended Tutorials ==
14 14  
15 15  We recommend that you have completed the following tutorials before diving into this one (or at least sweep over them). However, this is not a strict requirement.
... ... @@ -48,7 +48,7 @@
48 48  
49 49  = The SCCharts Metamodel =
50 50  
51 -Navigate to the models folder of the plugin {{code language="none"}}de.cau.cs.kieler.sccharts{{/code}}. Here, open the {{code language="none"}}sccharts.ecore{{/code}} and right-click on the {{code language="none"}}sccharts.ecore{{/code}} file and select //Visualize Ecore Model//. Since you also installed **EcoreViz** from the OpenKieler Suite, you should now see a graphical representation of the SCCharts metamodel. Every SCChart will be a model of this metamodel.
79 +Navigate to the {{code language="none"}}models{{/code}} folder of the plugin {{code language="none"}}de.cau.cs.kieler.sccharts{{/code}}. Here, open the {{code language="none"}}sccharts.ecore{{/code}} and right-click on the {{code language="none"}}sccharts.ecore{{/code}} file and select //Visualize Ecore Model//. Since you also installed **EcoreViz** from the OpenKieler Suite, you should now see a graphical representation of the SCCharts metamodel. Every SCChart will be a model of this metamodel.
52 52  
53 53  IMAGE
54 54  
... ... @@ -404,3 +404,6 @@
404 404  Congratulations! You finished the SCCharts Development Tutorial. Ask your supervisor for further instructions!
405 405  
406 406  
435 +{{/layout-cell}}
436 +{{/layout-section}}
437 +{{/layout}}
Confluence.Code.ConfluencePageClass[0]
Id
... ... @@ -1,1 +1,1 @@
1 -16810292
1 +16810299
URL
... ... @@ -1,1 +1,1 @@
1 -https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/TUT/pages/16810292/SCCharts Development
1 +https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/TUT/pages/16810299/SCCharts Development