diff --git a/Zero_engine.alpx b/Zero_engine.alpx index 90810d25..baa6578c 100644 --- a/Zero_engine.alpx +++ b/Zero_engine.alpx @@ -1,7 +1,7 @@ 1658477103134 diff --git a/_alp/Agents/ConnectionOwner/Code/Functions.xml b/_alp/Agents/ConnectionOwner/Code/Functions.xml index 1cd88766..d593c159 100644 --- a/_alp/Agents/ConnectionOwner/Code/Functions.xml +++ b/_alp/Agents/ConnectionOwner/Code/Functions.xml @@ -255,7 +255,7 @@ true - + VOID double 1716897235822 diff --git a/_alp/Agents/GridConnection/Code/Functions.xml b/_alp/Agents/GridConnection/Code/Functions.xml index 2d6e6631..b43b6295 100644 --- a/_alp/Agents/GridConnection/Code/Functions.xml +++ b/_alp/Agents/GridConnection/Code/Functions.xml @@ -164,7 +164,7 @@ - + VOID double 1698854861644 diff --git a/_alp/Classes/Class.J_BatteryManagementSelfConsumptionGridNode.java b/_alp/Classes/Class.J_BatteryManagementSelfConsumptionGridNode.java index 0f65273c..42a20e80 100644 --- a/_alp/Classes/Class.J_BatteryManagementSelfConsumptionGridNode.java +++ b/_alp/Classes/Class.J_BatteryManagementSelfConsumptionGridNode.java @@ -1,5 +1,5 @@ /** - * J_BatteryManagementSelfConsumption1 + * J_BatteryManagementSelfConsumptionGridNode */ import com.fasterxml.jackson.annotation.JsonAutoDetect; diff --git a/_alp/Classes/Class.J_EAProfile.java b/_alp/Classes/Class.J_EAProfile.java index c0aaa0a8..6fcca269 100644 --- a/_alp/Classes/Class.J_EAProfile.java +++ b/_alp/Classes/Class.J_EAProfile.java @@ -100,6 +100,13 @@ public double getProfileScaling_fr() { return this.profileScaling_fr; } + public void setProfilePointer(J_ProfilePointer profile) { + if (profile == null) { + throw new RuntimeException("Cannot set J_EAProfile profilePointer to null!"); + } + this.profilePointer = profile; + } + public void setProfileScaling_fr( double scaling_fr ) { this.profileScaling_fr = scaling_fr; }