/**
* Set the parent of this node
*
* If the node already has a parent, the link is unset
*
* @param NodeInterface|null $parent NodeInterface for the parent to be set or null
*
* @return void
*
* @since 4.0.0
*/
public function setParent(NodeInterface $parent);