Objects from the Class
Objects can be created by calls of the form new("directedEdge", ...)
which admit short-hands of the form d(...)
and r(...)
.Extends
Class "edge"
, directly.
Class "list"
, from data part.
Class "vector"
, by class "list"
.Warning
The constructor will try to handle any vector input
by silently transforming it into a list of strictly positive integers.