| ... |
... |
@@ -4,12 +4,8 @@ |
| 4 |
4 |
|
| 5 |
5 |
* **Control flow graph layout** |
| 6 |
6 |
Connect the KIELER layout algorithms to an external tool for control flow graphs used in compiler development. |
| 7 |
|
-* **Node placement for layered graph layout** (in progress) |
| 8 |
|
-Implement node placement algorithms such as the one of [[http:~~/~~/www.springerlink.com/content/j8b63vh3yatf17mk/ Brandes and Köpf>>url:http://www.springerlink.com/content/j8b63vh3yatf17mk/%20Brandes%20and%20K%C3%B6pf||shape="rect"]]. |
| 9 |
|
-* **Dynamic SyncCharts visualization** |
| 10 |
|
-Develop a viewer for SyncCharts models using KLighD, including view management techniques such as focus & context. |
| 11 |
|
-* **Actor-oriented modeling** |
| 12 |
|
-Develop a viewer for KAOM models using KLighD, including custom rendering for [[http:~~/~~/ptolemy.eecs.berkeley.edu/ Ptolemy>>url:http://ptolemy.eecs.berkeley.edu/%20Ptolemy||shape="rect"]]. Evaluate the [[http:~~/~~/www.eclipse.org/etrice/ eTrice>>url:http://www.eclipse.org/etrice/%20eTrice||shape="rect"]] project for possible cooperation. |
|
7 |
+* **SyncCharts and actor model visualization** |
|
8 |
+Develop an integrated viewer for [[doc:SyncCharts]] and [[KAOM>>doc:Actor Oriented Modeling (KAOM)]] models using [[KLighD>>doc:Lightweight Diagrams (KLighD)]], including view management techniques such as focus & context and structure-based editing. |
| 13 |
13 |
* **Validation manager for models** |
| 14 |
14 |
Develop an integrated, flexible and generic validation framework for models (e.g. Esterel or SyncCharts). |
| 15 |
15 |
* **Railway track layout** |
| ... |
... |
@@ -16,15 +16,11 @@ |
| 16 |
16 |
Use KLighD to visualize railway tracks. |
| 17 |
17 |
* **Transformation from SyncCharts to Esterel** |
| 18 |
18 |
Develop a transformation in Xtend2 to generate Esterel code for SyncCharts. |
| 19 |
|
-* **Connect CEC to Esterel editor for simulation** (in progress) |
| 20 |
|
-[[http:~~/~~/www.cs.columbia.edu/~~~~sedwards/cec/ Columbia Esterel Compiler>>url:http://www.cs.columbia.edu/%7Esedwards/cec/%20Columbia%20Esterel%20Compiler||shape="rect"]] |
| 21 |
21 |
* **Instruments for data visualization** |
| 22 |
22 |
Develop visualizations of data values (e.g. through charts) and integrate them in the KIELER environment. |
| 23 |
23 |
|
| 24 |
24 |
= Master Topics = |
| 25 |
25 |
|
| 26 |
|
-* **Dynamic, adaptable views in KLighD** |
| 27 |
|
-Develop concepts such as focus & context and incremental update in the dynamic-views approach of KLighD, with SyncCharts, KAOM and possibly YAKINDU as example applications. |
| 28 |
28 |
* **Expression language and modularization** |
| 29 |
29 |
Develop an expression language with a type system for SyncCharts. Implement modularization of SyncCharts models. |
| 30 |
30 |
* **FPGA Statecharts** |