addShape(shape);
// set this node/shape as selected
shape.setState(UShape.STATE_SELECTED, null);
shape.update();
// notify the probability function panel's builder that a new
// node is currently "selected" as owner
this.getNodeDataTransferObject()
.getProbabilityFunctionPanelBuilder()