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
  • Class
    Description
    An ILcdEditableGraph is a graph to which nodes and edges can be added or removed.
    An ILcdGraph represents a general graph, which can contain nodes, connected by edges.
    Interface for listeners attached to graphs.
    Implementation of ILcdGraph.
    TLcdGraphChangedEvent implements change events that occurred in an ILcdGraph.
    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.