Enhanced C#
Loyc library documentation
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
List of all members
Loyc.Graphs.IGraph< out Node > Interface Template Reference

A directed graph, consisting of nodes and edges (using the default edge type IEdgeTo{Node}). More...


Source file:
Inheritance diagram for Loyc.Graphs.IGraph< out Node >:
Loyc.Graphs.IGraph< out Node, out Edge, out EdgeList, out Cost >

Remarks

A directed graph, consisting of nodes and edges (using the default edge type IEdgeTo{Node}).

Type Constraints
Node :INode 
Node :IEnumerable 
Node :IEdgeTo<Node> 

Additional Inherited Members

- Public fields inherited from Loyc.Graphs.IGraph< out Node, out Edge, out EdgeList, out Cost >
IEnumerable< Edge > Edges => LGInterfaces.GetOutboundDirectEdges<Node
 
IEnumerable< Edge > Edge
 
- Properties inherited from Loyc.Graphs.IGraph< out Node, out Edge, out EdgeList, out Cost >
IEnumerable< Node > Nodes [get]
 
- Public Member Functions inherited from Loyc.Graphs.IGraph< out Node, out Edge, out EdgeList, out Cost >
IEnumerable< Edge > EdgeList (Nodes)