Bug 171304 - Resolve relationship issues
Summary: Resolve relationship issues
Status: ASSIGNED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Higgins (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Jim Sermersheim CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-22 16:38 EST by Jim Sermersheim CLA
Modified: 2016-11-09 16:27 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jim Sermersheim CLA 2007-01-22 16:38:05 EST
<create child defects as needed>

How are two relationships compared for equality? (IHasRelationships.java)

Does IHasRelationships.createRelationship also add? (IHasRelationships.java)
Comment 1 Jim Sermersheim CLA 2007-01-25 13:05:27 EST
<from 1/07 F2F> Relationships (like attributes) are said to be unique by their {Type, Metadata}.  Therefore, remove should be documented such that these two data are all that's required.  (Again, note that this same issue applies to attribues -- see below as well)

Furthermore, a Context should have a set of attributes (IHasAttributes) where a ContextRelationship is simply another Context attribute.