Skip to content
Snippets Groups Projects
Commit 87b4dc44 authored by Nikolaus Huber's avatar Nikolaus Huber
Browse files

renaming

git-svn-id: https://se1.informatik.uni-wuerzburg.de/usvn/svn/code/code/DMM/trunk@11923 9e42b895-fcda-4063-8a3b-11be15eb1bbd
parent 6b24eebb
No related branches found
No related tags found
No related merge requests found
...@@ -158,3 +158,4 @@ _UI_RelationalOperator_LESS_literal = LESS ...@@ -158,3 +158,4 @@ _UI_RelationalOperator_LESS_literal = LESS
_UI_RelationalOperator_LESS_EQUAL_literal = LESS_EQUAL _UI_RelationalOperator_LESS_EQUAL_literal = LESS_EQUAL
_UI_Objective_specifications_feature = Specifications _UI_Objective_specifications_feature = Specifications
_UI_WeightingFunction_WeightingFunction_feature = Weighting Function _UI_WeightingFunction_WeightingFunction_feature = Weighting Function
_UI_WeightingFunction_WeightingFunctionImplementation_feature = Weighting Function Implementation
...@@ -65,25 +65,25 @@ public class WeightingFunctionItemProvider ...@@ -65,25 +65,25 @@ public class WeightingFunctionItemProvider
if (itemPropertyDescriptors == null) { if (itemPropertyDescriptors == null) {
super.getPropertyDescriptors(object); super.getPropertyDescriptors(object);
addWeightingFunctionPropertyDescriptor(object); addWeightingFunctionImplementationPropertyDescriptor(object);
} }
return itemPropertyDescriptors; return itemPropertyDescriptors;
} }
/** /**
* This adds a property descriptor for the Weighting Function feature. * This adds a property descriptor for the Weighting Function Implementation feature.
* <!-- begin-user-doc --> * <!-- begin-user-doc -->
* <!-- end-user-doc --> * <!-- end-user-doc -->
* @generated * @generated
*/ */
protected void addWeightingFunctionPropertyDescriptor(Object object) { protected void addWeightingFunctionImplementationPropertyDescriptor(Object object) {
itemPropertyDescriptors.add itemPropertyDescriptors.add
(createItemPropertyDescriptor (createItemPropertyDescriptor
(((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(), (((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(),
getResourceLocator(), getResourceLocator(),
getString("_UI_WeightingFunction_WeightingFunction_feature"), getString("_UI_WeightingFunction_WeightingFunctionImplementation_feature"),
getString("_UI_PropertyDescriptor_description", "_UI_WeightingFunction_WeightingFunction_feature", "_UI_WeightingFunction_type"), getString("_UI_PropertyDescriptor_description", "_UI_WeightingFunction_WeightingFunctionImplementation_feature", "_UI_WeightingFunction_type"),
AdaptationPackage.Literals.WEIGHTING_FUNCTION__WEIGHTING_FUNCTION, AdaptationPackage.Literals.WEIGHTING_FUNCTION__WEIGHTING_FUNCTION_IMPLEMENTATION,
true, true,
false, false,
false, false,
...@@ -159,7 +159,7 @@ public class WeightingFunctionItemProvider ...@@ -159,7 +159,7 @@ public class WeightingFunctionItemProvider
updateChildren(notification); updateChildren(notification);
switch (notification.getFeatureID(WeightingFunction.class)) { switch (notification.getFeatureID(WeightingFunction.class)) {
case AdaptationPackage.WEIGHTING_FUNCTION__WEIGHTING_FUNCTION: case AdaptationPackage.WEIGHTING_FUNCTION__WEIGHTING_FUNCTION_IMPLEMENTATION:
fireNotifyChanged(new ViewerNotification(notification, notification.getNotifier(), false, true)); fireNotifyChanged(new ViewerNotification(notification, notification.getNotifier(), false, true));
return; return;
case AdaptationPackage.WEIGHTING_FUNCTION__WEIGHTED_METRICS: case AdaptationPackage.WEIGHTING_FUNCTION__WEIGHTED_METRICS:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment