Package | Description |
---|---|
edu.uci.ics.jung.graph |
Specifies the interfaces for and capabilities of the JUNG vertex, edge, and graph classes.
|
edu.uci.ics.jung.graph.event | |
edu.uci.ics.jung.graph.impl |
Implementations of the JUNG vertex, edge, and graph interfaces.
|
edu.uci.ics.jung.utils |
Provides a series of useful utility methods, and a number of custom helper classes designed specifically for this application.
|
test.edu.uci.ics.jung.graph.event |
Class and Description |
---|
GraphEventListener
The interface for "listening" to graph events (changes in the structure of a graph).
|
GraphEventType
This is an instance of the Enumerator pattern which creates 1st class static type objects
for each of the known graph events.
|
Class and Description |
---|
GraphEvent
An event which indicates that a change in the graph structure has occurred.
|
GraphEventListener
The interface for "listening" to graph events (changes in the structure of a graph).
|
GraphEventType
This is an instance of the Enumerator pattern which creates 1st class static type objects
for each of the known graph events.
|
GraphEventType.AllSingleEvents |
GraphEventType.EdgeAddition |
GraphEventType.EdgeRemoval |
GraphEventType.VertexAddition |
GraphEventType.VertexRemoval |
Class and Description |
---|
GraphEventListener
The interface for "listening" to graph events (changes in the structure of a graph).
|
GraphEventType
This is an instance of the Enumerator pattern which creates 1st class static type objects
for each of the known graph events.
|
GraphListenerHandler
This utility class handles Graph listening and call dispatching.
|
Class and Description |
---|
GraphEvent
An event which indicates that a change in the graph structure has occurred.
|
GraphEventListener
The interface for "listening" to graph events (changes in the structure of a graph).
|
Class and Description |
---|
GraphEvent
An event which indicates that a change in the graph structure has occurred.
|
GraphEventListener
The interface for "listening" to graph events (changes in the structure of a graph).
|