documentationfor yFiles for HTML 3.0.0.3

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.

This class cannot be instantiated

Type Details

yFiles module
view-layout-bridge

Properties

Methods