Package | Description |
---|---|
org.jgrapht.alg |
Algorithms provided with JGraphT.
|
org.jgrapht.event |
Event classes and listener interfaces, used to provide a change
notification mechanism on graph modification events.
|
Modifier and Type | Method and Description |
---|---|
void |
DirectedNeighborIndex.vertexAdded(GraphVertexChangeEvent<V> e) |
void |
ConnectivityInspector.vertexAdded(GraphVertexChangeEvent<V> e) |
void |
NeighborIndex.vertexAdded(GraphVertexChangeEvent<V> e) |
void |
DirectedNeighborIndex.vertexRemoved(GraphVertexChangeEvent<V> e) |
void |
ConnectivityInspector.vertexRemoved(GraphVertexChangeEvent<V> e) |
void |
NeighborIndex.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.
|
Copyright © 2015. All Rights Reserved.