LispWorks CAPI Reference Manual > 1 CAPI Reference Entries

NextPrevUpTopContentsIndex

graph-edge

Class
Summary

The class of objects that represent edges in a graph.

Package

capi

Superclasses

graph-object

Initargs

:from

The node where the edge starts.

:to

The node where the edge ends.

Accessors

graph-edge-from
graph-edge-to

Description

The class of objects that represent edges in a graph-pane.

from and to are the nodes that the edge connects.

See also

graph-pane


LispWorks CAPI Reference Manual - 21 Dec 2009

NextPrevUpTopContentsIndex