StaticEdge

fun <V : Any, out E : Any> StaticEdge(startFrom: V, endWith: V, value: E, isOriented: Boolean = true, hasWeight: Boolean = true, weight: Double = Edge.DefaultWeight)