Class EiglspergerStepsBackward<V,E>
- java.lang.Object
-
- org.jungrapht.visualization.layout.algorithms.eiglsperger.EiglspergerSteps<V,E>
-
- org.jungrapht.visualization.layout.algorithms.eiglsperger.EiglspergerStepsBackward<V,E>
-
- Type Parameters:
V
- vertex typeE
- edge type
public class EiglspergerStepsBackward<V,E> extends EiglspergerSteps<V,E>
Initialize for backward sweep (bottom to top)
-
-
Field Summary
-
Fields inherited from class org.jungrapht.visualization.layout.algorithms.eiglsperger.EiglspergerSteps
compactionGraph, edgeEndpointSwapOrNot, edgeSourceFunction, edgeTargetFunction, joinVertexPredicate, layersArray, neighborCache, neighborFunction, splitVertexPredicate, svGraph, transpose, typeOneConflicts
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
sweep(LV<V>[][] layersArray)
-
Methods inherited from class org.jungrapht.visualization.layout.algorithms.eiglsperger.EiglspergerSteps
clearGraph, getTypeOneConflicts, stepFive, stepFour, stepOne, stepSix, stepThree, stepTwo, swapEdgeEndpoints
-
-