V
- the graph vertex typeE
- the graph edge type@Deprecated public class BiconnectivityInspector<V,E> extends Object
BlockCutpointGraph
for more
information. A biconnected graph has only one block (i.e. no cutpoints).Constructor and Description |
---|
BiconnectivityInspector(Graph<V,E> graph)
Deprecated.
Running time = $O(m)$ where m is the number of edges.
|
Modifier and Type | Method and Description |
---|---|
Set<Set<V>> |
getBiconnectedVertexComponents()
Deprecated.
Returns the biconnected vertex-components of the graph.
|
Set<Set<V>> |
getBiconnectedVertexComponents(V vertex)
Deprecated.
Returns the biconnected vertex-components containing the vertex.
|
Set<V> |
getCutpoints()
Deprecated.
Returns the cutpoints of the graph.
|
boolean |
isBiconnected()
Deprecated.
Returns
true if the graph is biconnected (no cutpoint), false
otherwise. |
public Set<Set<V>> getBiconnectedVertexComponents()
public Set<Set<V>> getBiconnectedVertexComponents(V vertex)
vertex
- the input vertexpublic Set<V> getCutpoints()
public boolean isBiconnected()
true
if the graph is biconnected (no cutpoint), false
otherwise.Copyright © 2018. All rights reserved.