documentationfor yFiles for HTML 2.6

PathsResult

Represents all paths between two sets of nodes as computed by paths.

Inheritance Hierarchy
PathsResult

Remarks

When querying this result for a path or enumerating it, the paths are found on the fly. Enumerating all paths can be slow if the graph is large and startNodes or endNodes contain many nodes. Generally this should be used to find paths satisfying certain criteria and only enumerating until a suitable path is found to avoid walking the whole graph.

Type Details

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

Properties

Methods