buildingphysics.ecore 8.73 KB
Newer Older
Kai-Holger Brassel's avatar
Kai-Holger Brassel committed
1
2
<?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
4
    xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="buildingphysics" nsURI="http://www.hftstuttgart.de/buildingphysics"
    nsPrefix="buildphys">
Kai-Holger Brassel's avatar
Kai-Holger Brassel committed
5
  <eClassifiers xsi:type="ecore:EClass" name="BuildingPhysicsCatalog">
6
7
8
9
10
11
12
13
14
    <eStructuralFeatures xsi:type="ecore:EReference" name="windows" lowerBound="1"
        eType="#//WindowCategory" containment="true"/>
    <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
    <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
    <eStructuralFeatures xsi:type="ecore:EAttribute" name="source" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
    <eStructuralFeatures xsi:type="ecore:EReference" name="materialCategories" upperBound="-1"
        eType="#//MaterialCategory" containment="true"/>
    <eStructuralFeatures xsi:type="ecore:EReference" name="constructionCategories"
        upperBound="-1" eType="#//ConstructionCategory" containment="true"/>
15
16
  </eClassifiers>
  <eClassifiers xsi:type="ecore:EClass" name="WindowType">
17
    <eStructuralFeatures xsi:type="ecore:EAttribute" name="windowTypeId" lowerBound="1"
Kai-Holger Brassel's avatar
Kai-Holger Brassel committed
18
        eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/>
19
20
    <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
    <eStructuralFeatures xsi:type="ecore:EAttribute" name="uValue" lowerBound="1"
Kai-Holger Brassel's avatar
Kai-Holger Brassel committed
21
        eType="ecore:EDataType ../../de.hftstuttgart.cityunits.model/model/Quantities.ecore#//QuantityDouble"
Kai-Holger Brassel's avatar
Kai-Holger Brassel committed
22
        defaultValueLiteral="W/(m²*K)"/>
23
    <eStructuralFeatures xsi:type="ecore:EAttribute" name="gValue" lowerBound="1"
Kai-Holger Brassel's avatar
Kai-Holger Brassel committed
24
25
26
27
28
        eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble">
      <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
        <details key="documentation" value="coefficient between 0.0 (window with no solar energy transmittance) and 1.0 (full transmittance of all solar radiation)"/>
      </eAnnotations>
    </eStructuralFeatures>
29
    <eStructuralFeatures xsi:type="ecore:EAttribute" name="glazingNumber" lowerBound="1"
Kai-Holger Brassel's avatar
Kai-Holger Brassel committed
30
        eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1"/>
31
    <eStructuralFeatures xsi:type="ecore:EAttribute" name="frameRatio" lowerBound="1"
32
        eType="ecore:EDataType ../../de.hftstuttgart.cityunits.model/model/Quantities.ecore#//Fraction">
33
      <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
Kai-Holger Brassel's avatar
Kai-Holger Brassel committed
34
        <details key="documentation" value="fraction between 0.0 and 1.0"/>
35
36
      </eAnnotations>
    </eStructuralFeatures>
Kai-Holger Brassel's avatar
Kai-Holger Brassel committed
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
    <eStructuralFeatures xsi:type="ecore:EAttribute" name="embodiedEnergy" lowerBound="1"
        eType="ecore:EDataType ../../de.hftstuttgart.cityunits.model/model/Quantities.ecore#//QuantityDouble"
        defaultValueLiteral="kW*h/m²"/>
    <eStructuralFeatures xsi:type="ecore:EAttribute" name="embodiedCarbon" lowerBound="1"
        eType="ecore:EDataType ../../de.hftstuttgart.cityunits.model/model/Quantities.ecore#//QuantityDouble"
        defaultValueLiteral="kg"/>
    <eStructuralFeatures xsi:type="ecore:EAttribute" name="constructionDescription"
        lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
    <eStructuralFeatures xsi:type="ecore:EAttribute" name="disposalEnergy" lowerBound="1"
        eType="ecore:EDataType ../../de.hftstuttgart.cityunits.model/model/Quantities.ecore#//QuantityDouble"
        defaultValueLiteral="kW*h/m²"/>
    <eStructuralFeatures xsi:type="ecore:EAttribute" name="disposalCarbon" lowerBound="1"
        eType="ecore:EDataType ../../de.hftstuttgart.cityunits.model/model/Quantities.ecore#//QuantityDouble"
        defaultValueLiteral="kg"/>
    <eStructuralFeatures xsi:type="ecore:EAttribute" name="disposalDescription" lowerBound="1"
        eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
53
  </eClassifiers>
54
  <eClassifiers xsi:type="ecore:EClass" name="WindowCategory">
Kai-Holger Brassel's avatar
Kai-Holger Brassel committed
55
56
57
    <eStructuralFeatures xsi:type="ecore:EReference" name="windowTypes" upperBound="-1"
        eType="#//WindowType" containment="true"/>
  </eClassifiers>
58
  <eClassifiers xsi:type="ecore:EClass" name="MaterialCategory">
59
    <eStructuralFeatures xsi:type="ecore:EReference" name="materials" upperBound="-1"
60
        eType="#//Material" containment="true" eOpposite="#//Material/category"/>
61
62
63
    <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
  </eClassifiers>
  <eClassifiers xsi:type="ecore:EClass" name="Material">
64
65
    <eStructuralFeatures xsi:type="ecore:EAttribute" name="materialId" lowerBound="1"
        eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/>
66
67
    <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
    <eStructuralFeatures xsi:type="ecore:EAttribute" name="density" lowerBound="1"
Kai-Holger Brassel's avatar
Kai-Holger Brassel committed
68
69
        eType="ecore:EDataType ../../de.hftstuttgart.cityunits.model/model/Quantities.ecore#//QuantityDouble"
        defaultValueLiteral="kg/m³"/>
70
    <eStructuralFeatures xsi:type="ecore:EAttribute" name="heatCapacity" lowerBound="1"
71
        eType="ecore:EDataType ../../de.hftstuttgart.cityunits.model/model/Quantities.ecore#//QuantityDouble"
Kai-Holger Brassel's avatar
Kai-Holger Brassel committed
72
        defaultValueLiteral="J/K"/>
73
    <eStructuralFeatures xsi:type="ecore:EAttribute" name="conductivity" lowerBound="1"
Kai-Holger Brassel's avatar
Kai-Holger Brassel committed
74
75
        eType="ecore:EDataType ../../de.hftstuttgart.cityunits.model/model/Quantities.ecore#//QuantityDouble"
        defaultValueLiteral="W/(m*K)"/>
76
77
    <eStructuralFeatures xsi:type="ecore:EAttribute" name="embodiedEnergy" lowerBound="1"
        eType="ecore:EDataType ../../de.hftstuttgart.cityunits.model/model/Quantities.ecore#//QuantityDouble"
Kai-Holger Brassel's avatar
Kai-Holger Brassel committed
78
        defaultValueLiteral="kW*h/kg"/>
79
80
81
82
83
84
85
    <eStructuralFeatures xsi:type="ecore:EAttribute" name="embodiedCarbon" lowerBound="1"
        eType="ecore:EDataType ../../de.hftstuttgart.cityunits.model/model/Quantities.ecore#//QuantityDouble"
        defaultValueLiteral="kg"/>
    <eStructuralFeatures xsi:type="ecore:EAttribute" name="constructionDescription"
        lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
    <eStructuralFeatures xsi:type="ecore:EAttribute" name="disposalEnergy" lowerBound="1"
        eType="ecore:EDataType ../../de.hftstuttgart.cityunits.model/model/Quantities.ecore#//QuantityDouble"
Kai-Holger Brassel's avatar
Kai-Holger Brassel committed
86
        defaultValueLiteral="kW*h/kg"/>
87
88
89
90
91
    <eStructuralFeatures xsi:type="ecore:EAttribute" name="disposalCarbon" lowerBound="1"
        eType="ecore:EDataType ../../de.hftstuttgart.cityunits.model/model/Quantities.ecore#//QuantityDouble"
        defaultValueLiteral="kg"/>
    <eStructuralFeatures xsi:type="ecore:EAttribute" name="disposalDescription" lowerBound="1"
        eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
92
93
    <eStructuralFeatures xsi:type="ecore:EReference" name="category" ordered="false"
        unique="false" lowerBound="1" eType="#//MaterialCategory" eOpposite="#//MaterialCategory/materials"/>
94
  </eClassifiers>
95
96
  <eClassifiers xsi:type="ecore:EClass" name="ConstructionCategory">
    <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
97
98
    <eStructuralFeatures xsi:type="ecore:EReference" name="constructions" upperBound="-1"
        eType="#//Construction" containment="true"/>
99
  </eClassifiers>
100
101
  <eClassifiers xsi:type="ecore:EClass" name="Construction">
    <eStructuralFeatures xsi:type="ecore:EAttribute" name="constructionId" lowerBound="1"
Kai-Holger Brassel's avatar
Kai-Holger Brassel committed
102
        eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/>
103
104
105
106
107
108
109
110
111
112
113
    <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
    <eStructuralFeatures xsi:type="ecore:EReference" name="layers" lowerBound="1"
        upperBound="-1" eType="#//Layer" containment="true"/>
  </eClassifiers>
  <eClassifiers xsi:type="ecore:EClass" name="Layer">
    <eStructuralFeatures xsi:type="ecore:EReference" name="material" unique="false"
        lowerBound="1" eType="#//Material" eKeys="#//Material/materialId"/>
    <eStructuralFeatures xsi:type="ecore:EAttribute" name="thickness" lowerBound="1"
        eType="ecore:EDataType ../../de.hftstuttgart.cityunits.model/model/Quantities.ecore#//QuantityDouble"
        defaultValueLiteral="m"/>
  </eClassifiers>
Kai-Holger Brassel's avatar
Kai-Holger Brassel committed
114
</ecore:EPackage>