kotlin-utils
/
loggersoft.kotlin.utils.graph
/
StaticEdge
/
StaticEdge
Static
Edge
fun <
V
:
Any
, out
E
:
Any
>
StaticEdge
(startFrom:
V
, endWith:
V
, value:
E
, isOriented:
Boolean
= true, hasWeight:
Boolean
= true, weight:
Double
= Edge.DefaultWeight)
Content copied to clipboard