documentationfor yFiles for HTML 2.6

DefaultOutEdgeComparer

DefaultOutEdgeComparer is the default implementation for the out-edge comparator used in SeriesParallelLayout.

Inheritance Hierarchy
DefaultOutEdgeComparer
Implemented Interfaces

Remarks

It keeps the order of the edges in the graph for edges without PortConstraints and considers the PortConstraints such that the order of the target nodes of the outgoing edges is similar to the port location at the source node. Note that this won't work for all cases because the target nodes may not be completely independent.

Type Details

yfiles module
layout-seriesparallel
yfiles-umd modules
layout-seriesparallel, layout
Legacy UMD name
yfiles.seriesparallel.DefaultOutEdgeComparer

See Also

Constructors

Methods