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()
Retrieves the edge associated with this event.
|
String |
toString() |
getSource, getType
Copyright © 2015. All rights reserved.