Class Node<TNodeValue, TEdgeLabel>
Represents a labeled node in a directed graph.
public class Node<TNodeValue, TEdgeLabel>
Type Parameters
TNodeValue
The type of the labels associated with graph nodes.
TEdgeLabel
The type of the labels associated with graph edges.
- Inheritance
-
Node<TNodeValue, TEdgeLabel>
- Inherited Members
- Extension Methods
Constructors
- Node(TNodeValue)
Initializes a new instance of the Node<TNodeValue, TEdgeLabel> class with the specified
value
.
Properties
- Successors
Gets the collection of successor edges leaving this node.
- Value
Gets the value of the node label.
Methods
- ToString()
Returns a string that represents the current object.