Represents the strongly connected components of a graph.
Inheritance Hierarchy
Remarks
This class cannot be instantiated
Members
No filters for this type
Properties
Gets a collection of the components in the graph.
Gets a collection of the components in the graph.
readonlyfinal
Gets a collection of the edges which connect nodes in different components.
Gets a collection of the edges which connect nodes in different components.
The edges between nodes in the same component can be obtained from that ConnectedComponent's inducedEdges collection.
readonlyfinal
Gets a map which returns for each node the ID of the component the node belongs to.
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.
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