Satsuma
a delicious .NET graph library
|
Represents a graph arc, consisting of a wrapped Id. More...
Public Member Functions | |
Arc (long id) | |
Creates an Arc which has the supplied id. More... | |
bool | Equals (Arc other) |
override bool | Equals (object obj) |
override int | GetHashCode () |
override string | ToString () |
Static Public Member Functions | |
static bool | operator!= (Arc a, Arc b) |
static bool | operator== (Arc a, Arc b) |
Properties | |
long | Id [get, set] |
The integer which uniquely identifies the arc within its containing graph. More... | |
static Arc | Invalid [get] |
A special arc value, denoting an invalid arc. More... | |
Represents a graph arc, consisting of a wrapped Id.
Arcs can be either directed or undirected. Undirected arcs are called edges. Endpoints and directedness of an arc are not stored in this object, but rather they can be queried using methods of the containing graph (see IArcLookup).
Satsuma.Arc.Arc | ( | long | id | ) |
|
getset |
|
staticget |