| ... |
... |
@@ -6,7 +6,7 @@ |
| 6 |
6 |
* Philipp Döhring, //Algorithmen zur Layerzuweisung//, September 2010 ([[pdf>>url:http://rtsys.informatik.uni-kiel.de/%7Ebiblio/downloads/theses/pdo-bt.pdf||shape="rect"]]) |
| 7 |
7 |
{{/panel}} |
| 8 |
8 |
|
| 9 |
|
-This page describes the architecture and the different phases of the KLay Layered algorithm, as well as some notable features that may require further explanation. |
|
9 |
+KLay Layered is a layer-based layout algorithm mainly intended for diagrams with an inherent data flow direction. This page describes its general architecture, while child pages discuss the different phases, its intermediate processors, and other specialized topics. |
| 10 |
10 |
|
| 11 |
11 |
**Contents** |
| 12 |
12 |
|
| ... |
... |
@@ -42,7 +42,7 @@ |
| 42 |
42 |
|
| 43 |
43 |
= Phases = |
| 44 |
44 |
|
| 45 |
|
-This section describes the algorithm's five main phases and the available implementations. You can find a list and descriptions of the intermediate processors below. |
|
45 |
+This page describes the algorithm's five main phases and the available implementations. You can find a list and descriptions of the intermediate processors below. |
| 46 |
46 |
|
| 47 |
47 |
== Phase 1: Cycle Removal == |
| 48 |
48 |
|