Jelajahi Sumber

Adds per House Calculations for partially supplied Subnets

Andreas T. Meyer-Berg 7 tahun lalu
induk
melakukan
769dde4377
1 mengubah file dengan 4 tambahan dan 0 penghapusan
  1. 4 0
      src/ui/controller/SimulationManager.java

+ 4 - 0
src/ui/controller/SimulationManager.java

@@ -111,8 +111,12 @@ public class SimulationManager {
                             } else {
                                 if ((production + minConsumption) >= 0) {
                                     hl.setState(HolonObject.PARTIALLY_SUPPLIED);
+                                    currentProduction += hl.getMinEnergy(x);
+                            		partiallySuppliedList.add(hl);
                                 } else if (hl.checkIfPartiallySupplied(timeStep)) {
                                     hl.setState(HolonObject.PARTIALLY_SUPPLIED);
+                                    currentProduction += hl.getMinEnergy(x);
+                            		partiallySuppliedList.add(hl);
                                 } else {
                                 	/**
                                 	 * Case that only some HolonObjects can be supplied