Changes for page SCCharts-Editor based on Yakindu
Last modified by Richard Kreissig on 2023/09/14 11:09
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Objects (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,18 +1,13 @@ 1 1 = Yakindu SCT = 2 2 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>>attach:YAKINDU-SCT-UserGuide-1.2.0.pdf]]).3 +YAKINDU Statechart Tools (SCT) is an open source tool for the specification and development of reactive, event-based systems using state machines. 4 4 5 - YAKINDUSCTconsists 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.itemis.de/itemis-ag/produkte/yakindu-open-source/yakindu-statechart-tools/language=de/43437/produktbeschreibung||shape="rect"]]).5 +It 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.itemis.de/itemis-ag/produkte/yakindu-open-source/yakindu-statechart-tools/language=de/43437/produktbeschreibung||shape="rect"]]). 6 6 7 7 [[image:attach:Yakindu SCT.png]] 8 8 9 9 = Yakindu SCT Editor VS KIELER SyncCharts Editor = 10 10 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 - 14 - 15 - 16 16 |=((( 17 17 18 18 )))|=((( ... ... @@ -19,53 +19,82 @@ 19 19 KIELER 20 20 )))|=((( 21 21 YAKINDU 17 +)))|=((( 18 + 22 22 ))) 23 23 |((( 24 - Interface declaration21 +Transition 25 25 )))|((( 26 -[[image:attach:image2012-10-1 210:59:54.png]]23 +[[image:attach:image2012-10-11 13:46:43.png]] 27 27 )))|((( 28 -[[image:attach:image2012-10-12 10:51:52.png]] 25 +[[image:attach:image2012-10-11 13:46:50.png]] 26 +)))|((( 27 +**YAKINDU**: There is only one type for transitions 28 + 29 +**KIELER**: Strong Abort, Week Abort, Normal Termination 29 29 ))) 31 +|((( 32 +Initial State 33 +)))|((( 34 +[[image:attach:image2012-10-11 13:46:58.png]] 35 +)))|((( 36 +[[image:attach:image2012-10-11 13:52:3.png]] 37 +)))|((( 38 +**YAKINDU**: An extra State for Initial State. The Initial State may not be a Composite State 39 +))) 40 +|((( 41 +Final State 42 +)))|((( 43 +[[image:attach:image2012-10-11 13:47:5.png]] 44 +)))|((( 45 +[[image:attach:image2012-10-11 13:51:43.png]] 46 +)))|((( 47 +**YAKINDU**: An extra State for Final State. The Final State may not be a Composite State 48 +))) 49 +|((( 50 +State 51 +)))|((( 52 +[[image:attach:image2012-10-11 13:47:11.png]] 53 +)))|((( 54 +[[image:attach:image2012-10-11 13:49:10.png]] 55 +)))|((( 56 + 57 +))) 58 +|((( 59 +Composite State 60 +)))|((( 61 +[[image:attach:image2012-10-11 13:47:20.png]] 62 +)))|((( 63 +[[image:attach:image2012-10-11 13:47:58.png]] 64 +)))|((( 65 + 66 +))) 67 +|((( 68 +History 69 +)))|((( 70 +[[image:attach:image2012-10-11 13:47:27.png]][[image:attach:image2012-10-11 13:47:32.png]] 71 +)))|((( 72 +[[image:attach:image2012-10-11 13:47:54.png]] 73 +)))|((( 74 +**YAKINDU**: A History is a Pseudostate 30 30 31 -= Yakindu SCT module structure = 32 - 33 -[[See Yakindu Wiki>>url:http://svn.codespot.com/a/eclipselabs.org/yakindu/SCT2/trunk/plugins/org.yakindu.sct.doc.user/help/developer/01_Overview/overview.html||shape="rect"]] 34 - 35 -= Customizing Yakindu SCT Editor to SyncCharts = 36 - 37 -Two steps are required to adapt the Yakindu SCT Editor to the SyncCharts syntax: 38 - 39 -* adapting the graphical representation (sgraph + ui) 40 -* extending or replacing the textual description language (stext) 41 - 42 -(% style="margin-left: 30.0px;" %) 43 -== Adapting the graphical representation == 44 - 45 -(% style="margin-left: 30.0px;" %) 46 -(% style="color: rgb(0,0,0);" %)To adapt the graphical representation, several steps are required: 47 - 48 -* 49 -*1. adapting the Metamodel for the graphical represenation (% style="color: rgb(0,0,0);" %)of the state machine models(%%) (org.yakindu.sct.model.sgraph)\\ 50 -*11. [[Yakindu SCT Metamodel>>attach:Yakindu sgraph.pdf]] 51 -*11. [[KIELER SyncCharts Metamodel>>attach:synccharts.pdf]] 52 -\\ 53 -*1. Figures (org.yakindu.sct.ui.editor.editor.figures) 54 -\\ 55 -*1. Editparts (org.yakindu.sct.ui.editor.editparts) 56 -\\ 57 -*1. Propertysheets (org.yakindu.sct.ui.editor.propertysheets) 58 -\\ 59 -*1. The palette (org.yakindu.sct.ui.editor/plugin.xml) 60 - 61 -(% style="margin-left: 60.0px;" %) 62 -**Examples:** 63 - 64 -* [[How to modify Initial and Finial States in Yakindu SCT Editor>>doc:How to modify Initial and Final States in Yakindu SCT Editor]] 65 -* [[doc:How to add Transition Types in Yakindu SCT Editor]] 66 - 67 -(% style="margin-left: 30.0px;" %) 68 -== Extending or replacing the textual description language == 69 - 70 -* 71 -** (% 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. 76 +**KIELER**: A History is a Transition 77 +))) 78 +|((( 79 +Synchronization 80 +)))|((( 81 + 82 +)))|((( 83 +[[image:attach:image2012-10-11 13:47:49.png]] 84 +)))|((( 85 + 86 +))) 87 +|((( 88 +Choise 89 +)))|((( 90 +[[image:attach:image2012-10-11 13:47:38.png]] 91 +)))|((( 92 +[[image:attach:image2012-10-11 13:47:44.png]] 93 +)))|((( 94 + 95 +)))
- Confluence.Code.ConfluencePageClass[0]
-
- Id
-
... ... @@ -1,1 +1,1 @@ 1 -2982 3771 +2982051 - URL
-
... ... @@ -1,1 +1,1 @@ 1 -https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/KIELER/pages/2982 377/A SyncChart-Editor based on Yakindu1 +https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/KIELER/pages/2982051/A SyncChart-Editor based on Yakindu