} else if (path.accept(DTOPath.PROGRAM_BOARD) || path.accept(DTOPath.PROGRAM_DOC)) {
// used on board+editView in warning-severe equation.
itemConsumptions = new HashSet<ConsumptionDTO>();
for (int c = 0; c < program.getItemConsumptions().size(); c++) {
// just for being counted here
itemConsumptions.add(new ConsumptionDTO());
}
}
if (path.accept(DTOPath.PROGRAM_GC_FOR_LAUNCH) || path.accept(DTOPath.PROGRAM_BOARD) || path.accept(DTOPath.PROGRAM_DOC)) {
// used in GC4Launch preparation view, and used on board+editView in warning-severe equation.