Package | Description |
---|---|
org.jgrapht | |
org.jgrapht.alg |
Algorithms provided with JGraphT.
|
org.jgrapht.ext |
Extensions and integration means to other products.
|
org.jgrapht.graph |
Implementations of various graphs.
|
Modifier and Type | Method and Description |
---|---|
void |
ListenableGraph.addGraphListener(GraphListener<V,E> l)
Adds the specified graph listener to this graph, if not already present.
|
void |
ListenableGraph.removeGraphListener(GraphListener<V,E> l)
Removes the specified graph listener from this graph, if present.
|
Modifier and Type | Class and Description |
---|---|
class |
ConnectivityInspector<V,E>
Allows obtaining various connectivity aspects of a graph.
|
class |
DirectedNeighborIndex<V,E>
Maintains a cache of each vertex's neighbors.
|
class |
NeighborIndex<V,E>
Maintains a cache of each vertex's neighbors.
|
Modifier and Type | Class and Description |
---|---|
class |
JGraphXAdapter<V,E>
Adapter to draw a JGraphT graph with the JGraphX drawing library.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultListenableGraph.addGraphListener(GraphListener<V,E> l) |
void |
DefaultListenableGraph.removeGraphListener(GraphListener<V,E> l) |
Copyright © 2016. All rights reserved.