Node.

Node.NodeData Class

Summary

Node data class which contains the properties
Namespace
Cake.Graph
Base Types
  • object
graph TD Base0["object"]-->Type Type["Node.NodeData"] class Type type-node

Syntax

public class Node.NodeData

Constructors

Name Summary
NodeData(string) Sets this object as a node
NodeData(string, string, string) Sets this object as an edge

Properties

Name Value Summary
Id string
Node/Edge identifier
Source string
Source node
Target string
Target node