Node constructor

Node()

Creates a new Node without any transformation.

Node myNode = new Node();

Implementation

Node();