documentationfor yFiles for HTML 3.0.0.3

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.

This class cannot be instantiated

Type Details

yFiles module
view-layout-bridge

Properties