buildingphysics.ecore 6.4 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
14
15
16
17
    <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">
    <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
        iD="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="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
    <eStructuralFeatures xsi:type="ecore:EReference" name="lifeCycle" unique="false"
        lowerBound="1" eType="#//LifeCycle" containment="true"/>
36
37
38
39
40
41
42
  </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
43
44
45
    <eStructuralFeatures xsi:type="ecore:EReference" name="windowTypes" upperBound="-1"
        eType="#//WindowType" containment="true"/>
  </eClassifiers>
46
47
48
49
50
51
52
53
54
55
  <eClassifiers xsi:type="ecore:EClass" name="MaterialCatalog" eSuperTypes="#//Catalog">
    <eStructuralFeatures xsi:type="ecore:EReference" name="materialCategories" upperBound="-1"
        eType="#//MaterialCategory" containment="true"/>
  </eClassifiers>
  <eClassifiers xsi:type="ecore:EClass" name="MaterialCategory">
    <eStructuralFeatures xsi:type="ecore:EReference" name="material" upperBound="-1"
        eType="#//Material" containment="true"/>
    <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">
Kai-Holger Brassel's avatar
Kai-Holger Brassel committed
56
    <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"
57
58
59
        iD="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="density" lowerBound="1"
Kai-Holger Brassel's avatar
Kai-Holger Brassel committed
60
61
        eType="ecore:EDataType ../../de.hftstuttgart.cityunits.model/model/Quantities.ecore#//QuantityDouble"
        defaultValueLiteral="kg/m³"/>
62
    <eStructuralFeatures xsi:type="ecore:EAttribute" name="heatCapacity" lowerBound="1"
63
        eType="ecore:EDataType ../../de.hftstuttgart.cityunits.model/model/Quantities.ecore#//QuantityDouble"
Kai-Holger Brassel's avatar
Kai-Holger Brassel committed
64
        defaultValueLiteral="J/K"/>
65
    <eStructuralFeatures xsi:type="ecore:EAttribute" name="conductivity" lowerBound="1"
Kai-Holger Brassel's avatar
Kai-Holger Brassel committed
66
67
        eType="ecore:EDataType ../../de.hftstuttgart.cityunits.model/model/Quantities.ecore#//QuantityDouble"
        defaultValueLiteral="W/(m*K)"/>
68
  </eClassifiers>
69
70
71
  <eClassifiers xsi:type="ecore:EClass" name="LifeCycle">
    <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
72
        defaultValueLiteral="kW*h"/>
73
74
75
76
77
78
79
    <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
80
        defaultValueLiteral="kW*h"/>
81
82
83
84
85
86
    <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"/>
  </eClassifiers>
Kai-Holger Brassel's avatar
Kai-Holger Brassel committed
87
</ecore:EPackage>