Package diva.pod.lwgraph

A light-weight graph package for implementing Pods.

See:
          Description

Interface Summary
LWEdge The interface to be implemented for edge objects to be used with the light-weight graph.
LWNode The interface to be implemented for node objects to be used with the light-weight graph.
LWPort The interface to be implemented for ports that are used used with the light-weight component network.
 

Class Summary
BasicLWEdge A basic implementation of the light-weight edge interface.
BasicLWNode A basic implementation of the light-weight node interface.
BasicLWPort A basic implementation of the light-weight port interface.
LightweightGraph A light-weight graph data structure.
LightweightNetwork A light-weight network is an extension of light-weight graph, and adds methods for dealing with explicit port objects.
Topology The primitive data structure underlying a light-weight graph.
Traversal A primitive data structure that makes graph traversal and algorithms more efficient.
 

Package diva.pod.lwgraph Description

A light-weight graph package for implementing Pods. More more more...



Copyright © 2015 Central Laboratory of the Research Councils. All Rights Reserved.