Usages of BiconnectedComponent
Properties
| components | in BiconnectedComponentsResult | Gets a collection of all biconnected components in the graph. | |
| edgeComponents | in BiconnectedComponentsResult | Gets a map which returns for each edge the component the edge belongs to. |
Method Return Values
| getNodeComponents (INode) | in BiconnectedComponentsResult | Gets a collection of all biconnected components that contain the given node. |