OverlaySingleEdge

constructor(thisRef: Node, of: Node?, mirrorProperty: KProperty<MutableCollection<OverlayEdge>>, outgoing: Boolean = true)

Initializes the OverlaySingleEdge instance with the provided parameters.

Parameters

thisRef

The current node that the edge originates from or is associated with.

of

The optional target node of the edge.

mirrorProperty

The property representing a mutable collection of mirrored overlay edges.

outgoing

A flag indicating whether the edge is outgoing (default is true).