Generic Function Make-Edge-For-Graph (1 method)

( make-edge-for-graph < graph > < vertex-1 > < vertex-2 > &key < edge-type > < edge-class > &allow-other-keys )

Part of:

package cl-graph

It should not usually necessary to call this in
user code. Creates a new edge between vertex-1 and vertex-2 for the
graph. If the edge-type and edge-class are not specified, they will
be determined from the defaults of the graph.

Method Summary

make-edge-for-graph < basic-graph > < basic-vertex > < basic-vertex