Header menu logo Sigma.NET

Edge Type

Represents an edge in the graph with source and target nodes.

Constructors

Constructor Description

Edge()

Full Usage: Edge()

Returns: Edge
Returns: Edge

Static members

Static member Description

Edge.Init(source, target, ?Key, ?DisplayData)

Full Usage: Edge.Init(source, target, ?Key, ?DisplayData)

Parameters:
    source : string - Source node identifier.
    target : string - Target node identifier.
    ?Key : string - Optional key for the edge.
    ?DisplayData : DisplayData - Optional display data associated with the edge.

Returns: Edge

Initializes a new instance of Edge with mandatory source and target parameters.

source : string

Source node identifier.

target : string

Target node identifier.

?Key : string

Optional key for the edge.

?DisplayData : DisplayData

Optional display data associated with the edge.

Returns: Edge

Edge.Style(source, target, ?Key, ?DisplayData)

Full Usage: Edge.Style(source, target, ?Key, ?DisplayData)

Parameters:
    source : string - Source node identifier.
    target : string - Target node identifier.
    ?Key : string - Optional key to update.
    ?DisplayData : DisplayData - Optional display data to update.

Returns: Edge -> Edge

Applies style updates to an Edge object.

source : string

Source node identifier.

target : string

Target node identifier.

?Key : string

Optional key to update.

?DisplayData : DisplayData

Optional display data to update.

Returns: Edge -> Edge

Type something to start searching.