Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
NeqModPlus
Building Physics
Building Physics Catalog Editor
Commits
7dcb9ce1
Commit
7dcb9ce1
authored
Mar 27, 2022
by
Kai-Holger Brassel
Browse files
Revert "Delete outdated projects"
This reverts commit
a9582873
.
parent
a9582873
Changes
20
Hide whitespace changes
Inline
Side-by-side
de.hftstuttgart.buildingphysics.product/.project
0 → 100644
View file @
7dcb9ce1
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>
de.hftstuttgart.buildingphysics.product
</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>
org.eclipse.m2e.core.maven2Builder
</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>
org.eclipse.m2e.core.maven2Nature
</nature>
</natures>
</projectDescription>
de.hftstuttgart.buildingphysics.product/de.hftstuttgart.buildingphysics.application.product
0 → 100644
View file @
7dcb9ce1
<?xml version="1.0" encoding="UTF-8"?>
<?pde version="3.5"?>
<product
name=
"Building Physics Catalog Editor"
uid=
"de.hftstuttgart.buildingphysics.application.product"
id=
"de.hftstuttgart.buildingphysics.application.product"
application=
"org.eclipse.e4.ui.workbench.swt.E4Application"
version=
"1.0.0.qualifier"
useFeatures=
"true"
includeLaunchers=
"true"
>
<configIni
use=
"default"
>
</configIni>
<launcherArgs>
<programArgs>
-clearPersistedState
-debugEMFForms
</programArgs>
<vmArgsMac>
-XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts
</vmArgsMac>
</launcherArgs>
<windowImages/>
<launcher>
<win
useIco=
"false"
>
<bmp/>
</win>
</launcher>
<vm>
</vm>
<plugins>
<plugin
id=
"org.eclipse.emf.ecp.ui.view.swt"
/>
<plugin
id=
"org.eclipse.emf.ecp.view.model.provider.xmi"
/>
</plugins>
<features>
<feature
id=
"de.hftstuttgart.buildingphysics.feature"
/>
<feature
id=
"org.eclipse.emf.ecp.viewmodel.feature"
installMode=
"root"
/>
<feature
id=
"org.eclipse.emf.ecp.view.categorization.feature"
installMode=
"root"
/>
<feature
id=
"org.eclipse.emf.ecp.view.group.feature"
installMode=
"root"
/>
<feature
id=
"org.eclipse.emf.ecp.view.label.feature"
installMode=
"root"
/>
<feature
id=
"org.eclipse.emf.ecp.view.table.feature"
installMode=
"root"
/>
<feature
id=
"org.eclipse.equinox.sdk"
installMode=
"root"
/>
<feature
id=
"org.eclipse.justj.openjdk.hotspot.jre.full.stripped"
installMode=
"root"
/>
</features>
<configurations>
<plugin
id=
"org.apache.felix.scr"
autoStart=
"true"
startLevel=
"2"
/>
<plugin
id=
"org.eclipse.core.runtime"
autoStart=
"true"
startLevel=
"4"
/>
<plugin
id=
"org.eclipse.equinox.common"
autoStart=
"true"
startLevel=
"2"
/>
<plugin
id=
"org.eclipse.equinox.event"
autoStart=
"true"
startLevel=
"2"
/>
<plugin
id=
"org.eclipse.equinox.simpleconfigurator"
autoStart=
"true"
startLevel=
"1"
/>
</configurations>
<preferencesInfo>
<targetfile
overwrite=
"false"
/>
</preferencesInfo>
<cssInfo>
</cssInfo>
</product>
de.hftstuttgart.buildingphysics.product/pom.xml
0 → 100644
View file @
7dcb9ce1
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
CatalogRepo
</artifactId>
<packaging>
eclipse-repository
</packaging>
<name>
Building Physics Catalog Product
</name>
<parent>
<groupId>
de.hftstuttgart
</groupId>
<artifactId>
buildingphysics.parent
</artifactId>
<version>
1.0.0-SNAPSHOT
</version>
<relativePath>
../de.hftstuttgart.buildingphysics.parent
</relativePath>
</parent>
<build>
<plugins>
<plugin>
<groupId>
org.eclipse.tycho
</groupId>
<artifactId>
tycho-p2-director-plugin
</artifactId>
<version>
${tycho-version}
</version>
<configuration>
<formats>
<win32>
zip
</win32>
<linux>
tar.gz
</linux>
<macosx>
zip
</macosx>
</formats>
</configuration>
<executions>
<execution>
<id>
materialize-products
</id>
<goals>
<goal>
materialize-products
</goal>
</goals>
</execution>
<execution>
<id>
archive-products
</id>
<goals>
<goal>
archive-products
</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
\ No newline at end of file
de.hftstuttgart.buildingphysics.target/.project
0 → 100644
View file @
7dcb9ce1
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>
de.hftstuttgart.buildingphysics.target
</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>
org.eclipse.m2e.core.maven2Builder
</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>
org.eclipse.m2e.core.maven2Nature
</nature>
</natures>
</projectDescription>
de.hftstuttgart.buildingphysics.target/buildingphysics.target.target
0 → 100644
View file @
7dcb9ce1
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?pde version="3.8"?>
<target
name=
"RCP, EMF Forms 2020-12"
>
<locations>
<location
includeAllPlatforms=
"false"
includeConfigurePhase=
"false"
includeMode=
"planner"
includeSource=
"false"
type=
"InstallableUnit"
>
<repository
location=
"http://download.eclipse.org/releases/2020-12"
/>
<unit
id=
"org.eclipse.equinox.sdk.feature.group"
version=
"3.21.0.v20201128-0731"
/>
<unit
id=
"org.eclipse.e4.core.tools.feature.source.feature.group"
version=
"4.18.0.v20201026-0947"
/>
</location>
<location
includeAllPlatforms=
"false"
includeConfigurePhase=
"false"
includeMode=
"planner"
includeSource=
"false"
type=
"InstallableUnit"
>
<repository
location=
"http://download.eclipse.org/ecp/releases/releases_target_125/"
/>
<unit
id=
"org.eclipse.emf.ecp.emfforms.sdk.feature.feature.group"
version=
"1.25.0.20200916-0800"
/>
</location>
<location
includeAllPlatforms=
"false"
includeConfigurePhase=
"false"
includeMode=
"planner"
includeSource=
"false"
type=
"InstallableUnit"
>
<repository
location=
"https://transfer.hft-stuttgart.de/pages/neqmodplus/indriya-p2/release_target_211/"
/>
<unit
id=
"de.hft-stuttgart.indriya.feature.feature.group"
version=
"0.0.0"
/>
</location>
<location
includeAllPlatforms=
"false"
includeConfigurePhase=
"false"
includeMode=
"planner"
includeSource=
"false"
type=
"InstallableUnit"
>
<repository
location=
"https://download.eclipse.org/justj/jres/15/updates/milestone"
/>
<unit
id=
"org.eclipse.justj.openjdk.hotspot.jre.full.stripped.feature.group"
version=
"15.0.2.v20210201-0955"
/>
</location>
<location
includeAllPlatforms=
"false"
includeConfigurePhase=
"false"
includeMode=
"planner"
includeSource=
"false"
type=
"InstallableUnit"
>
<repository
location=
"https://transfer.hft-stuttgart.de/pages/neqmodplus/de.hft-stuttgart.cityunits/release_target_102/"
/>
<unit
id=
"de.hftstuttgart.cityunits.feature.feature.group"
version=
"1.0.2"
/>
</location>
</locations>
</target>
\ No newline at end of file
de.hftstuttgart.buildingphysics.target/pom.xml
0 → 100644
View file @
7dcb9ce1
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
de.hftstuttgart.buildingphysics.target
</artifactId>
<packaging>
eclipse-target-definition
</packaging>
<name>
Building Physics Catalog Target Definition
</name>
<parent>
<groupId>
de.hftstuttgart
</groupId>
<artifactId>
buildingphysics.parent
</artifactId>
<version>
1.0.0-SNAPSHOT
</version>
<relativePath>
../de.hftstuttgart.buildingphysics.parent
</relativePath>
</parent>
</project>
\ No newline at end of file
de.hftstuttgart.buildingphysics.viewmodel/.classpath
0 → 100644
View file @
7dcb9ce1
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry
kind=
"con"
path=
"org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-15"
/>
<classpathentry
kind=
"con"
path=
"org.eclipse.pde.core.requiredPlugins"
/>
<classpathentry
kind=
"output"
path=
"target/classes"
/>
</classpath>
de.hftstuttgart.buildingphysics.viewmodel/.project
0 → 100644
View file @
7dcb9ce1
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>
de.hftstuttgart.buildingphysics.viewmodel
</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>
org.eclipse.jdt.core.javabuilder
</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>
org.eclipse.pde.ManifestBuilder
</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>
org.eclipse.pde.SchemaBuilder
</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>
org.eclipse.emfforms.ide.builder.viewModelBuilder
</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>
org.eclipse.m2e.core.maven2Builder
</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>
org.eclipse.m2e.core.maven2Nature
</nature>
<nature>
org.eclipse.pde.PluginNature
</nature>
<nature>
org.eclipse.emfforms.ide.builder.viewModelNature
</nature>
<nature>
org.eclipse.jdt.core.javanature
</nature>
</natures>
</projectDescription>
de.hftstuttgart.buildingphysics.viewmodel/META-INF/MANIFEST.MF
0 → 100644
View file @
7dcb9ce1
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: de.hftstuttgart.buildingphysics.viewmodel
Bundle-SymbolicName: de.hftstuttgart.buildingphysics.viewmodel;singleton:=true
Bundle-Version: 1.0.0.qualifier
Require-Bundle: org.eclipse.emf.ecp.view.model.provider.xmi,
org.eclipse.emf.ecp.view.treemasterdetail.model,
org.eclipse.emf.ecp.view.treemasterdetail.ui.swt,
de.hftstuttgart.cityunits.model;bundle-version="1.0.2",
de.hftstuttgart.cityunits.model.edit;bundle-version="1.0.2",
de.hftstuttgart.cityunits.ui.renderer;bundle-version="1.0.2"
Bundle-RequiredExecutionEnvironment: JavaSE-15
de.hftstuttgart.buildingphysics.viewmodel/build.properties
0 → 100644
View file @
7dcb9ce1
bin.includes
=
META-INF/,
\
plugin.xml,
\
viewmodels/
de.hftstuttgart.buildingphysics.viewmodel/plugin.xml
0 → 100644
View file @
7dcb9ce1
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
<extension
point=
"org.eclipse.emf.ecp.view.model.provider.xmi.file"
>
<file
filePath=
"viewmodels/WindowCategory.view"
/>
<file
filePath=
"viewmodels/Construction.view"
/>
<file
filePath=
"viewmodels/ConstructionCategory.view"
/>
<file
filePath=
"viewmodels/Material.view"
/>
<file
filePath=
"viewmodels/WindowType.view"
/>
<file
filePath=
"viewmodels/BuildingPhysicsCatalog.view"
/>
<file
filePath=
"viewmodels/BuildingPhysicsCatalog_Detail.view"
>
<filter
key=
"detail"
value=
"true"
/>
</file>
<file
filePath=
"viewmodels/MaterialCategory.view"
/>
</extension>
</plugin>
de.hftstuttgart.buildingphysics.viewmodel/pom.xml
0 → 100644
View file @
7dcb9ce1
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
de.hftstuttgart.buildingphysics.viewmodel
</artifactId>
<packaging>
eclipse-plugin
</packaging>
<name>
Building Physics Catalog View Model
</name>
<parent>
<groupId>
de.hftstuttgart
</groupId>
<artifactId>
buildingphysics.parent
</artifactId>
<version>
1.0.0-SNAPSHOT
</version>
<relativePath>
../de.hftstuttgart.buildingphysics.parent
</relativePath>
</parent>
</project>
\ No newline at end of file
de.hftstuttgart.buildingphysics.viewmodel/viewmodels/BuildingPhysicsCatalog.view
0 → 100644
View file @
7dcb9ce1
<?xml version="1.0" encoding="UTF-8"?>
<org.eclipse.emf.ecp.view.model:View
xmi:version=
"2.0"
xmlns:xmi=
"http://www.omg.org/XMI"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xmlns:org.eclipse.emf.ecp.view.model=
"http://org/eclipse/emf/ecp/view/model/1180"
xmlns:org.eclipse.emf.ecp.view.treemasterview.model=
"http://org/eclipse/emf/ecp/view/treemasterview/model"
xmi:id=
"_lRZw4CQzEeuaK-RhvCx2-Q"
name=
"BuildingPhysicsCatalog"
>
<rootEClass
href=
"http://www.hftstuttgart.de/buildingphysics#//BuildingPhysicsCatalog"
/>
<children
xsi:type=
"org.eclipse.emf.ecp.view.treemasterview.model:TreeMasterDetail"
xmi:id=
"_9hKHIK20Eeup29SeaUMpQQ"
/>
<ecorePaths>
/de.hftstuttgart.buildingphysics/model/buildingphysics.ecore
</ecorePaths>
</org.eclipse.emf.ecp.view.model:View>
de.hftstuttgart.buildingphysics.viewmodel/viewmodels/BuildingPhysicsCatalog_Detail.view
0 → 100644
View file @
7dcb9ce1
<?xml version="1.0" encoding="UTF-8"?>
<org.eclipse.emf.ecp.view.model:View
xmi:version=
"2.0"
xmlns:xmi=
"http://www.omg.org/XMI"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore=
"http://www.eclipse.org/emf/2002/Ecore"
xmlns:org.eclipse.emf.ecp.view.model=
"http://org/eclipse/emf/ecp/view/model/1180"
xmi:id=
"_1unhEK12Eeuda6ijj1ILcQ"
name=
"BuildingPhysicsCatalog"
>
<rootEClass
href=
"http://www.hftstuttgart.de/buildingphysics#//BuildingPhysicsCatalog"
/>
<children
xsi:type=
"org.eclipse.emf.ecp.view.model:Control"
xmi:id=
"_P1mDgMBbEeuIHZm4y-I19A"
name=
"Control name"
>
<domainModelReference
xsi:type=
"org.eclipse.emf.ecp.view.model:FeaturePathDomainModelReference"
xmi:id=
"_P1mDgcBbEeuIHZm4y-I19A"
>
<domainModelEFeature
xsi:type=
"ecore:EAttribute"
href=
"http://www.hftstuttgart.de/buildingphysics#//BuildingPhysicsCatalog/name"
/>
</domainModelReference>
</children>
<children
xsi:type=
"org.eclipse.emf.ecp.view.model:Control"
xmi:id=
"_P1mqkMBbEeuIHZm4y-I19A"
name=
"Control description"
>
<domainModelReference
xsi:type=
"org.eclipse.emf.ecp.view.model:FeaturePathDomainModelReference"
xmi:id=
"_P1mqkcBbEeuIHZm4y-I19A"
>
<domainModelEFeature
xsi:type=
"ecore:EAttribute"
href=
"http://www.hftstuttgart.de/buildingphysics#//BuildingPhysicsCatalog/description"
/>
</domainModelReference>
</children>
<children
xsi:type=
"org.eclipse.emf.ecp.view.model:Control"
xmi:id=
"_P1mqksBbEeuIHZm4y-I19A"
name=
"Control source"
>
<domainModelReference
xsi:type=
"org.eclipse.emf.ecp.view.model:FeaturePathDomainModelReference"
xmi:id=
"_P1mqk8BbEeuIHZm4y-I19A"
>
<domainModelEFeature
xsi:type=
"ecore:EAttribute"
href=
"http://www.hftstuttgart.de/buildingphysics#//BuildingPhysicsCatalog/source"
/>
</domainModelReference>
</children>
<ecorePaths>
/de.hftstuttgart.buildingphysics/model/buildingphysics.ecore
</ecorePaths>
</org.eclipse.emf.ecp.view.model:View>
de.hftstuttgart.buildingphysics.viewmodel/viewmodels/Construction.view
0 → 100644
View file @
7dcb9ce1
<?xml version="1.0" encoding="UTF-8"?>
<org.eclipse.emf.ecp.view.model:View
xmi:version=
"2.0"
xmlns:xmi=
"http://www.omg.org/XMI"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore=
"http://www.eclipse.org/emf/2002/Ecore"
xmlns:org.eclipse.emf.ecp.view.model=
"http://org/eclipse/emf/ecp/view/model/1180"
xmlns:org.eclipse.emf.ecp.view.table.model=
"http://org/eclipse/emf/ecp/view/table/model/150"
xmi:id=
"_Hd11YLPZEeup29SeaUMpQQ"
name=
"Construction"
>
<rootEClass
href=
"http://www.hftstuttgart.de/buildingphysics#//Construction"
/>
<children
xsi:type=
"org.eclipse.emf.ecp.view.model:Control"
xmi:id=
"_Hd2ccLPZEeup29SeaUMpQQ"
name=
"Control constructionId"
>
<domainModelReference
xsi:type=
"org.eclipse.emf.ecp.view.model:FeaturePathDomainModelReference"
xmi:id=
"_Hd2ccbPZEeup29SeaUMpQQ"
>
<domainModelEFeature
xsi:type=
"ecore:EAttribute"
href=
"http://www.hftstuttgart.de/buildingphysics#//Construction/constructionId"
/>
</domainModelReference>
</children>
<children
xsi:type=
"org.eclipse.emf.ecp.view.model:Control"
xmi:id=
"_Hd2ccrPZEeup29SeaUMpQQ"
name=
"Control name"
>
<domainModelReference
xsi:type=
"org.eclipse.emf.ecp.view.model:FeaturePathDomainModelReference"
xmi:id=
"_Hd2cc7PZEeup29SeaUMpQQ"
>
<domainModelEFeature
xsi:type=
"ecore:EAttribute"
href=
"http://www.hftstuttgart.de/buildingphysics#//Construction/name"
/>
</domainModelReference>
</children>
<children
xsi:type=
"org.eclipse.emf.ecp.view.table.model:TableControl"
xmi:id=
"_J63RcLPZEeup29SeaUMpQQ"
moveUpDownDisabled=
"false"
>
<domainModelReference
xsi:type=
"org.eclipse.emf.ecp.view.table.model:TableDomainModelReference"
xmi:id=
"_MkYRYLPZEeup29SeaUMpQQ"
>
<columnDomainModelReferences
xsi:type=
"org.eclipse.emf.ecp.view.model:FeaturePathDomainModelReference"
xmi:id=
"_QnRfELPZEeup29SeaUMpQQ"
>
<domainModelEFeature
xsi:type=
"ecore:EAttribute"
href=
"http://www.hftstuttgart.de/buildingphysics#//Layer/thickness"
/>
</columnDomainModelReferences>
<columnDomainModelReferences
xsi:type=
"org.eclipse.emf.ecp.view.model:FeaturePathDomainModelReference"
xmi:id=
"_BjnwoME1EeuIHZm4y-I19A"
>
<domainModelEFeature
xsi:type=
"ecore:EReference"
href=
"http://www.hftstuttgart.de/buildingphysics#//Layer/material"
/>
</columnDomainModelReferences>
<columnDomainModelReferences
xsi:type=
"org.eclipse.emf.ecp.view.model:FeaturePathDomainModelReference"
xmi:id=
"_T27I4ME1EeuIHZm4y-I19A"
>
<domainModelEFeature
xsi:type=
"ecore:EAttribute"
href=
"http://www.hftstuttgart.de/buildingphysics#//MaterialCategory/name"
/>
<domainModelEReferencePath
href=
"http://www.hftstuttgart.de/buildingphysics#//Layer/material"
/>
<domainModelEReferencePath
href=
"http://www.hftstuttgart.de/buildingphysics#//Material/category"
/>
</columnDomainModelReferences>
<domainModelReference
xsi:type=
"org.eclipse.emf.ecp.view.model:FeaturePathDomainModelReference"
xmi:id=
"_MkYRYbPZEeup29SeaUMpQQ"
>
<domainModelEFeature
xsi:type=
"ecore:EReference"
href=
"http://www.hftstuttgart.de/buildingphysics#//Construction/layers"
/>
</domainModelReference>
</domainModelReference>
<columnConfigurations
xsi:type=
"org.eclipse.emf.ecp.view.table.model:WidthConfiguration"
xmi:id=
"_d7H2QL8HEeuIHZm4y-I19A"
columnDomainReference=
"_QnRfELPZEeup29SeaUMpQQ"
weight=
"25"
minWidth=
"70"
/>
<columnConfigurations
xsi:type=
"org.eclipse.emf.ecp.view.table.model:WidthConfiguration"
xmi:id=
"_4Wqa0MqVEeukSbPYqPhO9g"
columnDomainReference=
"_BjnwoME1EeuIHZm4y-I19A"
weight=
"50"
minWidth=
"180"
/>
<columnConfigurations
xsi:type=
"org.eclipse.emf.ecp.view.table.model:WidthConfiguration"
xmi:id=
"_2M1yIMqWEeukSbPYqPhO9g"
columnDomainReference=
"_T27I4ME1EeuIHZm4y-I19A"
weight=
"25"
minWidth=
"70"
/>
<columnConfigurations
xsi:type=
"org.eclipse.emf.ecp.view.table.model:ReadOnlyColumnConfiguration"
xmi:id=
"_ifhxAME1EeuIHZm4y-I19A"
columnDomainReferences=
"_T27I4ME1EeuIHZm4y-I19A"
/>
</children>
<ecorePaths>
/de.hftstuttgart.buildingphysics/model/buildingphysics.ecore
</ecorePaths>
</org.eclipse.emf.ecp.view.model:View>
de.hftstuttgart.buildingphysics.viewmodel/viewmodels/ConstructionCategory.view
0 → 100644
View file @
7dcb9ce1
<?xml version="1.0" encoding="UTF-8"?>
<org.eclipse.emf.ecp.view.model:View
xmi:version=
"2.0"
xmlns:xmi=
"http://www.omg.org/XMI"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore=
"http://www.eclipse.org/emf/2002/Ecore"
xmlns:org.eclipse.emf.ecp.view.model=
"http://org/eclipse/emf/ecp/view/model/1180"
xmlns:org.eclipse.emf.ecp.view.table.model=
"http://org/eclipse/emf/ecp/view/table/model/150"
xmi:id=
"__9S1ELPYEeup29SeaUMpQQ"
name=
"ConstructionCategory"
>
<rootEClass
href=
"http://www.hftstuttgart.de/buildingphysics#//ConstructionCategory"
/>
<children
xsi:type=
"org.eclipse.emf.ecp.view.model:Control"
xmi:id=
"__9TcILPYEeup29SeaUMpQQ"
name=
"Control name"
>
<domainModelReference
xsi:type=
"org.eclipse.emf.ecp.view.model:FeaturePathDomainModelReference"
xmi:id=
"__9TcIbPYEeup29SeaUMpQQ"
>
<domainModelEFeature
xsi:type=
"ecore:EAttribute"
href=
"http://www.hftstuttgart.de/buildingphysics#//ConstructionCategory/name"
/>
</domainModelReference>
</children>
<children
xsi:type=
"org.eclipse.emf.ecp.view.table.model:TableControl"
xmi:id=
"_vgicgLeuEeu0KumwacCHxQ"
detailEditing=
"WithPanel"
>
<domainModelReference
xsi:type=
"org.eclipse.emf.ecp.view.table.model:TableDomainModelReference"
xmi:id=
"_UOehkMBWEeuIHZm4y-I19A"
>
<columnDomainModelReferences
xsi:type=
"org.eclipse.emf.ecp.view.model:FeaturePathDomainModelReference"
xmi:id=
"_XzxNQMBWEeuIHZm4y-I19A"
>
<domainModelEFeature
xsi:type=
"ecore:EAttribute"
href=
"http://www.hftstuttgart.de/buildingphysics#//Construction/constructionId"
/>
</columnDomainModelReferences>
<columnDomainModelReferences
xsi:type=
"org.eclipse.emf.ecp.view.model:FeaturePathDomainModelReference"
xmi:id=
"_XzxNQcBWEeuIHZm4y-I19A"
>
<domainModelEFeature
xsi:type=
"ecore:EAttribute"
href=
"http://www.hftstuttgart.de/buildingphysics#//Construction/name"
/>
</columnDomainModelReferences>
<domainModelReference
xsi:type=
"org.eclipse.emf.ecp.view.model:FeaturePathDomainModelReference"
xmi:id=
"_UOehkcBWEeuIHZm4y-I19A"
>
<domainModelEFeature
xsi:type=
"ecore:EReference"
href=
"http://www.hftstuttgart.de/buildingphysics#//ConstructionCategory/constructions"
/>
</domainModelReference>
</domainModelReference>
<columnConfigurations
xsi:type=
"org.eclipse.emf.ecp.view.table.model:ReadOnlyColumnConfiguration"
xmi:id=
"_2MtCAL-PEeuIHZm4y-I19A"
/>
</children>
<ecorePaths>
/de.hftstuttgart.buildingphysics/model/buildingphysics.ecore
</ecorePaths>
</org.eclipse.emf.ecp.view.model:View>
de.hftstuttgart.buildingphysics.viewmodel/viewmodels/Material.view
0 → 100644
View file @
7dcb9ce1
<?xml version="1.0" encoding="UTF-8"?>
<org.eclipse.emf.ecp.view.model:View
xmi:version=
"2.0"
xmlns:xmi=
"http://www.omg.org/XMI"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore=
"http://www.eclipse.org/emf/2002/Ecore"
xmlns:org.eclipse.emf.ecp.view.group.model=
"http://org/eclipse/emf/ecp/view/group/model"
xmlns:org.eclipse.emf.ecp.view.model=
"http://org/eclipse/emf/ecp/view/model/1180"
xmi:id=
"_bUohgK22Eeup29SeaUMpQQ"
name=
"Material"
>
<rootEClass
href=
"http://www.hftstuttgart.de/buildingphysics#//Material"
/>
<children
xsi:type=
"org.eclipse.emf.ecp.view.model:Control"
xmi:id=
"_D1u4sLP5Eeu2NpUbC-wFIA"
name=
"Control materialId"
>
<domainModelReference
xsi:type=
"org.eclipse.emf.ecp.view.model:FeaturePathDomainModelReference"
xmi:id=
"_D1u4sbP5Eeu2NpUbC-wFIA"
>
<domainModelEFeature
xsi:type=
"ecore:EAttribute"
href=
"http://www.hftstuttgart.de/buildingphysics#//Material/materialId"
/>
</domainModelReference>
</children>
<children
xsi:type=
"org.eclipse.emf.ecp.view.model:Control"
xmi:id=
"_bUpvoq22Eeup29SeaUMpQQ"
name=
"Control name"
>
<domainModelReference
xsi:type=
"org.eclipse.emf.ecp.view.model:FeaturePathDomainModelReference"
xmi:id=
"_bUpvo622Eeup29SeaUMpQQ"
>
<domainModelEFeature
xsi:type=
"ecore:EAttribute"
href=
"http://www.hftstuttgart.de/buildingphysics#//Material/name"
/>
</domainModelReference>
</children>
<children
xsi:type=
"org.eclipse.emf.ecp.view.model:Control"
xmi:id=
"_bUpvpK22Eeup29SeaUMpQQ"
name=
"Control density"
>
<domainModelReference
xsi:type=
"org.eclipse.emf.ecp.view.model:FeaturePathDomainModelReference"
xmi:id=
"_bUpvpa22Eeup29SeaUMpQQ"
>
<domainModelEFeature
xsi:type=
"ecore:EAttribute"
href=
"http://www.hftstuttgart.de/buildingphysics#//Material/density"
/>
</domainModelReference>
</children>
<children
xsi:type=
"org.eclipse.emf.ecp.view.model:Control"
xmi:id=
"_bUpvpq22Eeup29SeaUMpQQ"
name=
"Control heatCapacity"
>
<domainModelReference
xsi:type=
"org.eclipse.emf.ecp.view.model:FeaturePathDomainModelReference"
xmi:id=
"_bUpvp622Eeup29SeaUMpQQ"
>
<domainModelEFeature
xsi:type=
"ecore:EAttribute"
href=
"http://www.hftstuttgart.de/buildingphysics#//Material/heatCapacity"
/>
</domainModelReference>
</children>
<children
xsi:type=
"org.eclipse.emf.ecp.view.model:Control"
xmi:id=
"_bUpvqK22Eeup29SeaUMpQQ"
name=
"Control conductivity"
>
<domainModelReference
xsi:type=
"org.eclipse.emf.ecp.view.model:FeaturePathDomainModelReference"
xmi:id=
"_bUpvqa22Eeup29SeaUMpQQ"
>
<domainModelEFeature
xsi:type=
"ecore:EAttribute"
href=
"http://www.hftstuttgart.de/buildingphysics#//Material/conductivity"
/>
</domainModelReference>
</children>
<children
xsi:type=
"org.eclipse.emf.ecp.view.group.model:Group"
xmi:id=
"_dn1TMK22Eeup29SeaUMpQQ"
name=
"Life Cycle"
groupType=
"Collapsible"
>
<children
xsi:type=
"org.eclipse.emf.ecp.view.model:Control"
xmi:id=
"_bUpvqq22Eeup29SeaUMpQQ"
name=
"Control embodiedEnergy"
>
<domainModelReference
xsi:type=
"org.eclipse.emf.ecp.view.model:FeaturePathDomainModelReference"
xmi:id=
"_bUpvq622Eeup29SeaUMpQQ"
>
<domainModelEFeature
xsi:type=
"ecore:EAttribute"
href=
"http://www.hftstuttgart.de/buildingphysics#//Material/embodiedEnergy"
/>
</domainModelReference>
</children>
<children
xsi:type=
"org.eclipse.emf.ecp.view.model:Control"
xmi:id=
"_bUpvrK22Eeup29SeaUMpQQ"
name=
"Control embodiedCarbon"
>
<domainModelReference
xsi:type=
"org.eclipse.emf.ecp.view.model:FeaturePathDomainModelReference"
xmi:id=
"_bUpvra22Eeup29SeaUMpQQ"
>
<domainModelEFeature
xsi:type=
"ecore:EAttribute"
href=
"http://www.hftstuttgart.de/buildingphysics#//Material/embodiedCarbon"
/>
</domainModelReference>
</children>
<children
xsi:type=
"org.eclipse.emf.ecp.view.model:Control"
xmi:id=
"_bUpvrq22Eeup29SeaUMpQQ"
name=
"Control constructionDescription"
>
<domainModelReference
xsi:type=
"org.eclipse.emf.ecp.view.model:FeaturePathDomainModelReference"
xmi:id=
"_bUpvr622Eeup29SeaUMpQQ"
>
<domainModelEFeature
xsi:type=
"ecore:EAttribute"
href=
"http://www.hftstuttgart.de/buildingphysics#//Material/constructionDescription"
/>
</domainModelReference>
</children>
<children
xsi:type=
"org.eclipse.emf.ecp.view.model:Control"
xmi:id=
"_bUpvsK22Eeup29SeaUMpQQ"
name=
"Control disposalEnergy"
>
<domainModelReference
xsi:type=
"org.eclipse.emf.ecp.view.model:FeaturePathDomainModelReference"
xmi:id=
"_bUpvsa22Eeup29SeaUMpQQ"
>
<domainModelEFeature
xsi:type=
"ecore:EAttribute"
href=
"http://www.hftstuttgart.de/buildingphysics#//Material/disposalEnergy"
/>
</domainModelReference>
</children>
<children
xsi:type=
"org.eclipse.emf.ecp.view.model:Control"
xmi:id=
"_bUpvsq22Eeup29SeaUMpQQ"
name=
"Control disposalCarbon"
>
<domainModelReference
xsi:type=
"org.eclipse.emf.ecp.view.model:FeaturePathDomainModelReference"
xmi:id=
"_bUpvs622Eeup29SeaUMpQQ"
>
<domainModelEFeature
xsi:type=
"ecore:EAttribute"
href=
"http://www.hftstuttgart.de/buildingphysics#//Material/disposalCarbon"
/>
</domainModelReference>
</children>
<children
xsi:type=
"org.eclipse.emf.ecp.view.model:Control"
xmi:id=
"_bUpvtK22Eeup29SeaUMpQQ"
name=
"Control disposalDescription"
>
<domainModelReference
xsi:type=
"org.eclipse.emf.ecp.view.model:FeaturePathDomainModelReference"
xmi:id=
"_bUpvta22Eeup29SeaUMpQQ"
>
<domainModelEFeature
xsi:type=
"ecore:EAttribute"
href=
"http://www.hftstuttgart.de/buildingphysics#//Material/disposalDescription"
/>
</domainModelReference>
</children>
</children>
<ecorePaths>
/de.hftstuttgart.buildingphysics/model/buildingphysics.ecore
</ecorePaths>
</org.eclipse.emf.ecp.view.model:View>
de.hftstuttgart.buildingphysics.viewmodel/viewmodels/MaterialCategory.view
0 → 100644
View file @
7dcb9ce1
<?xml version="1.0" encoding="UTF-8"?>
<org.eclipse.emf.ecp.view.model:View
xmi:version=
"2.0"
xmlns:xmi=
"http://www.omg.org/XMI"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore=
"http://www.eclipse.org/emf/2002/Ecore"
xmlns:org.eclipse.emf.ecp.view.model=
"http://org/eclipse/emf/ecp/view/model/1180"
xmlns:org.eclipse.emf.ecp.view.table.model=
"http://org/eclipse/emf/ecp/view/table/model/150"
xmi:id=
"_ZY8TECUNEeux0PTSTJn6xg"
name=
"MaterialCategory"
>
<rootEClass
href=
"http://www.hftstuttgart.de/buildingphysics#//MaterialCategory"
/>
<children
xsi:type=
"org.eclipse.emf.ecp.view.model:Control"
xmi:id=
"_kT3mkLMKEeup29SeaUMpQQ"
name=
"Control name"
>
<domainModelReference
xsi:type=
"org.eclipse.emf.ecp.view.model:FeaturePathDomainModelReference"
xmi:id=
"_kT3mkbMKEeup29SeaUMpQQ"
>
<domainModelEFeature
xsi:type=
"ecore:EAttribute"
href=
"http://www.hftstuttgart.de/buildingphysics#//MaterialCategory/name"
/>
</domainModelReference>
</children>
<children
xsi:type=
"org.eclipse.emf.ecp.view.table.model:TableControl"
xmi:id=
"_cQS6sCUNEeux0PTSTJn6xg"
detailEditing=
"WithPanel"
>
<domainModelReference
xsi:type=
"org.eclipse.emf.ecp.view.table.model:TableDomainModelReference"
xmi:id=
"_off5gLMKEeup29SeaUMpQQ"
>
<columnDomainModelReferences
xsi:type=
"org.eclipse.emf.ecp.view.model:FeaturePathDomainModelReference"
xmi:id=
"_g8iSwLPYEeup29SeaUMpQQ"
>
<domainModelEFeature
xsi:type=
"ecore:EAttribute"
href=
"http://www.hftstuttgart.de/buildingphysics#//Material/materialId"
/>
</columnDomainModelReferences>
<columnDomainModelReferences
xsi:type=
"org.eclipse.emf.ecp.view.model:FeaturePathDomainModelReference"
xmi:id=
"_g8iSwbPYEeup29SeaUMpQQ"
>
<domainModelEFeature
xsi:type=
"ecore:EAttribute"
href=
"http://www.hftstuttgart.de/buildingphysics#//Material/name"
/>
</columnDomainModelReferences>
<columnDomainModelReferences
xsi:type=
"org.eclipse.emf.ecp.view.model:FeaturePathDomainModelReference"
xmi:id=
"_g8iSwrPYEeup29SeaUMpQQ"
>
<domainModelEFeature
xsi:type=
"ecore:EAttribute"
href=
"http://www.hftstuttgart.de/buildingphysics#//Material/density"
/>
</columnDomainModelReferences>
<columnDomainModelReferences
xsi:type=
"org.eclipse.emf.ecp.view.model:FeaturePathDomainModelReference"
xmi:id=
"_g8iSw7PYEeup29SeaUMpQQ"
>
<domainModelEFeature
xsi:type=
"ecore:EAttribute"
href=
"http://www.hftstuttgart.de/buildingphysics#//Material/heatCapacity"
/>
</columnDomainModelReferences>
<columnDomainModelReferences
xsi:type=
"org.eclipse.emf.ecp.view.model:FeaturePathDomainModelReference"
xmi:id=
"_g8iSxLPYEeup29SeaUMpQQ"
>
<domainModelEFeature
xsi:type=
"ecore:EAttribute"
href=
"http://www.hftstuttgart.de/buildingphysics#//Material/conductivity"
/>
</columnDomainModelReferences>
<domainModelReference
xsi:type=
"org.eclipse.emf.ecp.view.model:FeaturePathDomainModelReference"
xmi:id=
"_off5gbMKEeup29SeaUMpQQ"
>
<domainModelEFeature
xsi:type=
"ecore:EReference"
href=
"http://www.hftstuttgart.de/buildingphysics#//MaterialCategory/materials"
/>
</domainModelReference>
</domainModelReference>
<columnConfigurations
xsi:type=
"org.eclipse.emf.ecp.view.table.model:ReadOnlyColumnConfiguration"
xmi:id=
"_q0L1IL-QEeuIHZm4y-I19A"
columnDomainReferences=
"_g8iSwbPYEeup29SeaUMpQQ _g8iSwrPYEeup29SeaUMpQQ _g8iSw7PYEeup29SeaUMpQQ _g8iSxLPYEeup29SeaUMpQQ _g8iSwLPYEeup29SeaUMpQQ"
/>
</children>
<ecorePaths>
/de.hftstuttgart.buildingphysics/model/buildingphysics.ecore
</ecorePaths>
</org.eclipse.emf.ecp.view.model:View>
de.hftstuttgart.buildingphysics.viewmodel/viewmodels/WindowCategory.view
0 → 100644
View file @
7dcb9ce1
<?xml version="1.0" encoding="UTF-8"?>
<org.eclipse.emf.ecp.view.model:View
xmi:version=
"2.0"
xmlns:xmi=
"http://www.omg.org/XMI"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore=
"http://www.eclipse.org/emf/2002/Ecore"
xmlns:org.eclipse.emf.ecp.view.model=
"http://org/eclipse/emf/ecp/view/model/1180"
xmlns:org.eclipse.emf.ecp.view.table.model=
"http://org/eclipse/emf/ecp/view/table/model/150"
xmi:id=
"_g2A3kMBbEeuIHZm4y-I19A"
name=
"WindowCategory"
>
<rootEClass
href=
"http://www.hftstuttgart.de/buildingphysics#//WindowCategory"
/>
<children
xsi:type=
"org.eclipse.emf.ecp.view.table.model:TableControl"
xmi:id=
"_jclRMMBbEeuIHZm4y-I19A"
detailEditing=
"WithPanel"
>
<domainModelReference
xsi:type=
"org.eclipse.emf.ecp.view.table.model:TableDomainModelReference"
xmi:id=
"_mCVLcMBbEeuIHZm4y-I19A"
>
<columnDomainModelReferences
xsi:type=
"org.eclipse.emf.ecp.view.model:FeaturePathDomainModelReference"
xmi:id=
"_6R9BMMExEeuIHZm4y-I19A"
>
<domainModelEFeature
xsi:type=
"ecore:EAttribute"
href=
"http://www.hftstuttgart.de/buildingphysics#//WindowType/windowTypeId"
/>
</columnDomainModelReferences>
<columnDomainModelReferences
xsi:type=
"org.eclipse.emf.ecp.view.model:FeaturePathDomainModelReference"
xmi:id=
"_6R9BMcExEeuIHZm4y-I19A"
>
<domainModelEFeature
xsi:type=
"ecore:EAttribute"
href=
"http://www.hftstuttgart.de/buildingphysics#//WindowType/name"
/>
</columnDomainModelReferences>
<columnDomainModelReferences
xsi:type=
"org.eclipse.emf.ecp.view.model:FeaturePathDomainModelReference"
xmi:id=
"_6R9BMsExEeuIHZm4y-I19A"
>
<domainModelEFeature
xsi:type=
"ecore:EAttribute"
href=
"http://www.hftstuttgart.de/buildingphysics#//WindowType/uValue"
/>
</columnDomainModelReferences>
<columnDomainModelReferences
xsi:type=
"org.eclipse.emf.ecp.view.model:FeaturePathDomainModelReference"
xmi:id=
"_6R9BM8ExEeuIHZm4y-I19A"
>
<domainModelEFeature
xsi:type=
"ecore:EAttribute"
href=
"http://www.hftstuttgart.de/buildingphysics#//WindowType/gValue"
/>
</columnDomainModelReferences>
<columnDomainModelReferences
xsi:type=
"org.eclipse.emf.ecp.view.model:FeaturePathDomainModelReference"
xmi:id=
"_6R9BNMExEeuIHZm4y-I19A"
>
<domainModelEFeature
xsi:type=
"ecore:EAttribute"
href=
"http://www.hftstuttgart.de/buildingphysics#//WindowType/glazingNumber"
/>
</columnDomainModelReferences>
<columnDomainModelReferences
xsi:type=
"org.eclipse.emf.ecp.view.model:FeaturePathDomainModelReference"
xmi:id=
"_6R9BNcExEeuIHZm4y-I19A"
>
<domainModelEFeature
xsi:type=
"ecore:EAttribute"
href=
"http://www.hftstuttgart.de/buildingphysics#//WindowType/frameRatio"
/>
</columnDomainModelReferences>
<domainModelReference
xsi:type=
"org.eclipse.emf.ecp.view.model:FeaturePathDomainModelReference"
xmi:id=
"_mCVLccBbEeuIHZm4y-I19A"
>
<domainModelEFeature
xsi:type=
"ecore:EReference"
href=
"http://www.hftstuttgart.de/buildingphysics#//WindowCategory/windowTypes"
/>
</domainModelReference>
</domainModelReference>
<columnConfigurations
xsi:type=
"org.eclipse.emf.ecp.view.table.model:ReadOnlyColumnConfiguration"
xmi:id=
"_8ZWLgMExEeuIHZm4y-I19A"
columnDomainReferences=
"_6R9BMcExEeuIHZm4y-I19A _6R9BMsExEeuIHZm4y-I19A _6R9BNMExEeuIHZm4y-I19A _6R9BNcExEeuIHZm4y-I19A _6R9BM8ExEeuIHZm4y-I19A _6R9BMMExEeuIHZm4y-I19A"
/>
</children>
<ecorePaths>
/de.hftstuttgart.buildingphysics/model/buildingphysics.ecore
</ecorePaths>
</org.eclipse.emf.ecp.view.model:View>
de.hftstuttgart.buildingphysics.viewmodel/viewmodels/WindowType.view
0 → 100644
View file @
7dcb9ce1
<?xml version="1.0" encoding="UTF-8"?>
<org.eclipse.emf.ecp.view.model:View
xmi:version=
"2.0"
xmlns:xmi=
"http://www.omg.org/XMI"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore=
"http://www.eclipse.org/emf/2002/Ecore"
xmlns:org.eclipse.emf.ecp.view.group.model=
"http://org/eclipse/emf/ecp/view/group/model"
xmlns:org.eclipse.emf.ecp.view.model=
"http://org/eclipse/emf/ecp/view/model/1180"
xmi:id=
"_7hNMIK21Eeup29SeaUMpQQ"
name=
"WindowType"
>
<rootEClass
href=
"http://www.hftstuttgart.de/buildingphysics#//WindowType"
/>
<children
xsi:type=
"org.eclipse.emf.ecp.view.model:Control"
xmi:id=
"_UulsMLP5Eeu2NpUbC-wFIA"
name=
"Control windowTypeId"
>
<domainModelReference
xsi:type=
"org.eclipse.emf.ecp.view.model:FeaturePathDomainModelReference"
xmi:id=
"_UulsMbP5Eeu2NpUbC-wFIA"
>
<domainModelEFeature
xsi:type=
"ecore:EAttribute"
href=
"http://www.hftstuttgart.de/buildingphysics#//WindowType/windowTypeId"
/>
</domainModelReference>
</children>
<children
xsi:type=
"org.eclipse.emf.ecp.view.model:Control"
xmi:id=
"_7hPBUq21Eeup29SeaUMpQQ"
name=
"Control name"
>
<domainModelReference
xsi:type=
"org.eclipse.emf.ecp.view.model:FeaturePathDomainModelReference"
xmi:id=
"_7hPBU621Eeup29SeaUMpQQ"
>
<domainModelEFeature
xsi:type=
"ecore:EAttribute"
href=
"http://www.hftstuttgart.de/buildingphysics#//WindowType/name"
/>
</domainModelReference>
</children>
<children
xsi:type=
"org.eclipse.emf.ecp.view.model:Control"
xmi:id=
"_7hPBVK21Eeup29SeaUMpQQ"
name=
"Control uValue"
>
<domainModelReference
xsi:type=
"org.eclipse.emf.ecp.view.model:FeaturePathDomainModelReference"
xmi:id=
"_7hPBVa21Eeup29SeaUMpQQ"
>
<domainModelEFeature
xsi:type=
"ecore:EAttribute"
href=
"http://www.hftstuttgart.de/buildingphysics#//WindowType/uValue"
/>
</domainModelReference>
</children>
<children
xsi:type=
"org.eclipse.emf.ecp.view.model:Control"
xmi:id=
"_7hPBVq21Eeup29SeaUMpQQ"
name=
"Control gValue"
>
<domainModelReference
xsi:type=
"org.eclipse.emf.ecp.view.model:FeaturePathDomainModelReference"
xmi:id=
"_7hPBV621Eeup29SeaUMpQQ"
>
<domainModelEFeature
xsi:type=
"ecore:EAttribute"
href=
"http://www.hftstuttgart.de/buildingphysics#//WindowType/gValue"
/>
</domainModelReference>
</children>
<children
xsi:type=
"org.eclipse.emf.ecp.view.model:Control"
xmi:id=
"_7hPBWK21Eeup29SeaUMpQQ"
name=
"Control glazingNumber"
>
<domainModelReference
xsi:type=
"org.eclipse.emf.ecp.view.model:FeaturePathDomainModelReference"
xmi:id=
"_7hPBWa21Eeup29SeaUMpQQ"
>
<domainModelEFeature
xsi:type=
"ecore:EAttribute"
href=
"http://www.hftstuttgart.de/buildingphysics#//WindowType/glazingNumber"
/>
</domainModelReference>
</children>
<children
xsi:type=
"org.eclipse.emf.ecp.view.model:Control"
xmi:id=
"_7qjMwMRbEeu2E-0upv8JGw"
name=
"Control frameRatio"
>
<domainModelReference
xsi:type=
"org.eclipse.emf.ecp.view.model:FeaturePathDomainModelReference"
xmi:id=
"_7qjMwcRbEeu2E-0upv8JGw"
>
<domainModelEFeature
xsi:type=
"ecore:EAttribute"
href=
"http://www.hftstuttgart.de/buildingphysics#//WindowType/frameRatio"
/>
</domainModelReference>
</children>
<children
xsi:type=
"org.eclipse.emf.ecp.view.group.model:Group"
xmi:id=
"_9T88IK21Eeup29SeaUMpQQ"
name=
"Life Cycle"
groupType=
"Collapsible"
>
<children
xsi:type=
"org.eclipse.emf.ecp.view.model:Control"
xmi:id=
"_7hPBXK21Eeup29SeaUMpQQ"
name=
"Control embodiedEnergy"
>
<domainModelReference
xsi:type=
"org.eclipse.emf.ecp.view.model:FeaturePathDomainModelReference"
xmi:id=
"_7hPBXa21Eeup29SeaUMpQQ"
>
<domainModelEFeature
xsi:type=
"ecore:EAttribute"
href=
"http://www.hftstuttgart.de/buildingphysics#//WindowType/embodiedEnergy"
/>
</domainModelReference>
</children>
<children
xsi:type=
"org.eclipse.emf.ecp.view.model:Control"
xmi:id=
"_7hPBXq21Eeup29SeaUMpQQ"
name=
"Control embodiedCarbon"
>