pedviz.algorithms
Interface HierarchieBuilder

All Known Implementing Classes:
HierarchieUpDown

public interface HierarchieBuilder

Implementations of this interface represent an algorithm, which assigns every node a layer.

Author:
Lukas Forer

Method Summary
 void buildHirarchie(Graph graph)
          Starts the algorithm and assigns every node from the Graph object a layer.
 

Method Detail

buildHirarchie

void buildHirarchie(Graph graph)
Starts the algorithm and assigns every node from the Graph object a layer.

Parameters:
graph - Graph Object