avail
2.0.0.alpha23
jvm
avail
/
avail.utility
/
Multigraph
/
Edge
/
Edge
Edge
constructor
(
source
:
V
,
destination
:
V
)
Construct a new edge.
Parameters
V
The type of vertices of the graph.
source
The source vertex.
destination
The destination vertex.