threshold2 = JSONGoal.optDouble(THRESHOLD2);
}
Integer sign1 = JSONGoal.optInt(SIGN1);
Integer sign2 = JSONGoal.optInt(SIGN2);
Integer id = JSONGoal.optInt(ID);
GoalKpi gk = new GoalKpi(modelInstance, weight1, weight2, threshold1, threshold2, sign1, sign2, id, goalNodeId);
return gk;
}