Node Class

Summary

Represents a node or edge for in a cytoscape graph
Namespace
Cake.Graph
Base Types
  • object
graph TD Base0["object"]-->Type Type["Node"] class Type type-node

Syntax

public class Node

Constructors

Name Summary
Node(string) Set this object as a node
Node(string, string, string) Set this object as an edge connecting the source and target nodes

Properties

Name Value Summary
Data Node.NodeData
The node data