Package | Description |
---|---|
org.jgrapht.alg.connectivity |
Algorithms dealing with various connectivity aspects of a graph.
|
org.jgrapht.alg.util |
Utilities used by JGraphT algorithms.
|
org.jgrapht.event |
Event classes and listener interfaces, used to provide a change notification mechanism on graph
modification events.
|
org.jgrapht.ext |
Extensions and integration means to other products.
|
Modifier and Type | Method and Description |
---|---|
void |
ConnectivityInspector.vertexAdded(GraphVertexChangeEvent<V> e) |
void |
ConnectivityInspector.vertexRemoved(GraphVertexChangeEvent<V> e) |
Modifier and Type | Method and Description |
---|---|
void |
NeighborCache.vertexAdded(GraphVertexChangeEvent<V> e) |
void |
NeighborCache.vertexRemoved(GraphVertexChangeEvent<V> e) |
Modifier and Type | Method and Description |
---|---|
void |
VertexSetListener.vertexAdded(GraphVertexChangeEvent<V> e)
Notifies that a vertex has been added to the graph.
|
void |
VertexSetListener.vertexRemoved(GraphVertexChangeEvent<V> e)
Notifies that a vertex has been removed from the graph.
|
Modifier and Type | Method and Description |
---|---|
void |
JGraphXAdapter.vertexAdded(GraphVertexChangeEvent<V> e) |
void |
JGraphXAdapter.vertexRemoved(GraphVertexChangeEvent<V> e) |
Copyright © 2019. All rights reserved.