![]() | IWeightedGraphT Interface |
Namespace: Slash.Collections.Graphs
The IWeightedGraphT type exposes the following members.
Name | Description | |
---|---|---|
![]() | EdgeCount |
Number of edges between the vertices of this graph.
|
![]() | VertexCount |
Number of vertices of this graph.
|
Name | Description | |
---|---|---|
![]() | Degree |
Returns the number of adjacent vertices of the given vertex.
|
![]() | GetEdgeWeight |
Gets the weight of the edge between the specified vertices.
|
![]() | HasEdge |
Checks if there is an edge between two vertices of this graph.
|
![]() | ListOfAdjacentVertices |
Returns a list containing the adjacent vertices of a given vertex in this graph.
|