Skip to content

Commit

Permalink
Generation with latest EMF
Browse files Browse the repository at this point in the history
  • Loading branch information
marcadetd committed Oct 14, 2021
1 parent 141b944 commit be8ae36
Show file tree
Hide file tree
Showing 652 changed files with 50,686 additions and 20,586 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Bundle-Name: %pluginName
Bundle-SymbolicName: fr.centralesupelec.edf.riseclipse.cim.cim16.entsoe-v2.4.15.edit;singleton:=true
Bundle-Version: 1.1.0.qualifier
Bundle-ClassPath: .
Bundle-Activator: fr.centralesupelec.edf.riseclipse.cim.cim16.entsoe_v2_4_15.cim.provider.Entsoe_v2_4_15EditPlugin$Implementation
Bundle-Activator: fr.centralesupelec.edf.riseclipse.cim.cim16.entsoe_v2_4_15.cim.provider.entsoev2415EditPlugin$Implementation
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: JavaSE-11
Expand All @@ -13,4 +13,4 @@ Require-Bundle: org.eclipse.core.runtime,
fr.centralesupelec.edf.riseclipse.cim.cim16.entsoe-v2.4.15;visibility:=reexport,
org.eclipse.emf.edit;visibility:=reexport
Bundle-ActivationPolicy: lazy
Automatic-Module-Name: fr.centralesupelec.edf.riseclipse.cim.cim16.entsoe.v2.4.15.edit
Automatic-Module-Name: fr.centralesupelec.edf.riseclipse.cim.cim16.entsoe-v2.4.15.edit
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
** are made available under the terms of the Eclipse Public License v2.0
** which accompanies this distribution, and is available at
** https://www.eclipse.org/legal/epl-v20.html
**
**
** This file is part of the RiseClipse tool
**
**
** Contributors:
** Computer Science Department, CentraleSupélec
** EDF R&D
Expand All @@ -20,20 +20,19 @@
*/
package fr.centralesupelec.edf.riseclipse.cim.cim16.entsoe_v2_4_15.cim.provider;

import fr.centralesupelec.edf.riseclipse.cim.cim16.entsoe_v2_4_15.cim.ACDCConverterDCTerminal;
import fr.centralesupelec.edf.riseclipse.cim.cim16.entsoe_v2_4_15.cim.CimPackage;

import java.util.Collection;
import java.util.List;

import org.eclipse.emf.common.notify.AdapterFactory;
import org.eclipse.emf.common.notify.Notification;

import org.eclipse.emf.edit.provider.ComposeableAdapterFactory;
import org.eclipse.emf.edit.provider.IItemPropertyDescriptor;
import org.eclipse.emf.edit.provider.ItemPropertyDescriptor;
import org.eclipse.emf.edit.provider.ViewerNotification;

import fr.centralesupelec.edf.riseclipse.cim.cim16.entsoe_v2_4_15.cim.ACDCConverterDCTerminal;
import fr.centralesupelec.edf.riseclipse.cim.cim16.entsoe_v2_4_15.cim.CimPackage;

/**
* This is the item provider adapter for a {@link fr.centralesupelec.edf.riseclipse.cim.cim16.entsoe_v2_4_15.cim.ACDCConverterDCTerminal} object.
* <!-- begin-user-doc -->
Expand Down Expand Up @@ -77,11 +76,17 @@ public List< IItemPropertyDescriptor > getPropertyDescriptors( Object object ) {
protected void addPolarityPropertyDescriptor( Object object ) {
itemPropertyDescriptors.add(
createItemPropertyDescriptor( ( ( ComposeableAdapterFactory ) adapterFactory ).getRootAdapterFactory(),
getResourceLocator(), getString( "_UI_ACDCConverterDCTerminal_polarity_feature" ),
getResourceLocator(),
getString( "_UI_ACDCConverterDCTerminal_polarity_feature" ),
getString( "_UI_PropertyDescriptor_description", "_UI_ACDCConverterDCTerminal_polarity_feature",
"_UI_ACDCConverterDCTerminal_type" ),
CimPackage.eINSTANCE.getACDCConverterDCTerminal_Polarity(), true, false, false,
ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, null, null ) );
CimPackage.eINSTANCE.getACDCConverterDCTerminal_Polarity(),
true,
false,
false,
ItemPropertyDescriptor.GENERIC_VALUE_IMAGE,
null,
null ) );
}

/**
Expand All @@ -93,12 +98,18 @@ protected void addPolarityPropertyDescriptor( Object object ) {
protected void addDCConductingEquipmentPropertyDescriptor( Object object ) {
itemPropertyDescriptors.add(
createItemPropertyDescriptor( ( ( ComposeableAdapterFactory ) adapterFactory ).getRootAdapterFactory(),
getResourceLocator(), getString( "_UI_ACDCConverterDCTerminal_DCConductingEquipment_feature" ),
getResourceLocator(),
getString( "_UI_ACDCConverterDCTerminal_DCConductingEquipment_feature" ),
getString( "_UI_PropertyDescriptor_description",
"_UI_ACDCConverterDCTerminal_DCConductingEquipment_feature",
"_UI_ACDCConverterDCTerminal_type" ),
CimPackage.eINSTANCE.getACDCConverterDCTerminal_DCConductingEquipment(), true, false, true,
null, null, null ) );
CimPackage.eINSTANCE.getACDCConverterDCTerminal_DCConductingEquipment(),
true,
false,
true,
null,
null,
null ) );
}

/**
Expand Down
Loading

0 comments on commit be8ae36

Please sign in to comment.