documentationfor yFiles for HTML 2.6

BipartitionResult

Represents a bipartition of a graph.

Inheritance Hierarchy
BipartitionResult

Remarks

If a bipartition of the graph exists, isBipartite is true and firstPartition and secondPartition contain the nodes that make up the partitions. The inSamePartition method can be used to determine whether two nodes are in the same partition.

If no bipartition of the graph exists, isBipartite is false and any collections and mappings of the result are empty.

Type Details

yfiles module
view-layout-bridge
yfiles-umd modules
view-layout-bridge
Legacy UMD name
yfiles.analysis.BipartitionResult

Properties

Methods