@@ -46,15 +46,16 @@ public List<IItemPropertyDescriptor> getPropertyDescriptors(Object object) {
4646 if (itemPropertyDescriptors == null ) {
4747 super .getPropertyDescriptors (object );
4848
49+ addOwningFeatureMembershipPropertyDescriptor (object );
4950 addOwningTypePropertyDescriptor (object );
51+ addEndOwningTypePropertyDescriptor (object );
5052 addIsUniquePropertyDescriptor (object );
5153 addIsOrderedPropertyDescriptor (object );
5254 addTypePropertyDescriptor (object );
5355 addOwnedRedefinitionPropertyDescriptor (object );
5456 addOwnedSubsettingPropertyDescriptor (object );
5557 addIsCompositePropertyDescriptor (object );
5658 addIsEndPropertyDescriptor (object );
57- addEndOwningTypePropertyDescriptor (object );
5859 addOwnedTypingPropertyDescriptor (object );
5960 addFeaturingTypePropertyDescriptor (object );
6061 addOwnedTypeFeaturingPropertyDescriptor (object );
@@ -70,8 +71,6 @@ public List<IItemPropertyDescriptor> getPropertyDescriptors(Object object) {
7071 addCrossFeaturePropertyDescriptor (object );
7172 addDirectionPropertyDescriptor (object );
7273 addOwnedCrossSubsettingPropertyDescriptor (object );
73- addOwningFeatureMembershipPropertyDescriptor (object );
74- addIsNonuniquePropertyDescriptor (object );
7574 }
7675 return itemPropertyDescriptors ;
7776 }
@@ -626,28 +625,6 @@ protected void addFeatureTargetPropertyDescriptor(Object object) {
626625 null ));
627626 }
628627
629- /**
630- * This adds a property descriptor for the Is Nonunique feature.
631- * <!-- begin-user-doc -->
632- * <!-- end-user-doc -->
633- * @generated
634- */
635- protected void addIsNonuniquePropertyDescriptor (Object object ) {
636- itemPropertyDescriptors .add
637- (createItemPropertyDescriptor
638- (((ComposeableAdapterFactory )adapterFactory ).getRootAdapterFactory (),
639- getResourceLocator (),
640- getString ("_UI_Feature_isNonunique_feature" ),
641- getString ("_UI_PropertyDescriptor_description" , "_UI_Feature_isNonunique_feature" , "_UI_Feature_type" ),
642- SysMLPackage .Literals .FEATURE__IS_NONUNIQUE ,
643- true ,
644- false ,
645- false ,
646- ItemPropertyDescriptor .BOOLEAN_VALUE_IMAGE ,
647- null ,
648- null ));
649- }
650-
651628 /**
652629 * This returns Feature.gif.
653630 * <!-- begin-user-doc -->
@@ -698,7 +675,6 @@ public void notifyChanged(Notification notification) {
698675 case SysMLPackage .FEATURE__IS_VARIABLE :
699676 case SysMLPackage .FEATURE__IS_CONSTANT :
700677 case SysMLPackage .FEATURE__DIRECTION :
701- case SysMLPackage .FEATURE__IS_NONUNIQUE :
702678 fireNotifyChanged (new ViewerNotification (notification , notification .getNotifier (), false , true ));
703679 return ;
704680 }
@@ -748,14 +724,14 @@ public String getCreateChildText(Object owner, Object feature, Object child, Col
748724 childFeature == SysMLPackage .Literals .NAMESPACE__OWNED_MEMBERSHIP ||
749725 childFeature == SysMLPackage .Literals .ELEMENT__OWNED_ANNOTATION ||
750726 childFeature == SysMLPackage .Literals .TYPE__OWNED_SPECIALIZATION ||
751- childFeature == SysMLPackage .Literals .FEATURE__OWNED_TYPE_FEATURING ||
752- childFeature == SysMLPackage .Literals .FEATURE__OWNED_FEATURE_INVERTING ||
753- childFeature == SysMLPackage .Literals .FEATURE__OWNED_FEATURE_CHAINING ||
754727 childFeature == SysMLPackage .Literals .TYPE__OWNED_CONJUGATOR ||
755728 childFeature == SysMLPackage .Literals .TYPE__OWNED_INTERSECTING ||
756729 childFeature == SysMLPackage .Literals .TYPE__OWNED_UNIONING ||
757730 childFeature == SysMLPackage .Literals .TYPE__OWNED_DISJOINING ||
758731 childFeature == SysMLPackage .Literals .TYPE__OWNED_DIFFERENCING ||
732+ childFeature == SysMLPackage .Literals .FEATURE__OWNED_TYPE_FEATURING ||
733+ childFeature == SysMLPackage .Literals .FEATURE__OWNED_FEATURE_INVERTING ||
734+ childFeature == SysMLPackage .Literals .FEATURE__OWNED_FEATURE_CHAINING ||
759735 childFeature == SysMLPackage .Literals .NAMESPACE__OWNED_IMPORT ;
760736
761737 if (qualify ) {
0 commit comments