Package com.luciad.network.graph
Class TLcdGraphChangedEvent.Change
java.lang.Object
com.luciad.network.graph.TLcdGraphChangedEvent.Change
- Enclosing class:
TLcdGraphChangedEvent<N,
E>
Type-safe enumeration containing all possible changes for boundary edges and
partitions.
- Since:
- 5.1
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdGraphChangedEvent.Change
Indicates for a given node that it has been added to the graph.static final TLcdGraphChangedEvent.Change
Indicates for a given node that its properties have been changed.static final TLcdGraphChangedEvent.Change
Indicates for a given node that it has been removed from the graph. -
Method Summary
-
Field Details
-
ADDED
Indicates for a given node that it has been added to the graph. -
REMOVED
Indicates for a given node that it has been removed from the graph. -
CHANGED
Indicates for a given node that its properties have been changed.
-