Class TLcdPartitionedGraphChangedEvent.Change
java.lang.Object
com.luciad.network.graph.partition.TLcdPartitionedGraphChangedEvent.Change
- Enclosing class:
TLcdPartitionedGraphChangedEvent<N,
E>
Type-safe enumeration containing all possible changes for boundary edges and
partitions.
- Since:
- 5.1
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdPartitionedGraphChangedEvent.Change
Indicates for a given node that it has been added to the graph.static final TLcdPartitionedGraphChangedEvent.Change
Indicates for a given node that its properties have been changed.static final TLcdPartitionedGraphChangedEvent.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.
-