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,16 +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 13 - 14 14 |=((( 15 15 16 16 )))|=((( ... ... @@ -57,8 +57,6 @@ 57 57 [[image:attach:image2012-10-11 13:52:3.png]] 58 58 )))|((( 59 59 **YAKINDU**: Initials State are pseudo states. The Initial State may not be a Composite State. (% style="color: rgb(0,0,0);" %)An initial state can only have one outgoing transition and no incoming. 60 - 61 -(% style="color: rgb(0,0,0);" %)**KIELER**: Initial states are supposed to have a thicker border than normal states 62 62 ))) 63 63 |((( 64 64 Final State ... ... @@ -68,8 +68,6 @@ 68 68 [[image:attach:image2012-10-11 13:51:43.png]] 69 69 )))|((( 70 70 **YAKINDU**: Final States are pseudo states. The Final State may not be a Composite State 71 - 72 -**KIELER**: Final states are depicted with a double border 73 73 ))) 74 74 |((( 75 75 History ... ... @@ -92,13 +92,7 @@ 92 92 )))|((( 93 93 [[image:attach:image2012-10-11 13:47:49.png]] 94 94 )))|((( 95 -**YAKINDU**: Synchronization is a pseudo state. 96 - 97 -**KIELER**: Synchronization not needed in KIELER 98 - 99 -* 100 -** No interlevel transitions 101 -** Closest construct: normal termination 88 + 102 102 ))) 103 103 |((( 104 104 Choice ... ... @@ -133,36 +133,30 @@ 133 133 134 134 Two steps are required to adapt the Yakindu SCT Editor to the SyncCharts syntax: 135 135 136 -* adapting the graphical representation (sgraph + ui)123 +* adapting the graphical representation (sgraph) 137 137 * extending or replacing the textual description language (stext) 138 138 139 - (% style="margin-left: 30.0px;"%)126 +1. ((( 140 140 == Adapting the graphical representation == 141 141 142 -(% style=" margin-left:30.0px;"%)143 -(% style="color: rgb(0,0,0);" %) Toadapt the graphical representation, several steps are required:129 +(% style="color: rgb(0,0,0);" %)To adapt the graphical representation, several step is required:(%%) 130 +(% style="color: rgb(0,0,0);" %) (%%)\\ 144 144 145 -* 146 -*1. adapting the Metamodel for the graphical represenation (% style="color: rgb(0,0,0);" %)of the state machine models(%%) (org.yakindu.sct.model.sgraph)\\ 147 -*11. [[Yakindu SCT Metamodel>>attach:Yakindu sgraph.pdf]] 148 -*11. [[KIELER SyncCharts Metamodel>>attach:synccharts.pdf]] 132 +1. adapting the Metamodel for the graphical represenation (% style="color: rgb(0,0,0);" %)of the state machine models(%%) (org.yakindu.sct.model.sgraph)\\ 133 +11. [[Yakindu SCT Metamodel>>attach:Yakindu sgraph.pdf]] 134 +11. [[KIELER SyncCharts Metamodel>>attach:synccharts.pdf]] 149 149 \\ 150 - *1. Figures (org.yakindu.sct.ui.editor.editor.figures)136 +1. Figures (org.yakindu.sct.ui.editor.editor.figures) 151 151 \\ 152 - *1. Editparts (org.yakindu.sct.ui.editor.editparts)138 +1. Editparts (org.yakindu.sct.ui.editor.editparts) 153 153 \\ 154 - *1. Propertysheets (org.yakindu.sct.ui.editor.propertysheets)140 +1. Propertysheets (org.yakindu.sct.ui.editor.propertysheets) 155 155 \\ 156 -*1. The palette (org.yakindu.sct.ui.editor/plugin.xml) 157 - 158 -(% style="margin-left: 60.0px;" %) 159 -**Examples:** 160 - 161 -* [[How to modify Initial and Finial States in Yakindu SCT Editor>>doc:How to modify Initial and Final States in Yakindu SCT Editor]] 162 -* [[doc:How to add Transition Types in Yakindu SCT Editor]] 163 - 164 -(% style="margin-left: 30.0px;" %) 142 +1. The palette (org.yakindu.sct.ui.editor/plugin.xml) 143 +\\ 144 +))) 145 +1. ((( 165 165 == Extending or replacing the textual description language == 166 166 167 - *168 - ** (% 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.148 +(% style="color: rgb(0,0,0);" %)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. It is case sensitive. 149 +)))
- Confluence.Code.ConfluencePageClass[0]
-
- Id
-
... ... @@ -1,1 +1,1 @@ 1 -2982 3731 +2982128 - URL
-
... ... @@ -1,1 +1,1 @@ 1 -https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/KIELER/pages/2982 373/A SyncChart-Editor based on Yakindu1 +https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/KIELER/pages/2982128/A SyncChart-Editor based on Yakindu