Interface | Description |
---|---|
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 | Description |
---|---|
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.
|
Copyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.