:depends-on ("graph"))
(:file "graph-algorithms"
:depends-on ("graph"))
-
+ (:file "dynamic-classes"
+ :depends-on ("graph"))
(:static-file "notes.text")
(:module "graphviz" :depends-on ("graph")
(intern (symbol-name '#:run-tests) :lift)
:config :generic))
:depends-on ((:version :metatilities-base "0.6.0")
- (:version :cl-containers "0.11.0")
+ (:version :cl-containers "0.12.0")
))
(defmethod operation-done-p
:components
((:file "subgraph-containing")))))
-#+asdf-system-connections
-(asdf:defsystem-connection cl-graph-and-dynamic-classes
- :requires (cl-graph dynamic-classes)
- :components ((:module
- "dev"
- :components
- ((:file "dynamic-classes")))))
-
The output can be a stream or pathname or one of the values `nil` or
`t`. If output is `nil`, then graph->dot returns a string containing
the DOT description. If it is `t`, then the DOT description is written
-to *standard-output*.
+to \\*standard-output\\*.
Here is an example;
(getf (dot-attributes thing) attr))
(defmacro defpixel-inch-accessors (name attr type)
- (let ((actual-name (form-symbol name "-IN-PIXELS")))
+ (let ((actual-name (form-symbol name (symbol-name '-in-pixels))))
`(progn
(eval-always (export ',actual-name))
(defmethod ,actual-name ((thing ,type))