Node.

Node(string, string, string) Constructor

Summary

Set this object as an edge connecting the source and target nodes
Assembly
Cake.Graph.dll
Namespace
Cake.Graph
Containing Type
Node

Syntax

public Node(string id, string source, string target)

Parameters

Name Type Description
id string
source string
target string

Return Value

Type Description
void