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() |
String |
toString() |
getSource, getTypeprotected V vertex
public Vertex(Graph<V,E> source, GraphEvent.Type type, V vertex)
source - the graph whose event this istype - the type of event this isvertex - the vertex involved in this eventCopyright © 2016. All rights reserved.