Represents a graph node, consisting of a wrapped Id.
More...
|
long | Id [get, set] |
| The integer which uniquely identifies the node within its containing graph. More...
|
|
static Node | Invalid [get] |
| A special node value, denoting an invalid node. More...
|
|
Represents a graph node, consisting of a wrapped Id.
Definition at line 31 of file Graph.cs.
Satsuma.Node.Node |
( |
long |
id | ) |
|
Creates a Node which has the supplied id.
Definition at line 38 of file Graph.cs.
bool Satsuma.Node.Equals |
( |
Node |
other | ) |
|
override bool Satsuma.Node.Equals |
( |
object |
obj | ) |
|
override int Satsuma.Node.GetHashCode |
( |
| ) |
|
static bool Satsuma.Node.operator!= |
( |
Node |
a, |
|
|
Node |
b |
|
) |
| |
|
static |
static bool Satsuma.Node.operator== |
( |
Node |
a, |
|
|
Node |
b |
|
) |
| |
|
static |
override string Satsuma.Node.ToString |
( |
| ) |
|
The integer which uniquely identifies the node within its containing graph.
- Note
- Nodes belonging to different graph objects may have the same Id.
Definition at line 35 of file Graph.cs.
Node Satsuma.Node.Invalid |
|
staticget |
A special node value, denoting an invalid node.
This is the default value for the Node type.
Definition at line 47 of file Graph.cs.
The documentation for this struct was generated from the following file: