<
From version < 29.1 >
edited by wah
on 2012/10/15 14:45
To version < 19.1 >
edited by wah
on 2012/10/12 11:22
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -29,40 +29,40 @@
29 29  **KIELER**: Strong Abort, Week Abort, Normal Termination
30 30  )))
31 31  |(((
32 -State
32 +Initial State
33 33  )))|(((
34 -[[image:attach:image2012-10-11 13:47:11.png]]
34 +[[image:attach:image2012-10-11 13:46:58.png]]
35 35  )))|(((
36 -[[image:attach:image2012-10-11 13:49:10.png]]
36 +[[image:attach:image2012-10-11 13:52:3.png]]
37 37  )))|(((
38 -
38 +**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.
39 39  )))
40 40  |(((
41 -Composite State
41 +Final State
42 42  )))|(((
43 -[[image:attach:image2012-10-11 13:47:20.png]]
43 +[[image:attach:image2012-10-11 13:47:5.png]]
44 44  )))|(((
45 -[[image:attach:image2012-10-11 13:47:58.png]]
45 +[[image:attach:image2012-10-11 13:51:43.png]]
46 46  )))|(((
47 -
47 +**YAKINDU**: Final States are pseudo states. The Final State may not be a Composite State
48 48  )))
49 49  |(((
50 -Initial State
50 +State
51 51  )))|(((
52 -[[image:attach:image2012-10-15 14:41:10.png]][[image:attach:image2012-10-11 13:46:58.png]]
52 +[[image:attach:image2012-10-11 13:47:11.png]]
53 53  )))|(((
54 -[[image:attach:image2012-10-11 13:52:3.png]]
54 +[[image:attach:image2012-10-11 13:49:10.png]]
55 55  )))|(((
56 -**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.
56 +
57 57  )))
58 58  |(((
59 -Final State
59 +Composite State
60 60  )))|(((
61 -[[image:attach:image2012-10-15 14:40:31.png]][[image:attach:image2012-10-11 13:47:5.png]]
61 +[[image:attach:image2012-10-11 13:47:20.png]]
62 62  )))|(((
63 -[[image:attach:image2012-10-11 13:51:43.png]]
63 +[[image:attach:image2012-10-11 13:47:58.png]]
64 64  )))|(((
65 -**YAKINDU**: Final States are pseudo states. The Final State may not be a Composite State
65 +
66 66  )))
67 67  |(((
68 68  History
... ... @@ -76,7 +76,7 @@
76 76  * Shallow History: (% style="color: rgb(0,0,0);" %)is a pseudo state. It is placed inside a region of a composite state.
77 77  * (% style="color: rgb(0,0,0);" %)Deep History: (% style="color: rgb(0, 0, 0); color: rgb(0, 0, 0)" %) is similar to shallow history. With a deep history the latest state of multiple nested states is remembered.-
78 78  
79 -**KIELER**: A History is a attribute of a Transition
79 +**KIELER**: A History is a Transition
80 80  )))
81 81  |(((
82 82  Synchronization
... ... @@ -88,7 +88,7 @@
88 88  
89 89  )))
90 90  |(((
91 -Choice
91 +Choise
92 92  )))|(((
93 93  [[image:attach:image2012-10-11 13:47:38.png]]
94 94  )))|(((
... ... @@ -112,10 +112,8 @@
112 112  [[image:attach:image2012-10-12 10:51:52.png]]
113 113  )))
114 114  
115 -= Yakindu SCT module structure =
115 +
116 116  
117 -[[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"]]
118 -
119 119  = Customizing Yakindu SCT Editor to SyncCharts =
120 120  
121 121  Two steps are required to adapt the Yakindu SCT Editor to the SyncCharts syntax:
... ... @@ -124,26 +124,10 @@
124 124  * extending or replacing the textual description language (stext)
125 125  
126 126  1. (((
127 -== Adapting the graphical representation ==
125 +== adapting the graphical representation ==
128 128  
129 -(% style="color: rgb(0,0,0);" %)To adapt the graphical representation, several step is required:(%%)
130 -(% style="color: rgb(0,0,0);" %) (%%)\\
131 -
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]]
135 -\\
136 -1. Figures (org.yakindu.sct.ui.editor.editor.figures)
137 -\\
138 -1. Editparts (org.yakindu.sct.ui.editor.editparts)
139 -\\
140 -1. Propertysheets (org.yakindu.sct.ui.editor.propertysheets)
141 -\\
142 -1. The palette (org.yakindu.sct.ui.editor/plugin.xml)
143 -\\
127 +The meta-model (org.yakindu.sct.model.sgraph)
128 +The palette (org.yakindu.sct.ui.editor/plugin.xml)
129 +Figures (org.yakindu.sct.ui.editor.editor.figures)
130 +Editparts (org.yakindu.sct.ui.editor.editparts)
144 144  )))
145 -1. (((
146 -== Extending or replacing the textual description language ==
147 -
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 -2982128
1 +2982064
URL
... ... @@ -1,1 +1,1 @@
1 -https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/KIELER/pages/2982128/A SyncChart-Editor based on Yakindu
1 +https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/KIELER/pages/2982064/A SyncChart-Editor based on Yakindu