soundasleep / iaml

Automatically exported from code.google.com/p/iaml
3 stars 1 forks source link

Add DomainRelationship edges between DomainSchemas #217

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What new or enhanced feature are you proposing?
Add a new element type DomainRelationship, between one DomainSchema and another 
DomainSchema, to represent a relationship between two element classes.

This would correspond with the UML class 7.3.47 Relationship (from Kernel).

What goal would this enhancement help you achieve?
Domain modelling would support more UML elements.

This could be implemented through model completion, e.g. if A -> b -> C, then 
add A.b, and add relationship A.b -> C.pk_id

Original issue reported on code.google.com by soundasleep on 23 Dec 2010 at 2:08

GoogleCodeExporter commented 9 years ago
If associations (relationships) are added to IAML, then perhaps the "semantic 
domain model for constructs" from MOF should be used instead.

Original comment by soundasleep on 26 Jan 2011 at 3:21

GoogleCodeExporter commented 9 years ago
This has been resolved in issue 242.

Original comment by soundasleep on 16 May 2011 at 6:00