Wiki source code of A SyncChart-Editor based on Yakindu
Version 46.1 by wah on 2012/10/31 13:10
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | = Yakindu SCT = | ||
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]]). | ||
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"]]). | ||
6 | |||
7 | [[image:attach:Yakindu SCT.png]] | ||
8 | |||
9 | = Yakindu SCT Editor VS KIELER SyncCharts Editor = | ||
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 | |=((( | ||
17 | |||
18 | )))|=((( | ||
19 | KIELER | ||
20 | )))|=((( | ||
21 | YAKINDU | ||
22 | ))) | ||
23 | |((( | ||
24 | Interface declaration | ||
25 | )))|((( | ||
26 | [[image:attach:image2012-10-12 10:59:54.png]] | ||
27 | )))|((( | ||
28 | [[image:attach:image2012-10-12 10:51:52.png]] | ||
29 | ))) | ||
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. |