|
@@ -3,6 +3,11 @@ package Algorithms.Animated.BK;
|
|
|
import Algorithms.Animated.AlgorithmStage;
|
|
|
import Model.LayeredGraphNode;
|
|
|
|
|
|
+/**
|
|
|
+ * The stage of the combination of the four extremal layouts.
|
|
|
+ * @author kolja
|
|
|
+ *
|
|
|
+ */
|
|
|
public class Combine implements AlgorithmStage {
|
|
|
|
|
|
public Combine( LayeredGraphNode graph )
|