InEdge

An in-edge slot.

Can receive any number of OutEdges.

Constructors

this
this(EdgeKind kind, Node* owner, uint id)

Members

Properties

id
ID id [@property getter]

Identifies this in-edge slot within its parent node.

Variables

kind
EdgeKind kind;

The "color" of this edge slot.

owner
Node* owner;

Node which owns this slot.