Generic Function Vertex->Dot (2 methods)

( vertex->dot < vertex > < stream > )

Part of:

package cl-graph
Unless a different vertex-formatter is specified with a keyword argument, this is used by graph->dot to output vertex formatting for `vertex` onto the `stream`. The function can assume that openning and closing square brackets and label have already been taken care of.

Method Summary

vertex->dot < basic-vertex > < STREAM > 
vertex->dot < dot-vertex-mixin > < T >