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.
make-vertex-for-graph < basic-graph > |