An error occurred while loading the file. Please try again.
  • Kai-Holger Brassel's avatar
    New release 1.1.0 · 85e919ec
    Kai-Holger Brassel authored
     * Switch from EMF Forms to Sirius
     * Replace QuantityLong and QuantityDouble by Quantity (only doubles)
     * Switch from JDK 15 to JDK 16
     * Add obligatory annotation for minnimal and maximal values
     * Allow dimensionless and/or nullable Quantites
     * Tests for nullable and dimensionless Quantites
    85e919ec
Quantities.genmodel 905 bytes
<?xml version="1.0" encoding="UTF-8"?>
<genmodel:GenModel xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:genmodel="http://www.eclipse.org/emf/2002/GenModel"
    modelDirectory="/de.hftstuttgart.cityunits.model/src" creationIcons="false"
    modelPluginID="de.hftstuttgart.cityunits.model" modelName="Quantities" rootExtendsClass="org.eclipse.emf.ecore.impl.MinimalEObjectImpl$Container"
    importerID="org.eclipse.emf.importer.ecore" complianceLevel="11.0" copyrightFields="false"
    importOrganizing="true">
  <foreignModel>Quantities.ecore</foreignModel>
  <genPackages prefix="Quantities" basePackage="de.hftstuttgart.cityunits.model" disposableProviderFactory="true"
      ecorePackage="Quantities.ecore#/">
    <genDataTypes ecoreDataType="Quantities.ecore#//Quantity" create="return de.hftstuttgart.cityunits.model.NullableQuantity.create(it);"/>
  </genPackages>
</genmodel:GenModel>