Uses of Package
com.luciad.network.graph.partition
Package
Description
Contains an interface and algorithm for partitioning graphs.
Contains interfaces and algorithms for routing (shortest route, tracing).
Contains classes for modeling partitioned graphs.
-
ClassDescriptionAn
ILcdPartitionedGraph
is anILcdGraph
which is composed of partitions. -
ClassDescriptionAn
ILcdPartitionedGraph
is anILcdGraph
which is composed of partitions. -
ClassDescriptionAn
ILcdLimitedEditablePartitionedGraph
is a partitioned graph with editable internal boundaries, and to which partitions can be added (or removed).AnILcdPartitionedGraph
is anILcdGraph
which is composed of partitions.Interface for listeners attached to partitioned graphs.Implementation ofILcdLimitedEditablePartitionedGraph
.TLcdPartitionedGraphChangedEvent
implements change events that occurred in anILcdPartitionedGraph
.Type-safe enumeration containing all possible changes for boundary edges and partitions.