Edge

constructor()

No args constructor for use in serialization


constructor(id: String, sourceNodeId: String, targetNodeId: String)

Parameters

sourceNodeId

Identifies the source node (the node at which the edge starts).

id

A string that uniquely identifies the edge within its graph.

targetNodeId

Identifies the target node (the node at which the edge ends).