Skip to content

Commit

Permalink
Toegevoegde Org_schillabel_rel t.b.v. diagnose m.b.t. ObjectVision/SA…
Browse files Browse the repository at this point in the history
  • Loading branch information
MaartenHilferink committed Jan 6, 2025
1 parent 010137f commit 809dc07
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ unit<uint32> ActieveWoning := select_with_org_rel(BO/Activatie/ProductActief ||
attribute<BO> BO_rel := org_rel, ishidden = "False";
attribute<rdc_meter> Geometry := lookup(BO_rel, BO/Geometry), ishidden = "True";
attribute<ActieveWoning> per_BO(BO) := invert(BO_rel), ishidden = "True";
attribute<Classifications/SchilLabel> org_schillabel_rel := BO/SchilLabel_rel[BO_rel];

unit<uint32> xInvesteringsOptie := union_unit(ProductActieveWoning/xIsolatieAmbitie/PAW_xInvesteringsOptie, BouwdeelActieveWoning/ProductInactieveAmbitie)
{
Expand Down Expand Up @@ -184,6 +183,9 @@ unit<uint32> ActieveWoning := select_with_org_rel(BO/Activatie/ProductActief ||
attribute<xInvesteringsOptie> SCurve_xInvesteringsOptie_rel (ActieveWoning) := max_index( isSelected, xInvesteringsOptie/ActieveWoning_rel);
attribute<xInvesteringsOptie> xInvesteringsOptie_rel (ActieveWoning) := SCurve_xInvesteringsOptie_rel;
attribute<GeschikteOptie> GeschikteOptie_rel (ActieveWoning) := Choice_per_xInvesteringsOptie/GeschikteOptie_rel[ xInvesteringsOptie_rel ];

attribute<Classifications/SchilLabel> Org_SchilLabel_rel(ActieveWoning) := BO/SchilLabel_rel [ BO_rel ];
attribute<Classifications/SchilLabel> SchilLabel_rel(ActieveWoning) := GeschikteOptie/SchilLabel_rel[GeschikteOptie_rel];
}
container Choice_Per_BO : ishidden = "True"
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ template select_with_org_relGebouwOptieT
unit<uint32> GeschiktObject := select(LabelGeschikt && KoudeGeschikt && Criterium), ishidden = "True"
{
attribute<BO> BO_rel := collect_by_cond(GeschiktObject, ActiefObject/BO_rel);
attribute<Classifications/SchilLabel> org_SchilLabel_rel := BO/SchilLabel_rel[BO_rel];
attribute<Classifications/SchilLabel> SchilLabel_rel := collect_by_cond(GeschiktObject, ActiefObject/SchilLabel_rel);
attribute<Classifications/SchilLabel> Energielabel_rel := ../Energielabel_rel;
attribute<Classifications/GebouwOptie> GebouwOptie_rel := collect_by_cond(GeschiktObject, ../GebouwOptie_rel);
Expand Down

0 comments on commit 809dc07

Please sign in to comment.