Satsuma
a delicious .NET graph library
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Pages
Public Member Functions | List of all members
Satsuma.IArcLookup Interface Reference

A graph which can provide information about its arcs. More...

Inheritance diagram for Satsuma.IArcLookup:
Satsuma.IGraph Satsuma.CompleteBipartiteGraph Satsuma.CompleteGraph Satsuma.ContractedGraph Satsuma.IMatching Satsuma.IPath Satsuma.RedirectedGraph Satsuma.ReverseGraph Satsuma.Subgraph Satsuma.Supergraph Satsuma.UndirectedGraph

Public Member Functions

bool IsEdge (Arc arc)
 Returns whether the arc is undirected (true) or directed (false). More...
 
Node U (Arc arc)
 Returns the first node of an arc. Directed arcs point from U to V. More...
 
Node V (Arc arc)
 Returns the second node of an arc. Directed arcs point from U to V. More...
 

Detailed Description

A graph which can provide information about its arcs.

See Also
ArcLookupExtensions

Definition at line 174 of file Graph.cs.

Member Function Documentation

bool Satsuma.IArcLookup.IsEdge ( Arc  arc)
Node Satsuma.IArcLookup.U ( Arc  arc)
Node Satsuma.IArcLookup.V ( Arc  arc)

The documentation for this interface was generated from the following file: