constructor for an edge type.
Constructor for edge type.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=ip), | intent(in), | optional | :: | ivertex |
vertex number defining the destination of this edge |
|
character(len=*), | intent(in), | optional | :: | label |
vertex name for grahviz |
|
character(len=*), | intent(in), | optional | :: | attributes |
other attributes for graphviz |
|
class(*), | intent(in), | optional | :: | metadata |
optional user-defined metadata |