Interface | Description |
---|---|
GraphListener<VertexType,EdgeType> |
Instances of classes which implement this interface can be added to a GraphLibrary instance using GraphLibrary.addGraphListener to get notified when the respective graph is modified.
|
Class | Description |
---|---|
GraphLibManager |
Manages all graph libraries of the program and associates them with keys.
|
GraphLibrary<VertexType,EdgeType> |
The main graph class.
|