Wiki source code of A SyncChart-Editor based on Yakindu
Version 62.1 by anm on 2013/02/20 15:53
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
7.1 | 1 | = Yakindu SCT = |
2 | |||
![]() |
61.1 | 3 | YAKINDU Statechart Tools (SCT) is an open source tool for the specification and development of reactive, event-based systems using state machines ([[Yakindu SCT User Guide>>url:http://www.statecharts.org/documentation.html||shape="rect"]]). |
![]() |
5.1 | 4 | |
![]() |
60.1 | 5 | YAKINDU SCT consists of a graphical tool for editing and provides validation, simulation, and code generators for different target platforms. The tools are provided as Eclipse-plugins and integrate tightly into the IDE ([[Yakindu SCT Website>>url:http://www.statecharts.org||shape="rect"]]). |
![]() |
8.1 | 6 | |
![]() |
58.1 | 7 | [[image:attach:Yakindu SCT.png]] |
![]() |
9.1 | 8 | |
![]() |
12.1 | 9 | = Yakindu SCT Editor VS KIELER SyncCharts Editor = |
![]() |
10.1 | 10 | |
![]() |
58.1 | 11 | * [[Comparison of the graphical representation>>doc:Comparison of the graphical representation]] |
12 | * [[Comparison of the textual description language>>doc:Comparison of the textual description language]] | ||
13 | * [[The KIELER textual SyncCharts>>doc:Textual SyncCharts (KITS)]] | ||
14 | * [[doc:Interfaces declarations]] | ||
15 | * [[doc:Transitions priorities]] | ||
![]() |
44.1 | 16 | |
![]() |
21.1 | 17 | = Yakindu SCT module structure = |
![]() |
18.1 | 18 | |
![]() |
47.1 | 19 | (% style="margin-left: 30.0px;" %) |
![]() |
62.1 | 20 | [[See Yakindu Wiki>>url:http://www.statecharts.org/documentation.html#Overview||shape="rect"]] |
![]() |
21.1 | 21 | |
![]() |
16.1 | 22 | = Customizing Yakindu SCT Editor to SyncCharts = |
23 | |||
24 | Two steps are required to adapt the Yakindu SCT Editor to the SyncCharts syntax: | ||
25 | |||
![]() |
40.1 | 26 | * adapting the graphical representation (sgraph + ui) |
![]() |
55.1 | 27 | * adapting the textual description language (stext) |
![]() |
16.1 | 28 | |
![]() |
41.1 | 29 | (% style="margin-left: 30.0px;" %) |
![]() |
52.1 | 30 | == The graphical representation == |
![]() |
19.1 | 31 | |
![]() |
41.1 | 32 | (% style="margin-left: 30.0px;" %) |
![]() |
42.1 | 33 | (% style="color: rgb(0,0,0);" %)To adapt the graphical representation, several steps are required: |
![]() |
25.1 | 34 | |
![]() |
41.1 | 35 | * |
![]() |
59.1 | 36 | *1. adapting the Metamodel for the graphical representation (% style="color: rgb(0,0,0);" %)of the state machine models(%%) (org.yakindu.sct.model.sgraph)\\ |
![]() |
58.1 | 37 | *11. [[Yakindu SCT Metamodel>>attach:sgraph.pdf]] |
38 | *11. [[KIELER SyncCharts Metamodel>>attach:synccharts.pdf]] | ||
![]() |
25.1 | 39 | \\ |
![]() |
41.1 | 40 | *1. Figures (org.yakindu.sct.ui.editor.editor.figures) |
![]() |
25.1 | 41 | \\ |
![]() |
41.1 | 42 | *1. Editparts (org.yakindu.sct.ui.editor.editparts) |
![]() |
25.1 | 43 | \\ |
![]() |
41.1 | 44 | *1. Propertysheets (org.yakindu.sct.ui.editor.propertysheets) |
![]() |
26.1 | 45 | \\ |
![]() |
41.1 | 46 | *1. The palette (org.yakindu.sct.ui.editor/plugin.xml) |
![]() |
32.1 | 47 | |
48 | (% style="margin-left: 60.0px;" %) | ||
![]() |
58.1 | 49 | ** |
50 | ** | ||
![]() |
32.1 | 51 | |
![]() |
58.1 | 52 | (% style="margin-left: 60.0px;" %) |
53 | **Experimentations** | ||
![]() |
38.1 | 54 | |
![]() |
58.1 | 55 | * [[How to modify Initial and Finial States in Yakindu SCT Editor>>doc:How to modify Initial and Final States in Yakindu SCT Editor]] |
56 | * [[doc:How to add Transition Types in Yakindu SCT Editor]] | ||
57 | |||
![]() |
41.1 | 58 | (% style="margin-left: 30.0px;" %) |
![]() |
52.1 | 59 | == The textual description language == |
![]() |
20.1 | 60 | |
![]() |
52.1 | 61 | (% style="margin-left: 30.0px;" %) |
62 | (% style="color: rgb(0,0,0);" %)Yakindu: The textual [[description language>>url:http://svn.codespot.com/a/eclipselabs.org/yakindu/SCT2/trunk/plugins/org.yakindu.sct.doc.user/help/user/05_Reference/reference.html#Statechartdescriptionlanguage||shape="rect"]] is used to declare and describe behaviors in the state machine. | ||
![]() |
51.1 | 63 | |
![]() |
52.1 | 64 | * |
![]() |
58.1 | 65 | ** [[doc:Yakindu-SCCharts textual desciption language]]. |
![]() |
52.1 | 66 | |
![]() |
51.1 | 67 | ((( |
68 | (% style="color: rgb(0,0,0);" %) | ||
69 | |||
70 | ))) | ||
71 | |||
72 | ((( | ||
73 | (% style="color: rgb(0,0,0);" %)Project progress | ||
74 | ))) |