public static class GraphEvent.Vertex<V,E> extends GraphEvent<V,E>
GraphEvent.Edge<V,E>, GraphEvent.Type, GraphEvent.Vertex<V,E>
Modifier and Type | Field and Description |
---|---|
protected V |
vertex |
source, type
Constructor and Description |
---|
GraphEvent.Vertex(Graph<V,E> source,
GraphEvent.Type type,
V vertex)
Creates a graph event for the specified graph, vertex, and type.
|
protected V vertex
public GraphEvent.Vertex(Graph<V,E> source, GraphEvent.Type type, V vertex)
public V getVertex()
public java.lang.String toString()
toString
in class java.lang.Object