| GraphNode Conversion Operators |
| Name | Description | |
|---|---|---|
| (GraphNode to Vertex) |
Converts this instance to a Vertex instance.
| |
| (GraphNode to Edge) |
Converts this instance to an Edge instance.
| |
| (GraphNode to Path) |
Converts this instance to a Path instance.
|