createDirectLinkButton = new Button(messages.createDirectLink());
createDirectLinkButton.setEnabled(false);
calculationTree = new CalculationTree();
computableCalculation = new ComputableCalculation();
editableCalculation = new EditableCalculation();
pathNodesStringToEditableCalculationItemMap = new HashMap<String, EditableCalculationItem>();
pathNodesStringToComputableCalculationItemMap = new HashMap<String, ComputableCalculationItem>();
pathNodesStringToUsedCalculationMap = new HashMap<String, CalculationDto>();
typeIdToEditableCalculationPriceSetItemMap = new HashMap<Long, EditableCalculationPriceSetItem>();
typeIdToComputableCalculationPriceSetItemMap = new HashMap<Long, ComputableCalculationPriceSetItem>();