|
@@ -131,23 +131,23 @@ public class InformationPanel implements AddOn {
|
|
|
|
|
|
|
|
|
|
|
|
- entryList.add(new Entry(() -> Integer.toString(amountHolonObjects), "HolonObjects", middle));
|
|
|
+ entryList.add(new Entry(() -> Integer.toString(amountHolonObjects), "Holon Objects", middle));
|
|
|
entryList.add(new Entry(() -> Integer.toString(amountConsumer) + addPercentage(amountConsumer, amountHolonObjects), "\tConsumer", middle));
|
|
|
- entryList.add(new Entry(() -> Integer.toString(amountUnderSupplied) + addPercentage(amountUnderSupplied, amountConsumer), "\t\tUnderSupplied", middle));
|
|
|
+ entryList.add(new Entry(() -> Integer.toString(amountUnderSupplied) + addPercentage(amountUnderSupplied, amountConsumer), "\t\tUnsupplied", middle));
|
|
|
entryList.add(new Entry(() -> Integer.toString(amountPatiallySupplied) + addPercentage(amountPatiallySupplied, amountConsumer), "\t\tPatiallySupplied", middle));
|
|
|
entryList.add(new StatEntry(() -> StatToFancyString(partiallySuppliedStats), middle));
|
|
|
entryList.add(new Entry(() -> Integer.toString(amountFullySupplied) + addPercentage(amountFullySupplied, amountConsumer), "\t\tFullySupplied", middle));
|
|
|
entryList.add(new Entry(() -> Integer.toString(amountOversupllied) + addPercentage(amountOversupllied, amountConsumer), "\t\tOversupllied", middle));
|
|
|
entryList.add(new StatEntry(() -> StatToFancyString(overSuppliedStats), middle));
|
|
|
- entryList.add(new Entry(() -> Integer.toString(amountSupplier) + addPercentage(amountSupplier, amountHolonObjects), "\tSupplier", middle));
|
|
|
+ entryList.add(new Entry(() -> Integer.toString(amountSupplier) + addPercentage(amountSupplier, amountHolonObjects), "\tProducers", middle));
|
|
|
entryList.add(new Entry(() -> Integer.toString(amountPassiv) + addPercentage(amountPassiv, amountHolonObjects), "\tPassiv", middle));
|
|
|
addSeperator(middle);
|
|
|
- entryList.add(new Entry(() -> Integer.toString(amountSwitch), "Switch (not a HolonObject)", middle));
|
|
|
- entryList.add(new Entry(() -> Integer.toString(amountActiveSwitch) + addPercentage(amountActiveSwitch, amountSwitch), "\t[Active] Switch", middle));
|
|
|
- entryList.add(new Entry(() -> Integer.toString(amountInactiveSwitch) + addPercentage(amountInactiveSwitch, amountSwitch), "\t[Inactive] Switch", middle));
|
|
|
+ entryList.add(new Entry(() -> Integer.toString(amountSwitch), "Switches", middle));
|
|
|
+ entryList.add(new Entry(() -> Integer.toString(amountActiveSwitch) + addPercentage(amountActiveSwitch, amountSwitch), "\tClosed Switches", middle));
|
|
|
+ entryList.add(new Entry(() -> Integer.toString(amountInactiveSwitch) + addPercentage(amountInactiveSwitch, amountSwitch), "\tOpen Switches", middle));
|
|
|
|
|
|
addSeperator(middle);
|
|
|
- entryList.add(new Entry(() -> Integer.toString(amountHolonElements), "HolonElements", middle));
|
|
|
+ entryList.add(new Entry(() -> Integer.toString(amountHolonElements), "Holon Elements", middle));
|
|
|
entryList.add(new Entry(() -> Integer.toString(this.amountElementLow) + addPercentage(amountElementLow, amountHolonElements), "\tLow", middle));
|
|
|
entryList.add(new Entry(() -> Integer.toString(this.amountElementMedium) + addPercentage(amountElementMedium, amountHolonElements), "\tMedium", middle));
|
|
|
entryList.add(new Entry(() -> Integer.toString(this.amountElementHigh) + addPercentage(amountElementHigh, amountHolonElements), "\tHigh", middle));
|
|
@@ -167,8 +167,8 @@ public class InformationPanel implements AddOn {
|
|
|
|
|
|
addSeperator(middle);
|
|
|
entryList.add(new Entry(() -> Integer.toString(amountFlexibilities), "Flexibilities", middle));
|
|
|
- entryList.add(new Entry(() -> Integer.toString(amountConsumingFlexibilities) + addPercentage(amountConsumingFlexibilities, amountFlexibilities), "\tConsumingFlexibilities", middle));
|
|
|
- entryList.add(new Entry(() -> Integer.toString(amountProducingFlexibilities) + addPercentage(amountProducingFlexibilities, amountFlexibilities), "\tProducingFlexibilities", middle));
|
|
|
+ entryList.add(new Entry(() -> Integer.toString(amountConsumingFlexibilities) + addPercentage(amountConsumingFlexibilities, amountFlexibilities), "\tConsuming Flexibilities", middle));
|
|
|
+ entryList.add(new Entry(() -> Integer.toString(amountProducingFlexibilities) + addPercentage(amountProducingFlexibilities, amountFlexibilities), "\tProducing Flexibilities", middle));
|
|
|
addSeperator(middle);
|
|
|
entryList.add(new Entry(() -> Integer.toString(amountFlexibilities), "Flexibilities", middle));
|
|
|
entryList.add(new Entry(() -> Integer.toString(amountLow) + addPercentage(amountLow, amountFlexibilities), "\tLow", middle));
|
|
@@ -176,13 +176,13 @@ public class InformationPanel implements AddOn {
|
|
|
entryList.add(new Entry(() -> Integer.toString(amountHigh) + addPercentage(amountHigh, amountFlexibilities), "\tHigh", middle));
|
|
|
entryList.add(new Entry(() -> Integer.toString(amountEssential) + addPercentage(amountEssential, amountFlexibilities), "\tEssential", middle));
|
|
|
addSeperator(middle);
|
|
|
- entryList.add(new Entry(() -> Integer.toString(amountActiveFlexibilities), "ActiveFlexibilities", middle));
|
|
|
+ entryList.add(new Entry(() -> Integer.toString(amountActiveFlexibilities), "Active Flexibilities", middle));
|
|
|
entryList.add(new Entry(() -> Integer.toString(amountActiveLow) + addPercentage(amountActiveLow, amountActiveFlexibilities), "\tLow", middle));
|
|
|
entryList.add(new Entry(() -> Integer.toString(amountActiveMedium) + addPercentage(amountActiveMedium, amountActiveFlexibilities), "\tMedium", middle));
|
|
|
entryList.add(new Entry(() -> Integer.toString(amountActiveHigh) + addPercentage(amountActiveHigh, amountActiveFlexibilities), "\tHigh", middle));
|
|
|
entryList.add(new Entry(() -> Integer.toString(amountActiveEssential) + addPercentage(amountActiveEssential, amountActiveFlexibilities), "\tEssential", middle));
|
|
|
addSeperator(middle);
|
|
|
- entryList.add(new Entry(() -> Integer.toString(amountGroupNodes), "GroupNodes", middle));
|
|
|
+ entryList.add(new Entry(() -> Integer.toString(amountGroupNodes), "Group Nodes", middle));
|
|
|
entryList.add(new Entry(() -> Integer.toString(amountHolons), "Holons", middle));
|
|
|
|
|
|
return middle;
|