addVertex

abstract fun addVertex(value: V): Vertex<V, E>

Adds new vertex to graph by value.