@Deprecated public class BiconnectivityInspector extends Object
Constructor and Description |
---|
BiconnectivityInspector(org._3pq.jgrapht.UndirectedGraph g)
Deprecated.
Creates a biconnectivity inspector for the specified undirected graph.
|
Modifier and Type | Method and Description |
---|---|
List |
biconnectedSets()
Deprecated.
Returns a list of
Set s, where each set contains all edge that are
in the same biconnected component. |
void |
edgeAdded(org._3pq.jgrapht.event.GraphEdgeChangeEvent e)
Deprecated.
|
void |
edgeRemoved(org._3pq.jgrapht.event.GraphEdgeChangeEvent e)
Deprecated.
|
void |
vertexAdded(org._3pq.jgrapht.event.GraphVertexChangeEvent e)
Deprecated.
|
void |
vertexRemoved(org._3pq.jgrapht.event.GraphVertexChangeEvent e)
Deprecated.
|
public BiconnectivityInspector(org._3pq.jgrapht.UndirectedGraph g)
g
- the specified graphpublic List biconnectedSets()
Set
s, where each set contains all edge that are
in the same biconnected component. All graph edges occur in exactly one set.Set
s, where each set contains all edge that are
in the same biconnected componentpublic void edgeAdded(org._3pq.jgrapht.event.GraphEdgeChangeEvent e)
GraphListener.edgeAdded(GraphEdgeChangeEvent)
public void edgeRemoved(org._3pq.jgrapht.event.GraphEdgeChangeEvent e)
GraphListener.edgeRemoved(GraphEdgeChangeEvent)
public void vertexAdded(org._3pq.jgrapht.event.GraphVertexChangeEvent e)
VertexSetListener.vertexAdded(GraphVertexChangeEvent)
public void vertexRemoved(org._3pq.jgrapht.event.GraphVertexChangeEvent e)
VertexSetListener.vertexRemoved(GraphVertexChangeEvent)
Copyright © 2022. All rights reserved.