buildingphysics.ecore 9.23 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
6
7
  <eClassifiers xsi:type="ecore:EClass" name="BuildingPhysicsCatalog">
    <eStructuralFeatures xsi:type="ecore:EAttribute" name="author" lowerBound="1"
        eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
8
9
10
11
12
13
    <eStructuralFeatures xsi:type="ecore:EReference" name="windowCatalog" lowerBound="1"
        eType="#//WindowCatalog" containment="true"/>
    <eStructuralFeatures xsi:type="ecore:EReference" name="materialCatalog" lowerBound="1"
        eType="#//MaterialCatalog" containment="true"/>
  </eClassifiers>
  <eClassifiers xsi:type="ecore:EClass" name="WindowType">
14
    <eStructuralFeatures xsi:type="ecore:EAttribute" name="windowTypeId" lowerBound="1"
Kai-Holger Brassel's avatar
Kai-Holger Brassel committed
15
        eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/>
16
17
    <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
18
        eType="ecore:EDataType ../../de.hftstuttgart.cityunits.model/model/Quantities.ecore#//QuantityDouble"
Kai-Holger Brassel's avatar
Kai-Holger Brassel committed
19
        defaultValueLiteral="W/(m²*K)"/>
20
    <eStructuralFeatures xsi:type="ecore:EAttribute" name="gValue" lowerBound="1"
Kai-Holger Brassel's avatar
Kai-Holger Brassel committed
21
22
23
24
25
        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>
26
    <eStructuralFeatures xsi:type="ecore:EAttribute" name="glazingNumber" lowerBound="1"
Kai-Holger Brassel's avatar
Kai-Holger Brassel committed
27
        eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1"/>
28
    <eStructuralFeatures xsi:type="ecore:EAttribute" name="frameRatio" lowerBound="1"
Kai-Holger Brassel's avatar
Kai-Holger Brassel committed
29
        eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble">
30
      <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
Kai-Holger Brassel's avatar
Kai-Holger Brassel committed
31
        <details key="documentation" value="fraction between 0.0 and 1.0"/>
32
33
      </eAnnotations>
    </eStructuralFeatures>
Kai-Holger Brassel's avatar
Kai-Holger Brassel committed
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
    <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"/>
50
51
52
53
54
55
56
  </eClassifiers>
  <eClassifiers xsi:type="ecore:EClass" name="Catalog" abstract="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"/>
  </eClassifiers>
  <eClassifiers xsi:type="ecore:EClass" name="WindowCatalog" eSuperTypes="#//Catalog">
Kai-Holger Brassel's avatar
Kai-Holger Brassel committed
57
58
59
    <eStructuralFeatures xsi:type="ecore:EReference" name="windowTypes" upperBound="-1"
        eType="#//WindowType" containment="true"/>
  </eClassifiers>
60
61
62
  <eClassifiers xsi:type="ecore:EClass" name="MaterialCatalog" eSuperTypes="#//Catalog">
    <eStructuralFeatures xsi:type="ecore:EReference" name="materialCategories" upperBound="-1"
        eType="#//MaterialCategory" containment="true"/>
63
64
    <eStructuralFeatures xsi:type="ecore:EReference" name="constructionCategories"
        lowerBound="1" upperBound="-1" eType="#//ConstructionCategory" containment="true"/>
65
66
  </eClassifiers>
  <eClassifiers xsi:type="ecore:EClass" name="MaterialCategory">
67
    <eStructuralFeatures xsi:type="ecore:EReference" name="materials" upperBound="-1"
68
        eType="#//Material" containment="true" eOpposite="#//Material/category"/>
69
70
71
    <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">
72
73
    <eStructuralFeatures xsi:type="ecore:EAttribute" name="materialId" lowerBound="1"
        eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/>
74
75
    <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
76
77
        eType="ecore:EDataType ../../de.hftstuttgart.cityunits.model/model/Quantities.ecore#//QuantityDouble"
        defaultValueLiteral="kg/m³"/>
78
    <eStructuralFeatures xsi:type="ecore:EAttribute" name="heatCapacity" lowerBound="1"
79
        eType="ecore:EDataType ../../de.hftstuttgart.cityunits.model/model/Quantities.ecore#//QuantityDouble"
Kai-Holger Brassel's avatar
Kai-Holger Brassel committed
80
        defaultValueLiteral="J/K"/>
81
    <eStructuralFeatures xsi:type="ecore:EAttribute" name="conductivity" lowerBound="1"
Kai-Holger Brassel's avatar
Kai-Holger Brassel committed
82
83
        eType="ecore:EDataType ../../de.hftstuttgart.cityunits.model/model/Quantities.ecore#//QuantityDouble"
        defaultValueLiteral="W/(m*K)"/>
84
85
    <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
86
        defaultValueLiteral="kW*h/kg"/>
87
88
89
90
91
92
93
    <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
94
        defaultValueLiteral="kW*h/kg"/>
95
96
97
98
99
    <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"/>
100
101
    <eStructuralFeatures xsi:type="ecore:EReference" name="category" ordered="false"
        unique="false" lowerBound="1" eType="#//MaterialCategory" eOpposite="#//MaterialCategory/materials"/>
102
  </eClassifiers>
103
104
105
106
107
108
109
  <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"/>
    <eStructuralFeatures xsi:type="ecore:EReference" name="mountings" upperBound="-1"
        eType="#//Mounting" containment="true"/>
  </eClassifiers>
  <eClassifiers xsi:type="ecore:EClass" name="Mounting">
    <eStructuralFeatures xsi:type="ecore:EAttribute" name="mountingId" lowerBound="1"
Kai-Holger Brassel's avatar
Kai-Holger Brassel committed
110
        eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/>
111
112
113
114
115
116
117
118
119
120
121
    <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
122
</ecore:EPackage>