Class SugiyamaLayoutAlgorithm.GreedyCrossingReducer

java.lang.Object
org.eclipse.gef.layout.algorithms.SugiyamaLayoutAlgorithm.GreedyCrossingReducer
All Implemented Interfaces:
SugiyamaLayoutAlgorithm.CrossingReducer
Enclosing class:
SugiyamaLayoutAlgorithm

public static class SugiyamaLayoutAlgorithm.GreedyCrossingReducer extends Object implements SugiyamaLayoutAlgorithm.CrossingReducer
Implemented the CrossingReducer interface. This algorithm select neighbouring nodes and decides there order based on the number of edge crossings between them and those connected to them.