//nodes=copy(nodes,NodeModel.SILENT); //make an other copy, in case it is copied more than one time
//done in transfert handler
hierarchy.paste(parent,nodes,position,this,actionType);
//Undo
if (isUndo(actionType)) postEdit(new NodePasteEdit(this,parent,nodes,position));
}