AlluvialLink Class
Definition
Represents a link (flow) between two nodes.
public class AlluvialLink
Constructors
| Name | Description |
|---|---|
| AlluvialLink | No summary available. |
AlluvialLink Constructor
public AlluvialLink()
Properties
| Name | Description |
|---|---|
| Source | Gets or sets the source node ID. |
| Target | Gets or sets the target node ID. |
| Value | Gets or sets the flow value. |
Source Property
Gets or sets the source node ID.
public string Source { get; set; }
Target Property
Gets or sets the target node ID.
public string Target { get; set; }
Value Property
Gets or sets the flow value.
public double Value { get; set; }