| 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 |
| Modifier and Type | Method and Description |
|---|---|
void |
ArchetypeGraph.addListener(GraphEventListener gel,
GraphEventType get)
Tells the graph to add gel as a listener for changes in the graph structure
|
void |
ArchetypeGraph.removeListener(GraphEventListener gel,
GraphEventType get)
Tells the graph to remove gel as a listener for changes in the graph structure
|
| Modifier and Type | Method and Description |
|---|---|
void |
GraphListenerHandler.addListener(GraphEventListener gel,
GraphEventType get) |
void |
GraphListenerHandler.removeListener(GraphEventListener gel,
GraphEventType get) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractArchetypeGraph.addListener(GraphEventListener gel,
GraphEventType get) |
void |
AbstractArchetypeGraph.removeListener(GraphEventListener gel,
GraphEventType get) |
| Modifier and Type | Class and Description |
|---|---|
class |
SubsetManager
A class which allows users to create and maintain
Predicate-specified vertex and edge subsets. |
| Modifier and Type | Class and Description |
|---|---|
class |
TestGraphEventListener.EventConsistencyChecker |