Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
NeqModPlus
Energy Components Catalog
Commits
3c0913ca
Commit
3c0913ca
authored
3 years ago
by
Kai-Holger Brassel
Browse files
Options
Download
Email Patches
Plain Diff
Correct plug-in ID in genmodel
parent
23973fa3
Pipeline
#3926
passed with stage
in 7 minutes and 3 seconds
Changes
21
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
20 changed files
de.hftstuttgart.energycomponents.edit/META-INF/MANIFEST.MF
+1
-0
de.hftstuttgart.energycomponents.edit/META-INF/MANIFEST.MF
de.hftstuttgart.energycomponents.edit/src-gen/de/hftstuttgart/energycomponents/provider/FuelCellItemProvider.java
+0
-1
...tgart/energycomponents/provider/FuelCellItemProvider.java
de.hftstuttgart.energycomponents.edit/src-gen/de/hftstuttgart/energycomponents/provider/InverterItemProvider.java
+0
-1
...tgart/energycomponents/provider/InverterItemProvider.java
de.hftstuttgart.energycomponents.edit/src-gen/de/hftstuttgart/energycomponents/provider/PolynomialCharacteristicItemProvider.java
+0
-1
...onents/provider/PolynomialCharacteristicItemProvider.java
de.hftstuttgart.energycomponents.edit/src-gen/de/hftstuttgart/energycomponents/provider/PowerCharacteristicItemProvider.java
+0
-1
...ycomponents/provider/PowerCharacteristicItemProvider.java
de.hftstuttgart.energycomponents.edit/src-gen/de/hftstuttgart/energycomponents/provider/WindTurbineItemProvider.java
+0
-1
...rt/energycomponents/provider/WindTurbineItemProvider.java
de.hftstuttgart.energycomponents.model/META-INF/MANIFEST.MF
+2
-0
de.hftstuttgart.energycomponents.model/META-INF/MANIFEST.MF
de.hftstuttgart.energycomponents.model/model/EnergyComponents.genmodel
+2
-2
...rt.energycomponents.model/model/EnergyComponents.genmodel
de.hftstuttgart.energycomponents.model/src-gen/de/hftstuttgart/energycomponents/BoilerTypes.java
+1
-4
...src-gen/de/hftstuttgart/energycomponents/BoilerTypes.java
de.hftstuttgart.energycomponents.model/src-gen/de/hftstuttgart/energycomponents/CollectorTypes.java
+1
-4
...-gen/de/hftstuttgart/energycomponents/CollectorTypes.java
de.hftstuttgart.energycomponents.model/src-gen/de/hftstuttgart/energycomponents/ElectricalStorageTypes.java
+1
-6
...hftstuttgart/energycomponents/ElectricalStorageTypes.java
de.hftstuttgart.energycomponents.model/src-gen/de/hftstuttgart/energycomponents/FuelTypes.java
+1
-11
...l/src-gen/de/hftstuttgart/energycomponents/FuelTypes.java
de.hftstuttgart.energycomponents.model/src-gen/de/hftstuttgart/energycomponents/HeatSources.java
+1
-5
...src-gen/de/hftstuttgart/energycomponents/HeatSources.java
de.hftstuttgart.energycomponents.model/src-gen/de/hftstuttgart/energycomponents/ThermalStorageTypes.java
+1
-4
...de/hftstuttgart/energycomponents/ThermalStorageTypes.java
de.hftstuttgart.energycomponents.model/src-gen/de/hftstuttgart/energycomponents/TypeOfHeatSource.java
+1
-16
...en/de/hftstuttgart/energycomponents/TypeOfHeatSource.java
de.hftstuttgart.energycomponents.model/src-gen/de/hftstuttgart/energycomponents/cellTypesElectrolyzer.java
+1
-3
.../hftstuttgart/energycomponents/cellTypesElectrolyzer.java
de.hftstuttgart.energycomponents.model/src-gen/de/hftstuttgart/energycomponents/impl/ExponentialFunctionImpl.java
+0
-4
...ttgart/energycomponents/impl/ExponentialFunctionImpl.java
de.hftstuttgart.energycomponents.model/src-gen/de/hftstuttgart/energycomponents/impl/LinearFunctionImpl.java
+0
-4
...ftstuttgart/energycomponents/impl/LinearFunctionImpl.java
de.hftstuttgart.energycomponents.model/src-gen/de/hftstuttgart/energycomponents/impl/PolynomialFunctionImpl.java
+0
-4
...uttgart/energycomponents/impl/PolynomialFunctionImpl.java
de.hftstuttgart.energycomponents.model/src-gen/de/hftstuttgart/energycomponents/impl/PowerFunctionImpl.java
+0
-4
...hftstuttgart/energycomponents/impl/PowerFunctionImpl.java
with
13 additions
and
76 deletions
+13
-76
de.hftstuttgart.energycomponents.edit/META-INF/MANIFEST.MF
+
1
-
0
View file @
3c0913ca
...
@@ -15,4 +15,5 @@ Require-Bundle: org.eclipse.core.runtime,
...
@@ -15,4 +15,5 @@ Require-Bundle: org.eclipse.core.runtime,
org.eclipse.emf.edit;visibility:=reexport,
org.eclipse.emf.edit;visibility:=reexport,
de.hftstuttgart.cityunits.model;visibility:=reexport,
de.hftstuttgart.cityunits.model;visibility:=reexport,
de.hftstuttgart.cityunits.model.edit;visibility:=reexport
de.hftstuttgart.cityunits.model.edit;visibility:=reexport
Eclipse-LazyStart: true
Bundle-ActivationPolicy: lazy
Bundle-ActivationPolicy: lazy
This diff is collapsed.
Click to expand it.
de.hftstuttgart.energycomponents.edit/src-gen/de/hftstuttgart/energycomponents/provider/FuelCellItemProvider.java
+
0
-
1
View file @
3c0913ca
...
@@ -9,7 +9,6 @@ import java.util.List;
...
@@ -9,7 +9,6 @@ import java.util.List;
import
org.eclipse.emf.common.notify.AdapterFactory
;
import
org.eclipse.emf.common.notify.AdapterFactory
;
import
org.eclipse.emf.common.notify.Notification
;
import
org.eclipse.emf.common.notify.Notification
;
import
org.eclipse.emf.edit.provider.IItemPropertyDescriptor
;
import
org.eclipse.emf.edit.provider.IItemPropertyDescriptor
;
/**
/**
...
...
This diff is collapsed.
Click to expand it.
de.hftstuttgart.energycomponents.edit/src-gen/de/hftstuttgart/energycomponents/provider/InverterItemProvider.java
+
0
-
1
View file @
3c0913ca
...
@@ -9,7 +9,6 @@ import java.util.List;
...
@@ -9,7 +9,6 @@ import java.util.List;
import
org.eclipse.emf.common.notify.AdapterFactory
;
import
org.eclipse.emf.common.notify.AdapterFactory
;
import
org.eclipse.emf.common.notify.Notification
;
import
org.eclipse.emf.common.notify.Notification
;
import
org.eclipse.emf.edit.provider.IItemPropertyDescriptor
;
import
org.eclipse.emf.edit.provider.IItemPropertyDescriptor
;
/**
/**
...
...
This diff is collapsed.
Click to expand it.
de.hftstuttgart.energycomponents.edit/src-gen/de/hftstuttgart/energycomponents/provider/PolynomialCharacteristicItemProvider.java
+
0
-
1
View file @
3c0913ca
...
@@ -13,7 +13,6 @@ import org.eclipse.emf.common.notify.AdapterFactory;
...
@@ -13,7 +13,6 @@ import org.eclipse.emf.common.notify.AdapterFactory;
import
org.eclipse.emf.common.notify.Notification
;
import
org.eclipse.emf.common.notify.Notification
;
import
org.eclipse.emf.ecore.EStructuralFeature
;
import
org.eclipse.emf.ecore.EStructuralFeature
;
import
org.eclipse.emf.edit.provider.IItemPropertyDescriptor
;
import
org.eclipse.emf.edit.provider.IItemPropertyDescriptor
;
import
org.eclipse.emf.edit.provider.ViewerNotification
;
import
org.eclipse.emf.edit.provider.ViewerNotification
;
...
...
This diff is collapsed.
Click to expand it.
de.hftstuttgart.energycomponents.edit/src-gen/de/hftstuttgart/energycomponents/provider/PowerCharacteristicItemProvider.java
+
0
-
1
View file @
3c0913ca
...
@@ -13,7 +13,6 @@ import org.eclipse.emf.common.notify.AdapterFactory;
...
@@ -13,7 +13,6 @@ import org.eclipse.emf.common.notify.AdapterFactory;
import
org.eclipse.emf.common.notify.Notification
;
import
org.eclipse.emf.common.notify.Notification
;
import
org.eclipse.emf.ecore.EStructuralFeature
;
import
org.eclipse.emf.ecore.EStructuralFeature
;
import
org.eclipse.emf.edit.provider.IItemPropertyDescriptor
;
import
org.eclipse.emf.edit.provider.IItemPropertyDescriptor
;
import
org.eclipse.emf.edit.provider.ViewerNotification
;
import
org.eclipse.emf.edit.provider.ViewerNotification
;
...
...
This diff is collapsed.
Click to expand it.
de.hftstuttgart.energycomponents.edit/src-gen/de/hftstuttgart/energycomponents/provider/WindTurbineItemProvider.java
+
0
-
1
View file @
3c0913ca
...
@@ -9,7 +9,6 @@ import java.util.List;
...
@@ -9,7 +9,6 @@ import java.util.List;
import
org.eclipse.emf.common.notify.AdapterFactory
;
import
org.eclipse.emf.common.notify.AdapterFactory
;
import
org.eclipse.emf.common.notify.Notification
;
import
org.eclipse.emf.common.notify.Notification
;
import
org.eclipse.emf.edit.provider.IItemPropertyDescriptor
;
import
org.eclipse.emf.edit.provider.IItemPropertyDescriptor
;
/**
/**
...
...
This diff is collapsed.
Click to expand it.
de.hftstuttgart.energycomponents.model/META-INF/MANIFEST.MF
+
2
-
0
View file @
3c0913ca
...
@@ -7,10 +7,12 @@ Bundle-Version: 1.0.0
...
@@ -7,10 +7,12 @@ Bundle-Version: 1.0.0
Bundle-ClassPath: .
Bundle-ClassPath: .
Bundle-Vendor: %providerName
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Export-Package: de.hftstuttgart.energycomponents,
Export-Package: de.hftstuttgart.energycomponents,
de.hftstuttgart.energycomponents.impl,
de.hftstuttgart.energycomponents.impl,
de.hftstuttgart.energycomponents.util
de.hftstuttgart.energycomponents.util
Require-Bundle: org.eclipse.core.runtime,
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.emf.ecore;visibility:=reexport,
org.eclipse.emf.ecore;visibility:=reexport,
de.hftstuttgart.cityunits.model;bundle-version="0.0.0";visibility:=reexport
de.hftstuttgart.cityunits.model;bundle-version="0.0.0";visibility:=reexport
Eclipse-LazyStart: true
Bundle-ActivationPolicy: lazy
Bundle-ActivationPolicy: lazy
This diff is collapsed.
Click to expand it.
de.hftstuttgart.energycomponents.model/model/EnergyComponents.genmodel
+
2
-
2
View file @
3c0913ca
...
@@ -5,8 +5,8 @@
...
@@ -5,8 +5,8 @@
creationIcons=
"false"
editDirectory=
"/de.hftstuttgart.energycomponents.edit/src-gen"
creationIcons=
"false"
editDirectory=
"/de.hftstuttgart.energycomponents.edit/src-gen"
editorDirectory=
"/de.hftstuttgart.energycomponents.editor/src-gen"
modelPluginID=
"de.hftstuttgart.energycomponents.model"
editorDirectory=
"/de.hftstuttgart.energycomponents.editor/src-gen"
modelPluginID=
"de.hftstuttgart.energycomponents.model"
modelName=
"EnergyComponents"
rootExtendsClass=
"org.eclipse.emf.ecore.impl.MinimalEObjectImpl$Container"
modelName=
"EnergyComponents"
rootExtendsClass=
"org.eclipse.emf.ecore.impl.MinimalEObjectImpl$Container"
codeFormatting=
"true"
importerID=
"org.eclipse.emf.importer.ecore"
complianceLevel=
"
8
.0"
codeFormatting=
"true"
importerID=
"org.eclipse.emf.importer.ecore"
complianceLevel=
"
15
.0"
copyrightFields=
"false"
usedGenPackages=
"../../de.hftstuttgart.cityunits.model/model/Quantities.genmodel#//quantities"
copyrightFields=
"false"
editPluginID=
"de.hftstuttgart.energycomponents.edit"
usedGenPackages=
"../../de.hftstuttgart.cityunits.model/model/Quantities.genmodel#//quantities"
operationReflection=
"true"
importOrganizing=
"true"
>
operationReflection=
"true"
importOrganizing=
"true"
>
<foreignModel>
EnergyComponents.ecore
</foreignModel>
<foreignModel>
EnergyComponents.ecore
</foreignModel>
<testsDirectory
xsi:nil=
"true"
/>
<testsDirectory
xsi:nil=
"true"
/>
...
...
This diff is collapsed.
Click to expand it.
de.hftstuttgart.energycomponents.model/src-gen/de/hftstuttgart/energycomponents/BoilerTypes.java
+
1
-
4
View file @
3c0913ca
...
@@ -5,7 +5,6 @@ package de.hftstuttgart.energycomponents;
...
@@ -5,7 +5,6 @@ package de.hftstuttgart.energycomponents;
import
java.util.Arrays
;
import
java.util.Arrays
;
import
java.util.Collections
;
import
java.util.Collections
;
import
java.util.List
;
import
java.util.List
;
import
org.eclipse.emf.common.util.Enumerator
;
import
org.eclipse.emf.common.util.Enumerator
;
/**
/**
...
@@ -27,7 +26,6 @@ public enum BoilerTypes implements Enumerator {
...
@@ -27,7 +26,6 @@ public enum BoilerTypes implements Enumerator {
* @ordered
* @ordered
*/
*/
CONDENSING_BOILER
(
0
,
"condensingBoiler"
,
"condensingBoiler"
),
CONDENSING_BOILER
(
0
,
"condensingBoiler"
,
"condensingBoiler"
),
/**
/**
* The '<em><b>Lowtemperature Boiler</b></em>' literal object.
* The '<em><b>Lowtemperature Boiler</b></em>' literal object.
* <!-- begin-user-doc -->
* <!-- begin-user-doc -->
...
@@ -203,5 +201,4 @@ public enum BoilerTypes implements Enumerator {
...
@@ -203,5 +201,4 @@ public enum BoilerTypes implements Enumerator {
public
String
toString
()
{
public
String
toString
()
{
return
literal
;
return
literal
;
}
}
}
}
//BoilerTypes
This diff is collapsed.
Click to expand it.
de.hftstuttgart.energycomponents.model/src-gen/de/hftstuttgart/energycomponents/CollectorTypes.java
+
1
-
4
View file @
3c0913ca
...
@@ -5,7 +5,6 @@ package de.hftstuttgart.energycomponents;
...
@@ -5,7 +5,6 @@ package de.hftstuttgart.energycomponents;
import
java.util.Arrays
;
import
java.util.Arrays
;
import
java.util.Collections
;
import
java.util.Collections
;
import
java.util.List
;
import
java.util.List
;
import
org.eclipse.emf.common.util.Enumerator
;
import
org.eclipse.emf.common.util.Enumerator
;
/**
/**
...
@@ -27,7 +26,6 @@ public enum CollectorTypes implements Enumerator {
...
@@ -27,7 +26,6 @@ public enum CollectorTypes implements Enumerator {
* @ordered
* @ordered
*/
*/
FLAT_PLANE_COLLECTOR
(
0
,
"flatPlaneCollector"
,
"flatPlaneCollector"
),
FLAT_PLANE_COLLECTOR
(
0
,
"flatPlaneCollector"
,
"flatPlaneCollector"
),
/**
/**
* The '<em><b>Evacuated Tube Collector</b></em>' literal object.
* The '<em><b>Evacuated Tube Collector</b></em>' literal object.
* <!-- begin-user-doc -->
* <!-- begin-user-doc -->
...
@@ -204,5 +202,4 @@ public enum CollectorTypes implements Enumerator {
...
@@ -204,5 +202,4 @@ public enum CollectorTypes implements Enumerator {
public
String
toString
()
{
public
String
toString
()
{
return
literal
;
return
literal
;
}
}
}
}
//CollectorTypes
This diff is collapsed.
Click to expand it.
de.hftstuttgart.energycomponents.model/src-gen/de/hftstuttgart/energycomponents/ElectricalStorageTypes.java
+
1
-
6
View file @
3c0913ca
...
@@ -5,7 +5,6 @@ package de.hftstuttgart.energycomponents;
...
@@ -5,7 +5,6 @@ package de.hftstuttgart.energycomponents;
import
java.util.Arrays
;
import
java.util.Arrays
;
import
java.util.Collections
;
import
java.util.Collections
;
import
java.util.List
;
import
java.util.List
;
import
org.eclipse.emf.common.util.Enumerator
;
import
org.eclipse.emf.common.util.Enumerator
;
/**
/**
...
@@ -30,7 +29,6 @@ public enum ElectricalStorageTypes implements Enumerator {
...
@@ -30,7 +29,6 @@ public enum ElectricalStorageTypes implements Enumerator {
* @ordered
* @ordered
*/
*/
LITHIUM_ION
(
0
,
"lithiumIon"
,
"lithiumIon"
),
LITHIUM_ION
(
0
,
"lithiumIon"
,
"lithiumIon"
),
/**
/**
* The '<em><b>Lead Acid</b></em>' literal object.
* The '<em><b>Lead Acid</b></em>' literal object.
* <!-- begin-user-doc -->
* <!-- begin-user-doc -->
...
@@ -40,7 +38,6 @@ public enum ElectricalStorageTypes implements Enumerator {
...
@@ -40,7 +38,6 @@ public enum ElectricalStorageTypes implements Enumerator {
* @ordered
* @ordered
*/
*/
LEAD_ACID
(
1
,
"leadAcid"
,
"leadAcid"
),
LEAD_ACID
(
1
,
"leadAcid"
,
"leadAcid"
),
/**
/**
* The '<em><b>Ni MH</b></em>' literal object.
* The '<em><b>Ni MH</b></em>' literal object.
* <!-- begin-user-doc -->
* <!-- begin-user-doc -->
...
@@ -53,7 +50,6 @@ public enum ElectricalStorageTypes implements Enumerator {
...
@@ -53,7 +50,6 @@ public enum ElectricalStorageTypes implements Enumerator {
* @ordered
* @ordered
*/
*/
NI_MH
(
2
,
"niMH"
,
"niMH"
),
NI_MH
(
2
,
"niMH"
,
"niMH"
),
/**
/**
* The '<em><b>Lithium Polymer</b></em>' literal object.
* The '<em><b>Lithium Polymer</b></em>' literal object.
* <!-- begin-user-doc -->
* <!-- begin-user-doc -->
...
@@ -268,5 +264,4 @@ public enum ElectricalStorageTypes implements Enumerator {
...
@@ -268,5 +264,4 @@ public enum ElectricalStorageTypes implements Enumerator {
public
String
toString
()
{
public
String
toString
()
{
return
literal
;
return
literal
;
}
}
}
}
//ElectricalStorageTypes
This diff is collapsed.
Click to expand it.
de.hftstuttgart.energycomponents.model/src-gen/de/hftstuttgart/energycomponents/FuelTypes.java
+
1
-
11
View file @
3c0913ca
...
@@ -5,7 +5,6 @@ package de.hftstuttgart.energycomponents;
...
@@ -5,7 +5,6 @@ package de.hftstuttgart.energycomponents;
import
java.util.Arrays
;
import
java.util.Arrays
;
import
java.util.Collections
;
import
java.util.Collections
;
import
java.util.List
;
import
java.util.List
;
import
org.eclipse.emf.common.util.Enumerator
;
import
org.eclipse.emf.common.util.Enumerator
;
/**
/**
...
@@ -27,7 +26,6 @@ public enum FuelTypes implements Enumerator {
...
@@ -27,7 +26,6 @@ public enum FuelTypes implements Enumerator {
* @ordered
* @ordered
*/
*/
NATURAL_GAS
(
0
,
"naturalGas"
,
"naturalGas"
),
NATURAL_GAS
(
0
,
"naturalGas"
,
"naturalGas"
),
/**
/**
* The '<em><b>Oil</b></em>' literal object.
* The '<em><b>Oil</b></em>' literal object.
* <!-- begin-user-doc -->
* <!-- begin-user-doc -->
...
@@ -37,7 +35,6 @@ public enum FuelTypes implements Enumerator {
...
@@ -37,7 +35,6 @@ public enum FuelTypes implements Enumerator {
* @ordered
* @ordered
*/
*/
OIL
(
1
,
"oil"
,
"oil"
),
OIL
(
1
,
"oil"
,
"oil"
),
/**
/**
* The '<em><b>Diesel</b></em>' literal object.
* The '<em><b>Diesel</b></em>' literal object.
* <!-- begin-user-doc -->
* <!-- begin-user-doc -->
...
@@ -47,7 +44,6 @@ public enum FuelTypes implements Enumerator {
...
@@ -47,7 +44,6 @@ public enum FuelTypes implements Enumerator {
* @ordered
* @ordered
*/
*/
DIESEL
(
2
,
"diesel"
,
"diesel"
),
DIESEL
(
2
,
"diesel"
,
"diesel"
),
/**
/**
* The '<em><b>Bio Gas</b></em>' literal object.
* The '<em><b>Bio Gas</b></em>' literal object.
* <!-- begin-user-doc -->
* <!-- begin-user-doc -->
...
@@ -57,7 +53,6 @@ public enum FuelTypes implements Enumerator {
...
@@ -57,7 +53,6 @@ public enum FuelTypes implements Enumerator {
* @ordered
* @ordered
*/
*/
BIO_GAS
(
0
,
"bioGas"
,
"bioGas"
),
BIO_GAS
(
0
,
"bioGas"
,
"bioGas"
),
/**
/**
* The '<em><b>Synthetic Gas</b></em>' literal object.
* The '<em><b>Synthetic Gas</b></em>' literal object.
* <!-- begin-user-doc -->
* <!-- begin-user-doc -->
...
@@ -67,7 +62,6 @@ public enum FuelTypes implements Enumerator {
...
@@ -67,7 +62,6 @@ public enum FuelTypes implements Enumerator {
* @ordered
* @ordered
*/
*/
SYNTHETIC_GAS
(
1
,
"syntheticGas"
,
"syntheticGas"
),
SYNTHETIC_GAS
(
1
,
"syntheticGas"
,
"syntheticGas"
),
/**
/**
* The '<em><b>Wood Pellets</b></em>' literal object.
* The '<em><b>Wood Pellets</b></em>' literal object.
* <!-- begin-user-doc -->
* <!-- begin-user-doc -->
...
@@ -77,7 +71,6 @@ public enum FuelTypes implements Enumerator {
...
@@ -77,7 +71,6 @@ public enum FuelTypes implements Enumerator {
* @ordered
* @ordered
*/
*/
WOOD_PELLETS
(
2
,
"woodPellets"
,
"woodPellets"
),
WOOD_PELLETS
(
2
,
"woodPellets"
,
"woodPellets"
),
/**
/**
* The '<em><b>Wood Chips</b></em>' literal object.
* The '<em><b>Wood Chips</b></em>' literal object.
* <!-- begin-user-doc -->
* <!-- begin-user-doc -->
...
@@ -87,7 +80,6 @@ public enum FuelTypes implements Enumerator {
...
@@ -87,7 +80,6 @@ public enum FuelTypes implements Enumerator {
* @ordered
* @ordered
*/
*/
WOOD_CHIPS
(
3
,
"woodChips"
,
"woodChips"
),
WOOD_CHIPS
(
3
,
"woodChips"
,
"woodChips"
),
/**
/**
* The '<em><b>Sewage Gas</b></em>' literal object.
* The '<em><b>Sewage Gas</b></em>' literal object.
* <!-- begin-user-doc -->
* <!-- begin-user-doc -->
...
@@ -97,7 +89,6 @@ public enum FuelTypes implements Enumerator {
...
@@ -97,7 +89,6 @@ public enum FuelTypes implements Enumerator {
* @ordered
* @ordered
*/
*/
SEWAGE_GAS
(
4
,
"sewageGas"
,
"sewageGas"
),
SEWAGE_GAS
(
4
,
"sewageGas"
,
"sewageGas"
),
/**
/**
* The '<em><b>Electricity</b></em>' literal object.
* The '<em><b>Electricity</b></em>' literal object.
* <!-- begin-user-doc -->
* <!-- begin-user-doc -->
...
@@ -359,5 +350,4 @@ public enum FuelTypes implements Enumerator {
...
@@ -359,5 +350,4 @@ public enum FuelTypes implements Enumerator {
public
String
toString
()
{
public
String
toString
()
{
return
literal
;
return
literal
;
}
}
}
}
//FuelTypes
This diff is collapsed.
Click to expand it.
de.hftstuttgart.energycomponents.model/src-gen/de/hftstuttgart/energycomponents/HeatSources.java
+
1
-
5
View file @
3c0913ca
...
@@ -5,7 +5,6 @@ package de.hftstuttgart.energycomponents;
...
@@ -5,7 +5,6 @@ package de.hftstuttgart.energycomponents;
import
java.util.Arrays
;
import
java.util.Arrays
;
import
java.util.Collections
;
import
java.util.Collections
;
import
java.util.List
;
import
java.util.List
;
import
org.eclipse.emf.common.util.Enumerator
;
import
org.eclipse.emf.common.util.Enumerator
;
/**
/**
...
@@ -27,7 +26,6 @@ public enum HeatSources implements Enumerator {
...
@@ -27,7 +26,6 @@ public enum HeatSources implements Enumerator {
* @ordered
* @ordered
*/
*/
AIR
(
0
,
"air"
,
"air"
),
AIR
(
0
,
"air"
,
"air"
),
/**
/**
* The '<em><b>Ground</b></em>' literal object.
* The '<em><b>Ground</b></em>' literal object.
* <!-- begin-user-doc -->
* <!-- begin-user-doc -->
...
@@ -37,7 +35,6 @@ public enum HeatSources implements Enumerator {
...
@@ -37,7 +35,6 @@ public enum HeatSources implements Enumerator {
* @ordered
* @ordered
*/
*/
GROUND
(
0
,
"ground"
,
"ground"
),
GROUND
(
0
,
"ground"
,
"ground"
),
/**
/**
* The '<em><b>Water</b></em>' literal object.
* The '<em><b>Water</b></em>' literal object.
* <!-- begin-user-doc -->
* <!-- begin-user-doc -->
...
@@ -222,5 +219,4 @@ public enum HeatSources implements Enumerator {
...
@@ -222,5 +219,4 @@ public enum HeatSources implements Enumerator {
public
String
toString
()
{
public
String
toString
()
{
return
literal
;
return
literal
;
}
}
}
}
//HeatSources
This diff is collapsed.
Click to expand it.
de.hftstuttgart.energycomponents.model/src-gen/de/hftstuttgart/energycomponents/ThermalStorageTypes.java
+
1
-
4
View file @
3c0913ca
...
@@ -5,7 +5,6 @@ package de.hftstuttgart.energycomponents;
...
@@ -5,7 +5,6 @@ package de.hftstuttgart.energycomponents;
import
java.util.Arrays
;
import
java.util.Arrays
;
import
java.util.Collections
;
import
java.util.Collections
;
import
java.util.List
;
import
java.util.List
;
import
org.eclipse.emf.common.util.Enumerator
;
import
org.eclipse.emf.common.util.Enumerator
;
/**
/**
...
@@ -27,7 +26,6 @@ public enum ThermalStorageTypes implements Enumerator {
...
@@ -27,7 +26,6 @@ public enum ThermalStorageTypes implements Enumerator {
* @ordered
* @ordered
*/
*/
SENSIBLE
(
0
,
"sensible"
,
"sensible"
),
SENSIBLE
(
0
,
"sensible"
,
"sensible"
),
/**
/**
* The '<em><b>Latent</b></em>' literal object.
* The '<em><b>Latent</b></em>' literal object.
* <!-- begin-user-doc -->
* <!-- begin-user-doc -->
...
@@ -203,5 +201,4 @@ public enum ThermalStorageTypes implements Enumerator {
...
@@ -203,5 +201,4 @@ public enum ThermalStorageTypes implements Enumerator {
public
String
toString
()
{
public
String
toString
()
{
return
literal
;
return
literal
;
}
}
}
}
//ThermalStorageTypes
This diff is collapsed.
Click to expand it.
de.hftstuttgart.energycomponents.model/src-gen/de/hftstuttgart/energycomponents/TypeOfHeatSource.java
+
1
-
16
View file @
3c0913ca
...
@@ -5,7 +5,6 @@ package de.hftstuttgart.energycomponents;
...
@@ -5,7 +5,6 @@ package de.hftstuttgart.energycomponents;
import
java.util.Arrays
;
import
java.util.Arrays
;
import
java.util.Collections
;
import
java.util.Collections
;
import
java.util.List
;
import
java.util.List
;
import
org.eclipse.emf.common.util.Enumerator
;
import
org.eclipse.emf.common.util.Enumerator
;
/**
/**
...
@@ -27,7 +26,6 @@ public enum TypeOfHeatSource implements Enumerator {
...
@@ -27,7 +26,6 @@ public enum TypeOfHeatSource implements Enumerator {
* @ordered
* @ordered
*/
*/
NATURAL_GAS
(
0
,
"naturalGas"
,
"naturalGas"
),
NATURAL_GAS
(
0
,
"naturalGas"
,
"naturalGas"
),
/**
/**
* The '<em><b>Biogas</b></em>' literal object.
* The '<em><b>Biogas</b></em>' literal object.
* <!-- begin-user-doc -->
* <!-- begin-user-doc -->
...
@@ -37,7 +35,6 @@ public enum TypeOfHeatSource implements Enumerator {
...
@@ -37,7 +35,6 @@ public enum TypeOfHeatSource implements Enumerator {
* @ordered
* @ordered
*/
*/
BIOGAS
(
1
,
"biogas"
,
"biogas"
),
BIOGAS
(
1
,
"biogas"
,
"biogas"
),
/**
/**
* The '<em><b>Oil</b></em>' literal object.
* The '<em><b>Oil</b></em>' literal object.
* <!-- begin-user-doc -->
* <!-- begin-user-doc -->
...
@@ -47,7 +44,6 @@ public enum TypeOfHeatSource implements Enumerator {
...
@@ -47,7 +44,6 @@ public enum TypeOfHeatSource implements Enumerator {
* @ordered
* @ordered
*/
*/
OIL
(
2
,
"oil"
,
"oil"
),
OIL
(
2
,
"oil"
,
"oil"
),
/**
/**
* The '<em><b>Diesel</b></em>' literal object.
* The '<em><b>Diesel</b></em>' literal object.
* <!-- begin-user-doc -->
* <!-- begin-user-doc -->
...
@@ -57,7 +53,6 @@ public enum TypeOfHeatSource implements Enumerator {
...
@@ -57,7 +53,6 @@ public enum TypeOfHeatSource implements Enumerator {
* @ordered
* @ordered
*/
*/
DIESEL
(
3
,
"diesel"
,
"diesel"
),
DIESEL
(
3
,
"diesel"
,
"diesel"
),
/**
/**
* The '<em><b>Synthetic Gas</b></em>' literal object.
* The '<em><b>Synthetic Gas</b></em>' literal object.
* <!-- begin-user-doc -->
* <!-- begin-user-doc -->
...
@@ -67,7 +62,6 @@ public enum TypeOfHeatSource implements Enumerator {
...
@@ -67,7 +62,6 @@ public enum TypeOfHeatSource implements Enumerator {
* @ordered
* @ordered
*/
*/
SYNTHETIC_GAS
(
4
,
"syntheticGas"
,
"syntheticGas"
),
SYNTHETIC_GAS
(
4
,
"syntheticGas"
,
"syntheticGas"
),
/**
/**
* The '<em><b>Wood Pellets</b></em>' literal object.
* The '<em><b>Wood Pellets</b></em>' literal object.
* <!-- begin-user-doc -->
* <!-- begin-user-doc -->
...
@@ -77,7 +71,6 @@ public enum TypeOfHeatSource implements Enumerator {
...
@@ -77,7 +71,6 @@ public enum TypeOfHeatSource implements Enumerator {
* @ordered
* @ordered
*/
*/
WOOD_PELLETS
(
5
,
"woodPellets"
,
"woodPellets"
),
WOOD_PELLETS
(
5
,
"woodPellets"
,
"woodPellets"
),
/**
/**
* The '<em><b>Wood Chips</b></em>' literal object.
* The '<em><b>Wood Chips</b></em>' literal object.
* <!-- begin-user-doc -->
* <!-- begin-user-doc -->
...
@@ -87,7 +80,6 @@ public enum TypeOfHeatSource implements Enumerator {
...
@@ -87,7 +80,6 @@ public enum TypeOfHeatSource implements Enumerator {
* @ordered
* @ordered
*/
*/
WOOD_CHIPS
(
6
,
"woodChips"
,
"woodChips"
),
WOOD_CHIPS
(
6
,
"woodChips"
,
"woodChips"
),
/**
/**
* The '<em><b>Sewage Gas</b></em>' literal object.
* The '<em><b>Sewage Gas</b></em>' literal object.
* <!-- begin-user-doc -->
* <!-- begin-user-doc -->
...
@@ -97,7 +89,6 @@ public enum TypeOfHeatSource implements Enumerator {
...
@@ -97,7 +89,6 @@ public enum TypeOfHeatSource implements Enumerator {
* @ordered
* @ordered
*/
*/
SEWAGE_GAS
(
7
,
"sewageGas"
,
"sewageGas"
),
SEWAGE_GAS
(
7
,
"sewageGas"
,
"sewageGas"
),
/**
/**
* The '<em><b>LNG</b></em>' literal object.
* The '<em><b>LNG</b></em>' literal object.
* <!-- begin-user-doc -->
* <!-- begin-user-doc -->
...
@@ -107,7 +98,6 @@ public enum TypeOfHeatSource implements Enumerator {
...
@@ -107,7 +98,6 @@ public enum TypeOfHeatSource implements Enumerator {
* @ordered
* @ordered
*/
*/
LNG
(
8
,
"LNG"
,
"LNG"
),
LNG
(
8
,
"LNG"
,
"LNG"
),
/**
/**
* The '<em><b>CNG</b></em>' literal object.
* The '<em><b>CNG</b></em>' literal object.
* <!-- begin-user-doc -->
* <!-- begin-user-doc -->
...
@@ -117,7 +107,6 @@ public enum TypeOfHeatSource implements Enumerator {
...
@@ -117,7 +107,6 @@ public enum TypeOfHeatSource implements Enumerator {
* @ordered
* @ordered
*/
*/
CNG
(
9
,
"CNG"
,
"CNG"
),
CNG
(
9
,
"CNG"
,
"CNG"
),
/**
/**
* The '<em><b>Water</b></em>' literal object.
* The '<em><b>Water</b></em>' literal object.
* <!-- begin-user-doc -->
* <!-- begin-user-doc -->
...
@@ -127,7 +116,6 @@ public enum TypeOfHeatSource implements Enumerator {
...
@@ -127,7 +116,6 @@ public enum TypeOfHeatSource implements Enumerator {
* @ordered
* @ordered
*/
*/
WATER
(
10
,
"water"
,
"water"
),
WATER
(
10
,
"water"
,
"water"
),
/**
/**
* The '<em><b>Air</b></em>' literal object.
* The '<em><b>Air</b></em>' literal object.
* <!-- begin-user-doc -->
* <!-- begin-user-doc -->
...
@@ -137,7 +125,6 @@ public enum TypeOfHeatSource implements Enumerator {
...
@@ -137,7 +125,6 @@ public enum TypeOfHeatSource implements Enumerator {
* @ordered
* @ordered
*/
*/
AIR
(
11
,
"air"
,
"air"
),
AIR
(
11
,
"air"
,
"air"
),
/**
/**
* The '<em><b>Soil</b></em>' literal object.
* The '<em><b>Soil</b></em>' literal object.
* <!-- begin-user-doc -->
* <!-- begin-user-doc -->
...
@@ -147,7 +134,6 @@ public enum TypeOfHeatSource implements Enumerator {
...
@@ -147,7 +134,6 @@ public enum TypeOfHeatSource implements Enumerator {
* @ordered
* @ordered
*/
*/
SOIL
(
12
,
"soil"
,
"soil"
),
SOIL
(
12
,
"soil"
,
"soil"
),
/**
/**
* The '<em><b>None</b></em>' literal object.
* The '<em><b>None</b></em>' literal object.
* <!-- begin-user-doc -->
* <!-- begin-user-doc -->
...
@@ -480,5 +466,4 @@ public enum TypeOfHeatSource implements Enumerator {
...
@@ -480,5 +466,4 @@ public enum TypeOfHeatSource implements Enumerator {
public
String
toString
()
{
public
String
toString
()
{
return
literal
;
return
literal
;
}
}
}
}
//TypeOfHeatSource
This diff is collapsed.
Click to expand it.
de.hftstuttgart.energycomponents.model/src-gen/de/hftstuttgart/energycomponents/cellTypesElectrolyzer.java
+
1
-
3
View file @
3c0913ca
...
@@ -5,7 +5,6 @@ package de.hftstuttgart.energycomponents;
...
@@ -5,7 +5,6 @@ package de.hftstuttgart.energycomponents;
import
java.util.Arrays
;
import
java.util.Arrays
;
import
java.util.Collections
;
import
java.util.Collections
;
import
java.util.List
;
import
java.util.List
;
import
org.eclipse.emf.common.util.Enumerator
;
import
org.eclipse.emf.common.util.Enumerator
;
/**
/**
...
@@ -180,5 +179,4 @@ public enum cellTypesElectrolyzer implements Enumerator {
...
@@ -180,5 +179,4 @@ public enum cellTypesElectrolyzer implements Enumerator {
public
String
toString
()
{
public
String
toString
()
{
return
literal
;
return
literal
;
}
}
}
}
//cellTypesElectrolyzer
This diff is collapsed.
Click to expand it.
de.hftstuttgart.energycomponents.model/src-gen/de/hftstuttgart/energycomponents/impl/ExponentialFunctionImpl.java
+
0
-
4
View file @
3c0913ca
...
@@ -4,13 +4,9 @@ package de.hftstuttgart.energycomponents.impl;
...
@@ -4,13 +4,9 @@ package de.hftstuttgart.energycomponents.impl;
import
de.hftstuttgart.energycomponents.EnCompPackage
;
import
de.hftstuttgart.energycomponents.EnCompPackage
;
import
de.hftstuttgart.energycomponents.ExponentialFunction
;
import
de.hftstuttgart.energycomponents.ExponentialFunction
;
import
java.lang.reflect.InvocationTargetException
;
import
java.lang.reflect.InvocationTargetException
;
import
org.eclipse.emf.common.notify.Notification
;
import
org.eclipse.emf.common.notify.Notification
;
import
org.eclipse.emf.common.util.EList
;
import
org.eclipse.emf.common.util.EList
;
import
org.eclipse.emf.ecore.EClass
;
import
org.eclipse.emf.ecore.EClass
;
import
org.eclipse.emf.ecore.impl.ENotificationImpl
;
import
org.eclipse.emf.ecore.impl.ENotificationImpl
;
...
...
This diff is collapsed.
Click to expand it.
de.hftstuttgart.energycomponents.model/src-gen/de/hftstuttgart/energycomponents/impl/LinearFunctionImpl.java
+
0
-
4
View file @
3c0913ca
...
@@ -4,13 +4,9 @@ package de.hftstuttgart.energycomponents.impl;
...
@@ -4,13 +4,9 @@ package de.hftstuttgart.energycomponents.impl;
import
de.hftstuttgart.energycomponents.EnCompPackage
;
import
de.hftstuttgart.energycomponents.EnCompPackage
;
import
de.hftstuttgart.energycomponents.LinearFunction
;
import
de.hftstuttgart.energycomponents.LinearFunction
;
import
java.lang.reflect.InvocationTargetException
;
import
java.lang.reflect.InvocationTargetException
;
import
org.eclipse.emf.common.notify.Notification
;
import
org.eclipse.emf.common.notify.Notification
;
import
org.eclipse.emf.common.util.EList
;
import
org.eclipse.emf.common.util.EList
;
import
org.eclipse.emf.ecore.EClass
;
import
org.eclipse.emf.ecore.EClass
;
import
org.eclipse.emf.ecore.impl.ENotificationImpl
;
import
org.eclipse.emf.ecore.impl.ENotificationImpl
;
...
...
This diff is collapsed.
Click to expand it.
de.hftstuttgart.energycomponents.model/src-gen/de/hftstuttgart/energycomponents/impl/PolynomialFunctionImpl.java
+
0
-
4
View file @
3c0913ca
...
@@ -4,13 +4,9 @@ package de.hftstuttgart.energycomponents.impl;
...
@@ -4,13 +4,9 @@ package de.hftstuttgart.energycomponents.impl;
import
de.hftstuttgart.energycomponents.EnCompPackage
;
import
de.hftstuttgart.energycomponents.EnCompPackage
;
import
de.hftstuttgart.energycomponents.PolynomialFunction
;
import
de.hftstuttgart.energycomponents.PolynomialFunction
;
import
java.lang.reflect.InvocationTargetException
;
import
java.lang.reflect.InvocationTargetException
;
import
org.eclipse.emf.common.notify.Notification
;
import
org.eclipse.emf.common.notify.Notification
;
import
org.eclipse.emf.common.util.EList
;
import
org.eclipse.emf.common.util.EList
;
import
org.eclipse.emf.ecore.EClass
;
import
org.eclipse.emf.ecore.EClass
;
import
org.eclipse.emf.ecore.impl.ENotificationImpl
;
import
org.eclipse.emf.ecore.impl.ENotificationImpl
;
...
...
This diff is collapsed.
Click to expand it.
de.hftstuttgart.energycomponents.model/src-gen/de/hftstuttgart/energycomponents/impl/PowerFunctionImpl.java
+
0
-
4
View file @
3c0913ca
...
@@ -4,13 +4,9 @@ package de.hftstuttgart.energycomponents.impl;
...
@@ -4,13 +4,9 @@ package de.hftstuttgart.energycomponents.impl;
import
de.hftstuttgart.energycomponents.EnCompPackage
;
import
de.hftstuttgart.energycomponents.EnCompPackage
;
import
de.hftstuttgart.energycomponents.PowerFunction
;
import
de.hftstuttgart.energycomponents.PowerFunction
;
import
java.lang.reflect.InvocationTargetException
;
import
java.lang.reflect.InvocationTargetException
;
import
org.eclipse.emf.common.notify.Notification
;
import
org.eclipse.emf.common.notify.Notification
;
import
org.eclipse.emf.common.util.EList
;
import
org.eclipse.emf.common.util.EList
;
import
org.eclipse.emf.ecore.EClass
;
import
org.eclipse.emf.ecore.EClass
;
import
org.eclipse.emf.ecore.impl.ENotificationImpl
;
import
org.eclipse.emf.ecore.impl.ENotificationImpl
;
...
...
This diff is collapsed.
Click to expand it.
Prev
1
2
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets