documentationfor yFiles for HTML 2.6

BfsResult

Represents the results of a breadth-first search as computed by Bfs.

Inheritance Hierarchy
BfsResult

Remarks

Nodes are grouped into layers based on distance from the original coreNodes.

Contains the layers of nodes constructed by a directed/undirected breadth-first search where the number of layers is restricted.

The first of these layers contains all coreNodes from which a breadth-first search to the other nodes starts..

In the i-th layer are previously unassigned nodes that are connected to nodes in the (i-1)-th layer.

Type Details

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

Properties