documentationfor yFiles for HTML 2.6

TreeAnalyzer

Provides methods for querying and analyzing directed trees.

Inheritance Hierarchy
TreeAnalyzer

Type Details

yfiles module
view-layout-bridge
yfiles-umd modules
view-layout-bridge
Legacy UMD name
yfiles.analysis.TreeAnalyzer
Class TreeAnalysis offers a larger feature set for analyzing tree graphs. Notably, it allows to analyze only a subset of nodes/edges (see subgraphNodes and subgraphEdges) and it supports the analysis of undirected trees.

Deprecation warning

It is recommended to use the TreeAnalysis class which offers more features instead.

Constructors

Methods