C

ReachabilityResult

Represents the nodes that are reachable from a given set of other nodes as computed by Reachability.
Inheritance Hierarchy

Remarks

This class cannot be instantiated

Members

No filters for this type

Properties

Gets a collection of nodes that are reachable from the startNodes.
readonlyfinal

Methods

Determines whether a given node is reachable.
final

Parameters

node: INode
The node to check for reachability.

Return Value

boolean
true if the given node is reachable, false otherwise.