| ... |
... |
@@ -35,6 +35,8 @@ |
| 35 |
35 |
|
| 36 |
36 |
**Advisors:** Reinhard von Hanxleden, Ulf Rüegg, Christoph Daniel Schulze. |
| 37 |
37 |
|
|
38 |
+* **Comment Attachment** (Bachelor) |
|
39 |
+When computing a new layout for a diagram that contains comments (comparable to comments in source code), the comments often get placed far away of the nodes they refer to. This is because often the reference is not explicitly encoded in the original model. We have used a distance-based metric in the past to discover references automatically, but there are lots of ideas for improvement. This bachelor thesis would implement them, perhaps come up with additional ideas, and finally evaluate them in a thorough experiment. |
| 38 |
38 |
* **Control Flow Graph Exploration / Visualization** (Bachelor) |
| 39 |
39 |
Use pragmatics concepts (automatic layout, focus & context) for exploring/visualizing control flow graphs and specific paths, eg. as computed by OTAWA WCET analysis tool, eg. using KLighD. |
| 40 |
40 |
* **Compound Graph Exploration** (Bachelor, Master) |
| ... |
... |
@@ -98,7 +98,7 @@ |
| 98 |
98 |
* **Real-time extensions for SCCharts** (Bachelor/Master) |
| 99 |
99 |
Make the timing instructions //delay_until// und //exception_on_expire// of the [[FlexPRET>>url:http://rtsys.informatik.uni-kiel.de/confluence/Multithreaded/Multicore execution of SCCharts Evaluate possibilities to preserve parallelism in SCCharts, implement mapping for (fine grained) multithreading and multicore based on the FlexPRET||shape="rect"]] processor available in SCCharts. |
| 100 |
100 |
* **Adding dataflow to SCCharts** (Bachelor/Master) [work in progress, Axel Umland] |
| 101 |
|
-Add dataflow to SCCharts |
|
103 |
+Add dataflow to SCCharts |
| 102 |
102 |
\\ |
| 103 |
103 |
* **Multithreaded/Multicore execution of SCCharts **(Master/Bachelor) [work in progress, Tibor Weiß] |
| 104 |
104 |
Evaluate possibilities to preserve parallelism in SCCharts, implement mapping for (fine grained) multithreading and multicore |