Uses of Class
com.luciad.network.graph.partition.TLcdPartitionedGraphChangedEvent.Change
Packages that use TLcdPartitionedGraphChangedEvent.Change
Package
Description
Contains classes for modeling partitioned graphs.
-
Uses of TLcdPartitionedGraphChangedEvent.Change in com.luciad.network.graph.partition
Fields in com.luciad.network.graph.partition declared as TLcdPartitionedGraphChangedEvent.ChangeModifier and TypeFieldDescriptionstatic final TLcdPartitionedGraphChangedEvent.Change
TLcdPartitionedGraphChangedEvent.Change.ADDED
Indicates for a given node that it has been added to the graph.static final TLcdPartitionedGraphChangedEvent.Change
TLcdPartitionedGraphChangedEvent.Change.CHANGED
Indicates for a given node that its properties have been changed.static final TLcdPartitionedGraphChangedEvent.Change
TLcdPartitionedGraphChangedEvent.Change.REMOVED
Indicates for a given node that it has been removed from the graph.Methods in com.luciad.network.graph.partition that return TLcdPartitionedGraphChangedEvent.ChangeModifier and TypeMethodDescriptionTLcdPartitionedGraphChangedEvent.retrieveBoundaryEdgeChange
(E aBoundaryEdge) Returns the details concerning aObject in thisTLcdGraphChangedEvent
.TLcdPartitionedGraphChangedEvent.retrievePartitionChange
(ILcdGraph<N, E> aPartition) Returns the details concerning aObject in thisTLcdPartitionedGraphChangedEvent
.