Package com.luciad.network.graph
package com.luciad.network.graph
Contains interfaces and classes for modeling basic graphs.
This package is part of the Graph & Routing Engine component.
- Since:
- 5.1
-
ClassDescriptionILcdEditableGraph<N,
E> AnILcdEditableGraph
is a graph to which nodes and edges can be added or removed.ILcdGraph<N,E> AnILcdGraph
represents a general graph, which can contain nodes, connected by edges.ILcdGraphListener<N,E> Interface for listeners attached to graphs.TLcdGraph<N,E> Implementation ofILcdGraph
.TLcdGraphChangedEvent
implements change events that occurred in anILcdGraph
.Type-safe enumeration containing all possible changes for boundary edges and partitions.Type-safe enumeration representing the directions in which a edge can be traversed.