Wiki source code of Tutorials
Version 82.1 by Richard Kreissig on 2023/09/14 08:51
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | |||
2 | This Confluence space contains tutorials to help you familiarize yourself with [[Eclipse>>url:http://www.eclipse.org||shape="rect"]] and [[KIELER>>doc:KIELER.Home]] technologies. | ||
3 | |||
4 | (% class="wrapped" %) | ||
5 | |=(% style="text-align: center;" colspan="2" %)(% style="text-align: center;" colspan="2" %) | ||
6 | ((( | ||
7 | Basic Basics | ||
8 | ))) | ||
9 | |((( | ||
10 | [[doc:KIELER.Development.Tutorials.Git.WebHome]] | ||
11 | )))|((( | ||
12 | Basic knowledge on how to use git. | ||
13 | ))) | ||
14 | |(% colspan="2" %)(% colspan="2" %) | ||
15 | ((( | ||
16 | \\ | ||
17 | ))) | ||
18 | |=(% style="text-align: center;" colspan="2" %)(% style="text-align: center;" colspan="2" %) | ||
19 | ((( | ||
20 | Eclipse in General | ||
21 | ))) | ||
22 | |(% colspan="1" %)(% colspan="1" %) | ||
23 | ((( | ||
24 | [[Eclipse Modeling Framework (EMF)>>url:http://rtsys.informatik.uni-kiel.de/confluence/pages/viewpage.action?pageId=10751683||shape="rect"]] | ||
25 | )))|(% colspan="1" %)(% colspan="1" %) | ||
26 | ((( | ||
27 | An advanced tutorial about one of the Eclipse core technologies, the Eclipse Modeling Framework (EMF). | ||
28 | ))) | ||
29 | |(% colspan="1" %)(% colspan="1" %) | ||
30 | ((( | ||
31 | [[doc:KIELER.Development.Tutorials.Eclipse.Eclipse Plug-ins and Extension Points.WebHome]] | ||
32 | )))|(% colspan="1" %)(% colspan="1" %) | ||
33 | ((( | ||
34 | A very simple quick start showing how to start Eclipse, import and create plug-ins, and use a very simple extension point. | ||
35 | ))) | ||
36 | |(% colspan="1" %)(% colspan="1" %) | ||
37 | ((( | ||
38 | [[doc:KIELER.Development.Tutorials.Eclipse.Editors and Views.WebHome]] | ||
39 | )))|(% colspan="1" %)(% colspan="1" %) | ||
40 | ((( | ||
41 | How to create editors and views in Eclipse and how to properly register them through extension points. | ||
42 | ))) | ||
43 | |((( | ||
44 | [[doc:KIELER.Development.Tutorials.Diagrams and Layout.KGraph Text (KGT).WebHome]] | ||
45 | )))|((( | ||
46 | An introduction to the KGraph Text language used to describe graphs when testing layout algorithms. | ||
47 | ))) | ||
48 | |(% colspan="1" %)(% colspan="1" %) | ||
49 | ((( | ||
50 | [[doc:KIELER.Development.Tutorials.Diagrams and Layout.Lightweight Diagrams (KLighD).WebHome]] | ||
51 | )))|(% colspan="1" %)(% colspan="1" %) | ||
52 | ((( | ||
53 | An introduction to developing visualizations with KIELER Lightweight Diagrams. | ||
54 | ))) | ||
55 | |(% colspan="2" %)(% colspan="2" %) | ||
56 | ((( | ||
57 | \\ | ||
58 | ))) | ||
59 | |=(% style="text-align: center;" colspan="2" %)(% style="text-align: center;" colspan="2" %) | ||
60 | ((( | ||
61 | Layout | ||
62 | ))) | ||
63 | |((( | ||
64 | [[doc:KIELER.Development.Tutorials.Diagrams and Layout.Layout Algorithms.WebHome]] | ||
65 | )))|((( | ||
66 | A step-by-step guide creating a simple layout algorithm within the KIELER framework. | ||
67 | ))) | ||
68 | |(% colspan="1" %)(% colspan="1" %) | ||
69 | ((( | ||
70 | [[doc:KIELER.Development.Tutorials.Diagrams and Layout.KLay Layered.WebHome]] | ||
71 | )))|(% colspan="1" %)(% colspan="1" %) | ||
72 | ((( | ||
73 | An introductory programming exercise to familiarize yourself with our very own layer-based layout algorithm. | ||
74 | ))) | ||
75 | |(% colspan="2" %)(% colspan="2" %) | ||
76 | ((( | ||
77 | \\ | ||
78 | ))) | ||
79 | |(% class="highlight-grey" style="text-align: center;" title="Hintergrundfarbe : Grau" colspan="2" data-highlight-colour="grey" %)(% class="highlight-grey" style="text-align: center;" title="Hintergrundfarbe : Grau" colspan="2" data-highlight-colour="grey" %) | ||
80 | ((( | ||
81 | **KiCo 3.0** | ||
82 | ))) | ||
83 | |((( | ||
84 | [[Compilation Processors & System>>doc:KIELER.TO DELETE.KiCo - Compilation Processors & System.WebHome]] | ||
85 | )))|((( | ||
86 | The basic setup and a minimal compilation example. | ||
87 | ))) | ||
88 | |(% colspan="2" %)(% colspan="2" %) | ||
89 | ((( | ||
90 | \\ | ||
91 | ))) | ||
92 | |(% class="highlight-grey" style="text-align: center;" colspan="2" data-highlight-colour="grey" %)(% class="highlight-grey" style="text-align: center;" colspan="2" data-highlight-colour="grey" %) | ||
93 | ((( | ||
94 | **SCCharts** | ||
95 | ))) | ||
96 | |((( | ||
97 | [[doc:KIELER.Development.Tutorials.KIELER and SCCharts.SCCharts Development.WebHome]] (deprecated) | ||
98 | )))|((( | ||
99 | Learn the fundamentals about the SCCharts project within the KIELER framework and how create M2M transformations for KiCo. | ||
100 | ))) | ||
101 | |(% colspan="2" %)(% colspan="2" %) | ||
102 | ((( | ||
103 | \\ | ||
104 | ))) | ||
105 | |=(% style="text-align: center;" colspan="2" %)(% style="text-align: center;" colspan="2" %) | ||
106 | ((( | ||
107 | Xtext and Xtend | ||
108 | ))) | ||
109 | |((( | ||
110 | [[doc:KIELER.Development.Tutorials.Xtext and Xtend.Xtend 1a - Model Transformations.WebHome]] | ||
111 | )))|((( | ||
112 | Learn how to transform a turing machine model into an imperative program model. | ||
113 | ))) | ||
114 | |((( | ||
115 | [[doc:KIELER.Development.Tutorials.Xtext and Xtend.Xtend 1b - Code Generation.WebHome]] | ||
116 | )))|((( | ||
117 | Take your imperative program model and generate code for your favorite programming language. | ||
118 | ))) | ||
119 | |(% colspan="1" %)(% colspan="1" %) | ||
120 | ((( | ||
121 | [[doc:KIELER.Development.Tutorials.Xtext and Xtend.Xtend 2 - Model Transformations.WebHome]] | ||
122 | )))|(% colspan="1" %)(% colspan="1" %) | ||
123 | ((( | ||
124 | A light-weight model-to-model transformation tutorial. | ||
125 | ))) | ||
126 | |(% colspan="1" %)(% colspan="1" %) | ||
127 | ((( | ||
128 | [[doc:KIELER.Development.Tutorials.Xtext and Xtend.Xtext 1 - Creating a Grammar for an Existing Metamodel.WebHome]] | ||
129 | )))|(% colspan="1" %)(% colspan="1" %) | ||
130 | ((( | ||
131 | Create a Grammar for your turing machine metamodel. | ||
132 | ))) | ||
133 | |(% colspan="1" %)(% colspan="1" %) | ||
134 | ((( | ||
135 | [[doc:KIELER.Development.Tutorials.Xtext and Xtend.Xtext 2 - Creating a Grammar from Scratch.WebHome]] | ||
136 | )))|(% colspan="1" %)(% colspan="1" %) | ||
137 | ((( | ||
138 | A light-weight tutorial for creating grammars from scratch. | ||
139 | ))) | ||
140 | |(% colspan="2" %)(% colspan="2" %) | ||
141 | ((( | ||
142 | \\ | ||
143 | ))) | ||
144 | |||
145 | == Search this documentation == | ||
146 | |||
147 | |||
148 | |||
149 | {{livesearch/}} | ||
150 | |||
151 | == Popular Topics == | ||
152 | |||
153 | |||
154 | |||
155 | {{popular-labels count="10"/}} | ||
156 | |||
157 | == Recently Updated Pages == | ||
158 | |||
159 | |||
160 | |||
161 | {{recently-updated types="page" max="5" hideHeading="true" theme="concise"/}} |