public static class SugiyamaLayoutAlgorithm.GreedyCrossingReducer extends Object implements SugiyamaLayoutAlgorithm.CrossingReducer
Constructor and Description |
---|
GreedyCrossingReducer() |
Modifier and Type | Method and Description |
---|---|
void |
crossReduction(List<List<SugiyamaLayoutAlgorithm.NodeWrapper>> nodes)
From the given nodes it creates a map of NodeLayouts and NodeWrappers
which contains the layers and indexes of the nodes
|
public void crossReduction(List<List<SugiyamaLayoutAlgorithm.NodeWrapper>> nodes)
SugiyamaLayoutAlgorithm.CrossingReducer
crossReduction
in interface SugiyamaLayoutAlgorithm.CrossingReducer
nodes
- List of nodes needed to be organizedCopyright (c) 2014 itemis AG and others. All rights reserved.