Node Class

Summary

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

Syntax

public class Node

Constructors

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

Properties

Name Value Summary
Data Node.NodeData
The node data

Extension Methods

Name Value Summary
Dump<Node>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<Node>(Node[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<Node>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<Node>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<Node>(string, string) T
Throws a System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ThrowIfNull<Node>(string) T
Throws a System.ArgumentNullException if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin