The SparseGraph<(Of <(TNode>)>) type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| SparseGraph<(Of <(TNode>)>) |
Creates new directed sparse graph
|
Methods
| Name | Description | |
|---|---|---|
| AddEdge |
Adds a new edge to the graph
| |
| AddNode |
Adds a new node to the graph
| |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetEdges |
Gets all the out-going edges of a given node
| |
| GetHashCode | (Inherited from Object.) | |
| GetHeuristicValue |
Gets the heuristic value between two nodes
| |
| GetNode |
Gets a graph node from a given index
| |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| RemoveEdge |
Removes a graph edge
| |
| RemoveNode |
Removes a graph node
| |
| ToString | (Inherited from Object.) |