Uses of Package
com.luciad.network.graph.partition
Packages that use 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.
-
Classes in com.luciad.network.graph.partition used by com.luciad.network.algorithm.partitioningClassDescriptionAn
ILcdPartitionedGraph
is anILcdGraph
which is composed of partitions. -
Classes in com.luciad.network.graph.partition used by com.luciad.network.algorithm.routingClassDescriptionAn
ILcdPartitionedGraph
is anILcdGraph
which is composed of partitions. -
Classes in com.luciad.network.graph.partition used by com.luciad.network.graph.partitionClassDescriptionAn
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.