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

( make-vertex-for-graph < graph > &key &allow-other-keys )

Part of:

package cl-graph
Creates a new vertex for graph `graph`. The keyword arguments include: * vertex-class : specify the class of the vertex * element : specify the `element` of the vertex and any other initialization arguments that make sense for the vertex class.

Method Summary

make-vertex-for-graph < basic-graph