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
ILcdPartitionedGraphis anILcdGraphwhich is composed of partitions. -
Classes in com.luciad.network.graph.partition used by com.luciad.network.algorithm.routingClassDescriptionAn
ILcdPartitionedGraphis anILcdGraphwhich is composed of partitions. -
Classes in com.luciad.network.graph.partition used by com.luciad.network.graph.partitionClassDescriptionAn
ILcdLimitedEditablePartitionedGraphis a partitioned graph with editable internal boundaries, and to which partitions can be added (or removed).AnILcdPartitionedGraphis anILcdGraphwhich is composed of partitions.Interface for listeners attached to partitioned graphs.Implementation ofILcdLimitedEditablePartitionedGraph.TLcdPartitionedGraphChangedEventimplements change events that occurred in anILcdPartitionedGraph.Type-safe enumeration containing all possible changes for boundary edges and partitions.