Table of Contents

Class GraphExtensions

Namespace
Echo.Graphing
Assembly
Echo.dll

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

edge IEdge

The edge.

node INode

One of the nodes of the edge.

Returns

INode

The other end of the edge.