Class GraphExtensions
Provides utility methods that further extend the graph model classes.
public static class GraphExtensions
- Inheritance
-
GraphExtensions
- Inherited Members
Methods
GetOtherNode(IEdge, INode)
Given an edge and one of the nodes that this edge connects with, gets the other end of the edge.
public static INode GetOtherNode(this IEdge edge, INode node)
Parameters
Returns
- INode
The other end of the edge.