public static class GraphEvent.Edge<V,E> extends GraphEvent<V,E>
GraphEvent.Edge<V,E>, GraphEvent.Type, GraphEvent.Vertex<V,E>| Modifier and Type | Field and Description |
|---|---|
protected E |
edge |
source, type| Constructor and Description |
|---|
Edge(Graph<V,E> source,
GraphEvent.Type type,
E edge)
Creates a graph event for the specified graph, edge, and type.
|
| Modifier and Type | Method and Description |
|---|---|
E |
getEdge() |
String |
toString() |
getSource, getTypeprotected E edge
public Edge(Graph<V,E> source, GraphEvent.Type type, E edge)
source - the graph whose event this istype - the type of event this isedge - the edge involved in this eventCopyright © 2016. All rights reserved.