1
Suggestions and Requests / Specialize associations between realized interface
« on: May 21, 2009, 03:53:33 am »
Although I can specialize associations between classes linked by class generalization, I can't specialize associations between classes/interfaces linked by realization. For example, interfaces ISys and ISysVer have an association between them, class ConcSys realizes ISys, and class ConcSysVer realizes ISysVer. An association drawn between ConcSys and ConcSysVer cannot specialize the relationship between the interfaces.
I can change the type of the realization connectors to generalization, create the specialization, then change the connector type back, but this is definitely a hack. If there is a prohibition of this kind of specialization in the official UML spec, then I would be interested to learn of it- in general, it would seem useful to allow what I seek to model.
I can change the type of the realization connectors to generalization, create the specialization, then change the connector type back, but this is definitely a hack. If there is a prohibition of this kind of specialization in the official UML spec, then I would be interested to learn of it- in general, it would seem useful to allow what I seek to model.