Package | Description |
---|---|
edu.uci.ics.jung.graph |
Interfaces for the JUNG graph types, and some representative implementations.
|
edu.uci.ics.jung.graph.event |
Support for generating events in response to graph actions, especially mutations.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ObservableGraph.fireGraphEvent(GraphEvent<V,E> evt) |
Modifier and Type | Class and Description |
---|---|
static class |
GraphEvent.Edge<V,E>
An event type pertaining to graph edges.
|
static class |
GraphEvent.Vertex<V,E>
An event type pertaining to graph vertices.
|
Modifier and Type | Method and Description |
---|---|
void |
GraphEventListener.handleGraphEvent(GraphEvent<V,E> evt)
Method called by the process generating a graph event to which
this instance is listening.
|
Copyright © 2021, 2022 Herve Girod. All Rights Reserved. Documentation and source under the BSD 3-Clause licence