Header menu logo Sigma.NET

Node Type

Represents a node in the graph.

Constructors

Constructor Description

Node()

Full Usage: Node()

Returns: Node
Returns: Node

Static members

Static member Description

Node.Init(key, ?DisplayData)

Full Usage: Node.Init(key, ?DisplayData)

Parameters:
    key : string - Identifier for the node.
    ?DisplayData : DisplayData - Optional display data associated with the node.

Returns: Node

Initializes a new instance of Node with a mandatory key parameter.

key : string

Identifier for the node.

?DisplayData : DisplayData

Optional display data associated with the node.

Returns: Node

Node.Style(key, ?DisplayData)

Full Usage: Node.Style(key, ?DisplayData)

Parameters:
    key : string - Identifier for the node.
    ?DisplayData : DisplayData - Optional display data to update.

Returns: Node -> Node

Applies style updates to a Node object.

key : string

Identifier for the node.

?DisplayData : DisplayData

Optional display data to update.

Returns: Node -> Node

Type something to start searching.