C

ConnectedComponentsResult

Represents the connected components of a graph.
Inheritance Hierarchy

Remarks

This class cannot be instantiated

Members

No filters for this type

Properties

Gets a collection of all connected components in the graph.
readonlyfinal
Gets a map which returns for each node the ID of the component the node belongs to.
If the node is not part of an optional subgraphNodes, the return value is -1. Otherwise, the ID of a component is a non-negative value which is common for all nodes of the same component.
readonlyfinal
Gets a map which returns for each node the component the node belongs to.
If the node does not belong to subgraphNodes, the return value is null.
readonlyfinal