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

A directed graph, consisting of nodes and edges (using the default cost type, float). More...


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

Remarks

A directed graph, consisting of nodes and edges (using the default cost type, float).

Type Constraints
Node :INode<EdgeList> 
Edge :IEdgeTo 
Edge :Node 
Edge :float 
EdgeList :IEnumerable<Edge> 

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)