excludeEdgesFrom

fun excludeEdgesFrom(sourceVertex: Vertex)

Remove all edges from the graph which originate at the given vertex. Fail if the vertex is not present in the graph.

Parameters

sourceVertex

The source vertex of the edges to exclude.