madeBusyBy.get(consumes.getId()).add(this);
actionBusyIn.put(this, consumes);
}
}
public void makeNotBusy(ArrayList<ArrayList<EcAction>> madeBusyBy,HashMap<EcAction,Building> actionBusyIn )
{ Building busyBuilding = actionBusyIn.get(this);
madeBusyBy.get(busyBuilding.getId()).remove(this);
actionBusyIn.remove(this);
}