Wiki source code of Layout Algorithms (KLay)
Version 8.1 by msp on 2012/04/18 13:37
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | {{panel title="Project Overview" borderStyle="dashed"}} | ||
| 2 | Responsible: | ||
| 3 | |||
| 4 | * {{mention reference="XWiki.msp" style="FULL_NAME" anchor="XWiki-msp-AfWCH"/}} | ||
| 5 | * {{mention reference="XWiki.cds" style="FULL_NAME" anchor="XWiki-cds-IyWxl"/}} | ||
| 6 | |||
| 7 | Related Publications: | ||
| 8 | |||
| 9 | * (% style="color: rgb(0,0,0);" %)Miro Spönemann, Hauke Fuhrmann, Reinhard von Hanxleden, and Petra Mutzel. Port Constraints in Hierarchical Layout of Data Flow Diagrams. In (% class="cmti-10" %)//Proceedings of the 17th International//(%%)// (% class="cmti-10" %)Symposium on Graph Drawing (GD’09)//(%%), volume 5849 of (% class="cmti-10" %)LNCS(%%), pages 135–146, Springer, (% style="color: rgb(0, 0, 0); color: rgb(0, 0, 0)" %)2010(% style="color: rgb(0,0,0);" %). The (%%)original publication(% style="color: rgb(0,0,0);" %) is available at (%%)[[www.springerlink.com>>url:http://www.springerlink.com/||shape="rect"]](% style="color: rgb(0,0,0);" %). ((%%)[[pdf>>url:http://rtsys.informatik.uni-kiel.de/~~biblio/downloads/papers/gd09.pdf||shape="rect"]] / [[bib>>url:http://rtsys.informatik.uni-kiel.de/~~biblio/cgi-bin/bibcgi.cgi?key=SpoenemannFvH+09||shape="rect"]]) | ||
| 10 | |||
| 11 | Related Theses: | ||
| 12 | |||
| 13 | * Miro Spönemann, //On the Automatic Layout of Data Flow Diagrams//, March 2009 ([[pdf>>url:http://rtsys.informatik.uni-kiel.de/%7Ebiblio/downloads/theses/msp-dt.pdf||shape="rect"]]) | ||
| 14 | * (% style="color: rgb(0,0,0);" %)Philipp Döhring, (%%)//Algorithmen zur Layerzuweisung//(% style="color: rgb(0,0,0);" %), September 2010 ([[pdf>>url:http://rtsys.informatik.uni-kiel.de/~~biblio/downloads/theses/pdo-bt.pdf||shape="rect"]]) | ||
| 15 | * Ole Claußen, //Implementing an Algorithm for Orthogonal Graph Layout//, September 2010 ([[pdf>>url:http://rtsys.informatik.uni-kiel.de/%7Ebiblio/downloads/theses/ocl-bt.pdf||shape="rect"]]) | ||
| 16 | * Christian Kutschmar, //Planarisierung von Hypergraphen//, September 2010 ([[pdf>>url:http://rtsys.informatik.uni-kiel.de/%7Ebiblio/downloads/theses/cku-bt.pdf||shape="rect"]]) | ||
| 17 | * (% style="color: rgb(0,0,0);" %)Christoph Daniel Schulze, (%%)//Optimizing Automatic Layout for Data Flow Diagrams//, (% style="color: rgb(0,0,0);" %)July 2011(%%)([[pdf>>url:http://rtsys.informatik.uni-kiel.de/~~biblio/downloads/theses/cds-dt.pdf||shape="rect"]]) | ||
| 18 | * (% style="color: rgb(0,0,0);" %)Insa Fuhrmann, (%%)//Layout of Compound Graphs//(% style="color: rgb(0,0,0);" %), February 2012 ([[pdf>>url:http://rtsys.informatik.uni-kiel.de/~~biblio/downloads/theses/ima-dt.pdf||shape="rect"]]) | ||
| 19 | {{/panel}} | ||
| 20 | |||
| 21 | |||
| 22 | |||
| 23 | The KLay project encompasses the main layout algorithms developed as part of the KIELER project. It aims at providing Java implementations of different layout algorithms to the [[doc:Infrastructure for Meta Layout (KIML)]]. | ||
| 24 | |||
| 25 | We currently have the following layout algorithms: | ||
| 26 | |||
| 27 | * **[[doc:KLay Layered]]** | ||
| 28 | Implementation of the layer-based "hierarchical" approach by Sugiyama et al. | ||
| 29 | * **KLay Force** | ||
| 30 | Implementation of approaches based on physical models. | ||
| 31 | * **KLay Planar** | ||
| 32 | Implementation of the planarization-based "topology-shape-metrics" approach. (work in progress) |