Enumeration LayeredDigraphCycleRemove

GoJS® Diagramming Components
version 3.0.1
by Northwoods Software®

This enumeration specifies how LayeredDigraphLayout changes the graph to make sure it contains no cycles or loops. Used for LayeredDigraphLayout.cycleRemoveOption.

since

3.0

Index

Enumeration Members

Enumeration Members

Remove cycles using depth first cycle removal.

Remove cycles depending on LayeredDigraphLayout.assignLayers determining entirely which links are backwards links.

Remove cycles using greedy cycle removal.