edu.uci.ics.jung.graph.event
Interface GraphEventType
- All Known Implementing Classes:
- GraphEventType.AllSingleEvents, GraphEventType.EdgeAddition, GraphEventType.EdgeRemoval, GraphEventType.VertexAddition, GraphEventType.VertexRemoval
public interface GraphEventType
This is an instance of the Enumerator pattern which creates 1st class static type objects
for each of the known graph events.
- Author:
- Scott White
VERTEX_ADDITION
static final GraphEventType.VertexAddition VERTEX_ADDITION
EDGE_ADDITION
static final GraphEventType.EdgeAddition EDGE_ADDITION
VERTEX_REMOVAL
static final GraphEventType.VertexRemoval VERTEX_REMOVAL
EDGE_REMOVAL
static final GraphEventType.EdgeRemoval EDGE_REMOVAL
ALL_SINGLE_EVENTS
static final GraphEventType.AllSingleEvents ALL_SINGLE_EVENTS