Interface IGraph
Provides members to model a directed graph-like structure.
public interface IGraph : ISubGraph
- Inherited Members
- Extension Methods
Methods
GetEdges()
Gets a collection of all directed edges (or arcs) that connect nodes in the directed graph.
IEnumerable<IEdge> GetEdges()
Returns
- IEnumerable<IEdge>
The edges.