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.edgeAdded(GraphEdgeChangeEvent<V,E> e) |
void |
ConnectivityInspector.edgeRemoved(GraphEdgeChangeEvent<V,E> e) |
Modifier and Type | Method and Description |
---|---|
void |
NeighborCache.edgeAdded(GraphEdgeChangeEvent<V,E> e) |
void |
NeighborCache.edgeRemoved(GraphEdgeChangeEvent<V,E> e) |
Modifier and Type | Method and Description |
---|---|
void |
GraphListener.edgeAdded(GraphEdgeChangeEvent<V,E> e)
Notifies that an edge has been added to the graph.
|
void |
GraphListener.edgeRemoved(GraphEdgeChangeEvent<V,E> e)
Notifies that an edge has been removed from the graph.
|
default void |
GraphListener.edgeWeightUpdated(GraphEdgeChangeEvent<V,E> e)
Notifies that an edge weight has been updated.
|
Modifier and Type | Method and Description |
---|---|
void |
JGraphXAdapter.edgeAdded(GraphEdgeChangeEvent<V,E> e) |
void |
JGraphXAdapter.edgeRemoved(GraphEdgeChangeEvent<V,E> e) |
Copyright © 2019. All rights reserved.