Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 366406

Summary: Dependency client and supplier attributes should be editable in UML section of the property view
Product: [Modeling] Papyrus Reporter: Marc-Florian Wendland <marc-florian.wendland>
Component: CoreAssignee: Project Inbox <mdt-papyrus-inbox>
Status: NEW --- QA Contact:
Severity: enhancement    
Priority: P3 CC: cletavernier
Version: 0.10.0   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:
Bug Depends on:    
Bug Blocks: 358077    

Description Marc-Florian Wendland CLA 2011-12-12 09:09:44 EST
To configure the client and supplier of a Dependency (and subclasses), the user has to use the uncomfortable 'Advanced' tab, whereas these informations are the main points of interest when using a Dependency.

Therefore, the following attributes of Dependency subclasses shall be conveniently editable via UML section of property view:

- Dependency, Usage, Realization, Abstraction
 + client : NamedElement
 + supplier : NamedElement

- Dependency, Abstraction
 + client : NamedElement
 + supplier : NamedElement
 + mapping : Expression

- InterfaceRealization
 + contract : Interface
 + implementingClassifier : Classifire

- Substitution
 + contract : Classifier
 + implementingClassifier : Classifier
 + mapping : Expression