Changes for page Architecture
Last modified by Alexander Schulz-Rosengarten on 2023/07/11 10:33
<
>
edited by Alexander Schulz-Rosengarten
on 2023/07/11 10:33
on 2023/07/11 10:33
edited by Alexander Schulz-Rosengarten
on 2023/07/11 10:33
on 2023/07/11 10:33
Change comment:
Renamed back-links.
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Parent
-
... ... @@ -1,1 +1,1 @@ 1 -K ieler.Discontinued Projects.Layout Algorithms (KLay).KLay Mr\. Tree.WebHome1 +KIELER.Discontinued Projects.Layout Algorithms (KLay).KLay Mr\. Tree.WebHome - Content
-
... ... @@ -6,7 +6,7 @@ 6 6 7 7 (% lang="en" class="hps" %)The architecture(% lang="en" %) (% class="hps" %)aims(%%) (% class="hps" %)to separate(%%) (% class="hps" %)most main steps(%%) for layouting a tree a(% lang="en" class="hps" %)nd(% lang="en" %) (% class="hps" %)to solve the layout taks by(%%) (% class="hps" %)the(%%) (% class="hps" %)divide and conquer(%%) (% class="hps" %)principle. The (% class="hps short_text hps" %)individual(% class="hps" %) steps are structured as following.(%%) 8 8 9 -The first thing that is done is the graph import. Since the algorithm works with KIML, it is necessary to import the graph that should be layouted with Mr. Tree. The important data structure (KGraph) is a comparatively complex structure. The tree algorithm does not need all parts of this data structure, so the parts that are necessary are converted into a less complex data structure, the [[MrTGraph data structure>>doc:K ieler.Discontinued Projects.Layout Algorithms (KLay).KLay Mr\. Tree.Data Structure.WebHome]] (TGraph), which is described through a class diagram at its corresponding page. As mentioned before, Mr. Tree runs on that data structure. After execution of the tree algorithm, the TGraph gets reconverted to a KGraph in a graph export phase, so that everything works fine with KIML.9 +The first thing that is done is the graph import. Since the algorithm works with KIML, it is necessary to import the graph that should be layouted with Mr. Tree. The important data structure (KGraph) is a comparatively complex structure. The tree algorithm does not need all parts of this data structure, so the parts that are necessary are converted into a less complex data structure, the [[MrTGraph data structure>>doc:KIELER.Discontinued Projects.Layout Algorithms (KLay).KLay Mr\. Tree.Data Structure.WebHome]] (TGraph), which is described through a class diagram at its corresponding page. As mentioned before, Mr. Tree runs on that data structure. After execution of the tree algorithm, the TGraph gets reconverted to a KGraph in a graph export phase, so that everything works fine with KIML. 10 10 11 11 The heart of Mr. Tree are the following phases. They are described in more details on [[this page>>doc:Kieler.Discontinued Projects.Layout Algorithms (KLay).KLay Mr\. Tree.The Four Phases.WebHome]]. 12 12