Class GraphEvent.Edge<V,E>
java.lang.Object
edu.uci.ics.jung.graph.event.GraphEvent<V,E>
edu.uci.ics.jung.graph.event.GraphEvent.Edge<V,E>
- Enclosing class:
GraphEvent<V,E>
An event type pertaining to graph edges.
-
Nested Class Summary
Nested classes/interfaces inherited from class GraphEvent
GraphEvent.Edge<V,E>, GraphEvent.Type, GraphEvent.Vertex<V, E> -
Field Summary
FieldsFields inherited from class GraphEvent
source, type -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class GraphEvent
getSource, getType
-
Field Details
-
edge
-
-
Constructor Details
-
Edge
Creates a graph event for the specified graph, edge, and type.- Parameters:
source- the graph whose event this istype- the type of event this isedge- the edge involved in this event
-
-
Method Details
-
getEdge
- Returns:
- the edge associated with this event.
-
toString
-