This mixin class adds a weight slot to an edge.
| weighted-edge | A weighted edge is both a weighted-edge-mixin and a graph-container-edge. |
|---|
| weight | The value of the weight of this edge. Defaults to 1.0d0 Initform:1.0d0, Initargs::weight; Accessors:weight. |
|---|