calculationTree.createNode(calculationItem);
if (hasBlueprint(calculationItem.getItemCategoryID(), calculationItem.getItemTypeID())) {
pathNodesStringsWithBlueprint.add(calculationItem.getPathExpression().getPathNodesString());
}
}
CalculationTreeNode node = calculationTree.getNodeByPathNodes(pathNodes);
for (CalculationTreeNode calculationTreeNode : node.getNodeMap().values()) {
//for (CalculationTreeNode treeNode : calculationTreeNode.getNodeMap().values()) {
calculationTreeNode.changeMePe(calculation.getMaterialLevel(), calculation.getProductivityLevel());
//}
drawCalculationItem(table, calculationTreeNode);
}