|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.uci.ics.jung.graph.event.GraphEvent<V,E> edu.uci.ics.jung.graph.event.GraphEvent.Edge<V,E>
public static class GraphEvent.Edge<V,E>
An event type pertaining to graph edges.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class edu.uci.ics.jung.graph.event.GraphEvent |
---|
GraphEvent.Edge<V,E>, GraphEvent.Type, GraphEvent.Vertex<V,E> |
Field Summary | |
---|---|
protected E |
edge
|
Fields inherited from class edu.uci.ics.jung.graph.event.GraphEvent |
---|
source, type |
Constructor Summary | |
---|---|
GraphEvent.Edge(Graph<V,E> source,
GraphEvent.Type type,
E edge)
Creates a graph event for the specified graph, edge, and type. |
Method Summary | |
---|---|
E |
getEdge()
Retrieves the edge associated with this event. |
String |
toString()
|
Methods inherited from class edu.uci.ics.jung.graph.event.GraphEvent |
---|
getSource, getType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected E edge
Constructor Detail |
---|
public GraphEvent.Edge(Graph<V,E> source, GraphEvent.Type type, E edge)
Method Detail |
---|
public E getEdge()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |