|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectpedviz.algorithms.HierarchieUpDown
public class HierarchieUpDown
This algorithm runs through the graph from top to bottom and assigns every node a layer.
| Constructor Summary | |
|---|---|
HierarchieUpDown()
Creates a new UpDown-Hierarchy. |
|
| Method Summary | |
|---|---|
void |
buildHirarchie(Graph graph)
Starts the algorithm and assigns every node from the Graph object a layer. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HierarchieUpDown()
| Method Detail |
|---|
public void buildHirarchie(Graph graph)
HierarchieBuilder
buildHirarchie in interface HierarchieBuildergraph - Graph Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||