Link constructor

Link(
  1. Node from,
  2. Node to
)

Implementation

Link(Node from, Node to) : super(from, to);