DynamicEdge

fun <V : Any, out E : Any> DynamicEdge(startFrom: V, endWith: V, value: E, isOriented: Boolean = true)