Skip to content

Commit 5fd4b20

Browse files
committed
[instance.complex] update id attrebutes to all eobjects
Signed-off-by: Stefan Bischof <[email protected]>
1 parent ab4b762 commit 5fd4b20

File tree

8 files changed

+116
-116
lines changed

8 files changed

+116
-116
lines changed

docs/cubeserver/tutorial/complex.expressivenames.md

Lines changed: 94 additions & 94 deletions
Large diffs are not rendered by default.

docs/cubeserver/tutorial/complex.population.jena.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Er ermöglicht Analysen nach Stadtteilen, Altersgruppen, Geschlecht und Zeitverl
1818

1919

2020
```xml
21-
<roma:PhysicalCube id="_cube_bevoelkerung" name="Bev&#xf6;lkerung" query="/2"/>
21+
<roma:PhysicalCube id="_cube_bevoelkerung" name="Bev&#xf6;lkerung" query="_query_fact"/>
2222

2323
```
2424
*<small>Note: This is only a symbolic example. For the exact definition, see the [Definition](#definition) section.</small>*
@@ -125,21 +125,21 @@ This files represent the complete definition of the catalog.
125125
<columns xsi:type="roma:PhysicalColumn" id="_column_agegroups_h9_order" name="H9_Order" type="Integer"/>
126126
</tables>
127127
</roma:DatabaseSchema>
128-
<roma:TableQuery table="_table_einwohner"/>
129128
<roma:TableQuery id="_query_agegroups" table="_table_agegroups"/>
129+
<roma:TableQuery id="_query_fact" table="_table_einwohner"/>
130130
<roma:TableQuery id="_query_gender" table="_table_gender"/>
131131
<roma:TableQuery id="_query_plraum" table="_table_plraum"/>
132132
<roma:TableQuery id="_query_statbez" table="_table_statbez"/>
133133
<roma:TableQuery id="_query_town" table="_table_town"/>
134134
<roma:TableQuery id="_query_year" table="_table_year"/>
135-
<roma:JoinQuery>
136-
<left key="_column_statbez_plraum" query="_query_statbez"/>
137-
<right key="_column_plraum_gid" query="/10"/>
138-
</roma:JoinQuery>
139-
<roma:JoinQuery>
135+
<roma:JoinQuery id="_joinquery_plraum_town">
140136
<left key="_column_plraum_townid" query="_query_plraum"/>
141137
<right key="_column_town_id" query="_query_town"/>
142138
</roma:JoinQuery>
139+
<roma:JoinQuery id="_joinquery_stadt_planungsraum_statbezirk">
140+
<left key="_column_statbez_plraum" query="_query_statbez"/>
141+
<right key="_column_plraum_gid" query="_joinquery_plraum_town"/>
142+
</roma:JoinQuery>
143143
<roma:Level id="_level_alter_10jahre" name="Alter 10" column="_column_agegroups_age"/>
144144
<roma:Level id="_level_alter_einzeljahrgaenge" name="Alter" column="_column_agegroups_age"/>
145145
<roma:Level id="_level_alter_kinder" name="Alter Kinder" column="_column_agegroups_age"/>
@@ -169,12 +169,12 @@ This files represent the complete definition of the catalog.
169169
<roma:ExplicitHierarchy id="_hierarchy_altersgruppen_standard" name="Altersgruppen (Standard)" allMemberName="Alle Altersgruppen" primaryKey="_column_agegroups_age" query="_query_agegroups" levels="_level_altersgruppe_standard _level_alter_standard"/>
170170
<roma:ExplicitHierarchy id="_hierarchy_geschlecht" name="Geschlecht (m/w/d)" allMemberName="Alle Geschlechter" primaryKey="_column_gender_key" query="_query_gender" levels="_level_geschlecht"/>
171171
<roma:ExplicitHierarchy id="_hierarchy_jahr" name="Jahr" defaultMember="2023" hasAll="false" primaryKey="_column_year_year" query="_query_year" levels="_level_jahr"/>
172-
<roma:ExplicitHierarchy id="_hierarchy_stadt_planungsraum_statbezirk" name="Stadt - Planungsraum - statistischer Bezirk" allMemberName="Alle Gebiete" primaryKey="_column_statbez_gid" query="/9" levels="_level_stadt _level_planungsraum _level_statistischer_bezirk"/>
172+
<roma:ExplicitHierarchy id="_hierarchy_stadt_planungsraum_statbezirk" name="Stadt - Planungsraum - statistischer Bezirk" allMemberName="Alle Gebiete" primaryKey="_column_statbez_gid" query="_joinquery_stadt_planungsraum_statbezirk" levels="_level_stadt _level_planungsraum _level_statistischer_bezirk"/>
173173
<roma:StandardDimension id="_dimension_alter" name="Alter" hierarchies="_hierarchy_alter_einzeljahrgaenge _hierarchy_altersgruppen_standard _hierarchy_altersgruppen_kinder _hierarchy_altersgruppen_rki_h7 _hierarchy_altersgruppen_rki_h8 _hierarchy_altersgruppen_10jahre"/>
174174
<roma:StandardDimension id="_dimension_geschlecht" name="Geschlecht" hierarchies="_hierarchy_geschlecht"/>
175175
<roma:StandardDimension id="_dimension_statistischer_bezirk" name="statistischer Bezirk" hierarchies="_hierarchy_stadt_planungsraum_statbezirk"/>
176176
<roma:TimeDimension id="_dimension_jahr" name="Jahr" hierarchies="_hierarchy_jahr"/>
177-
<roma:PhysicalCube id="_cube_bevoelkerung" name="Bevölkerung" query="/2">
177+
<roma:PhysicalCube id="_cube_bevoelkerung" name="Bevölkerung" query="_query_fact">
178178
<dimensionConnectors foreignKey="_column_einwohner_jahr" dimension="_dimension_jahr" overrideDimensionName="Jahr" id="_connector_jahr"/>
179179
<dimensionConnectors foreignKey="_column_einwohner_statbez" dimension="_dimension_statistischer_bezirk" overrideDimensionName="statistischer Bezirk" id="_connector_statistischer_bezirk"/>
180180
<dimensionConnectors foreignKey="_column_einwohner_ker_gesch" dimension="_dimension_geschlecht" overrideDimensionName="Geschlecht" id="_connector_geschlecht"/>

docs/cubeserver/tutorial/complex.steelwheels.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ It provides analysis capabilities across customer markets, product categories, a
1818

1919

2020
```xml
21-
<roma:PhysicalCube id="_cube_steelwheelssales" name="SteelWheelsSales" query="/6"/>
21+
<roma:PhysicalCube id="_cube_steelwheelssales" name="SteelWheelsSales" query="_query_fact"/>
2222

2323
```
2424
*<small>Note: This is only a symbolic example. For the exact definition, see the [Definition](#definition) section.</small>*
@@ -126,12 +126,12 @@ This files represent the complete definition of the catalog.
126126
<columns xsi:type="roma:PhysicalColumn" id="_column_time_monthid" name="MONTH_ID" type="Integer"/>
127127
</tables>
128128
</roma:DatabaseSchema>
129-
<roma:TableQuery table="_table_orderfact"/>
130-
<roma:TableQuery table="_table_customerWTer"/>
131-
<roma:TableQuery table="_table_products"/>
132-
<roma:TableQuery table="_table_time"/>
133-
<roma:TableQuery table="_table_orderfact"/>
134-
<roma:TableQuery table="_table_customerWTer"/>
129+
<roma:TableQuery id="_query_customer" table="_table_customerWTer"/>
130+
<roma:TableQuery id="_query_customers" table="_table_customerWTer"/>
131+
<roma:TableQuery id="_query_fact" table="_table_orderfact"/>
132+
<roma:TableQuery id="_query_orderstatus" table="_table_orderfact"/>
133+
<roma:TableQuery id="_query_products" table="_table_products"/>
134+
<roma:TableQuery id="_query_time" table="_table_time"/>
135135
<roma:Level id="_level_customers_customer" name="Customer" column="_column_customer_customername"/>
136136
<roma:Level id="_level_markets_city" name="City" column="_column_customer_city"/>
137137
<roma:Level id="_level_markets_country" name="Country" column="_column_customer_country"/>
@@ -144,17 +144,17 @@ This files represent the complete definition of the catalog.
144144
<roma:Level id="_level_time_months" name="Months" column="_column_time_monthname"/>
145145
<roma:Level id="_level_time_quarters" name="Quarters" column="_column_time_qtrname"/>
146146
<roma:Level id="_level_time_years" name="Years" column="_column_time_yearid"/>
147-
<roma:ExplicitHierarchy id="_hierarchy_customers" name="Customers Hierarchy" allMemberName="All Customers" query="/3" levels="_level_customers_customer"/>
148-
<roma:ExplicitHierarchy id="_hierarchy_markets" name="Markets Hierarchy" allMemberName="All Markets" query="/7" levels="_level_markets_territory _level_markets_country _level_markets_state _level_markets_city"/>
149-
<roma:ExplicitHierarchy id="_hierarchy_orderstatus" name="Order Status Hierarchy" allMemberName="All Status Types" query="/2" levels="_level_orderstatus_type"/>
150-
<roma:ExplicitHierarchy id="_hierarchy_product" name="Product Hierarchy" allMemberName="All Products" query="/4" levels="_level_product_line _level_product_vendor _level_product_product"/>
151-
<roma:ExplicitHierarchy id="_hierarchy_time" name="Time Hierarchy" allMemberName="All Years" query="/5" levels="_level_time_years _level_time_quarters _level_time_months"/>
147+
<roma:ExplicitHierarchy id="_hierarchy_customers" name="Customers Hierarchy" allMemberName="All Customers" query="_query_customers" levels="_level_customers_customer"/>
148+
<roma:ExplicitHierarchy id="_hierarchy_markets" name="Markets Hierarchy" allMemberName="All Markets" query="_query_customer" levels="_level_markets_territory _level_markets_country _level_markets_state _level_markets_city"/>
149+
<roma:ExplicitHierarchy id="_hierarchy_orderstatus" name="Order Status Hierarchy" allMemberName="All Status Types" query="_query_orderstatus" levels="_level_orderstatus_type"/>
150+
<roma:ExplicitHierarchy id="_hierarchy_product" name="Product Hierarchy" allMemberName="All Products" query="_query_products" levels="_level_product_line _level_product_vendor _level_product_product"/>
151+
<roma:ExplicitHierarchy id="_hierarchy_time" name="Time Hierarchy" allMemberName="All Years" query="_query_time" levels="_level_time_years _level_time_quarters _level_time_months"/>
152152
<roma:StandardDimension id="_dimension_customers" name="Customers" hierarchies="_hierarchy_customers"/>
153153
<roma:StandardDimension id="_dimension_markets" name="Markets" hierarchies="_hierarchy_markets"/>
154154
<roma:StandardDimension id="_dimension_orderstatus" name="Order Status" hierarchies="_hierarchy_orderstatus"/>
155155
<roma:StandardDimension id="_dimension_product" name="Product" hierarchies="_hierarchy_product"/>
156156
<roma:TimeDimension id="_dimension_time" name="Time" hierarchies="_hierarchy_time"/>
157-
<roma:PhysicalCube id="_cube_steelwheelssales" name="SteelWheelsSales" query="/6">
157+
<roma:PhysicalCube id="_cube_steelwheelssales" name="SteelWheelsSales" query="_query_fact">
158158
<dimensionConnectors foreignKey="_column_orderfact_customernumber" dimension="_dimension_markets" overrideDimensionName="Markets" id="_connector_markets"/>
159159
<dimensionConnectors foreignKey="_column_orderfact_customernumber" dimension="_dimension_customers" overrideDimensionName="Customers" id="_connector_customers"/>
160160
<dimensionConnectors foreignKey="_column_orderfact_productcode" dimension="_dimension_product" overrideDimensionName="Product" id="_connector_product"/>
438 Bytes
Binary file not shown.
400 Bytes
Binary file not shown.
17 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
22 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)