Last modified by Soeren Domroes on 2024/05/24 07:41
<
>
edited by Soeren Domroes
on 2022/09/26 07:20
on 2022/09/26 07:20
edited by Alexander Schulz-Rosengarten
on 2022/10/06 09:42
on 2022/10/06 09:42
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
-
Objects (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki.s do1 +XWiki.als - Content
-
... ... @@ -1,7 +1,7 @@ 1 1 {{layout}} 2 2 {{layout-section ac:type="single"}} 3 3 {{layout-cell}} 4 -The Sugiyama algorithm consists of 5 phases: cycle breaking, layer assignment, crossing minimization, node placement and edge routing. Node placement sets the x-coordinates of nodes (in a downward layout) and creates alignment between nodes, improves edge straightness, or balances nodes based on their incoming edges. Node sizes can also be used to eliminate edge bends by increasing the size of nodes, as seen below, which makes the drawing easier to read, edges easier to follow and therefore easier to understand. 4 +The classic Sugiyama graph drawing algorithm consists of 5 phases: cycle breaking, layer assignment, crossing minimization, node placement and edge routing. Node placement sets the x-coordinates of nodes (in a downward layout) and creates alignment between nodes, improves edge straightness, or balances nodes based on their incoming edges. Node sizes can also be used to eliminate edge bends by increasing the size of nodes, as seen below, which makes the drawing easier to read, edges easier to follow and therefore easier to understand. 5 5 {{/layout-cell}} 6 6 {{/layout-section}} 7 7 ... ... @@ -17,12 +17,14 @@ 17 17 18 18 {{layout-section ac:type="single"}} 19 19 {{layout-cell}} 20 +TODO Fehler labels in rot und prominenter 21 + 20 20 Figure showing the current layout without flexible node size and the existing ONO (obviously not optimal) parts of a layout with flexible node size 21 21 22 22 = Goals = 23 23 24 -* Improve the existing nodesize flexible networksimplex node placement strategy by:\\25 -** centering edges on their nodes if it does not compromise the quality of the layout (if necessary by increasing node sizes even more)26 +* Improve the existing Network Simplex node placement strategy with flexible node size by:\\ 27 +** centering edges on their nodes if it does not compromise the quality of the layout, if necessary by increasing node sizes even more 26 26 ** minimize the size of the drawing if possible 27 27 * (optional) Explore options that need configuration depending on the context. 28 28 ** alignment of edges, ... ... ... @@ -33,15 +33,21 @@ 33 33 34 34 = Related Work/Literature = 35 35 36 -Emden R. Gansner, Eleftherios Koutsofios, Stephen C. North, Kiem-Phong Vo, A technique for drawing directed graphs. Software Engineering 19(3), pp. 214-230, 1993. 38 +Emden R. Gansner, Eleftherios Koutsofios, Stephen C. North, Kiem-Phong Vo, //A technique for drawing directed graphs//. Software Engineering 19(3), pp. 214-230, 1993. 37 37 38 -Ulf Rüegg, //Sugiyama Layouts for Prescribed Drawing Areas// , Disputation: 26 June 2018([[KCSS>>url:https://www.uni-kiel.de/journals/receive/jportal_jparticle_00000341||shape="rect" class="internal-link"]] 2018/1)(inChapter 4.1 Network Simplex Approach)40 +Ulf Rüegg, //Sugiyama Layouts for Prescribed Drawing Areas //([[KCSS>>url:https://www.uni-kiel.de/journals/receive/jportal_jparticle_00000341||shape="rect" class="internal-link"]] 2018/1), Chapter 4.1: Network Simplex Approach 39 39 40 - [[https:~~/~~/github.com/eclipse/elk/issues/853>>url:https://github.com/eclipse/elk/issues/853||shape="rect"]](correspondingticket in [[ELK>>url:https://www.eclipse.org/elk/||shape="rect"]])42 += Involved Languages/Technologies = 41 41 44 +* Java 45 +* ELK 46 +** [[https:~~/~~/github.com/eclipse/elk/issues/853>>url:https://github.com/eclipse/elk/issues/853||shape="rect"]] (corresponding ticket in [[ELK>>url:https://www.eclipse.org/elk/||shape="rect"]]) 47 + 42 42 = Supervised By = 43 43 44 44 Sören Domrös 51 + 52 +sdo@ifi 45 45 {{/layout-cell}} 46 46 {{/layout-section}} 47 47 {{/layout}}
- Confluence.Code.ConfluencePageClass[0]
-
- Id
-
... ... @@ -1,1 +1,1 @@ 1 -1361839 371 +136183947 - URL
-
... ... @@ -1,1 +1,1 @@ 1 -https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/RTSYS/pages/1361839 37/Node Placement with Flexible Node Size and Port Position1 +https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/RTSYS/pages/136183947/Node Placement with Flexible Node Size and Port Position