GraphBase<TVertex, TEdge>.Remove Method |
Name | Description | |
---|---|---|
![]() | Remove(TEdge) |
Removes the provided edge from the graph.
|
![]() | Remove(TVertex) |
Removes a vertex from this graph.
|
![]() | Remove(GraphBase<TVertex, TEdge>) |
Removes all elements (i.e. vertices and edges) of the provided graph from this graph.
|
![]() | Remove(GraphBase<TVertex, TEdge>, Boolean) |
Removes all elements (i.e. vertices and/or edges) of the provided graph from this graph.
|