loom.attr
(source)Graph attribute protocol and implementations for records from
loom.graph. Common uses for attributes include labels and styling (color,
thickness, etc).
| Public Variable | Short Description |
|---|---|
| AttrGraph (clj) | |
| add-attr (clj) | Add an attribute to node or edge. |
| add-attr-to-all (clj) | Adds an attribute to all nodes and edges. |
| add-attr-to-edges (clj) | Adds an attribute to the given edges. |
| add-attr-to-nodes (clj) | Adds an attribute to the given nodes. |
| add-attrs-to-all (clj) | Adds attributes to all nodes and edges. |
| attr (clj) | Return the attribute on a node or edge. |
| attr? (clj) | Returns true if g satisfies AttrGraph. |
| attrs (clj) | Return all attributes on a node or edge. |
| hilite (clj) | Adds a red :color attribute to a node or edge. |
| hilite-path (clj) | Hilites nodes and edges along a path. |
| remove-attr (clj) | Remove an attribute from a node or edge. |