<
From version < 44.1 >
edited by wah
on 2012/10/31 13:02
To version < 30.1 >
edited by wah
on 2012/10/15 16:03
>
Change comment: There is no comment for this version

Summary

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 -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.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
12 -* Comparison of the textual description language
13 -
14 14  |=(((
15 15  
16 16  )))|=(((
... ... @@ -58,7 +58,7 @@
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 60  
61 -(% style="color: rgb(0,0,0);" %)**KIELER**: Initial states are supposed to have a thicker border than normal states
58 +(% style="color: rgb(0,0,0);" %)**KIELER**:
62 62  )))
63 63  |(((
64 64  Final State
... ... @@ -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
92 +
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)
127 +* adapting the graphical representation (sgraph)
137 137  * extending or replacing the textual description language (stext)
138 138  
139 -(% style="margin-left: 30.0px;" %)
130 +1. (((
140 140  == Adapting the graphical representation ==
141 141  
142 -(% style="margin-left: 30.0px;" %)
143 -(% style="color: rgb(0,0,0);" %)To adapt the graphical representation, several steps are required:
133 +(% style="color: rgb(0,0,0);" %)To adapt the graphical representation, several step is required:(%%)
134 +(% 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]]
136 +1. adapting the Metamodel for the graphical represenation (% style="color: rgb(0,0,0);" %)of the state machine models(%%) (org.yakindu.sct.model.sgraph)\\
137 +11. [[Yakindu SCT Metamodel>>attach:Yakindu sgraph.pdf]]
138 +11. [[KIELER SyncCharts Metamodel>>attach:synccharts.pdf]]
149 149  \\
150 -*1. Figures (org.yakindu.sct.ui.editor.editor.figures)
140 +1. Figures (org.yakindu.sct.ui.editor.editor.figures)
151 151  \\
152 -*1. Editparts (org.yakindu.sct.ui.editor.editparts)
142 +1. Editparts (org.yakindu.sct.ui.editor.editparts)
153 153  \\
154 -*1. Propertysheets (org.yakindu.sct.ui.editor.propertysheets)
144 +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;" %)
146 +1. The palette (org.yakindu.sct.ui.editor/plugin.xml)
147 +\\
148 +)))
149 +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.
152 +(% 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.
153 +)))
Confluence.Code.ConfluencePageClass[0]
Id
... ... @@ -1,1 +1,1 @@
1 -2982369
1 +2982130
URL
... ... @@ -1,1 +1,1 @@
1 -https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/KIELER/pages/2982369/A SyncChart-Editor based on Yakindu
1 +https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/KIELER/pages/2982130/A SyncChart-Editor based on Yakindu