Class GraphEvent.Vertex<V,E>
java.lang.Object
edu.uci.ics.jung.graph.event.GraphEvent<V,E>
edu.uci.ics.jung.graph.event.GraphEvent.Vertex<V,E>
- Enclosing class:
GraphEvent<V,E>
An event type pertaining to graph vertices.
-
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
-
vertex
-
-
Constructor Details
-
Vertex
Creates a graph event for the specified graph, vertex, and type.- Parameters:
source- the graph whose event this istype- the type of event this isvertex- the vertex involved in this event
-
-
Method Details
-
getVertex
- Returns:
- the vertex associated with this event
-
toString
-