Interface SugiyamaLayoutAlgorithm.CrossingReducer
- All Known Implementing Classes:
SugiyamaLayoutAlgorithm.BarycentricCrossingReducer
,SugiyamaLayoutAlgorithm.GreedyCrossingReducer
,SugiyamaLayoutAlgorithm.SplitCrossingReducer
- Enclosing class:
- SugiyamaLayoutAlgorithm
public static interface SugiyamaLayoutAlgorithm.CrossingReducer
An interface for heuristics that reduces edge crossings.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
From the given nodes it creates a map of NodeLayouts and NodeWrappers which contains the layers and indexes of the nodes
-
Method Details
-
crossReduction
From the given nodes it creates a map of NodeLayouts and NodeWrappers which contains the layers and indexes of the nodes- Parameters:
nodes
- List of nodes needed to be organized
-