Package com.luciad.network.graph.partition
package com.luciad.network.graph.partition
Contains classes for modeling partitioned graphs.
This package is part of the Graph & Routing Engine component.
- Since:
- 5.1
-
ClassDescriptionAn
ILcdLimitedEditablePartitionedGraph
is a partitioned graph with editable internal boundaries, and to which partitions can be added (or removed).ILcdPartitionedGraph<N,E> AnILcdPartitionedGraph
is anILcdGraph
which is composed of partitions.Interface for listeners attached to partitioned graphs.Implementation ofILcdLimitedEditablePartitionedGraph
.TLcdPartitionedGraph<N,E> An implementation ofILcdLimitedEditablePartitionedGraph
that is also anILcdEditableGraph
.TLcdPartitionedGraphChangedEvent
implements change events that occurred in anILcdPartitionedGraph
.Type-safe enumeration containing all possible changes for boundary edges and partitions.