|
@@ -25,7 +25,7 @@ public class TrackedDataSet {
|
|
public static final int CONSUMED_ENERGY_IN_HOLONS = 17;
|
|
public static final int CONSUMED_ENERGY_IN_HOLONS = 17;
|
|
public static final int WASTED_ENERGY_IN_HOLONS = 18;
|
|
public static final int WASTED_ENERGY_IN_HOLONS = 18;
|
|
public static final int AVG_AMOUNT_BROKEN_EDGES_IN_HOLONS = 19;
|
|
public static final int AVG_AMOUNT_BROKEN_EDGES_IN_HOLONS = 19;
|
|
- public static final int RATIO_PRODUCERS_CONSUMERS = 21;
|
|
|
|
|
|
+ public static final int AVG_RATIO_PRODUCERS_CONSUMERS_IN_HOLONS = 21;
|
|
|
|
|
|
//Variables of the Data Set
|
|
//Variables of the Data Set
|
|
private AbstractCpsObject cps;
|
|
private AbstractCpsObject cps;
|