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.ChangeTLcdPartitionedGraphChangedEvent.Change.ADDEDIndicates for a given node that it has been added to the graph.static final TLcdPartitionedGraphChangedEvent.ChangeTLcdPartitionedGraphChangedEvent.Change.CHANGEDIndicates for a given node that its properties have been changed.static final TLcdPartitionedGraphChangedEvent.ChangeTLcdPartitionedGraphChangedEvent.Change.REMOVEDIndicates 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.