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 |
|---|
Vertex(Graph<V,E> source,
GraphEvent.Type type,
V vertex)
Creates a graph event for the specified graph, vertex, and type.
|
| Modifier and Type | Method and Description |
|---|---|
V |
getVertex()
Retrieves the vertex associated with this event.
|
String |
toString() |
getSource, getTypeCopyright © 2015. All rights reserved.