Represents the biconnected components of a graph, as computed by BiconnectedComponents.
Inheritance Hierarchy
Remarks
This class cannot be instantiated
Members
No filters for this type
Properties
Gets a collection of all articulation points in the graph.
Gets a collection of all articulation points in the graph.
final
Gets a collection of all biconnected components in the graph.
Gets a collection of all biconnected components in the graph.
final
Gets a map which returns for each edge the ID of the component the edge belongs to.
Gets a map which returns for each edge the ID of the component the edge belongs to.
The ID of a component is a non-negative value which is common for all edges of the same component.
For self-loops that cannot be associated unambiguously to a component, or for edges that do not belong to the subgraphEdges, we return -1.
final
Gets a map which returns for each edge the component the edge belongs to.
Gets a map which returns for each edge the component the edge belongs to.
final
Methods
Gets a collection of all biconnected components that contain the given node.
Gets a collection of all biconnected components that contain the given
node.final
Parameters
- node: INode
- The node for which the biconnected components are retrieved.
Return Value
- ResultItemCollection<BiconnectedComponent>
- A collection of all biconnected components that contain the given
node.