diff --git a/Zero_engine.alpx b/Zero_engine.alpx index 90810d25..4b5ff01c 100644 --- a/Zero_engine.alpx +++ b/Zero_engine.alpx @@ -1,8 +1,8 @@ + AnyLogicVersion="8.9.9.202606170507" + AlpVersion="8.9.9"> 1658477103134 @@ -1438,6 +1438,11 @@ LARGE_CONNECTION (grootverbruik, > 3x80) 1772100318398 + + 1781186973946 + + 1772100318398 + EULER @@ -1447,7 +1452,6 @@ LARGE_CONNECTION (grootverbruik, > 3x80) 1.0 1.0 0.1 - DEFAULT 1658477089997 1920 @@ -2229,6 +2233,35 @@ LARGE_CONNECTION (grootverbruik, > 3x80) 1776078970513 + + 1781184397108 + + 1752677832758 + + + 1781187002718 + + 1781186973946 + + + 1781269241936 + + 1781186973946 + + + 1781523461253 + + + + 1781622084102 + + 1781186973946 + + + 1781796838749 + + 1752677832758 + com.anylogic.libraries.modules.markup_descriptors @@ -2251,6 +2284,7 @@ LARGE_CONNECTION (grootverbruik, > 3x80) 404652e6-561a-404c-aab2-ab7415f40ef5 6fd6cd57-6dfe-4fc6-be0b-c74065351957 3325dc48-3ad4-41e3-836f-dfd0e98fe1ed + bb27038a-0f3a-48bb-b235-4a44066a14aa 3f69ef3d-706e-41a6-8af0-11658c5eef68 3f6fe405-e047-4304-91d6-6eee206d1106 820d2b51-5b4a-48e7-b0b6-e46418e3c0f2 @@ -2306,5 +2340,9 @@ LARGE_CONNECTION (grootverbruik, > 3x80) 1737c8c6-b526-4dd8-589e-ee4e205b06f4 6a43bef6-8b70-4253-a828-82c3ab399655 0a27038a-0f3a-48bb-b235-4a44066a1402 + 0a9ec2c3-5e18-4c0a-a183-fd86d9d9a08b + 2216cdd0-177c-5678-9e88-dd8b95313334 + 2216cdd0-177c-5678-9e88-dd8b95313335 + 5b8ebeed-6b58-4c3a-8d5f-0958b1a90ce6 diff --git a/_alp/Agents/A_SubTenant/AOC.A_SubTenant.xml b/_alp/Agents/A_SubTenant/AOC.A_SubTenant.xml index 11daccec..788c0150 100644 --- a/_alp/Agents/A_SubTenant/AOC.A_SubTenant.xml +++ b/_alp/Agents/A_SubTenant/AOC.A_SubTenant.xml @@ -39,7 +39,12 @@ true -4144960 - null + + NONE + 0 + 0 + 0 + 1 true true diff --git a/_alp/Agents/Actor/AOC.Actor.xml b/_alp/Agents/Actor/AOC.Actor.xml index 76f464e0..df7fc326 100644 --- a/_alp/Agents/Actor/AOC.Actor.xml +++ b/_alp/Agents/Actor/AOC.Actor.xml @@ -21,7 +21,12 @@ true -4144960 - null + + NONE + 0 + 0 + 0 + 1 true true diff --git a/_alp/Agents/ConnectionOwner/AOC.ConnectionOwner.xml b/_alp/Agents/ConnectionOwner/AOC.ConnectionOwner.xml index bbf40b28..b4af0906 100644 --- a/_alp/Agents/ConnectionOwner/AOC.ConnectionOwner.xml +++ b/_alp/Agents/ConnectionOwner/AOC.ConnectionOwner.xml @@ -43,7 +43,12 @@ import com.fasterxml.jackson.annotation.JsonIgnoreProperties; true -4144960 - null + + NONE + 0 + 0 + 0 + 1 true true diff --git a/_alp/Agents/EnergyCoop/AOC.EnergyCoop.xml b/_alp/Agents/EnergyCoop/AOC.EnergyCoop.xml index 22edbfb0..2ae786fa 100644 --- a/_alp/Agents/EnergyCoop/AOC.EnergyCoop.xml +++ b/_alp/Agents/EnergyCoop/AOC.EnergyCoop.xml @@ -54,7 +54,12 @@ import com.fasterxml.jackson.annotation.JsonIgnoreProperties; true -4144960 - null + + NONE + 0 + 0 + 0 + 1 true true diff --git a/_alp/Agents/EnergyDataViewer/AOC.EnergyDataViewer.xml b/_alp/Agents/EnergyDataViewer/AOC.EnergyDataViewer.xml index 525e1ac7..3265cb38 100644 --- a/_alp/Agents/EnergyDataViewer/AOC.EnergyDataViewer.xml +++ b/_alp/Agents/EnergyDataViewer/AOC.EnergyDataViewer.xml @@ -19,7 +19,12 @@ true -4144960 - null + + NONE + 0 + 0 + 0 + 1 true true diff --git a/_alp/Agents/EnergyModel/AOC.EnergyModel.xml b/_alp/Agents/EnergyModel/AOC.EnergyModel.xml index 625ec08f..9a63138c 100644 --- a/_alp/Agents/EnergyModel/AOC.EnergyModel.xml +++ b/_alp/Agents/EnergyModel/AOC.EnergyModel.xml @@ -68,7 +68,12 @@ import com.anylogic.cloud.util.DateUtils;]]> true -4144960 - null + + NONE + 0 + 0 + 0 + 1 true true diff --git a/_alp/Agents/EnergyModel/Code/Functions.java b/_alp/Agents/EnergyModel/Code/Functions.java index 26946658..05f86828 100644 --- a/_alp/Agents/EnergyModel/Code/Functions.java +++ b/_alp/Agents/EnergyModel/Code/Functions.java @@ -674,7 +674,7 @@ ArrayList f_getPausedGridConnections() J_ProfilePointer f_findProfile(String assetName) {/*ALCODESTART::1727193246625*/ -J_ProfilePointer profilePointer = findFirst(c_profiles, p -> p.name.equals(assetName)); +J_ProfilePointer profilePointer = findFirst(c_profiles, p -> p.getName().equals(assetName)); //traceln("J_EAConsumption with name %s found profile asset: %s", assetName, profilePointer); if (profilePointer == null) { traceln("No profilePointer with name %s found", assetName); diff --git a/_alp/Agents/EnergyModel/EmbeddedObjects.xml b/_alp/Agents/EnergyModel/EmbeddedObjects.xml index 64b1ef39..4b4d1a2c 100644 --- a/_alp/Agents/EnergyModel/EmbeddedObjects.xml +++ b/_alp/Agents/EnergyModel/EmbeddedObjects.xml @@ -2073,12 +2073,6 @@ - - - - - - diff --git a/_alp/Agents/EnergySupplier/AOC.EnergySupplier.xml b/_alp/Agents/EnergySupplier/AOC.EnergySupplier.xml index 252c82c5..8753ce4c 100644 --- a/_alp/Agents/EnergySupplier/AOC.EnergySupplier.xml +++ b/_alp/Agents/EnergySupplier/AOC.EnergySupplier.xml @@ -37,7 +37,12 @@ true -4144960 - null + + NONE + 0 + 0 + 0 + 1 true true diff --git a/_alp/Agents/GCDistrictHeating/AOC.GCDistrictHeating.xml b/_alp/Agents/GCDistrictHeating/AOC.GCDistrictHeating.xml index c7bbebfb..5526d41e 100644 --- a/_alp/Agents/GCDistrictHeating/AOC.GCDistrictHeating.xml +++ b/_alp/Agents/GCDistrictHeating/AOC.GCDistrictHeating.xml @@ -98,7 +98,12 @@ true -4144960 - null + + NONE + 0 + 0 + 0 + 1 true true diff --git a/_alp/Agents/GCEnergyConversion/AOC.GCEnergyConversion.xml b/_alp/Agents/GCEnergyConversion/AOC.GCEnergyConversion.xml index 0d6288b0..255547e3 100644 --- a/_alp/Agents/GCEnergyConversion/AOC.GCEnergyConversion.xml +++ b/_alp/Agents/GCEnergyConversion/AOC.GCEnergyConversion.xml @@ -98,7 +98,12 @@ true -4144960 - null + + NONE + 0 + 0 + 0 + 1 true true diff --git a/_alp/Agents/GCEnergyProduction/AOC.GCEnergyProduction.xml b/_alp/Agents/GCEnergyProduction/AOC.GCEnergyProduction.xml index 757153b4..5a06ccd0 100644 --- a/_alp/Agents/GCEnergyProduction/AOC.GCEnergyProduction.xml +++ b/_alp/Agents/GCEnergyProduction/AOC.GCEnergyProduction.xml @@ -97,7 +97,12 @@ true -4144960 - null + + NONE + 0 + 0 + 0 + 1 true true diff --git a/_alp/Agents/GCGridBattery/AOC.GCGridBattery.xml b/_alp/Agents/GCGridBattery/AOC.GCGridBattery.xml index bae78a8e..8fab4b72 100644 --- a/_alp/Agents/GCGridBattery/AOC.GCGridBattery.xml +++ b/_alp/Agents/GCGridBattery/AOC.GCGridBattery.xml @@ -97,7 +97,12 @@ true -4144960 - null + + NONE + 0 + 0 + 0 + 1 true true diff --git a/_alp/Agents/GCHouse/AOC.GCHouse.xml b/_alp/Agents/GCHouse/AOC.GCHouse.xml index aad8015f..6216e76f 100644 --- a/_alp/Agents/GCHouse/AOC.GCHouse.xml +++ b/_alp/Agents/GCHouse/AOC.GCHouse.xml @@ -98,7 +98,12 @@ true -4144960 - null + + NONE + 0 + 0 + 0 + 1 true true diff --git a/_alp/Agents/GCIndustry/AOC.GCIndustry.xml b/_alp/Agents/GCIndustry/AOC.GCIndustry.xml index dfe2e4d8..2aaf7765 100644 --- a/_alp/Agents/GCIndustry/AOC.GCIndustry.xml +++ b/_alp/Agents/GCIndustry/AOC.GCIndustry.xml @@ -99,7 +99,12 @@ true -4144960 - null + + NONE + 0 + 0 + 0 + 1 true true diff --git a/_alp/Agents/GCNeighborhood/AOC.GCNeighborhood.xml b/_alp/Agents/GCNeighborhood/AOC.GCNeighborhood.xml index 0e816fe0..0d64b386 100644 --- a/_alp/Agents/GCNeighborhood/AOC.GCNeighborhood.xml +++ b/_alp/Agents/GCNeighborhood/AOC.GCNeighborhood.xml @@ -98,7 +98,12 @@ true -4144960 - null + + NONE + 0 + 0 + 0 + 1 true true diff --git a/_alp/Agents/GCNeighborhood/Code/Functions.xml b/_alp/Agents/GCNeighborhood/Code/Functions.xml index c85b6bd7..47cbfcf3 100644 --- a/_alp/Agents/GCNeighborhood/Code/Functions.xml +++ b/_alp/Agents/GCNeighborhood/Code/Functions.xml @@ -5,8 +5,8 @@ double 1734716016619 - 1330 - 480 + 980 + 730